/*.js-product .t-product__option-variants_buttons .t-product__option-title_color,.js-product .t-product__option-variants_buttons .t-product__option-title_image {*/
/*    display: flex;*/
/*}*/

span.delivery-checkbox-label {
    color: #ffffff;
    font-weight: 500
}

.js-product .t-product__option .t-product__option-variants_select {
    background-color: #1a1f23;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,.1);
    color: #1a1f23;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 40vh;
    max-width: 250px;
    min-width: 180px;
    overflow-y: auto;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 10
}

/*.js-product .t-product__option-variants_buttons .t-product__option-item_simple {*/
/*    margin-bottom: 7px;*/
/*    padding: 8px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    min-width: 30px;*/
/*    min-height: 30px;*/
/*    background-color: #1a1f24;*/
/*    border: 0;*/
        
/*}*/



/*.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {*/
/*    border-radius: 4px;*/
/*    background-color: #383d42;*/
/*    border: 1px solid ##bce83b;*/
/*}*/


/*.t-store .t-product__option {*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*    position: relative;*/
/*}*/


/*.js-store-prod-name .js-product-name .t-store__prod-popup__name .t-name .t-name_xl {*/
/*    font-size: 32px;*/
/*    font-weight:600;*/
/*    letter-spacing: -0.5px;*/
    
    
/*.t-slds__bgimg {*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-color: white;*/
/*}*/

.t390__descr t-descr t-descr_xs {
    text-align: left;
}


img {
    border-radius: 8px;
}

.t-inputpromocode__wrapper {
    background-color: #ffffff;
}



.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.t706__product-del:before {
    width: 16px;
    height: 16px;
    top: 2px;
}
.t706__product-plus:before {
    /* Укажи ссылку на иконку «Плюс» */
    background-image: url('https://static.tildacdn.com/tild3036-3236-4534-b639-346364373865/plus.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    /* Укажи ссылку на иконку «Минус» */
    background-image: url('https://static.tildacdn.com/tild6633-6337-4265-a231-643638363132/minus.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    /* Укажи ссылку на иконку «Крестик» */
    background-image: url('https://static.tildacdn.com/tild6638-3130-4462-b236-383961383834/del.svg');
    background-position: 50% 50%;
}

.t706 .searchbox-list:not(:empty) {
    top: 85px;
    width: 100%;
    cursor: pointer;
    max-height: 330px;
    overflow-y: scroll;
    position: absolute;
    background: #1a1f23;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 0 4px 7px 0 gray
}

.searchbox-list {
    background:  #1a1f23;
}

.t-feed__post-popup .t-popup .t-popup_show {
    background-color: #1a1f24;
}

.delivery-checkbox-label {
    color: #ffffff;
}