.t-checkbox__control {
	display: flex;
	align-items: flex-start !important;
    }

.t-store__card__mark {
    border-radius: 50px;
    height: 30px;
    padding: 0 15px;
    width: auto;
    font-family: Inter, Arial, sans-serif;
}

/* корзина */
/*.t706__sidebar-content {
    background-color: #23201E !important;
    border-radius: 0px;
}

.t706__cartpage-products_empty {
    color: white !important;
    font-weight: 400 !important;
}

.t706__sidebar-heading {
    color: #ffffff !important;
}

.t706__side-bar-product-title, .t706__product-title, .t706__product-quantity, .t706__product-amount, .t706__product-amount--portion, .t706__cartwin-totalamount-wrap, .t706__cartwin-totalamount-wrap,  {
    color: #ffffff !important;
}
.t706__sidebar-product-title__option {
    color: #ffffff !important;
    opacity: 1 !important;
}

.t706__sidebar-product-quantity,
.t706__sidebar-product-quantity-inp {
    color: #ffffff !important;
}

.t706__sidebar-product-quantity:hover,
.t706__sidebar-product-quantity_editing:hover {
    border: 1px solid rgba(256,256,256,0.4) !important;
}

.t706__sidebar-product-amount {
    color: #ffffff !important;
    display: none;
}


.t706__sidebar-prodamount-wrap {
    color: #ffffff !important;
    display: none;
}

.t706__sidebar-top {
    border-bottom: 1px solid rgba(256,256,256,0.4);
}
*/

/* ----------- */
    .t668__icon {
    border: 1px solid #080808;
    border-radius: 100px;
    }


/* flag */    
.t-input-phonemask__select-flag {
    display:none !important;
}

/* плюсики в аккордеоне */
.t585__icon {
    border: 1px solid #23201E;
    border-radius: 50px;
}

    table .quill-table__cell {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px !important;
    font-size: 14px !important;
    }
    
    .t744__title {
        display: none;
    }
    
/*     @media screen and (min-width: 960px) {
        .t395__wrapper {
    display: flex;
    gap: 10px;
    }} */
    
    .t395__wrapper {
    display: flex;
    gap: 10px;
    }
    
.t395__tab {
    border: 1px solid #23201e !important;
    border-radius: 10px;
    overflow: hidden;
}

.uc-slider-shop .t-btnflex.t-btnflex_type_button {
    display: none;
}

.t-slds__bgimg {
    border-radius: 10px;
}

.t-product__option-item.t-product__option-item_buttons.t-product__option-item_simple {
    border-radius: 4px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #f4f5f7 !important;
    background: #f4f5f7;
}

.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    font-size: 14px;
    padding: 0 10px;
}

    .t107 {
z-index: 100 !important;
position: relative;
overflow: hidden;
    }
    
/* выравнивание цены по низу карточки */
.t-store__card .t-store__card__textwrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.t-store__card__price-wrapper {
    margin-top: auto !important;
}


/* форма Пришлем КП */
.t698 .t-select {
    border-bottom: 1px solid white;
}
#input_3411158071260 {
    background-color: transparent !important; /* Прозрачный фон самого селекта */
    color: #ffffff !important; /* Белый текст в закрытом состоянии */
}

#input_3411158071260 option {
    background-color: #ffffff !important; /* Белый фон выпадающего списка */
    color: #000000 !important; /* Черный текст в выпадающем списке */
}

/* кастомизация корзины */
.t706__cartwin.t706__cartwin_showed {
    height: 100vh !important;
    width: auto !important; /* или нужная вам ширина */
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    position: fixed !important;
    transform: none !important;
    margin: 0 !important;
}
.t706__cartwin {
    background-color: white;
}
