.custom-nav a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding: 10px;
}

.custom-nav a:hover {
    color: #ff6600;
}

.custom-nav a.active {
    font-weight: bold;
}




    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 32px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 100px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #145756;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #145756;
    color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

/* Описание события — десктоп */
.js-store-prod-all-text {
    font-size: 16px;
}

/* Описание события — мобильный */
@media (max-width: 768px) {
    .js-store-prod-all-text {
        font-size: 12px;
    }
}