/*.js-store-prod-text a {
    display: inline-block;
    padding: 10px 24px;
    margin-right: 15px;
    margin-top: 10px;
    font-weight: 500;
}
  .js-store-prod-text a:first-of-type {
    background-color: #CD7F32;
    border: 1px #CD7F32 solid;
    color: #ffffff !important;
    
}

.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #000000!important;
    border: 1px #CD7F32 solid;
}

.js-store-prod-text a:first-of-type:hover {
   background-color: #FEF6F3;
   color: #000000 !important;
}


.js-store-prod-text a:last-of-type:hover {
    background-color: #FEF6F3;
    border-color: #FEF6F3;
} */

/*.js-store-prod-text a:first-of-type {
    display: inline-block;
    padding: 10px 24px;
    margin-right: 15px;
    margin-top: 10px;
    font-weight: 500;
}
  .js-store-prod-text a:first-of-type {
    background-color: #CD7F32;
    border: 1px #CD7F32 solid;
    color: #ffffff !important;
    
}

.js-store-prod-text a:first-of-type:hover {
   background-color: #FEF6F3;
   color: #000000 !important;
}*/

.js-store-prod-text a:first-of-type {
    display: inline-block;
    padding: 10px 24px;
    margin-right: 15px;
    font-weight: 700;
}
  .js-store-prod-text a:first-of-type {
    background-color: #ffffff;
    color: #000000!important;
    border: 1px #CD7F32 solid;
    
}

.js-store-prod-text a:first-of-type:hover {
   background-color: #CD7F32;
   color: #ffffff !important;
}


    .js-store-prod-descr em, .js-store-prod-text  em, .js-store-prod-descr u, .js-store-prod-text  u{
        color: transparent;
        margin-right: 9px;
        display: inline-block;
        margin-top: 5px;
    }
    .js-store-prod-descr strong, .js-store-prod-text  strong{
        color: transparent;
        margin-right: 12px;
        display: inline-block;
        margin-top: 5px;
    }
    .js-store-prod-descr  em:before , .js-store-prod-text  em:before{
        background-image: url(https://static.tildacdn.com/tild6136-6432-4431-b934-316534373265/gasoline.png);
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .js-store-prod-descr  strong:before , .js-store-prod-text  strong:before{
        background-image: url(https://static.tildacdn.com/tild3436-6263-4130-b439-373462643737/gearshift.png);
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .js-store-prod-descr  u:before , .js-store-prod-text  u:before{
        background-image: url(https://static.tildacdn.com/tild3434-3139-4536-a563-323138346534/oil_1.png);
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
