/* =========================================================
   КНОПКИ ВЫБОРА ПАРАМЕТРОВ
   ========================================================= */


/* Неактивная кнопка */
.t-product__option-item_simple {
    box-sizing: border-box !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px 8px !important;

    background-color: #EEEBF4 !important;
    color: #614298 !important;

    border: none !important;
    border-radius: 6px !important;

    font-weight: 600 !important;
    line-height: 1.2 !important;

    opacity: 1 !important;
    cursor: pointer !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease !important;
}


/* Наведение */
.t-product__option-item_simple:hover {
    background-color: #67409D !important;
    color: #FFFFFF !important;
}


/* Нажатие */
.t-product__option-item_simple:active {
    transform: scale(0.98) !important;
}


/* Активная / выбранная кнопка */
.t-product__option-item_simple.t-product__option-item_active {
    background-color: #67409D !important;
    color: #FFFFFF !important;
}


/* Наведение на уже активную кнопку */
.t-product__option-item_simple.t-product__option-item_active:hover {
    background-color: #67409D !important;
    color: #FFFFFF !important;
}


/* =========================================================
   ЗАГОЛОВОК СВОЙСТВА НАД КНОПКАМИ
   ========================================================= */

.js-product-edition-option-name.t-product__option-title {
    font-weight: 500 !important;
}

.t-product__option-item_simple {
    font-weight: 600 !important;
}

/* Текст внутри неактивной кнопки */
.t-product__option-item_simple,
.t-product__option-item_simple * {
    color: #614298 !important;
}

/* Текст при наведении */
.t-product__option-item_simple:hover,
.t-product__option-item_simple:hover * {
    color: #FFFFFF !important;
}

/* Текст активной кнопки */
.t-product__option-item_simple.t-product__option-item_active,
.t-product__option-item_simple.t-product__option-item_active * {
    color: #FFFFFF !important;
}


  

:root{
    --borderRadiusPopupDesktop: 24px;   /*Радиус скругления углов попапа на десктопе*/
    --borderRadiusPopupMobile: 0px; /*Радиус скругления углов попапа на мобилках*/
    --borderRadiusImg: 16px;    /*Радиус скругления углов изображения*/
    --heightImgDesktop: 300px;  /*Высота изображения в корзине на десктопе*/
    --heightImgMobile: 300px;   /*Высота изображения в корзине на мобилках**/
    --sizeHeadingCartDesktop: 32px; /*Размер заголовка корзины на десктопе*/
    --sizeHeadingCartMobile: 24px;  /*Размер заголовка корзины на мобилках*/
}

/*Стиль заголовка корзины*/
.t706__cartwin-heading{
    font-size: var(--sizeHeadingCartDesktop);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.1;  
}

/*Радиус скругления углов попапа*/
.t706__cartwin-content {
    border-radius: var(--borderRadiusPopupDesktop);
}

/*Скрываем ненужные элементы*/
.t706__product-amount, .t706__product-del-wrapper{
    display: none !important;
}

/*Удаляем лишнюю обводку*/
.t706__cartwin-top, .t706__cartwin-bottom{
    border: none !important;
}

/*Стиль фотографии*/
.t706__product {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.t706__product-thumb {
    padding: 0 !important;
    width: 100%;
    height: var(--heightImgDesktop);
}

.t706__product-imgdiv {
    height: 100%;
    width: 100%;
    border-radius: var(--borderRadiusImg);
}

/*Стиль названия товара*/
.t706__product-title {
    font-size: 18px;
    padding: 25px 0 15px 0;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height: 1.2;
}

/*Стилизация цены*/
.t706__cartwin-prodamount-wrap{
    padding: 0 !important;
}

.t706__cartwin-bottom {
    background-color: transparent !important;
    padding: 0 !important;
    display: inline-block;
    margin-right: auto;
    border-radius: 0;
    margin-bottom: 10px;
}

.t706__orderform {
    margin-bottom: 0 !important;
}

.t706__product{
    background-color: transparent !important;
    }

@media screen and (max-width:640px){
    .t706__product{
        margin: 0 !important;
    }
    .t706__cartwin-heading{
        font-size: var(--sizeHeadingCartMobile);
    }
    .t706__product-title {
        font-size: 16px;
    }
    .t706 .t-form__submit{
        margin-block: 0;
        padding-block: 0;
    }
}

@media screen and (max-width:560px) {
    .t706__cartwin-content {
    border-radius: var(--borderRadiusPopupMobile);
    }
    .t706__close{
        background-color: white !important;
    }
    .t706__close-button svg g{
        fill: #232323;
    }
    .t706__product-thumb {
    padding: 0 !important;
    width: 100%;
    height: var(--heightImgMobile);
}
}


@media screen and (min-width:420px){
.uc-cart-block {
    padding-left: 0px;
    padding-right: 00px;
}
}

@media screen and (min-width:640px){
.uc-cart-block {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (min-width:960px){
.uc-cart-block {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media screen and (min-width:1020px){
.uc-cart-block {
    padding-left: 40px;
    padding-right: 40px;
}
}

@media screen and (min-width:1440px){
.uc-cart-block {
    padding-left: 140px;
    padding-right: 140px;
}
}

@media screen and (min-width:1900px){
.uc-cart-block {
    padding-left: 360px;
    padding-right: 100px;
}
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 16px;
    }
}

@media screen and (min-width:2540px){
.uc-cart-block {
    padding-left: 700px;
    padding-right: 500px;
}
}