.t-store{
    padding-top:15px;
}
.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;
}
 .js-store-prod-text a:first-of-type {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 600;
    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:first-of-type: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-product{
    margin-top: 100px;
}