 /*header*/
    .sd{
        
        background: rgba(237, 237, 237, 0.8);
        border-bottom: 1px solid rgba(25, 77, 128, 0.15) !important;
        box-shadow: 0 10px 40px 0 rgba(25, 77, 128, 0.15);
    }
    .header-bg{
        border-bottom: 1px solid rgba(25, 77, 128, 0.4);
    }
    
    
/*main главная страница*/
.overlay-prof{
    background: linear-gradient(180deg, rgba(25, 77, 128, 0) 42%, #194d80 100%);
    border-radius: 15px;
}
.overlay-home{
    background: linear-gradient(180deg, rgba(230, 152, 126, 0) 42%, #e6987e 100%);
    border-radius: 15px;
}

/*main второй блок развернул на мобил иконки*/

@media screen and (max-width: 980px) {
    #rec856808960 .t-col_3 {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

}


/*footer иконки соц сетей*/
.soc-icon{
    background: #fff;
    border-radius: 50px;
    transition: all 0.4s;
}
.soc-icon:hover{
    background: #8AB8E6;
}

/*Каталог кастомизация карточек и корзины-оформления*/

    .t706__product-amount, .t706__product-amount--portion {
    display: none;
}
.t706__product-title {
    color: #194D80;
    font-weight: 500;
}
.t706__product-quantity {
    color: #194D80;
    font-size: 12px;
}
.t706__sidebar-products {
    border-bottom: 1px solid rgba(25, 77, 128, 0.3) !important;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.t706__sidebar-prodamount-wrap {
    display: none;
}

.t-store__prod-popup__brand, .t-store__prod-popup__sku {
    color: #839DB7 !important;
}
    .t-checkbox__indicator:after {
    border: solid #194D80 !important;
    border-width: 0 2px 2px 0 !important;
}
.t-checkbox__indicator {
    border: 2px solid #194D80 !important;
    border-radius: 3px;
}

.t951 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}
.t-store__prod__quantity {
    border: 1px solid #194D80 !important;
}
.t-store__prod__quantity-input {
    color: #194D80 !important;
}
.t-store__prod__quantity__minus {
    background: linear-gradient(#194D80, #194D80), #fff;
}
.t-store__prod__quantity__plus {
    background: linear-gradient(#194D80, #194D80), linear-gradient(#194D80, #194D80), #fff;
}
.t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 1px, 1px 50%;
}
store__prod__quantity__plus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 1px, 1px 50%;
}
.t-store__prod-snippet__container {
    padding-bottom: 30px;
    padding-top: 60px;
}

.t706__cartwin {
    background-color: rgba(237, 237, 237, .7);
    backdrop-filter: blur(16px);
}
