::selection {
    /* укажи цвет выделения текста */
    background: #ff4c94;
}



  /* ПОПАП ЦВЕТ СВЕРХУ И РАЗМЕР КРЕСТИКА */
@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #1b1c1c !important;
    }
    .t-popup__close-icon rect {
        fill: #ff4c94 !important;
    }
    .t-popup__close-icon {
        width: 16px !important;
    }
}



  /* СКРОЛЛБАР */

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #ff4c94;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 4px;
        /* Укажи высоту горизонтального скроллбара */
        height: 4px;
        /* Укажи цвет фона под скроллбаром */
        background: #1b1c1c;
    }
}



    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

