 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid #1D1D1B;
    
}
.js-store-prod-text a:last-of-type {
    background-color: #f9cd46;
    color: #1D1D1B !important;
    transition: all 0.5s;
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #1D1D1B;
    color: #fff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}


.t-form-success-popup {
    display: none !important;
  
}