/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




.weiss-element .wd-tabs-header, 
	.weiss-element .wd-tabs-desc, 
	.weiss-element .wd-nav-tabs-wrapper {
	margin-bottom: 60px;
}


.weiss-element .wd-nav[class*="wd-style-"]>li>a,
.weiss-element .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
	width: 211px;
    height: 44px;
	
	border-radius: 27px;
	background-color: #8c7876;
	font-size: 21px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Assistant";
	
	display: flex;
    align-items: center;
    justify-content: center;
}



.weiss-element .wd-product-cats {
	display: none;
}

.weiss-element .product-grid-item .wd-entities-title,
.weiss-element .wd-entities-title {
	font-size: 21px;
	color: #1d1d1b;
	font-weight: 300;
	text-align: right;
	line-height: 1.2;
}



.weiss-element .wd-hover-base .wrapp-product-price {
    align-items: flex-start;
	margin-bottom: 15px;
}
.weiss-element .product-grid-item .price,
.weiss-element .product-grid-item .price .amount {
	font-size: 21px;
	color: #1d1d1b;
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

.weiss-element .wd-buttons.wd-pos-r-t {
	position: static;
	opacity: 1;
	transform: none;
	
	flex-direction: row;
	justify-content: center;
	
	box-shadow: none;
	border-radius: 0;
}


.weiss-element .wd-buttons > .wrap-quickview-button,
.weiss-element .wd-buttons > .wd-action-btn,
.weiss-element.weiss-archive .wd-add-btn {
	display: block;
	width: 50%;
}

.weiss-element.weiss-archive .wd-action-btn,
.weiss-element .wd-buttons > .wrap-quickview-button > .quick-view {
	display: block;
}

.weiss-element.weiss-archive .wd-action-btn.wd-style-icon>a,
.weiss-element.weiss-archive .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a,
.weiss-element .wd-buttons .wd-action-btn>a,
.weiss-element .wd-buttons .wd-action-btn>a:hover {
	width: 100% !important;
	height: 41px !important;
	font-size: 18px !important;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Assistant";
	text-align: center;
	
	background-color: #d6caca;
	border-radius: 0 24px 24px 0;
	box-shadow: none;
}

.weiss-element.weiss-archive .wd-action-btn.wd-style-icon>a,
.weiss-element .wd-buttons .wd-action-btn>a.quick-view-button,
.weiss-element .wd-buttons .wd-action-btn>a.quick-view-button:hover {
	background-color: #8c7876;
	border-radius: 24px 0 0 24px;
}

.weiss-element .wd-action-btn.wd-style-icon>a:before,
.weiss-element .wd-action-btn.wd-style-icon>a:after,
.weiss-element.weiss-archive .wd-add-btn-replace .add-to-cart-loop:before,
.weiss-element.weiss-archive .wd-add-btn-replace .add-to-cart-loop:after,
.wd-buttons[class*="wd-pos-r"] .wd-tooltip-label {
	display: none !important;
}






.weiss-element.weiss-archive .wd-hover-with-fade.hover-ready:hover .product-wrapper, 
.weiss-element.weiss-archive .wd-hover-with-fade.hover-ready.state-hover .product-wrapper,
.weiss-element.weiss-archive .wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: none;
}

.weiss-element.weiss-archive .wd-hover-with-fade.hover-ready .content-product-imagin, 
.weiss-element.weiss-archive  .wd-hover-with-fade.hover-ready.state-hover .content-product-imagin {
	opacity: 1;
	visibility: visible;
	transform: none;
	position: static;
    margin: 0 !important;
}

.weiss-element.weiss-archive .wd-hover-with-fade.hover-ready .fade-in-block, 
.weiss-element.weiss-archive .wd-hover-with-fade.hover-ready.state-hover .fade-in-block {
	opacity: 1;
	padding: 0 !important;
}

.weiss-element.weiss-archive .wd-hover-with-fade .content-product-imagin {
	opacity: 1;
	box-shadow: none;
}

.weiss-element.weiss-archive .wd-hover-with-fade .fade-in-block {
	position: static;
	opacity: 1;
	visibility: visible;
	padding: 0;
}

.weiss-element.weiss-archive .wrap-wishlist-button {
	display: none;
}

.weiss-element.weiss-archive .wd-more-desc {
	display: none;
}


.product-quick-view form.cart,
.product-quick-view .woocommerce-variation-add-to-cart {
	gap: 0;
}


.product-quick-view .cart .button {
    letter-spacing: -0.25px;
    border-radius: 0px 26px 26px 0px;
    background-color: var(--e-global-color-e29764a );
    transition: all 0.2s;
	box-shadow: none;
    margin: 0!important;
}

.product-quick-view #wd-add-to-cart {
    background-color: #8c7876;
    border-radius: 26px 0px 0px 26px;
}

.product-quick-view div.quantity {
    margin-left: 20px;
}

.product-quick-view div.quantity input[type="button"],
.product-quick-view div.quantity input[type="number"]{
    border-width: 1px;
    border-color: #383737;
}

.product-quick-view div.quantity input[type="button"].plus {
    border-right: 0;
    border-radius: 24px 0 0 24px;
}

.product-quick-view div.quantity input[type="button"].minus {
    border-left: 0;
    border-radius: 0 24px 24px 0;
}




.wd-progress-bar {
	color: #181817;	
}

.wd-free-progress-bar {
	display: flex;
    flex-direction: column-reverse;
	font-weight: 300;
    text-align: center;
}

.wd-progress-bar .progress-bar {
	background-color: rgba(124, 104, 106, 1);
	background-image: none;
	border-radius: 20px;
	height: 13px;
}

.wd-progress-bar .progress-area {
	border: 1px solid #181817;
	border-radius: 20px;
	height: 17px;
    padding: 1px;
}

.wd-progress-bar .progress-msg {
	margin-top: 6px;
}

.wd-progress-bar .progress-msg .amount {
	font-weight: 400;
}

.wd-free-progress-bar:after {
	content: 'משלוח חינם בקניה מעל 499₪';
	margin-bottom: 6px;
}

.wd-free-progress-bar .progress-bar {
	margin-top: 0;
	margin-bottom: 10px;
}





@media(max-width: 767px) {
	.weiss-element .wd-tabs-header, 
	.weiss-element .wd-tabs-desc, 
	.weiss-element .wd-nav-tabs-wrapper {
		margin-bottom: 30px;
	}
	
	.weiss-element .wd-nav[class*="wd-style-"]>li>a,
	.weiss-element .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
		width: auto;
		height: 36px;
		
		font-size: 17px;
		
		padding: 0 8px;
	}
	
	.weiss-element .product-grid-item .wd-entities-title,
	.weiss-element .wd-entities-title {
		font-size: 19px !important; 
	}
	
	.weiss-element .product-grid-item .price,
	.weiss-element .product-grid-item .price .amount {
		font-size: 19px;
	}
	
	.weiss-element.weiss-archive .wd-action-btn.wd-style-icon>a,
	.weiss-element.weiss-archive .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a,
	.weiss-element .wd-buttons .wd-action-btn>a,
	.weiss-element .wd-buttons .wd-action-btn>a:hover {
		width: 100% !important;
		height: 36px !important;
		font-size: 14px !important;
	}
}



