.js-store-prod-text a {
    display: inline-block;
    padding: 15px 30px;
    margin-right: 15px;
    border-radius: 0px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #0D0D0D;
    color: #F4F4F4 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #0D0D0D;
    color: #F4F4F4 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

::-webkit-scrollbar-thumb {
    background: #EBEBEB;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #131313;
}

@media only screen and (max-width: 768px) {
   .js-store-prod-all-text{
   	 font-size: 16px;
   }
}

@media only screen and (min-width: 769px) {
   .js-store-prod-all-text{
   	 font-size: 16px;
   }
}

