body{
    --first-color: #ee2a6e;
    --second-color: #ffbbca;
    --gray-color: #f2f2f2;
    --gallery-thumb-width: 100px;
    --black-color: #3e3e3e;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ee2a6e;
    --bs-btn-border-color: #ee2a6e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d72462;
    --bs-btn-hover-border-color: #ca225c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ca225c;
    --bs-btn-active-border-color: #bb1e54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ee2a6e;
    --bs-btn-disabled-border-color: #ee2a6e;
}
.wrap-box{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.onsale{
    display: none;
}
.woocommerce-product-gallery{
    display: flex;
    height: 520px;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;
}
.flex-viewport{
    width: calc(100% - var(--gallery-thumb-width) - 15px);
    margin: 10px;
    border-radius: 8px;
}
.flex-control-nav{
    width: var(--gallery-thumb-width);
    padding: 0;
    margin: 0;
    list-style: none;
    /*display: flex;*/
    /*flex-direction: column;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: thin;
    direction: ltr;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: start;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
.flex-control-nav::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.flex-control-nav li{
    width: calc( var(--gallery-thumb-width) - 15px);
    height: calc( var(--gallery-thumb-width) - 15px);
    margin: 5px 0;
    overflow: hidden;
}
.flex-control-nav li img{
    border: 1px solid var(--gray-color);
    border-radius: 15px;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}
.flex-control-nav li img.flex-active{
    opacity: 1;
    border-color: var(--second-color);
}
.flex-direction-nav{
    padding: 0;
    margin: 0;
}
.flex-direction-nav li{
    position: absolute;
    width: 95px;
    right: 0;
}
.flex-direction-nav .flex-nav-next{
    bottom: 0;
}

.flex-direction-nav .flex-nav-prev{
    top: 0;
}
.flex-direction-nav li a{
    background: #fff;
    width: 100px;
    height: 30px;
    display: block;
    text-align: center;
    position: relative;
    color: transparent;
}
.flex-direction-nav li a:before{
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-size: 15px;
    color: #333333;
    position: absolute;
    inset: 0;
    font-weight: bold;
}
.flex-direction-nav .flex-nav-next a{
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .1);
    border-radius: 12px 12px 0 0;
}
.flex-direction-nav .flex-nav-prev a{
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 0 0 12px 12px;
}
.flex-direction-nav .flex-nav-next a:before{
    content: "\f078";
}
.flex-direction-nav .flex-nav-prev a:before{
    content: "\f077";
}

.woocommerce-product-gallery__image img{
    max-height: 520px;
    width: auto;
}
.product_title{
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}
.product_title:before{
    content: " ";
    width: 15px;
    height: 15px;
    border: 2px solid #000000;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product_title::first-letter {
    color: var(--first-color);
}

.product_meta > span{
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
}
.variations .label{
    min-width: 60px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}
.variations .label:before,
.product_meta > span:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}
.variations tr{
    display: block;
    padding-bottom: 7px;
    text-align: right;
}
.product_meta > span span,
.product_meta > span a{
    font-weight: normal;
}



.variations .reset_variations{
    font-size: 12px;
    padding-right: 5px;
}
.variations select{
    padding: 5px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
}

.variations select option:disabled {
    display: none;

}
.quantity {
    width: 100px;
    height: 45px;
    margin: 0 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    padding: 5px;
    color: var(--black-color);
    font-size: 16px;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quantity.hidden{
    display: none;
}
.quantity button.plus:hover,
.quantity button.plus {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--black-color);
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 8px;
    border: 0 !important;
    box-shadow: none !important;
    background: var(--gray-color);
}

.quantity .plus i {
    color: var(--black-color);
    font-size: 16px;
    line-height: 22px;
}

.quantity button.minus:hover,
.quantity button.minus {
    border: none;
    margin: 0;
    padding: 0;
    color: var(--black-color);
    cursor: pointer;
    width: 33%;
    text-align: center;
    height: 100%;
    border-radius: 8px;
    border: 0 !important;
    box-shadow: none !important;
    background: var(--gray-color);
}

.quantity .minus i {
    color: var(--black-color);
    font-size: 16px;
    line-height: 22px;
}
.quantity .input-text:focus-visible,
.quantity .input-text {
    border: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
    width: 30px !important;
    padding: 0 !important;
    border-radius: 0;
    color: var(--black-color);
    outline: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}
.single_add_to_cart_button{
    height: 45px;
    padding: 0 15px;
    background-color: var(--black-color);
    color: #ffffff;
    border-radius: 8px;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 3ms ease;
}
.single_add_to_cart_button:hover{
    background-color: var(--first-color);
}
.single_add_to_cart_button:before{
    content: "\e909";
    font-family: "icomoon";
    padding-left: 15px;
    font-size: 22px;
}

.woocommerce-variation-add-to-cart-disabled{
    opacity: 0.5;
}

.woocommerce-breadcrumb {
    overflow-y: auto;
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 10px;
}

.woocommerce-breadcrumb::-webkit-scrollbar {
    display: none
}


.summary ins,
.summary .woocommerce-Price-amount{
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
    display: block;
}

.summary .discount{
    padding: 0 12px;
    font-weight: 600;
    background: var(--first-color);
    border-radius: 14px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin-left: 5px;
    display: table;
}
.summary del .woocommerce-Price-amount{
    font-size: 18px;
    opacity: 0.8;
}
.summary del .woocommerce-Price-currencySymbol{
    display: none;
}
.summary .woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    font-style: normal;
}

.summary .price{
    display: flex;
    align-items: center;
}
.summary .price *{
    margin-left: 5px;
}
.stock.in-stock{
    color: var(--first-color);
    font-size: 14px;
    font-weight: bold;
}
.stock.in-stock:before{
    content: "\f7e4";
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: orange;
    padding-left: 5px;
}
.stock.out-of-stock{
    padding: 8px;
    background: var(--gray-color);
    border-radius: 8px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
 .woocommerce-products-header{
    text-align: center;
     margin-bottom: 15px;
 }

.woocommerce-products-header h1,
.woocommerce-products-header h2{
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.woocommerce-products-header h1::first-letter,
.woocommerce-products-header h2::first-letter{
    color: var(--first-color);
}
.woocommerce-product-attributes{
    margin-bottom: 15px;
    width: 100%;
}
.woocommerce-product-attributes p{
    margin: 0;
}
.woocommerce-product-attributes th{
    padding-left: 8px;
}
.woocommerce-product-attributes th:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td{
    padding: 5px 10px;
    font-size: 14px;
}
.woocommerce-product-attributes th{
    border-radius: 0 8px 8px 0;
}
.woocommerce-product-attributes td{
    border-radius: 8px 0 0 8px;
}
.woocommerce-product-attributes tr:nth-child(odd) th,
.woocommerce-product-attributes tr:nth-child(odd) td{
    background-color: var(--gray-color);
}

.woocommerce-Reviews .woocommerce-noreviews,
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .comment-notes{
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 2;
}
.woocommerce-Reviews .comment-form .comment-form-comment label,
.woocommerce-Reviews .comment-form .comment-form-author label,
.woocommerce-Reviews .comment-form .comment-form-email label{
    display: none;
}
.woocommerce-Reviews .comment-form .comment-form-comment{
    padding: 5px;
}
.woocommerce-Reviews .comment-form .comment-form-comment textarea{
    padding: 55px 5px 5px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email{
    float: right;
    width: 50%;
    padding: 0 5px;
}

.woocommerce-Reviews .comment-form .comment-form-author input,
.woocommerce-Reviews .comment-form .comment-form-email input{
    padding: 5px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    width: 100%;
    text-align: center;
}
.woocommerce-Reviews .comment-form-cookies-consent{
    padding: 0 5px;
}
.woocommerce-Reviews .comment-form-cookies-consent label{
    font-size: 14px;
    display: inline;
}
.woocommerce-Reviews .comment-form-cookies-consent input{
    vertical-align: middle;
}
.woocommerce-Reviews .submit{
    padding: 5px 80px;
    background-color: var(--black-color);
    color: #ffffff;
    display: table;
    margin: 0 auto;
    border-radius: 8px;
    border: 0;
    transition: all 3ms ease;
}
.woocommerce-Reviews .submit:hover{
    background-color: var(--first-color);
}




.comment-form-rating{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    transform: scale(1.5);
    width: 95px;
    display: block;
    padding: 10px 0 0;
}

.star-rating {
    text-align: right;
    font-size: 14px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    letter-spacing: 0;
    width: 80px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.no-rating {
    height: 1em;
}

.star-rating span:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: "Font Awesome 5 Free";
    color: #f99d20;
    font-weight: 600;
    top: 0;
    position: absolute;
    right: 0;
}

.star-rating:before, .woocommerce-page .star-rating:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: "Font Awesome 5 Free";
    color: #f99d20;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    font-weight: 300;
}

.star-rating span:before, .star-rating:before, .woocommerce-page .star-rating:before, .stars a:hover:after, .stars a.active:after {
    color: #f99d20;
}

.star-rating span {
    overflow: hidden;
    float: right;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400 !important;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce-product-rating{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}
.woocommerce-review-link{
    font-size: 12px;
    padding-right: 5px;
    height: 18px;
}
.woocommerce-review-link .count{
    position: relative;
    left: unset;
    right: unset;
    display: inline-block;
    top: unset;
    text-align: center;
    background: unset;
    color: initial;
    font-size: 12px;
    width: auto;
    height: auto;
    border-radius: 0;
}
.woocommerce-Reviews li .star-rating {
    padding: 0;
    margin: 0 0 0 15px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

.woocommerce-Reviews .comment-form-rating label {
   display: none;
}

.woocommerce-Reviews p.stars {
    position: relative;
    letter-spacing: .1em;
    margin-bottom: 20px;
    display: block;
}

.woocommerce-Reviews p.stars a {
    display: inline-block;
    font-weight: 700;
    text-indent: -9999px;
    border-bottom: 0 !important;
    outline: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    color: #2e2e2e;
}

.woocommerce-Reviews p.stars a.star-1 {
    width: 1em;
    z-index: 10;
}

.woocommerce-Reviews p.stars a.star-2 {
    width: 2em;
    z-index: 9;
}

.woocommerce-Reviews p.stars a.star-3 {
    width: 3em;
    z-index: 8;
}

.woocommerce-Reviews p.stars a.star-4 {
    width: 4em;
    z-index: 7;
}

.woocommerce-Reviews p.stars a.star-5 {
    width: 5em;
    border: 0;
    z-index: 6;
}

.woocommerce-Reviews p.stars a[class^="star-"]:after {
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
    position: absolute;
    top: 0;
    color: rgba(0, 0, 0, .1);
    left: auto;
    right: 0;
}

.woocommerce-Reviews p.stars a.star-1:after {
    content: "\f005";
}

.woocommerce-Reviews p.stars a.star-2:after {
    content: "\f005\f005";
}

.woocommerce-Reviews p.stars a.star-3:after {
    content: "\f005\f005\f005";
}

.woocommerce-Reviews p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}

.woocommerce-Reviews p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

.woocommerce-Reviews p.stars a:hover {
    color: #f99d20 !important;
}

.woocommerce-Reviews p.stars a[class^="star-"].active:after, .woocommerce-Reviews p.stars a[class^="star-"]:hover:after {
    color: #f99d20 !important;
}

.product-score .star-rating {
    float: left;
}

.commentlist{
    padding: 0;
}
.commentlist li{
    border: 1px solid var(--gray-color);
    padding: 15px;
    border-radius: 20px;
    list-style: none !important;
    margin-bottom: 15px;
}
.commentlist .children li{
    background: var(--gray-color);;
}
.comment_container .meta-media{
    display: flex;
    align-items: center;
}
.comment_container .meta-media img{
    border-radius: 20px;
}
.comment_container .meta-wrap{
    padding-right: 10px;
}
.comment_container .meta-wrap .star-rating{
    margin: 0;
    display: flex;
}
.comment_container .meta-wrap .meta{
    margin: 0;
}
.comment_container .woocommerce-review__author{
    display: block;
    line-height: 2;
}
.comment_container .woocommerce-review__dash{
    display: none;
}
.comment_container .woocommerce-review__published-date{
    font-size: 12px;
    display: block;
    line-height: 1;
}
.comment_container .comment-text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
}
.comment-respond .comment-reply-title small{
    padding-right: 10px;
}
/********************** shop ***********************/

.products.columns-2,
.products.columns-4{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
}
.products.columns-2 li,
.products.columns-4 li{
    width: 25%;
    padding: 5px;
}

.shop-sidebar{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.shop-sidebar .wrap-box{
    padding: 10px 10px 5px;
    height: 100%;
}
.shop-sidebar .col-6{
    padding: 5px;
}
.shop-sidebar .widget-title,
.shop-sidebar .wp-block-heading{
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: bold;
}

.shop-sidebar .widget-title:before,
.shop-sidebar .wp-block-heading:before{
    content: " ";
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 100%;
    border: 3px solid var(--second-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wp-block-woocommerce-filter-wrapper{
    position: relative;
}
.shop-sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
    max-width: max-content;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    text-align: center;
    direction: rtl;
}
.shop-sidebar .wc-block-components-price-slider__controls{
    margin: 5px 0;
    direction: ltr;
}
.shop-sidebar .wc-block-components-filter-reset-button{
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}
.shop-sidebar .wc-block-stock-filter__actions{
    margin: 0;
    display: none;
}
.shop-sidebar  .wc-block-components-checkbox{
    margin-top: 0;
}
.shop-sidebar .wc-block-components-checkbox-list li:last-child,
.shop-sidebar .wc-block-attribute-filter,
.shop-sidebar .wc-block-stock-filter,
.shop-sidebar .wc-block-components-price-slider{
    margin-bottom: 0;
}
.shop-sidebar .wc-block-components-price-slider__range-input-wrapper{
    direction: ltr;
}
.shop-sidebar .wc-block-components-price-slider__range-input-progress{
    --range-color: var(--first-color)
}
.woocommerce-ordering select.orderby{
    padding: 4px 8px 4px 30px;
    height: 44.5px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.order-by-wrap{
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0;
    font-size: 14px;
}

.cat-item{
    position: relative;
    background-color: var(--gray-color);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 25px 0 16px;
    text-align: center;
    display: block;
}
.cat-item .cat-img-wrap{
    position: relative;
}
.cat-item .cat-img-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.45;
    border: 10px solid #fff;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}
.cat-item img{
    position: relative;
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 3;
}

.cat-item span{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    color: #8e8e8e;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
}

.cat-item:hover{
    background-color: var(--black-color);
}
.cat-item:hover img{
    filter: brightness(0) invert(1);
}
.cat-item:hover span{
    color: #fff;
}
.swiper-slider-wrapper{
    position: relative;
}
.swiper-slider-wrapper .swiper-wrapper,
.swiper-slider-wrapper .swiper{
    position: unset;
}
.swiper-slider-wrapper .swiper{
    margin: 5px 0;
}
.swiper-slider-wrapper .swiper-button-prev,
.swiper-slider-wrapper .swiper-button-next{
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--black-color);
    text-align: center;
    line-height: 19px;
}
.swiper-slider-wrapper .swiper-button-next::after,
.swiper-slider-wrapper .swiper-button-prev::after {
    font-size: 18px;
}
.swiper-slider-wrapper .swiper-button-next{
    left: 2px !important;
}
.swiper-slider-wrapper .swiper-button-prev {
    right: 2px !important;
}
.woocommerce-pagination ul{
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-pagination li{
    padding: 3px;
}
.woocommerce-pagination li .page-numbers{
    width: 30px;
    height: 30px;
    display: flex;
    background-color: var(--black-color);
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.woocommerce-pagination li .page-numbers:hover,
.woocommerce-pagination li .page-numbers.current{
    background-color: var(--first-color);
}
/******* Comments *****************/
.commentlist{
    padding-right: 0;
}
.inline-block{
    display: inline-block;
}
.comments-area .small{
    font-size: 12px;
}
.shadow-1-strong {
    box-shadow: 0 0px 2px 0 rgba(0,0,0, 0.16), 0 1px 1px 0 rgba(0,0,0, 0.1) !important;
}



.add-to-cart-sticky{
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*direction: ltr;*/
    border-top: 1px solid #ddd;
}
.add-to-cart-sticky .woo-in-cart,
.add-to-cart-sticky button{
    width: 60%;
}
.add-to-cart-sticky button{
    font-size: 14px;
}
.add-to-cart-sticky .price{
    width: 40%;
}
.add-to-cart-sticky .variations,
.add-to-cart-sticky .stock,
.add-to-cart-sticky .quantity {
    display: none !important;
}
.add-to-cart-sticky .discount {
    padding: 0 10px;
    font-weight: 500;
    background: var(--first-color);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    display: table;
}
.add-to-cart-sticky .price{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.add-to-cart-sticky ins,
.add-to-cart-sticky .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    display: block;
}

.add-to-cart-sticky .price * {
    margin-right: 5px;
}
.add-to-cart-sticky del .woocommerce-Price-amount {
    font-size: 16px;
    opacity: 0.8;
}
.add-to-cart-sticky .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    font-style: normal;
}
.add-to-cart-sticky del .woocommerce-Price-currencySymbol {
    display: none;
}
.woo-in-cart{
    display: flex;
    flex-direction: column;
    direction: rtl;
    align-items: start;
    justify-content: center;
    font-size: 14px;
    line-height: 1.7;
}
.woo-in-cart a{
    color: var(--first-color);
}

/********************** responsive ***********************/
@media (max-width: 991px) {
    .products.columns-4 li{
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {

    .woocommerce-product-gallery{
        height: auto;
        flex-direction: column;
    }
    .flex-control-nav{
        width: 100%;
        display: flex;
        flex-wrap:nowrap;
        flex-direction: row;
        /* overflow-x: scroll; */
        /* overflow-y: hidden; */
        /* padding: 0 30px; */
        /* overflow: hidden; */
        height: 15px;
        align-items: center;
        justify-content: center;
        scrollbar-width: none;
        overflow-x: scroll;
        overflow-y: hidden;
        direction: rtl;
    }
    .flex-viewport{
        width: 100%;
        margin: 0 0 10px;
    }
    .flex-control-nav li{
        width: 10px;
        height: 10px;
        margin: 0 2px;
        background: #eee;
        border-radius: 100%;
        transition: all 0.3s ease;
    }
    .flex-control-nav li img{
        border-radius: 100%;
        opacity: 0;
        width: 10px;
        height: 10px;
        border: 0;
        padding: 0;
        margin-top: -19px;
    }
    .flex-control-nav li img.flex-active{
        opacity: 0;
    }
    .flex-control-nav li:has(img.flex-active){
        background: var(--first-color);
        transform: scale(1.2);
    }

    .flex-direction-nav{
        display: none;
    }
    /*.flex-direction-nav .flex-nav-prev{*/
    /*    top: unset;*/
    /*    bottom: 0;*/
    /*}*/
    /*.flex-direction-nav .flex-nav-next{*/
    /*    right: unset;*/
    /*    left: 0;*/
    /*}*/
    /*.flex-direction-nav li{*/
    /*    width: 30px;*/
    /*    height: 50px;*/
    /*}*/
    /*.flex-direction-nav li a{*/
    /*    height: 100%;*/
    /*}*/
    /*.flex-direction-nav .flex-nav-next a{*/
    /*    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
    /*    border-radius: 0 12px 12px 0;*/
    /*}*/
    /*.flex-direction-nav .flex-nav-prev a{*/
    /*    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
    /*    border-radius: 12px 0 0 12px;*/
    /*}*/
    /*.flex-direction-nav li a:before {*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/
    /*.flex-direction-nav .flex-nav-next a:before {*/
    /*    content: "\f053";*/
    /*}*/
    /*.flex-direction-nav .flex-nav-prev a:before {*/
    /*    content: "\f054";*/
    /*}*/
    .product_title{
        margin-top: 15px;
        font-size: 18px;
    }
    .product_meta > span{
        font-size: 14px;
    }
    .products.columns-4 li{
        width: 50%;
    }

}
@media (max-width: 567px) {
    .woocommerce-Reviews .comment-form .comment-form-author,
    .woocommerce-Reviews .comment-form .comment-form-email{
        width: 100%;
    }
    .single_add_to_cart_button{
        width: 100%;
        margin: 5px 0;
    }
    .btn-modal-size{
        width: 100%;
        margin: 0 !important;
    }
    .quantity{
        margin: 0 auto;
    }
    .summary .cart,
    .woocommerce-variation-add-to-cart{
        text-align: center;
    }
    .woocommerce-variation-availability{
        text-align: right;
    }
    .shop-sidebar .wp-block-heading{
        font-size: 14px;
    }
    .shop-sidebar .wrap-box {
        padding: 7px 7px 0;
        font-size: 14px;
    }
    .shop-sidebar .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{
        padding: 0 4px 0 20px;
    }
    .shop-sidebar .wc-block-attribute-filter.style-dropdown>svg{
        left: 1px;
    }
    .shop-sidebar .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{
        height: 16px;
        font-size: 14px;
        margin: 0;
    }
    .woocommerce-ordering select.orderby{
        padding: 3px;
        height: auto;
        width: 100%;
        border-color: #dcdcdc;
        border-radius: 10px;
       text-align: center;
    }
    .order-by-wrap{
        padding: 5px 0;
        margin: 0;
        background: transparent;
        border: 0;
    }
    .woocommerce-result-count{
        display: none;
    }
}
@media (max-width: 480px){
    .order-by-wrap{
        text-align: center;
    }
    .order-by-wrap > p,
    .order-by-wrap > form{
        width: 100%;
    }
}
@media (max-width: 400px){

}


