.js-store-prod-text a strong:hover {
    color: #ffffff !important; /*Color on Hover*/
    border: 2px solid #c79950; /*border on Hover*/
    background-color: #c79950 !important; /*background on Hover*/
}

.js-store-prod-text a strong {
    transition: all 0.2s ease-in-out;
    padding: 10px 28px;
    margin-top: 0px;
    display: inline-block;
    background: #ffffff; /*background*/
    border-radius: 0px; /*radius*/
    color: #c79950 !important; /*Color*/
    font-size: 16px; /*Шрифт размер*/
    border: 2px solid #c79950; /*border*/
}

/*иконка в кнопку*/
.js-store-prod-text a strong:before {
    content: "\1F50D";
    margin-right: 10px;
}

/*отступы у кнопки стандартной*/
.t-store__prod-popup__btn-wrapper {
   margin-bottom: 10px;
}

/*отступы меню по краям*/
.t228__padding40px {
    width: 0px;
}
.t228__imglogo {
    margin-right: 0px;
}
.t228__right_descr {
    padding-left: 0px;
}
.t228__right_social_links {
    padding-left: 10px;
}

/*рейтинг звезды*/
.js-store-prod-descr em{
    color: transparent;
    margin-right: 12px;
    display: inline-block;
    margin-top: 5px;
}
.js-store-prod-descr  em:before{
    background-image: url(https://static.tildacdn.com/tild3962-3163-4331-b332-383239653939/1040230.svg);
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}