.hidden {
    display: none !important;
}
.cart-content{
    padding-top: 40px;
}
.recommended__slider .slick-track{
    margin-left: 0;
    display: flex !important;
}
.recommended__slider .slick-list{
    padding: 16px;
}
.recommended__slider .slick-slide
{
    height: inherit !important;
}
.recommended__slider .slick-slide>div{
    height: 100%;
}
.recommended__slider .slick-slide .recommended__product{
    height: 100%;
}
.no-overflow-body{
    overflow-x: hidden;
}
.menu-item-has-children ul.sub-menu{
    display: none;
}
.header__right{
    gap: 35px;
    display: flex;
    align-items: center;
}
.header__cart{
    position: relative;
}
.header__cart-counter{
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: white;
    border-radius: 100px;
    border: 1px solid #00A0CB;
    color: #00A0CB;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    font-size: 12px;
}
.main__text{
    color: black;
    font-weight: 700;
    font-size:18px;
    margin: 20px 0 10px;
    line-height: 120%;
    display: inline-block;
}
.recommended__product-name{
    color: black;
    line-height: 120%;
    display: inline-block;
    overflow: hidden;
}
.empty-cart .container{
    display: flex;
    flex-direction: column;
    padding: 90px 0 120px;
    align-items: center;
    justify-content: center;
}
.empty-cart__pic{
    width: 182px;
    height: 200px;
    margin-bottom: 60px;
}
.empty-cart__title{
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
    color: black;
}
.empty-cart__txt{
    font-size: 25px;

}
.cart{
    margin-bottom: 90px;
}
.cart__top{
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}
.cart__title{
    font-size: 45px;
    color: black;
    font-weight: 700;
}
.cart__info{
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #8D8D8D;
    align-items: end;
    padding-bottom: 6px;

}
.cart__clear{
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.cart__clear:hover{
    text-decoration: underline;
}
.cart__total{
    max-width: 340px;
    width: 100%;
}
.cart__sum{
    position: relative;
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}
.cart__sum .amount{
    font-size: 35px;
}
.cart__sum-txt,
.cart__message {
    transition: opacity 0.3s ease;
}

.button-order{
    width: 100%;
    display: inline-block;
}
#hidden_pop-up-order {
    max-width: 944px;
    width: 100%;
    margin: .5rem;
    overflow: hidden;
}
.cart__list{
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}
.product{
    display: flex;
    gap: 30px;
}
.product__img{
    width: 163px;
    height: 106px;
    object-fit: contain;
    border-radius: 10px;
}
.cart__bottom{
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.product__name{
    font-size: 18px;
}
.product__count{
    display: flex;
    gap: 20px;
}
.product__count img, .product__remove{
    cursor: pointer;
}
.product__remove{
    width: 25px;
    height: 25px;
}
.product__total, .cart__sum-txt{
    display: flex;
    gap: 10px;
    white-space: nowrap;
}
.product__count-edit{
    background-color: white;
    width: 26px;
    height: 26px;
    border: 1px solid #00A0CB;
    padding: 7px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00A0CB;
    border-radius: 5px;
}
.product__top{
    display: flex;
    justify-content: space-between;
}
.product__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.product__total{
    font-size: 35px;
    font-weight: 700;
}
.recommended{
    margin-bottom: 120px;
}
.recommended__title{
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 700;
}
.recommended__product{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 25px 2px rgba(106, 129, 140, 0.1);
    display: flex !important;
    flex-direction:  column;
}
.recommended__product a, .about__product a{
    transition: 0.2s all ease-in-out;
}
.recommended__product a:hover, .about__product a:hover{
    color: #00A0CB;
}
.recommended__product-img img{
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
}
.gallery-product .slider-for .slick-prev{
    left: -20px;
    width: 30px;
    height: 30px;
    top: 124%;
    transform: translateY(-50%);
    z-index: 5;
}
.gallery-product .slider-for .slick-next{
    right: -20px;
    width: 30px;
    height: 30px;
    top: 124%;
    transform: translateY(-50%);
    z-index: 5;
}
.gallery-product .slider-nav>.slick-next, .gallery-product .slider-nav>.slick-prev{
    display: none !important;
}
.recommended__product-img{
    margin-bottom: 20px;

}
.recommended__product-name{
    font-size: 18px;
    margin-bottom: 30px;
}
.recommended__product-price{
    text-align: end;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: auto;
}
.recommended__product-btn{
    width: 100%;
    display: inline-block;
}
.recommended__slider .slick-slide{
    max-width: 260px;
    margin: 0 10px;
}
.okved span:not(:first-child){
    cursor:pointer;
}
.image__product img{
    object-fit: contain;
    max-height: 100%;
}

.cart__message {
    margin: 0 0 30px;
    font-size: 18px;
}

@media(max-width: 900px){
 .cart__bottom{
    flex-direction: column-reverse;
 }
 .gallery-product .slider-for .slick-next{
    top: 140%;
 }
 .gallery-product .slider-for .slick-prev{
    top: 140%;
 }
}
@media(max-width: 767px){
    .empty-cart__pic{
        margin-bottom: 30px;
    }
    .empty-cart__title{
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }
    .empty-cart__txt {
        font-size: 18px;
        text-align: center;
    }
}
@media(max-width: 575px){
    .gallery-product .slider-for .slick-next{
        top: 120%;
        right: 0;
    }
    .gallery-product .slider-for .slick-prev{
        top: 120%;
        left: 0px;
    }
    .header__right{
        gap: 20px;
    }
    .product{
        gap: 10px;
    }
    .product__name{
        font-size: 14px;
    }
    .product__total {
        font-size: 24px;
    }
    .product__img {
        width: 90px;
        height: 80px;
    }
    .cart__title {
        font-size: 28px;
    }
    .cart__info {
        font-size: 14px;
        padding-bottom: 0px;
    }
    .cart__sum, .recommended__title {
        font-size: 28px;
    }
    .recommended__product-img img {
        height: 100px;
        object-fit: contain;
        margin: 0 auto;
        width: 100%;
    }
    .recommended__product-name {
        font-size: 14px;
        height: 80px;
    }
    .fancybox-slide{
        height: initial;
    }
    .fancybox-slide--html{
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #hidden_pop-up-order{
        margin: 0;
    }
    .cart__message {
        font-style: 14px;
    }
}