/*ПРЯЧЕМ МАТРИЦУ ЦЕН*/
.uc-matrix-price {
    display: none;
}

/*КНОПКИ В СПИСКЕ ТОВАРОВ И ПЛЮСЫ*/
.uc-list-construkt .t-store__card__btns-wrapper {
    width: 100%;
}


@media screen and (max-width: 640px) {
    .uc-list-construkt .js-store-grid-cont {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .uc-list-construkt .t-store__card {
        width: 100% !important;
    }
}

.uc-list-construkt .js-store-prod-btn2 {
    width: 54% !important;
}

.uc-list-construkt .t-store__prod__quantity {
    width: 44% !important;
    justify-content: center;
}



/*ЦЕНЫ ОТ ПРИПИСКА*/
div.t-store__card__price.t-store__card__price-item.t-name:before {
    content: "от " !important;
    margin-right: 5px;
}

.t706__product-plusminus:before {
    content: "шт." !important;
    position: relative;
    top: 15px;
    text-align: center;
    margin: 0 auto;
    left: 40px;
    font-size: 12px;
}

.t706__bubble-text:after {
    content: ". Колличество можно изменить в корзине." !important;
    /*margin-left: 5px;*/
}
.t744__price-wrapper:before  {
    content: "от  " !important;
    font-size: 20px;
    font-family: 'AA-Stetica', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.35;
    vertical-align: middle;
}

.t-uptitle {
    letter-spacing: 0.8px;
}

.uc-portfolio .t-uptitle {
    background-color: #f3f3f3;
    border-radius: 30px;
    color: #000000;
    padding: 4px 9px;
    margin-left: -2px;
    margin-bottom: 15px;
    height: 6px;
    display: inline-block;
    border: 1px solid #8080801f;
}

@media screen and (max-width: 640px) {
    .uc-portfolio .t923__col {
        width: 100% !important;
    }
    
    .t-slds__arrow_wrapper {
        margin: 5px;
    }
}


.js-store-prod-sold-out {
    display: none !important;
}

.js-product-controls-wrapper {
    display: flex;
    justify-content: flex-start;
}
.js-product-option:first-child {
    margin-right: 20px !important;
}

.t706__cartwin-bottom,
.t706__cartwin-totalamount-wrap{
    display: none !important;
}

.js-store-product {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .js-store-product {
            display: block;
    }
}

.t995__btn,
.t744__btn,
.js-store-prod-btn{
    background-image: linear-gradient(0turn, rgb(255 255 255 / 18%) 0%, rgb(0 0 0 / 0%) 100%) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important; 
    background-color: #1e1e1e !important;
}

@media screen and (min-width: 700px) {
    .t-store__card_in-row {
    transition: all 0.3s ease-out;
    background-color: white;
    border-radius: 20px;
    padding: 0px 15px;
}

    .t-store__card_in-row:hover {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10) !important;
    scale: 1.02;
    transform: translateY(-5px);
}
}

.t948__content {
        border-radius: 30px;
        transition: all 0.3s ease-out;
}

.t948__content:hover {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10) !important;
    scale: 1.02;
    transform: translateY(-5px);
}

.t117_map {
    border: 1px solid #d2d2d2;
}


.t-store__card__imgwrapper {
    transition: all 0.3s ease-out;
    border-radius: 20px;
}

.t657__wrapper {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10) !important;
} 
.t657__icon-close {
    top: 8px;
    right: 8px;
}

.uc-category-main .t-store__card__imgwrapper:hover {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10) !important;
    scale: 1.05;
    transform: translateY(-5px);
}

.t-product__option-select {
    background: #f8f8f8 !important; 
    border: 2px solid #a7a7a7 !important; 
    border-radius: 30px !important; 
    color: #000 !important; 
    padding: 5px 30px 4px 13px !important; 

}

/*ПРИПИСКА О ТОМ, ЧТО ЦЕНУ УТОЧНЯЙТЕ*/
.t744__descr u,
.t706__form-upper-text u{
    background-color: #ececec;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px !important;
    border: 1px solid #8080801f;
    }
    
.t706__form-upper-text {
    padding-top: 10px;
}

strong > u > a {
    display: inline-block;
    padding: 10px 18px;
    color: black !important;
    border-radius: 30px;
    border: 1px solid black;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.t948__descr a {
    display: inline-block;
    padding: 6px 14px;
    color: black !important;
    border-radius: 30px;
    border: 1px solid black;
    margin-right: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

strong > u > a:hover,
.t948__descr a:hover {
    color: white !important;
    background-color: black;
}

/*УТОЧНЕНИЯ В КАРТОЧКАХ ТОВАРОВ ПО ПРЕИМУЩЕСТВАМ И ОСОБЕННОСТЯМ*/
.js-store-grid-cont .t-descr > u{
    background-color: #f3f3f3;
    border-radius: 30px;
    color: #000000;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 4px;
    border: 1px solid #8080801f;
}

.t015__descr u {
    background-color: #f3f3f3;
    border-radius: 30px;
    color: #000000;
    text-decoration: none;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 4px;
    border: 1px solid #8080801f;
}

.t945 .t-input-group {
    margin-bottom: 40px !important;
}

.t945__popup {
    box-shadow: rgb(0 0 0 / 5%) 0px 10px 10px 0px !important;
}

/*НОУТЫ ШАПКА*/
@media screen and (min-width: 1200px) and (max-width: 1500px)  {
     a.t-menu__link-item {
        font-size: 12px !important;
     }
}
@media screen and (min-width: 600px) and (max-width: 1200px)  {
    .t451m {
        max-width: 600px !important;
    }
}

/*МОБИЛЬНАЯ ШАПКА И МОБИЛЬНЫ ПОДВАЛ*/
@media screen and (max-width: 640px) {
    .t451m__container {
        padding: 80px 25px 25px 0px;
    }
    
    .t396__group  a {
        color: white !important;
    }
    
    .t977__col_center {
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 960px) {
    .t1115__img-mobile {
        margin-bottom: 0px;
    }
    
    .uc-classsection .t-col_5 {
        margin-bottom: 40px !important;
    }
}
    
