.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #F1EBE5;
    color: #231F20 !important;
}
.js-store-prod-text a:nth-of-type(2) {
    background-color: #F1EBE5;
    color: #231F20 !important;
}
.js-store-prod-text a:nth-of-type(3) {
    background-color: #F1EBE5;
    color: #231F20 !important;
}
.js-store-prod-text a:nth-of-type(4) {
    background-color: #F1EBE5;
    color: #231F20 !important;
}
.js-store-prod-text a:nth-of-type(5) {
    background-color:  #F1EBE5;
    color: #231F20 !important;
}    
.js-store-prod-text a:nth-of-type(6) {
    background-color:  #F1EBE5;
    color:  #231F20!important;
}    
 .js-store-prod-text a:last-of-type {
    background-color:  #A91F49;
    color: #FFFFFF !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
    
} 


document.onkeydown = function(e) {

if(event.keyCode == 123) {
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
}
