@media screen and (min-width: 581px) {
    .t-store__prod-popup__btn-wrapper {
        margin-top: 35px !important;
    }
    
    .t-store__prod-popup__btn.t-btn.t-btn_sm {
        background-color: black !important;
        color: white !important;
        border-radius: 8px !important;
        font-size: 16px;
        font-weight: 400;
    }
    
    .js-store-product a {
        color: #0191ff !important;
        font-weight: 600;
    }
    
    .t-descr_xxs {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
    
    .t-product__option-item_simple.t-product__option-item_active {
        border: 1.5px solid #0191ff !important;
    }
}

@media screen and (max-width: 580px) {
    .t-store__prod-popup__btn.t-btn.t-btn_sm {
        background-color: black !important;
        color: white !important;
        border-radius: 8px !important;
        font-size: 16px;
        font-weight: 400;
    }
    
    .js-store-product a {
        color: #0191ff !important;
        font-weight: 600;
    }
    
    .t-descr_xxs {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
    
    .t-product__option-item_simple.t-product__option-item_active {
        border: 1.5px solid #0191ff !important;
    }
}

#form852879056 .t-form__submit {
    display: none;
}



@media screen and (max-width: 1024px) {
    
    .t199__menu-items.t-menu__list {
        display: block !important;
    }
    
    .t199__logo-image {
        /*display: inline-block;*/
        max-width: 115px;
        width: 100%;
        height: auto;
        margin-top: auto;
    }
    
    .t199__logo {
        float: left !important;
        padding-left: 15px;
    }
    
    .t199__mmenu-toggler.t199__js__menu-toggler {
        padding-right: 10px;
    }
    
    .t199__logo-text-mobile.t-title {
        font-family: "PT Sans";
        letter-spacing: 2.5px;
        font-weight: 600;
        font-size: 14px;
        /*display: none;*/
    }

    .t199__menu-item-wrap {
        text-align: center;
    }
    
    .t706__carticon-imgwrap {
        width: 60px;
        height: 60px;
    }

    .t706__carticon-imgwrap {
            box-shadow: none;
            background-color: transparent;
    }

    .t706__carticon {
        right: 75px !important;
        top: -7px !important;
    }

    .t706__carticon-img, .t706__carticon_lg .t706__carticon-img {
        height: auto !important;
        width: auto !important;
        padding: 13px 14px !important;
    }

    .t706__carticon-counter, .t706__carticon_lg .t706__carticon-counter {
        right: -6px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        top: 9px;
    }
}

@media screen and (max-width: 480px) {
    .t706__carticon-imgwrap {
            box-shadow: none;
            background-color: transparent;
    }

    .t706__carticon {
        right: 75px !important;
        top: -7px !important;
    }
    
    .t706__carticon-imgwrap {
        width: 60px;
        height: 60px;
    }

    .t706__carticon-img, .t706__carticon_lg .t706__carticon-img {
        height: auto !important;
        width: auto !important;
        padding: 13px 14px !important;
    }

    .t706__carticon-counter, .t706__carticon_lg .t706__carticon-counter {
        right: -6px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        top: 9px;
    }
}

.t199__mmenu.t199__js__menu {
    text-align: right;
    padding-right: 150px;
}

@media screen and (min-width: 1025px) {
    .t706__carticon-img {
        height: auto !important;
        width: auto !important;
    }
    
    .t706__carticon {
        right: 20px;
        top: 10px !important;
    }
}

.t706__carticon {
    display: block !important;
}

.t-name.tn-name_xs.t706__cartpage-products_empty {
    display:none !important;
}

.t706__carticon-counter:empty {
    display: none;
}


div.t706__bubble-container {
    display: none !important;
    opacity: 0;
}


@media screen and (max-width: 580px) {
    .t480__title, .t480__uptitle {
      display: none;
    }
    
    /*.t480__blockimg.t-bgimg {*/
    /*    height: 40vh !important;*/
    /*}*/
}

.t706__form-bottom-text {
    margin-top: 40px;
    margin-bottom: 0px;
}

.t706__product-imgdiv {
    width: 150px;
    height: 150px;
}

.t706__product {
    height: 160px;
}

    .t706__cartwin-products {
        margin-bottom: 15px;
    }
    
    .t706__product-thumb {
        padding-right: 15px;
        padding-top: 15px;
    }


.t706__product-amount--portion, .t706__product-amount {
    display:block;
}

.t706__product-plusminus {
    display: none;
}

.t706__product-title {
    display:block;
}


/* fonts for mobile */
@media screen and (max-width: 1200px) {
    .t-descr_xs {
        font-size: 14px !important;
        line-height: 1.3;
    }
}

.t-descr_xxs {
    font-size: 14px !important;
    line-height: 1.3 !important;
}


.t706__cartwin-products:has(.t706__cartpage-products_empty)::after {
    content: "Кликните на фото товара, чтобы добавить в коллекцию.";
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #333;
    background-color: #f4f4f4;
    font-family: 'PT Sans', Arial, sans-serif;
}