/* Анимация кнопок */
/* a[role="button"]:not(.t-menu__link-item), a[href="#order"], .t835__btn_next, button[type="submit"] {
    overflow: hidden;
    position: relative;
}
a[role="button"]:not(.t-menu__link-item):before, a[href="#order"]:before, .t835__btn_next:before, button[type="submit"]:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.75;
    filter: blur;
    background: linear-gradient(to left, transparent 32%, #fff 45%, #fff 55%, transparent 68%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 3s infinite;
}

@keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }
    50% {
        transform: translate(100%, -25%) rotate(10deg);
    }
    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}
/* Анимация кнопок */
/* .t228__rightside .t-sociallinks__item a, .t228__rightside .t-sociallinks__item a svg {
    width: 40px !important;
    height: 40px !important;
}
*/



    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600
}


.js-store-prod-text a:first-of-type {
    background-color: #ff7f11;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    border: 2px solid #ff7f11;
    color: #ff7f11 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}


/*
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;

    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 35px; /* Увеличьте отступ для размещения иконки */
}
*/