/* styles */
.header__wrapper {
    display: flex;
    flex-direction: column;
}


#common-home {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

#common-home.open {
    max-height: max-content;
    overflow: visible;
}

#common-home:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

#common-home.open:after {
    content: '';
    display: none;
}

.zn-buttonWrapper span {
    cursor: pointer;
}


#home_slider_mobile {
    display: none;
}

#home_slider_pc .prev,
#home_slider_mobile .prev,
#home_slider_pc .next,
#home_slider_mobile .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 1;
}

#home_slider_pc .prev svg,
#home_slider_mobile .prev svg,
#home_slider_pc .next svg,
#home_slider_mobile .next svg {
    width: 35px;
}

#home_slider_pc .prev polyline,
#home_slider_mobile .prev polyline,
#home_slider_pc .next polyline,
#home_slider_mobile .next polyline {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    stroke: #141414;
}

#home_slider_pc .prev:hover polyline,
#home_slider_mobile .prev:hover polyline,
#home_slider_pc .next:hover polyline,
#home_slider_mobile .next:hover polyline {
    stroke-width: 35;
}

#home_slider_pc .prev,
#home_slider_mobile .prev {
    left: 25px;
}

#home_slider_pc .next,
#home_slider_mobile .next {
    right: 25px;
}


/* one click */
#buyoneclick_form_order h2 {
    font-size: 24px;
    line-height: 1.2;
}

#formOrderOneClick .buyvalide {
    padding-left: 30px !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: none;
}


#formOrderOneClick .buyvalide:focus-visible {
    outline: none;
}

#buyoneclick_form_order input[type="text"] {
    background: url("./img/user.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

#buyoneclick_form_order input[type="tel"] {
    background: url("./img/phone.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

#formOrderOneClick textarea {
    background: url("./img/comments.png") center left no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}


/*.variations_form.cart {*/
/*	display: flex;*/
/*    width: 100%;*/
/*    flex-direction: column-reverse;*/
/*}*/

/*.woocommerce div.product form.cart table.quantity {*/
/*	border-top: 1px solid #000;*/
/*}*/

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 0;
}

.quanity {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.quanity tr td.value {
    text-align: right;
    padding-right: 11px;
}

.woocommerce div.product form.cart .variations {
	  border-bottom: 0px solid #000 !important;
	  margin-bottom: 10px !important;
	  width: 100% !important;
	  max-width: 100%;
	  float: left;
	  margin-right: 0px;
}
.woocommerce div.product.prodpage-style2 form.cart .single_variation_wrap {
	width: 100%;
    display: block;
    float: left;
}
.woocommerce div.product form.cart .variations td {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    /*width: max-content;*/
    float: right;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 20px;
}


.qty_select_cust {
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(./img/arrow-down.svg) !important;
}
.qty_select_cust:focus-visible {
	outline: none;
}



.woocommerce-ordering ul {
    padding: 0;
    text-align: center;
    list-style: none;
}

.woocommerce-ordering a {
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: Montserrat;
    font-weight: 400;
    border-bottom: 1px solid #c7c7c7;
    display: block;
    padding: 5px 0;
}

.filter__inner--js-hidden {
	max-height: 400px;
    overflow: auto;
}




@media (min-width: 768px) {
    .site-header.style9 {
        height: 130px;
        order: 1;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .vp-filter-btn-wrapper {
        margin-bottom: 2rem;
    }

    .vp-filter-wrapper .filter.filter--style-premmerce {
        height: 100%;
        overflow: auto;
    }

    .filter--style-premmerce .filter__item:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header.style9 {
        order: 0;
    }

    #home_slider_mobile {
        display: block;
    
    }

    #home_slider_pc {
        display: none;
    }

    .single-product.woocommerce div.product form.cart .variations label {
        width: max-content !important;
    }

    .woocommerce div.product form.cart .reset_variations {
        top: 50%;
        transform: translateY(-50%);
    }
	
	
	
}


.cart__mobile {
	display: none;
}

@media (max-width: 768px) {
	#wfspb-main-content #wfspb-main-content {
		margin: 0 !important;
	}
	
	.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity {
		display: flex;
		justify-content: space-between;
	}
	
	.cart__mobile {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.cart__mobile .product-quantity {
		display: none;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart tr {
		position: relative;
	}
	
	td.product-thumbnail {
		padding: 0 !important;
	}
	
	td.product-thumbnail:before {
		content: '';
		display: none;
	}
	
	table.cart tbody td.product-subtotal,
 	table.cart tbody td.product-quantity,
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody td.product-name {
		text-align: left !important;
		width: calc(100% - 91px);
		padding: 15px 15px 15px 13px !important;align-content
	}

	table.cart tbody td.product-name a {
		display: block;
		width: calc(100% - 20px);
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
	
	.woocommerce .quantity .qty,
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail img {
		border: none;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail {
		margin-left: 15px;
	}
	
	.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail img {
		margin-top: 15px;
	}
	
	.cart-collaterals .cart-subtotal th,
	.order-total th {
		display: inline-block !important;
	}
	
	.cart-collaterals .cart-subtotal td,
	.order-total td {
		width: 63%;
	}
	
	.woocommerce table.shop_table td {
		border: none;
	}
	
	.woocommerce .woocommerce-message .button.wc-forward {
		width: max-content !important;
	}
	
	.woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions {
		width: 100%;
	}
}
 */
@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
		display: none;
	}
	
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td,
	
	.woocommerce-page table.cart .product-thumbnail {
		display: inline-block;
	}
	
	table.cart tbody td.product-subtotal,
/* 	table.cart tbody td.product-quantity, */
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody td.product-quantity {
/* 		display: block !important; */
		float: left;
		margin-top: -52px;
		margin-left: 89px;
		padding: 15px 0 !important;
		z-index: 9999;
		/* font-variant: proportional-nums; */
		position: relative;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
}

.recommended__slider2 .slick-list {
    padding: 0 0 30px;
}

.recommended__slider2 .slick-slide {
    margin: 0 20px;
}

.recommended__slider2 .slick-slide:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

.recommended__slider2 .slick-slide h3 {
    min-height: 48px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.47;
    font-weight: bold;
}

.recommended__slider2 .slick-slide:hover .kw-details-title {
    color: #000000;
}

.recommended__slider2 .slick-slide .price {
    display: block;
    margin-bottom: 1rem;
    color: #282828;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.recommended__slider2 .prev,
.recommended__slider2 .next {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.recommended__slider2 .prev polyline,
.recommended__slider2 .prev polyline {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    stroke: #141414;
}

.recommended__slider2 .prev:hover polyline,
.recommended__slider2 .next:hover polyline {
    stroke-width: 35;
}

.recommended__slider2 .prev {
    left: -10px;
}

.recommended__slider2 .next {
    right: -10px;
}

.recommended__slider2 .prev svg,
.recommended__slider2 .next svg {
    width: 25px;
}
.aioseo-breadcrumbs {
	margin-bottom: 30px;
	font-size: 21px;
	color: #4F5255;
}
.woocommerce div.product.prodpage-style2 .product_title {
	padding: 0;
	margin-bottom: 30px;
	color: #4F5255;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.woocommerce-product-details__short-description {
	padding: 0;
	margin-bottom: 30px;
	color: #4F5255;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.woocommerce div.product form.cart table {
	width: 100%;
}
.woocommerce div.product form.cart .variations th {
	line-height: 1;
	padding: 0;
	margin-bottom: 10px;
}
.variations_form.cart .wwbp_calculation_section tr td {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.variations_form.cart .wwbp_calculation_section tr td:first-child {
	display: block;
	float: left;
}
.variations_form.cart .wwbp_calculation_section tr td:last-child {
    display: block;
    float: left;
    height: 70px;
}
.variations_form.cart .wwbp_calculation_section tr td:first-child b {
	color: #4F5255;
font-family: Roboto;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
}
.variations_form.cart .wwbp_calculation_section tr td:last-child b {
	color: #5E6A29;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 2.3;
opacity:1!important;
}
.variations_form.cart .wwbp_calculation_section {
	margin: 0;
    display: block;
    float: left;
	max-width: 126px;
}
.variations_form.cart .wwbp_calculation_section tr:last-child {
	
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .screen-reader-text {
    /* clip: unset; */
    /* clip-path: unset; */
    /* height: fit-content; */
    /* overflow: hidden; */
    /* position: relative!important; */
    /* width: 100%; */
    /* word-wrap: normal!important; */
    /* visibility: visible; */
    /* margin: 0; */
    /* top: 0; */
    /* font-size: 21px; */
    /* line-height: 1; */
    /* margin-bottom: 10px; */
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity,
.woocommerce div.product.prodpage-style2 form.cart div.quantity {
    margin-right: 10px;
	position: relative;
	display: flex;
	width: 111px;
	flex-direction: column;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity div.quantity {
	position: relative;
    display: flex;
    width: 111px;
    justify-content: center;
    margin: 0 auto;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .qty,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .qty,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity input.qty {
	color: #4F5255;
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
padding: 12px 30px;
border-radius: 4px;
border: 1px solid #DADADA;
background: #FFF;
height: 55px;
width: 100%;
text-align: center;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .minus,
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .plus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .minus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .plus,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity div.quantity .minus,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity div.quantity .plus {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
    height: 55px;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .minus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .minus,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity div.quantity .minus {
	left: 0;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .plus,
.woocommerce div.product.prodpage-style2 form.cart div.quantity .plus,
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity div.quantity .plus {
	right: 0;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity [type='number']::-webkit-inner-spin-button, 
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button .single_add_to_cart_button.disabled {
	
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button .single_add_to_cart_button,
.woocommerce div.product.prodpage-style2 form.cart .single_add_to_cart_button {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 15px!important;
border-radius: 4px;
background: #5E6A29;
margin-right: 10px;
}
/* .woocommerce div.product form.cart .single_variation_wrap .variations_button .single_add_to_cart_button, */
/* .woocommerce div.product form.cart .single_variation_wrap .awooc-custom-order-button.button.alt.show-add-to-card { */
	/* margin-top: 31px; */
/* } */
.awooc-custom-order-button.button.alt.show-add-to-card {
    margin-left: 0!important;
	padding: 15px;
	    font-size: 21px;
	font-weight: 700;
	height: 55px;
}
@media only screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
		display: none;
	}
	
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td,
	.woocommerce-page table.cart .product-thumbnail {
		display: inline-block;
	}
	
	table.cart tbody td.product-subtotal,
/* 	table.cart tbody td.product-quantity, */
	table.cart tbody td.product-price {
		display: none !important;
	}
	
	table.cart tbody td.product-quantity {
/* 		display: block !important; */
		float: left;
		margin-top: -52px;
		margin-left: 89px;
	
		z-index: 9999;
		/* font-variant: proportional-nums; */
		position: relative;
	}
	
	table.cart tbody .product-remove {
		position: absolute;
		top: 10px;
		right: 11px;
		padding: 0 !important;
	}
	
	table.cart tbody .product-name .variation {
		display: flex;
	}
	.woocommerce div.product.prodpage-style2 .single_product_main_image {
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce div.product form.cart .variations select,
	.woocommerce div.product form.cart .variations td.value	{
		min-width: fit-content;
		width: fit-content;
	}
	.woocommerce div.product form.cart .single_variation_wrap .variations_button .single_add_to_cart_button {
		margin-right: 0;
		float: right;
	}
	.awooc-custom-order-button.button.alt.show-add-to-card {
		width: 100%;
	}
	.awooc-custom-order-button.button.alt.show-add-to-card {
		margin-top: 30px;
	}
}


.woocommerce div.product.prodpage-style2 form.cart .variations select {
    border-radius: 4px;
border: 1px solid #DADADA;

background-image: url("https://molfar.in.ua/wp-content/uploads/2023/08/Vector3.svg");
height: 55px;
padding: 17px 35px 17px 15px;
    color: #4F5255;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
    margin: 0;
    background-size: 15px;
background-repeat: no-repeat;
background-position: 95% 50%;

}
.variations_form.cart .wwbp_calculation_section tr td:last-child b {

  margin-top: 5px;
}
.variation-Weightg {
  display: none !important;
}
.woocommerce div.product form.cart .variations select {
  background: white;
}
.woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions .coupon .input-text {
  width: auto;
  min-width: 245px;
  line-height: normal;
  color: #000;
  font-size: 14px;
  height: 38px;
}
.woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions {
  height: max-content;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce.single-product div.product.prodpage-style2 .kw-details-desc {
  color: #4F5255 !important;
  font-size: 21px !important
  font-weight: 300 !important;
}
.kw-details-desc p {
  font-size: 21px !important;
}
.cart_totals {
  margin-top: -45px;
}
.custom_text_bellow {
  padding: 0px 20px 20px;
  position: relative;
  margin-top: -30px;
  font-style: italic;
}