@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #120f0f;
        /* Укажи радиус скругления скроллбара */
        border-radius: 0px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 1;
        /* Укажи высоту горизонтального скроллбара */
        height: 1px;
        /* Укажи цвет фона под скроллбаром */
        background: 345268;
    }
}
.blkElem{pointer-events:none; }
.cartcopyanim {
-webkit-animation: t706__pulse-anim 0.6s;
animation: t706__pulse-anim 0.6s;}
.cartcopy_elem .tn-atom , .cartprice_elem .tn-atom {display:none}
.cartcopy{cursor:pointer}
.t706__carticon {display: none !important;} 
.fixed {
 position: fixed;
/*Задаём отступ снизу*/ 
 bottom: 70px;
 z-index: 9999;
}
.fixedmenu {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 250ms linear;
    /* время появления/исчезновения меню — 250 мс */
    z-index: 88;
}

.pinned {
    transform: translateY(0%)
}

.unpinned {
    transform: translateY(-100%)
}
.blkFav{pointer-events:none; }
.favorites_icon , .favorites_total .tn-atom {display:none}
.favorites_icon_anim {
    -webkit-animation: t1002__pulse-anim 0.6s;
    animation: t1002__pulse-anim 0.6s;
}
.favorites_icon{
    cursor:pointer;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
}
.t1002__wishlisticon {  display: none}
.continue-btn {
    background-color: #fff;
    border: 1px solid #120f0f;
    color: #120f0f;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
    font-family: 'Montserrat',Arial,sans-serif;
    border-radius: 1px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: background 0.3s;
}
@media screen and (max-width: 480px) {
    .t-store__card__price.t-store__card__price-item.t-name.t-name_xs {
        font-size: 18px !important;
    }
}
@media screen and (min-width: 480px) {
    .t-store__card__price.t-store__card__price-item.t-name.t-name_xs {
        font-size: 21px !important;
    }
}
.js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_xs {
    font-size:16px !important;
}
.continue-btn:hover {
    background-color: #120f0f;
    color: #fff;
}
.tn-form__submit .t-submit {
    transition: all 0.3s ease-in-out;
}
.tn-form__submit .t-submit:hover {
    /* укажи цвет фона при наведении */
    background-color: #120f0f !important;
    /* укажи цвет текста при наведении */
    color: #fffbf8 !important;
    /* укажи цвет бордюра при наведении, либо удали строку ниже, если стиль не нужен*/
    border-color: #000000 !important;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 20px !important;
}
.js-store-prod-text a {
    border: 1px solid #120f0f;
    background-color: #ffffff !important;
    color: #120f0f !important;
    display: inline-block;
    padding: 15px 16px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 25px;
    border-radius: 2px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.js-store-prod-text a:hover {
    border: 1px solid #120f0f !important;
    background-color: #120f0f !important;
    color: #fffbf8 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
.t-search-widget__loadmore-btn{
    padding: 15px 25px;
}