/*Base*/
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.b-show-faster {
    animation: showBlock 0.3s linear forwards;
}

/*Цвета для корзины фулл экран */

.t706__sidebar-content {
    background-color: #3A3A3A !important;
}

.t706__cartpage {
    background-color: #3A3A3A !important;
}

.t706__cartpage-top {
  background-color: #3A3A3A !important;
}


.t706__cartpage-totals {
   background-color: #292929 !important;
}

.t706__sidebar-prodamount-wrap {
    color: #fff !important;
}

/*END Цвета для корзины фулл экран */

.t-radio__indicator:after {
    background: #ffffff !important;
}

#customdelivery .delivery-hint {
    color: #d4cfc8 !important;
    margin-top: 20px;
}

.t-input-description.t-text.t-text_xs {
    color: #d4cfc8 !important; /* Замените на нужный вам цвет */
}

span.delivery-minimum-price, span.delivery-minimum-time {
    color: #d4cfc8;
}

.js-product-edition-option-variants .t-product__option-select .t-typography__options .t-descr {
    color: #333333 !important; /* Замените #ff0000 на нужный вам цвет */
}

.t-descr {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 300;
    color: #a0a0a0;
}

.t-checkbox__indicator {
    border: 2px solid #fff !important;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    height: 20px;
    opacity: .6;
    position: relative;
    transition: all .2s;
    vertical-align: middle;
    width: 20px;
}

.t-checkbox__indicator:after {
    border: solid #fff;
    border-radius: 8px;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3px;
}

.t-name_md {
    font-size: 32px;
    line-height: 1.35;
}

.t-descr_xxs {
    font-size: 18px;
    line-height: 1.55;
}

.t-name_xl {
    font-size: 40px;
    line-height: 1.35;
}

.t706__cartwin-content {
    background-color: #303030;
    box-sizing: border-box;
    margin: 65px auto;
    max-width: 560px;
    min-height: 300px;
    overflow: auto;
    padding: 40px;
    width: 100%;
}

.t-name {
    font-family: 'Evolventa', Arial, sans-serif;
    font-weight: 600;
    color: #fdfdfd;
}

.t706__product-quantity {
    border: 1px solid transparent;
    color: #fdfdfd;
    font-size: 16px;
    line-height: 16px;
    margin: 0 5px;
    padding: 2px 5px;
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-name_md {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

.t-store__prod__quantity {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #303030 !important;
    border: 1px solid #777;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 45px;
    margin: 0 4px 8px 0;
    vertical-align: top;
}

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

#customdelivery .searchbox-info .t-text {
    margin: 0 0 5px;
    color: #fff !important;
}

/*Menu*/
.uc-dropdownmenu .t450__right_social_links {
    display:none !important;
}
@media screen and (max-width: 640px) {
.uc-dropdownmenu .t450__right_social_links {
    display:block !important;
  }
}
.t-menusub .t-menusub__arrow,
.t-menusub__menu:after, .t-menusub__menu:before {
    display: none !important;
}
.t-menusub .t-menusub__menu {
    position: unset !important;
    display: block !important;
    opacity: 1;
}
.t-menusub__menu_bottom {
    margin-bottom:0;
}
.t-menusub .t-menusub__content {
    padding: 0 10px 15px 10px;
}

    .uc-dropdownmenu .t-menusub__menu {
         background-color: transparent !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }
    .uc-dropdownmenu a.t-menu__link-item.t-menusub__target-link {
        color: #b32118 !important;
    }
    #allrecords a[href^=tel] {
                -webkit-transition: all .3s;
    -o-transition: all .3;
    transition: all .3s;
    }
    #allrecords a[href^=tel]:hover{
        color:rgb(212, 207, 200);
    }
    
    .uc-btn-active a {
        background-color: #b32118 !important;
        border-color: #b32118 !important;
        color: #ffffff !important;
    }
/*Map*/
#map__custom {
    display: flex;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 32px;
    overflow:hidden;
}
@media screen and (max-width: 1200px) {
    #map__custom {
        max-width: 940px;
    }
}
/*Cart*/
.delivery-minimum-time {
    display:none !important;
}
.t-form__errorbox-wrapper {
    background: #e44035;
    border-radius: 12px;
}
#allrecords .t-form__errorbox-text .t-form__errorbox-link {
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 960px) {
    .t706__cartpage-totals {
        padding: 15px 15px 30px !important
    }
    .t706__cartpage-info {
        margin-bottom: 30px;
    }
}
