 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 600;
    min-width: 240px;
    text-align: center;
}
.js-store-prod-text a:first-of-type {
    /*background-color: #bc574b;*/
    border: 1px solid black !important;
    background-color: white;
    color: black !important;
}
.js-store-prod-text a:last-of-type {
    margin-top:5px;
    border: 1px solid black !important;
    background-color: white;
    color: black !important;
}
.js-store-prod-text a:hover{
    background-color: #cea365 !important;
    color: #ffffff !important;
    border-color: #cea365 !important;
}

.js-store-prod-text a:first-of-type:before {
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
.t-store__prod-popup__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.table-sizes {
    border: 1px solid #f3f3f3;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
}
.table-sizes tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-sizes tr>td:first-child {
    text-align: left;
}
.table-sizes tr>td {
    padding: 13px 15px;
}
.table-sizes tr:nth-child(even) {
    background-color: #f3f3f3;
}