




/* Кастом меню */

.menu {
    background-color: rgb(255 255 255 / 30%)!important;
    backdrop-filter: blur(8px)!important;

}

@media screen and (min-width: 1200px) {
    .menuopen {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .linkgroup {
        display: none!important;
    }
}




/*Настройки страницы карточки товара*/

/*Кастом кнопки "таблица размеров" в карточке товара*/
.t-store__prod-popup__link a {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 0px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 12px!important;
    text-transform: uppercase;
    background-color: transparrent;
    border: 1px solid black;
    color: black!important;

}
    
.digi-dolyame-product {
    border-radius: 0px!important;
}
    
.t-name_xl {
    font-size: 20px;
}

.t-descr_xxs {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4;
}

.t-store__prod-popup__brand, .t-store__prod-popup__sku {
    margin-top: 5px;
}

.t-store .t-product__option-title {
    padding-bottom: 5px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    margin-bottom: 5px;
    margin-right: 5px;
}

.t1002__addBtn {
    border-radius: 0px;
}

.t-btn td {
    font-size: 14px !important;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 15px;
}

.js-product-controls-wrapper {
    margin: 15px 0px;
}


.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0%;
    height: calc(100% + 6px);
    left: -4px;
    top: -4px;
    width: calc(100% + 6px);
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border-radius: 0%;
}






/* Кастом карточек товара (превью) */

.t-store__card__descr {
    display: none;
}
    
.t-store__card__mark {
    border-radius: 0px;
    font-size: 10px;
    height: 0px;
    padding: 5px 7px;
    width: 0px;
}

.uc-slider-shop .t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: transparent;
    border-color: transparent;
    border-radius: 0%;
}




/* Кастом каталога */

.t-store__filter__options {
    display: flex!important;
}

.t-store__filter__title {
    top: 10px!important;
}

.t-store__filter__item-title {
    padding-top: 4px!important;
}

.t-store__filter__chosen-val {
    background-color: #f6f6f6!important;
    border-radius: 0px!important;
}

.t-store__filter__chosen-val {
    background-color: #f6f6f6!important;
    padding: 5px 5px 5px 25px!important;
}

.t-store__filter__chosen-val:after {
    left: 5px!important;
}

.t-store__filter__chosen-wrapper {
    margin-bottom: 5px !important;
    margin-top: 11px !important;
}

.t-store__filter__prods-number {
    margin-bottom: 10px!important;
}

.t-store__filter {
    margin-bottom: 40px!important;
}

.t-store__card__price-wrapper {
    margin-top: 5px!important;
}

.t-store__filter__chosen-bar {
    display: block!important;
}



