.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: #005BFF;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #BC3D96;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}


@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 40px;
}
}

 /* Скругление углов корзины: https://vladislav-land.ru/cart*/ .t706__cartwin-content{ border-radius: 20px; } 
 
 
 


::-webkit-scrollbar-thumb {
/* Укажи cвой цвет скроллбара */
background: #6ea76b;
/* Укажи радиус скругления скроллбара */
border-radius: 10px;
}
::-webkit-scrollbar {
/* Укажи ширину вертикального скроллбара */
width: 10px;
/* Укажи высоту вертикального скроллбара */
height: 10px;
/* Укажи цвет фона под скроллбаром */
background: #000000;
}
