@media screen and (min-device-width: 980px){

.js-store-prod-text a {
        display: inline-block;
    position: absolute;
    padding: 11.5px 15px;
    margin-left: 140px;
    margin-top: -45px;
    border-radius: 0px;
    font-weight: 500;
        font-family: TildaSans;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #3b3b3b;
    color: #ffffff !important;
}

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

.t1002__addBtn {
    border-radius: 30px;
    margin-left: 180px;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: -20px;
}    
    
}


@media screen and (min-device-width: 375px)  and (max-device-width: 980px){
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 0px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #3b3b3b;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}}