
.t-store__card__descr ul {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    list-style: none;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
}
.t-store__card__descr ul li {
   width: 40px;
   height: 40px;
   position: relative;
   color: transparent;
   margin-left: 16px;
}


.t-store__card__descr ul li:before {
     content: '';
     position: absolute;
     width: 40px;
     height: 40px;
     z-index: 4;
}

ul li.uc-product-number:before {
  display: none;
}

/* Заголовок "Добавьте к заказу" в pop-up */
.t-popup .t-store__relevants__title {
    font-family: 'Raleway', Arial, sans-serif !important;
    font-weight: 700 !important;
 }

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



#customdelivery .delivery-hint { color: #d4cfc8 !important; }
.t-input-description.t-text.t-text_xs { color: #d4cfc8 !important; }
span.delivery-minimum-price, span.delivery-minimum-time { color: #d4cfc8; }

.t-checkbox__indicator { border: 2px solid #fff; ... }


.delivery-minimum-time {
    display:none !important;
}

.t-form__errorbox-wrapper {
    background: #e44035;
    border-radius: 12px;
}

