.js-store-prod-text a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 0px;
    font-size:14px;
    font-weight: 400;
    border:1px solid #ffffff;
}

.js-store-prod-text a:nth-of-type(1) {
    background-color: #64abc6;
    color: #ffffff !important;
}
.js-store-prod-text a:nth-of-type(2) {
    background-color: #64abc6;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(1):before {
    content: "";
    margin-right: 0px;
}

.js-store-prod-text a:nth-of-type(2):before {
    content: "";
    margin-right: 0px;
    
}
.js-store-prod-text a:nth-of-type(3) {
    background-color: #64abc6;
    color: #ffffff !important;
}
.js-store-prod-text a:nth-of-type(4) {
    background-color: #64abc6;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(3):before {
    content: "";
    margin-right: 0px;
}

.js-store-prod-text a:nth-of-type(4):before {
    content: "";
    margin-right: 0px;
}

.js-store-prod-text a:hover {
    background-color: #74c2df;
    color: #ffffff !important;
    transition: 0.2s;
}

.t706__cartwin_showed {
    z-index: 999999999;
}