/*.js-store-prod-text a {
    display: inline-block;
    font-family: 'Montserrat',Arial,sans-serif;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 15px;
    font-weight: 400;
    width: 200px;
    height: 50px;
}*/

.js-store-prod-text a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.1;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #f1f1ee;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 200px;
    height: 50px;
    transform-origin: center center;
    text-align: center;
}

.t-descr_xxs {
    font-size: 16px;
}

.js-store-prod-text a:first-of-type {
    background-color: #fff;
    color: #000 !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #fff;
    color: #000 !important;
}

.js-store-prod-text a:hover {
   background-color: #000 !important;
    color: #fff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

/*
.uc-icon-shadow img {
    -webkit-filter: drop-shadow(2px 2px 2px #5de4ff);
    filter: drop-shadow(2px 2px 2px #5de4ff);
}

.uc-number-shadow {
    -webkit-filter: drop-shadow(2px 2px 2px #5de4ff);
    filter: drop-shadow(2px 2px 2px #5de4ff);
}
*/

::selection {
    background: #5de4ff;
}


@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #000000;
    }
}
