/* 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;
}
.recommended__slider .slick-list {
    padding: 0 0 30px;
}

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

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

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

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

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

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

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

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

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

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

.recommended__slider .prev svg,
.recommended__slider .next svg {
    width: 25px;
}

.recommended__slider .slick-slide .add_to_cart_button,
.recommended__slider .slick-slide .add_to_cart_button:hover {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #9edbd7 !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
	
    border: 2px solid #000 !important;
}



.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;
}

.recommended__slider2 .slick-slide .add_to_cart_button,
.recommended__slider2 .slick-slide .add_to_cart_button:hover {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #9edbd7 !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #000 !important;
}

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

#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: 1px solid #000 !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.woocommerce div.product form.cart .variations select {
    width: max-content !important;
    text-align: right;
    padding-right: 25px;
    background-image: url(./img/arrow-down.svg) !important;
	direction: rtl;
}
*/
.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;
}




/* responsive */
@media (max-width: 991px) {
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals,
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells {
        width: 100% !important;
    }

    .filter__header + .filter__inner,
    .filter__header + .filter__inner > .filter__inner,
    .filter__header + .filter__inner--js-hidden {
        /*height: 0;*/
    }

    .filter__header.open + .filter__inner,
    .filter__header.open + .filter__inner--js-hidden {
        /*height: max-content;*/
    }

    .filter__checkgroup-aside {
        margin-right: 7px;
    }

    .filter__range-slider {
        display: none;
    }
  
}

@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%);
    }
	
	
	.woocommerce div.product form.cart .variations select {
		direction: rtl;
	}
}


.cart__mobile {
	display: none;
}

@media (max-width: 991px) {
	#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;
	}
}


@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;
	}
}



@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: 768px) {
    
    
    .eluid131e4269 {
    padding-top: 390px;
    padding-bottom: 30px;
}
	
	
	.eluid979e892a.btn {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
	
	.eluidbd6d7a8c {
    padding-top: 20px;
    padding-bottom: 0px;
}
	
	.eluid608c5b83 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
	
	.eluid9a39b0e5.btn {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
	
	
	
	div#eluid30a1409e {
    width: 50%;
    float: right;
}
	
	
	div#eluid781d4921 {
    width: 50%;
    float: left;
}
	
	h3#eluid608c5b83 {
    margin-top: 15px;
}
    
	
	a#eluid9a39b0e5:after {
    top: 10px !important;
	margin-left: 5PX !important;
		
    
}
	
	.eluid123fd435 {
    padding-top: 55px;
    padding-bottom: 0px;
}
	
	.znColumnElement-innerWrapper-eluid30b83c4a {
    padding-right: 0px;
}
	
	.znColumnElement-innerWrapper-eluiddd6b147b {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}
	
	
	.eluidcb9d8b1d {
    margin-top: 0px;
    margin-bottom: 15px;
}
	
	.eluid4c753b76 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
	
	.eluidb52403a0 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
	
	.eluid244e53ce {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
	
	.znColumnElement-innerWrapper-eluidf616ae31 {
    margin-top: 20px;
}
	
	
	.eluidf958544f {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
	
	.eluidf958544f {
    padding-left: 20px;
}
	
	.eluidf958544f {
    padding-right: 20px;
}
	
	.znColumnElement-innerWrapper-eluid687f1c9d {
    padding-right: 0px;
}
	
	.zn_contact_form_container.contactForm.cf-elm.eluidf8dde5db.cf--light.element-scheme--light {
    margin-top: 20px;
}
	
	.eluida4ccff95 {
    padding-top: 30px;
    padding-bottom: 50px;
}
	
	.eluid99da52b2 {
    padding-top: 0px;
    padding-bottom: 30px;
}
	
	.znColumnElement-innerWrapper-eluid170f4e10 {
    margin-top: 45px;
}
	
	.eluid70ea4edf {
    margin-bottom: 10px;
}
	
	
	.eluide8e392fb {
    
    font-size: 23px;
    line-height: 23px;
    
   
}
	
	.eluid1289cac1 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
 
}
	
	.eluide21028fc {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
    
}
	
	.eluid1289cac1 {
    margin-bottom: 10px;
}
	
	.eluide8e392fb {
    margin-bottom: 10px;
}
	
	
	.eluide21028fc {
    margin-bottom: 10px;
}
	
	#eluid2c4f9418 > li > a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}
	
	
	#eluid7c33c9ef > li > a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}
	
	
	
	.eluideda56f23 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}
	
	
	.znColumnElement-innerWrapper-eluid5a74ccfb {
    padding-right: 0px;
}
	
	
	.znColumnElement-innerWrapper-eluid5a74ccfb {
    margin-top: 0px;
    margin-right: 0px;
}
	
	
	.znColumnElement-innerWrapper-eluid36bd5e08 {
    margin-top: 0px;
    margin-bottom: 0px;
}
	
	.eluidf5e28149 {
    padding-top: 80px;
    padding-bottom: 50px;
}
	
	.eluidfee3ec59 {
    padding-top: 0px;
    padding-bottom: 15px;
}
	
	
	div#eluid2ab4bba5 {
    display: none;
}
	
	.eluidacdeb5de {
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
	.znColumnElement-innerWrapper-eluid9198c0f1 {
    margin-top: 40px;
}
	
	.eluidfb2bc129 .tbk__title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
}
	
	.eluid5c7747d2 .tbk__title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
}
	
	
	.eluid5047681f .tbk__title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
}
	
	
	.eluidfb2bc129 {
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
	.eluid5047681f {
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
	
.eluid50c0d342 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 31px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
}
	
	.znColumnElement-innerWrapper-eluidce177d3e {
    margin-bottom: 30px;
}
	
	
	.eluid139f2278 {
    padding-top: 55px;
    padding-bottom: 15px;
}
	
	.znColumnElement-innerWrapper-eluid14c5ca60 {
    margin-bottom: 30px;
}
	
.eluide2f313e2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
	
	
	.znColumnElement-innerWrapper-eluid193cb680 {
    padding-top: 0px;
    padding-right: 0px;
}
	.eluidb93da037 {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
	
	.eluid389a03bc {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
	
	
	.eluiddccc0f6c {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
	
	
	.eluid77c63727.btn {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
	
	
	.eluidb93da037 {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
.eluid2d45f71e.btn {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
	
	
	.eluidc4c04633 {
    margin-bottom: 15px;
}
	
	
	.eluide514d711 {
    margin-bottom: 0px;
    margin-top: 20px;
}
	
	
	
	#eluid4e891f6b .tbk__title {	
font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #0a0000;
    text-transform: uppercase;
	}
	

	
	
	
	section#eluidbd6d7a8c .woocommerce ul.products li.product {
    margin: 0px 0 0px;
    padding: 0px 0px;
    width: 25%;
}
	
	
	section#eluidbd6d7a8c .woocommerce.spp-carousel .spp-list.products .product-list-item.prod-layout-style2 {
    margin: 0 15px 10px 15px;
}
	
	
	
	.eluid711de041 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
	
	.eluid5b0d888a.btn {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
	
	
	.eluidc2bb84bc {
    padding-top: 35px;
    padding-bottom: 50px;
}
	
	
	
	#eluidfe6ad4f5 .znColumnElement-innerWrapper-eluidfe6ad4f5 {
    min-height: 210px;
}
	
	h3#eluid711de041 {
    margin-top: 0px;
}
	
	
	.eluiddccc0f6c {
    margin-bottom: 15px;
}
	
	.eluide2f313e2 {
    padding-top: 30px;
    padding-bottom: 0px;
}
	
	a#eluid77c63727:after {
    top: 10px !important;
  
}
	

	a#eluid2d45f71e:after {
    top: 10px !important;

}



/* filter */
#content .filter--style-premmerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#content .filter--style-premmerce .filter__item {
    /*display: flex;*/
    width: max-content;
    margin-right: 1rem;
    padding: 0;
    white-space: nowrap;
    border: none;
}

#content .filter--style-premmerce .filter__header {
    cursor: pointer;
}

#content .filter--style-premmerce .filter__header + .filter__inner {
    position: absolute;
    display: none !important;
    min-width: 240px;
    /*max-height: 240px;*/
    padding: 20px 20px 9px;
    background: #ffffff;
    font-size: 13px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    /*transition: all ease-out .5s;*/

    z-index: 2;
}

#content .filter--style-premmerce .filter__header.open + .filter__inner {
    display: block !important;
}

.filter__checkgroup {
    display: flex;
    justify-content: space-between;
}

.filter__checkgroup-count {
    top: 0;
}

.filter__handle-ico--plus {
    height: 16px;
}

.filter__icon-minus,
.filter__icon-plus {
    width: 16px;
    height: 16px;
    position: relative;
}

.filter__header .filter__icon-plus,
.filter__header .filter__icon-minus {
    background: url("./img/filter_arrow.svg") center center no-repeat;
}

.filter__header.open .filter__icon-plus,
.filter__header.open .filter__icon-minus {
    background: url("./img/filter_arrow.svg") center center no-repeat;
    transform: rotate(-180deg);
}

.filter__icon-minus:before, .filter__icon-plus:before,
.filter__icon-minus:after, .filter__icon-plus:after {
    content: '';
    display: none;
}

.pc-active-filter__list-item {
    display: flex;
    margin: 1rem 0;
    padding: 0;
    background-color: #9edbd7;
    width: max-content;
    margin-right: 1rem;
}

.pc-active-filter__item-delete {
    margin-left: 1rem;
}

.pc-active-filter__item-link {
    color: #ffffff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.pc-active-filter__item-link:hover {
    color: #ffffff;
}

.pc-active-filter__list {
    display: flex;
}

.pc-active-filter__item-delete {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #fff;
    float: right;
    color: #fff;
    font-weight: bold;
}

/* filter price */
.filter__item .filter__header {
    position: relative;
    padding-right: 20px;
}

.filter__item .filter__header:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/kallyas-child/css/img/filter_arrow.svg") center right no-repeat;
}

.filter__item .filter__header.open:after {
    background: url("/wp-content/themes/kallyas-child/css/img/filter_arrow.svg") center center no-repeat;
    transform: rotate(-180deg);
}

.filter__handle {
    display: none;
}


.filter__header.open + .filter__inner > .filter__inner {
    display: block !important;
}

.filter__slider-control-column {
    position: relative;
    padding: 0 10px 0 30px;
}

.filter__slider-control-column:first-of-type:before {
    content: 'Від';
    position: absolute;
    top: 5px;
    left: 5px;
}

.filter__slider-control-column:last-of-type:before {
    content: 'До';
    position: absolute;
    top: 5px;
    left: 10px;
}

/*.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: 1px solid #000 !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.woocommerce div.product form.cart .variations select {
    width: max-content !important;
    text-align: right;
    padding-right: 25px;
    background-image: url(./img/arrow-down.svg) !important;
	direction: rtl;
}

.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(/wp-content/themes/kallyas-child/css/img/filter_arrow.svg) !important;
}
.qty_select_cust:focus-visible {
	outline: none;
}

.sort_wrapper {
    position: relative;
    display: none;
    float: right;
    width: calc(50% + 5px);
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    border-radius: 3px;
    text-align: center;
    -webkit-background-size: 18px;
    background-size: 18px;
    border: 4px solid #9edbd7;
    margin: 10px -10px;
}

.sort__button {
    display: block;
}

.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;
}


/* responsive */
@media (max-width: 991px) {
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals,
    .woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells {
        width: 100% !important;
    }

    .filter__inner {
        display: none;
    }

    .filter__header + .filter__inner,
    .filter__header + .filter__inner > .filter__inner,
    .filter__header + .filter__inner--js-hidden {
        /*height: 0;*/
    }

    .filter__header.open + .filter__inner,
    .filter__header.open + .filter__inner--js-hidden {
        /*height: max-content;*/
    }

    .filter__checkgroup-aside {
        margin-right: 7px;
    }

    .filter__range-slider {
        display: none;
    }
    .sort_wrapper {
        display: block;
    }
}

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

@media screen and (min-width: 0px) and (max-width: 996px) {
    .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;
        max-height: auto;
    }

    #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%);
    }
	
	
	.woocommerce div.product form.cart .variations select {
		direction: rtl;
	}
}


	
	
	

