/*Вторая кнопка в товарах*/

.js-store-prod-all-text a[href="https://wa.me/79151060292"] {
    white-space: nowrap;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    font-weight: 400;
    height: 45px;
    border-radius: 30px;
    line-height: 45px;
    font-size: 14px !important;

    /*-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;*/
    /*transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;*/
    /*border: 1px solid #000;*/
    margin: 0 10px 10px 0;
    
    background-color: #e24f3e;
}
/*.js-store-prod-all-text a[href="/tailoring"]:hover {*/
/*    background-color: #fff;*/
/*    color: #000 !important;*/
/*}*/
