/**
 * Theme Name: lingeria
 * Version: v2.4
 */
 .filters .filters__lists-list .list__content.colors label span a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
 }
 @media screen and (min-width: 992px){
    .filters .filters__lists-list .list__content.size label span:hover{
        color:#fff;
    }
 }
 .product__img-wrap .product__discount {
    width: 6rem;
    height: 6rem;
    position: absolute;
    z-index: 1;
    left: -2rem;
    top: -2rem;
    background: url(img/product-discount.svg) center/contain no-repeat;
    padding: 1.2rem 1.3rem;
}
.product__img-wrap {
    position: relative;
}
.header .find__block .find__form-btns .btn{
    max-width: 24rem;
    background-color: #000;
    padding: 1.5rem 3rem;
}
.header .find__block .find__form-btns .btn:hover {
    background-color: #EA4C89;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin-top: 76px;
}
button[name="update_cart"]{
	display:none!important;
}
.cart__products-product .cart__delete{
    display: inline-block;
}
.cart__btns .btn {
    width: 100%;
    max-width: 24rem;
    margin-left: 3rem;
    padding: 1.5rem 3.4rem;
    background: #000;
    transition: all .3s linear;
    color:#fff;
    text-decoration: none;
}
.cart__btns .btn:hover {
    border-color: #EA4C89;
    background-color: #EA4C89;
}
@media only screen and (max-width: 575px){
    .cart__btns .btn {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
}
.list__content.size a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.list__content.size a:hover{
    color:#fff;
}
/*.filters .filters__lists-list .list__content.size label span{
    padding: 0px;
}*/
.product__btns button {
    height: 5rem;
    max-width: 12.3rem;
    padding: 1.4rem 1rem;
}
.icons.like a.like__icon {
    background-image: url(img/product-like.svg);
}
.icons.like a.like__icon{
    width: 17px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .1s linear;
    cursor: pointer;
    vertical-align: top;
}
.icons.like a.inited-add-wishlist{
    background-image: url(img/product-like-checked.svg);
}

.info__btns-like:before{
    /* content: '';
    background: url(img/product-like.svg);
    width: 17px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .1s linear;
    cursor: pointer;
    vertical-align: top; */
}
.info__btns-like:hover:before{
    /* content: '';
    background: url(img/product-like-checked.svg);
    width: 17px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .1s linear;
    cursor: pointer;
    vertical-align: top; */
}
.variations_form select{
    display:none;
}
.header__top ul li .wishlist_products_counter:hover svg path {
    fill: #fff;
}

/* .header__top ul li .wishlist-counter-with-products svg path {
    fill: #fff;
    transition:0.5s;
} */
.header__top ul li .wishlist-counter-with-products:hover svg path {
    fill: #EA4C89;
    stroke: #EA4C89;
}
.info__btns .inited-add-wishlist:before{
    background: url(img/product-like-checked.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-ordering{
    display: none!important;
}
.products li {
    list-style: none;
}
ul.products li.product .tinvwl_add_to_wishlist_button{
    margin-top:0px!important;
}
.main__new-slider .old-price{
    display: inline-block;
}
.current-menu-item > a {
    color: #EA4C89!important;
}

.filters .filters__lists-list .list__content label span{
    display: block;
}
.filters .filters__lists-list .list__content.colors label{
    display: flex!important;
}
.filters .filters__lists-list .list__content.colors .checked{
    border: 1px solid rgb(195, 158, 163);
    border-radius: 50%;
}
.filters__lists-list .bapf_sfilter.bapf_ckbox input[type=checkbox]{
    margin-right: 0px;
}
.filters .filters__lists-list .list__content label{
    display: block!important;
}
@media only screen and (max-width: 991px){
    .woocommerce-notices-wrapper{
        margin-top: 34px;
    }
}
