/* ------------------------------ popular project --------------------------------- */
.yith-wcwl-add-button.show>a>img.wish_add_img.heart_img {
    display: none;
}
.prevprice {
    color: #A6A6A6;
    text-align: right;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}
.prevprice .woocommerce-Price-amount.amount bdi {}
.add_to_cart_button.button.alt.btn_submit_application {
    letter-spacing: 0.8px;
}
.popular-projects-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.swiper-container-wrapper-inner {
    /* overflow: hidden; */
    position: relative;
}

.popular-projects-tab {
    max-width: 540px;
    width: 100%;
    height: 43px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    border-radius: 79px;
    margin-bottom: 40px;
    cursor: pointer;
}

.projects-item {
    max-width: 135px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    border-radius: 79px;
}

.projects-item.active {
    background: linear-gradient(0deg, #FC5B31, #FC5B31),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: rgba(255, 255, 255, 1);
}

.projects-item.active:hover {
    background: linear-gradient(0deg, #FC5B31, #FC5B31),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: rgba(255, 255, 255, 1);
}

.swiper-tab {
    display: none;
    /* width: 91%;   */
    /* overflow: hidden; */
    margin: 0 auto;
}

.swiper-tab.active {
    display: block;
}

.swiper-wrapper-btnpopular-project {
    max-width: 1696px;
    width: 100%;
    height: 70px;
    position: absolute;
    margin: 0;
    top: 49%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next-popular-project {
    width: 50px;
    height: 50px;
    background: url('../../../pic/right-pag.svg') center no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    right: 3px;
    border-radius: 50%;
    background-size: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.swiper-button-next-popular-project:hover {
    background: url('../../../pic/right-pag-white.svg') center no-repeat rgba(252, 91, 49, 1);
    background-size: 16px;
}

.swiper-button-prev-popular-project {
    width: 50px;
    height: 50px;
    background: url('../../../pic/left-pag.svg') center no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    left: 3px;
    border-radius: 50%;
    background-size: 24px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.swiper-button-prev-popular-project:hover {
    background: url('../../../pic/left-pag-white.svg') center no-repeat rgba(252, 91, 49, 1);
    background-size: 16px;
}

.swiper-pagination-popular-projects {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #FE574E;
}

.projects-item:hover {
    background: #E5E5EF;
}

ul.products {
    max-width: 1530px;
    width: 100%;
    flex-wrap: nowrap;
}

li.product {
    max-width: 490px;
    /* width: 100% !important; */
    height: 614px;
    display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0px;
    margin: 0;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

li.product .popular-project-product-img {
    max-width: 450px;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

li.product .popular-project-product-img a {
    width: 100%;
    height: 100%;
    display: flex;
}

li.product .popular-project-product-img a img {
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(1);
    transition: transform 0.3s ease;
    object-fit: contain;
    border-radius: 20px;
}

li.product .popular-project-product-img a img:hover {
    transform: scale(1.1);
}

li.product>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
    display: flex;
    margin-left: 21px;
}

.products .product .woocommerce-loop-product__link h3 {
    font-family: 'Onest', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 0px;
    margin: 0 0 8px !important;
    padding-bottom: 0px;
}

.wrapper-price-item-slider {
    display: flex;
    flex-direction: column;
    text-align: right;
}

li.product.activity {
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../../pic/clarity_heart-line.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.loop-atribute-wrapp {
    max-width: 100%;
    order: 2;
    max-width: 200px;
    width: 100%;
    font-family: 'Onest', sans-serif;
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin-top: -5px;
}

.loop-atribute-wrapp>div:nth-child(1) {
    margin-top: 15px;
}
.loop-atribute-wrapp>div:nth-child(2) {
    margin-bottom: 2px;
}
.loop-atribute-wrapp>div.loop-atribute:nth-child(2) span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.loop-atribute-wrapp>div.loop-atribute:nth-child(1) span {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

.woocommerce .products .product .price {
    margin-bottom: -10px;
}

span.col-6.price-value>span {
    font-family: 'Onest', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    letter-spacing: 1.1px;
    text-align: right;
    color: #8BCC83;
}

.products .price.price-center .price-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    font-family: 'Onest', sans-serif;
}

.wrapper-price-item-slider>span>span.col-6.price-value>del>span>bdi {
    color: #A6A6A6;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;

}

.wrapper-price-item-slider del+ins>span.woocommerce-Price-amount>bdi {
    color: #FC5B31;
}

.wrapper-price-item-slider .price ins {
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: right;
    color: #8BCC83;
}

.wrapper-price-item-slider .price-title {
    margin-bottom: 0px;
    padding: 0;
}

.wrapper-price-item-slider .price-value {
    margin-bottom: 0px;
    padding: 0 0 0 5px;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: right;

}

.wrapper-price-item-slider {
    order: 3;
    max-width: 245px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 7px;
}

li.product form.cart {
    order: 4;
    width: 100%;
}

.show>a {
    width: 50px;
}

.show>a img {
    max-width: 50px;
    width: 100%;
}

li.product.swiper-slide >.yith-wcwl-add-to-wishlist>.yith-wcwl-add-button.show>a>img {
    display: none;
}

.activity {
    position: absolute;
    left: 25px;
    top: 14px;
}

.activity>.yith-wcwl-add-to-wishlist {
    padding: 0;
    border: none;
    background-color: transparent;
}

.activity>.yith-wcwl-add-to-wishlist>.yith-wcwl-add-button>span {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 100px;
    transition: none;
    background: url(../../../pic/sihlist-icon.png);
    background-size: cover;
    border-radius: 100px;
}

>.yith-wcwl-add-to-wishlist>.yith-wcwl-add-button>span:hover {
    background: url(../../../pic/wishlist-hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    border-radius: 100px;
}

li.product .woocommerce.product.compare-button {
    position: absolute;
    border-radius: 100px;
    top: 10px;
    left: 60px;
    background-color: #FFFFFF;
    z-index: 8;
    height: 40px;
    padding: 0;
    max-width: 40px;
    width: 100%;
    flex: none;
    background: url(../../../pic/compare-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

li.product .woocommerce.product.compare-button:hover {
    /* border: 1px solid rgba(252, 91, 49, 1); */
}

li.product .woocommerce.product.compare-button:hover:hover {
    width: 100%;
    background: url(../../../pic/compare-img-hover.svg);
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FFFFFF;
}

li.product.woocommerce.product.compare-button.compare-active {
    border: none !important;
}

li.product .woocommerce.product .compare.button.compare-active {
    border: 1px solid rgba(252, 91, 49, 1);
    background: url(../../../pic/compare-img-active.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center center;
    background-color: #FFFFFF;

    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.btn_submit_application {
    color: #E24B24;
    background: #F4F4FC;
    max-width: 450px;
    width: 100%;
    border-radius: 73px;
    height: 49px;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: color 0.5s ease-in-out, border 0.5s ease-in-out;
    text-transform: lowercase;
    padding: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border:1px solid transparent
}

.add_to_cart_button.button.alt.btn_submit_application:hover {
    color: #FC5B31;
    border: 1px solid #FC5B31;
}

.add_to_cart_button.button.alt.btn_submit_application:focus {
    box-shadow: none;
}

li.product.active-price-wrapp {
    min-height: 638px;
}

li.product.active-price-wrapp>div.wrapper-price-item-slider.active-price-item {
    margin-bottom: 20px;
}

li.product.active-price-wrapp .popular-project-product-img {
    margin-bottom: 15px;
}

li.product.active-price-wrapp .loop-atribute-wrapp {
    margin-top: 5px;
}

li.product.active-price-wrapp .loop-atribute-wrapp>div:nth-child(1) {
    margin-top: 38px;
}

.woocommerce.popular-project-swiper {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1530px;
}


@media (max-width:1880px) {
    li.product .woocommerce.product .compare.button.compare-active {
        width: 50px;
        height: 50px;
    }
    .woocommerce.popular-project-swiper {
        /* max-width: 1020px; */
        width: 100%;
    }

    li.product {
        /* max-width: 330px; */
        /* height: 470px; */
        /* max-height: 550px; */
    }

    

    >div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>span {
        /* width: 38px;
        height: 38px; */
    }

    .show>a img {
        /* max-width: 38px; */
    }

    li.product .woocommerce.product.compare-button {
        /* max-width: 38px;
        height: 38px; */
        left: 60px;
    }



    .loop-atribute-wrapp>div.loop-atribute:nth-child(1) span {
        /* font-size: 24px;
        font-style: normal;
        line-height: normal; */
    }
    .loop-atribute-wrapp>div:nth-child(1) {
        margin-top: -5px;
    }
    .loop-atribute-wrapp {
        max-width: 100%;
        position: absolute;
        bottom: 100px;
        left: 20px;
    }
    li.product form.cart {
        padding:0 15px;
    }

    .wrapper-price-item-slider {
        max-width: 87%;
    }

    span.col-6.price-value>span {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .products .price.price-center .price-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .wrapper-price-item-slider .price-value {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 91%;
    }

    .swiper-button-prev-popular-project {
        /* width: 38px;
        height: 38px; */
    }

    .swiper-button-next-popular-project {
        /* width: 38px;
        height: 38px; */
    }

    /* .swiper-wrapper-btnpopular-project {
        width: 80%;
    } */

    .swiper-button-next-popular-project:hover {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 13px;
    }

    .swiper-button-prev-popular-project:hover {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 13px;
    }
    .loop-atribute-wrapp>div:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media(max-width:1860px){
    .swiper-button-prev-popular-project {
        left: -60px;
    }

    .swiper-button-next-popular-project {
        right: -60px;
    }
}

/*  */

@media(max-width:1420px){
    li.product .woocommerce.product .compare.button.compare-active,>div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>span {
        width: 40px;
        height: 40px;
    }

    .woocommerce.popular-project-swiper {
        /* max-width: 95%; */
    }
    li.product {
        /* max-width: 330px; */
        /* height: 470px; */
        max-height: 550px;
    }
    li.product .popular-project-product-img {
        max-width: 100%;
        width: 100%;
        height: 320px;   
    }
}
@media(max-width:1280px){
    .woocommerce.popular-project-swiper {
        max-width: 100%;
    }
        .popular-projects-title.title {
            text-align: center;
        }
}


@media(max-width:1240px) {
    .loop-atribute-wrapp>div:nth-child(1) {
        position: relative;
        top: -4px;
    }
    .products .product .woocommerce-loop-product__link h3 {
        margin: 0 0 6px !important;
    }
    .swiper-container-wrapper-inner {
        max-width: 1170px;
        margin: 0 auto;
    }

    .swiper-tab {
        max-width: 1060px;
        width: 100%;
    }

    .woocommerce.popular-project-swiper {
        max-width: 1060px;
        width: 100%;
    }

    ul.products {
        max-width: 1060px;
        width: 100%;
    }

    li.product {
        max-width: 340px;
        height: 450px;
    }
    .loop-atribute-wrapp>div:nth-child(2) {
        margin-bottom: 4px;
    }
    li.product .popular-project-product-img {
        max-width: 310px;
        width: 100%;
        height: 260px;
        margin: 15px 15px 11px 15px;
    }

    .loop-atribute {
        margin-top: 5px;
    }

    .loop-atribute-wrapp>div:nth-child(1) {
        margin-top: 13px;
    }

    >div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>span {
        /* width: 40px;
        height: 40px; */
    }

    .show>a img {
        max-width: 40px;
    }

    li.product .woocommerce.product.compare-button {
        max-width: 40px;
        height: 40px;
        left: 50px;
    }

    .products .product .woocommerce-loop-product__link h3 {
        font-size: 16px;
        line-height: normal;
        font-style: normal;
    }

    .loop-atribute-wrapp>div.loop-atribute:nth-child(2) span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .loop-atribute-wrapp>div.loop-atribute:nth-child(1) span {
        font-size: 24px;
        font-style: normal;
        line-height: normal;
    }
    .loop-atribute-wrapp {
        bottom: 78px;
    }

    .wrapper-price-item-slider {
        max-width: 90%;
        margin-top: 30px;
    }

    span.col-6.price-value>span {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .products .price.price-center .price-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .wrapper-price-item-slider {
        margin-bottom: 4px;
    }
    
    .woocommerce .products .product .price {
        margin-bottom: -6px;
    }
    
    .wrapper-price-item-slider .price-value {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    li.product form.cart {
        padding: 0 15px;
        padding-bottom: 15px;
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .btn_submit_application {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 40px;
        max-width: 100%;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .swiper-button-prev-popular-project {
        width: 40px;
        height: 40px;
        left: 18px;
        top: 10px;
        background-size: 15px;
    }

    .swiper-button-next-popular-project {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 14px;
        top: 10px;
        background-size: 10px;
    }

    .swiper-wrapper-btnpopular-project {
        /* width: 96%; */
    }

    .swiper-button-next-popular-project:hover {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 8px;
    }

    .swiper-button-prev-popular-project:hover {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        background-size: 8px;
    }
}

@media(max-width:1200px){
    li.product .popular-project-product-img {
        max-width: 100%;
    }
}

@media(max-width:1150px) {
    .woocommerce.popular-project-swiper {
        /* max-width: 85%; */
    }

    li.product {
        max-width: 48%;
    }

    .swiper-button-next-popular-project {
        right: 0%;
    }

    .swiper-button-prev-popular-project {
        left: 0%;
    }
}
@media(max-width:993px){
    .wrapper-price-item-slider {
        max-width: 100%;
        margin-right: 20px;
    }
    .swiper-tab {
        max-width: 80%; 
    }
}

@media(max-width:820px) {
    .woocommerce.popular-project-swiper {
        /* max-width: 60%; */
    }

    ul.products {
        max-width: 100%;
    }

    li.product {
        max-width: 99%;
    }

    .woocommerce.popular-project-swiper {
        /* max-width: 340px; */
        width: 100%;
    }

    .swiper-wrapper-btnpopular-project {
        width: 93%;
    }
}

@media(max-width:767px){

    ul.products.columns-3.swiper-wrapper .product {
        flex: none
    }
}
@media(max-width:680px){
    .swiper-wrapper-btnpopular-project {
        width: 97%;
    }
}
@media(max-width:580px){
    .swiper-tab {
        max-width: 100%;
    }
    .swiper-wrapper-btnpopular-project {
        width: 98%;
    }
    .swiper-container-wrapper-inner {
        padding-top: 60px;
    }
    
    .swiper-wrapper-btnpopular-project {
        top: 5%;
        right: 0%;
    }
    .swiper-wrapper-btnpopular-project {
        top: 2%;
        right: auto;
        width: 100px;
        left: 83%;
        height: 30px;
    }
    .swiper-container-wrapper-inner {
        max-width: 70%;
        margin: 0 auto;
    }
    .swiper-container-wrapper-inner {
        margin-bottom: 70px;
    }
    span.col-6.price-value>span {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}


@media(max-width:480px){
    .swiper-container-wrapper-inner {
        max-width: 86%;
    }
    .products .product.sale li.product form.cart {
    margin-top: 22px;
}

}

@media(max-width:420px) {
       li.product .woocommerce.product .compare.button.compare-active,>div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>span {
        width: 35px;
        height: 35px;
    }
    li.product>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        margin-left: 15px;
    }
    .swiper-container-wrapper-inner {
        max-width: 100%;
    }
    .swiper-wrapper-btnpopular-project {
        left: 47%;
    }

    .projects-item {
        font-size: 16px;
        line-height: 18px;
    }

    .popular-projects-tab {
        height: 36px;
        margin-bottom: 0px;
    }

    .swiper-tab {
        width: 100%;
    }

    .swiper-pagination-popular-projects {
        margin-top: 0;
        transform: translate(0px, -38px);
    }
    .swiper-button-next-popular-project {
        background: url(../../../pic/right-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        width: 30px;
        height: 30px;
        background-size: 8px;
    }
    .woocommerce .products .product .price {
        margin-bottom: -7px;
    }

    .swiper-button-prev-popular-project {
        background: url(../../../pic/left-pag-white.svg) center no-repeat rgba(252, 91, 49, 1);
        width: 30px;
        height: 30px;
        left: 32%;
        background-size: 8px;
    }

    .projects-item {
        font-size: 14px;
        line-height: 18px;
    }

  
    .loop-atribute-wrapp>div:nth-child(1) {
        margin-top: 0px;
    }
    .loop-atribute-wrapp {
        bottom: 74px;
        left: 15px;
    }
    .popular-projects-title > h2 {
        text-align: center;
    }
    .popular-projects-title {
        margin-bottom: 22px;
    }

    .swiper-wrapper-btnpopular-project {
        top: 4%;
        right: auto;
        width: 100px;
        left: 82%;
        height: 30px;
    }
    li.product .popular-project-product-img {
        height: 235px;
        margin: 15px 15px 15px 15px;
    }
    li.product .woocommerce.product.compare-button

    li.product .activity {
        max-width: 34px;
        height: 34px;
        top: 12px;
        left: 20px;

    }

    li.product .woocommerce.product.compare-button {
        height: 35px;
        max-width: 35px;
        left: 40px;
        top: 5px;
    }

    >div.yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button>span {
        height: 35px;
        max-width: 35px;
    }

    .loop-atribute-wrapp>div.loop-atribute:nth-child(2) {
        margin-bottom:23px;
    }

    .loop-atribute-wrapp>div.loop-atribute:nth-child(1) span {
        font-size: 20px;
        line-height: 25px;

    }

    .add_to_cart_button.button.alt.btn_submit_application {
        font-size: 14px;
    }

    .show>a {
        width: 36px;
    }
    li.product {
        height: 100%;
        max-height: 430px;
    }
    li.product.woocommerce.product .compare.button.compare-active {
        width: 35px;
        height: 35px;
    }
    li.product .popular-project-product-img {
        margin-bottom: 17px;
    }
    .woocommerce .products .product .price {
        margin-bottom: -7px;
    }
    .wrapper-price-item-slider {
        max-width: 90%;
        margin-top: 37px;
    }
}
span.orange.col-6.price-value>span {
    color: #FC5B31 ;
}

.products .product.sale {
    border-bottom: 25px solid #fff;
}

.products .product.sale .loop-atribute-wrapp>div:nth-child(1) {
    margin-top: 18%;
}


.catalog-product .products .product.sale .wrapper-price-item-slider {
    margin-top: 16px;
}
.catalog-product .products .product.sale a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    margin-bottom: 2px;
}
.catalog-product .products .product.sale .loop-atribute-wrapp>div:nth-child(1) {
    margin-top: 19px;
}
@media(max-width: 1880px){
    .catalog-product .woocommerce .products .loop-atribute-wrapp {bottom: 16%;}
    .catalog-product .woocommerce .products .wrapper-price-item-slider{margin: 40px 0 10px;}
    .catalog-product .product.sale .price.price-center.item-slider {
        margin: 0 0 -6px;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(1) {
        margin: 0;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(2){

        margin: 0 0 11%;
    }
    .catalog-product .products   .product.sale .loop-atribute-wrapp>div:nth-child(2){

        margin: 0 0 0%;
    }
    .products .product.sale .loop-atribute-wrapp {
        bottom: 12%;
    }
}
@media(max-width:1420px){
    
    .catalog-product .woocommerce .products .loop-atribute-wrapp>div:nth-child(2){margin-bottom: 25px;}
    .catalog-product .woocommerce .products .loop-atribute-wrapp{bottom: 16%;}
    .catalog-product .woocommerce .products .wrapper-price-item-slider{margin: 50px 0 10px;}
    .catalog-product .products .product.sale .wrapper-price-item-slider {
        margin-top: 20px;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp {
        bottom: 12%;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp>div:nth-child(2){
        margin: 0 0 0%;
    }
    .catalog-product .woocommerce .products .product.sale  .price.price-center.item-slider {
        margin: 3px 0 -10px;
    }
}
@media (max-width:1240px){
    .catalog-product .woocommerce .products .loop-atribute-wrapp>div:nth-child(2){
        margin-bottom: 8px;
    }
    .catalog-product .products .product .price.price-center.item-slider:nth-child(2){
        margin: -5px 0 -1px;
    }
    .catalog-product .products .product .wrapper-price-item-slider{
        margin: 40px 0 0;
    }
    .prevprice {
        color: #A6A6A6;
        text-align: right;
        font-family: 'Onest', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: line-through;
    }
    .products .product.sale .loop-atribute-wrapp {
        bottom: 14%;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(1){
        margin-top: 0;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 0.5%;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp{
        bottom: 11.1%;
    }
    .catalog-product .products .product.sale .wrapper-price-item-slider {
        margin: 12px 0 10px;
    }
}

@media(max-width:1240px) {
    .catalog-product .products .product .wrapper-price-item-slider {
        padding-right: 5%;
    }
}
@media(max-width:920px) {
    .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 6%;
    }
    
}


.search-results .products .product.sale .wrapper-price-item-slider {
    margin-top: 16px;
}
.search-results .products .product.sale a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    margin-bottom: 2px;
}
.search-results .products .product.sale .loop-atribute-wrapp>div:nth-child(1) {
    margin-top: 19px;
}


@media(max-width: 1880px){
    .search-results .woocommerce .products .loop-atribute-wrapp {bottom: 16%;}
    .search-results .woocommerce .products .wrapper-price-item-slider{margin: 40px 0 10px;}
    .search-results .product.sale .price.price-center.item-slider {
        margin: 0 0 -6px;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(1) {
        margin: 0;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(2){

        margin: 0 0 11%;
    }
    .search-results .products   .product.sale .loop-atribute-wrapp>div:nth-child(2){

        margin: 0 0 0%;
    }
    .products .product.sale .loop-atribute-wrapp {
        bottom: 12%;
    }
}
@media(max-width:1420px){
    
    .search-results .woocommerce .products .loop-atribute-wrapp>div:nth-child(2){margin-bottom: 25px;}
    .search-results .woocommerce .products .loop-atribute-wrapp{bottom: 16%;}
    .search-results .woocommerce .products .wrapper-price-item-slider{margin: 30px 0 10px;}
    .search-results .woocommerce .products .product.sale .wrapper-price-item-slider {
  
        margin: 8px 0 14px;
    }
    .products .product.sale .loop-atribute-wrapp {
        bottom: 13%;
    }
    .search-results .products .product.sale .loop-atribute-wrapp>div:nth-child(2){
        margin: 0 0 0%;
    }
    .search-results .woocommerce .products .product.sale  .price.price-center.item-slider {
        margin: 3px 0 -10px;
    }
    .search-results .products .product.sale .loop-atribute-wrapp {
        bottom: 12.5%;
    }
}
@media (max-width:1240px){
    .search-results .woocommerce .products .loop-atribute-wrapp>div:nth-child(2){
        margin-bottom: 11px;
    }
    .search-results .products .product .price.price-center.item-slider:nth-child(2){
        margin: -5px 0 -1px;
    }
    .search-results .products .product .wrapper-price-item-slider{
        margin: 40px 0 0;
    }
    .prevprice {
        color: #A6A6A6;
        text-align: right;
        font-family: 'Onest', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: line-through;
    }
    .products .product.sale .loop-atribute-wrapp {
        bottom: 14%;
    }
    .products .product.sale .loop-atribute-wrapp>div:nth-child(1){
        margin-top: 0;
    }
    .search-results .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 1.5%;
    }
    .search-results .products .product.sale .loop-atribute-wrapp{
        bottom: 11.1%;
    }
    .search-results .woocommerce .products .product.sale .wrapper-price-item-slider {
        margin: 14px 0 14px;
    }
}

@media(max-width:1240px) {
    .search-results .products .product .price.price-center.item-slider:nth-child(2) {
        margin: 0px 0 -1px;
    }
    .search-results .products .product .wrapper-price-item-slider {
        margin: 33px 0 2px;
    }
    .search-results .products .product .wrapper-price-item-slider {
        padding-right: 5%;
    }
}


@media(max-width:420px){
    .search-results .woocommerce .products .loop-atribute-wrapp {
        bottom: 18%;
    }
    .search-results .woocommerce .products .loop-atribute-wrapp>div:nth-child(2)
    {
        margin-bottom: 20px;
    }
    .search-results .products .product.sale .loop-atribute-wrapp {
        bottom: 14.1%;
    }
    .search-results .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 -0.5%;
    }
}

@media (max-width:1880px) {
    
    .single-product .products .product.sale .loop-atribute-wrapp>div:nth-child(2){
        margin: 0 0 9%;
    }
}
@media (max-width:1240px) {
    
    .single-product .products .product.sale .loop-atribute-wrapp{
        bottom: 16%;
    }
}
@media(max-width:1024px){
    .single-product .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 6%;
    }
}

@media(max-width:420px){
.single-product .products .product.sale .loop-atribute-wrapp {
    bottom: 16.76%;
}
}

@media(max-width:420px) {
    .catalog-product .woocommerce .products .loop-atribute-wrapp {
        bottom: 18%;
    }
    .catalog-product .woocommerce .products .loop-atribute-wrapp>div:nth-child(2){
        margin-bottom: 20px;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp{
        bottom: 14.1%;
    }
    .catalog-product .products .product.sale .loop-atribute-wrapp {
        margin: 0 0 -3px;
    }
}
@media (max-width:1880px) {
    .home .products .product.sale .loop-atribute-wrapp>div:nth-child(2){
        margin: 0 0 40px;
    }
    
    
    
}
@media (max-width:1240px) {

    .home .products .product.sale .loop-atribute-wrapp {
        bottom: 13.4%;
    }
    .home .products .product.sale .loop-atribute-wrapp>div:nth-child(2) {
        margin: 0 0 34px;
    }
}

li.product .woocommerce.product.compare-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}


.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse  {
    display: none;
}

.yith-wcwl-add-to-wishlist.fav-active .yith-wcwl-wishlistexistsbrowse {
    display: block;
}

.yith-wcwl-add-to-wishlist.fav-active .yith-wcwl-add-button {
    display: none;
}
.products .product .heart_img {
    width: 40px;
    height: 40px;
}