.text-width {
text-align: justify !important;
}

.t-store__card__imgwrapper .t1002__addBtn {
    background-color: rgba(255, 255, 255, 0.3);
}

/* расстояние в карточке товара между крошками и фото*/
@media screen and (max-width: 480px) {
.t-store__prod-snippet__container {
    padding-top: 25px !important;
}
}

@media (min-width: 481px) and (max-width: 2000px) {
.t-store__prod-snippet__container {
    padding-top: 40px !important;
}
}

/* Цвет кнопки промокода*/
.t-inputpromocode__btn.t-btn.t-btn_md {
    background-color: #232323 !important;
}

/* Цвет открытой корзины (маленькая)*/
.t706__sidebar-content {
    background-color: #FCFCFC !important;
}

/* Цвет открытой корзины (большая)*/
.t706__cartpage {
     background-color: #FCFCFC !important;
}

/* Цвет шапки в открытой корзине (большая)*/
.t706__cartpage-top {
    background-color: #FCFCFC !important;
}

/* Цвет плашки сумма в открытой корзине (большая)*/
.t706__cartpage-totals {
     background-color: #FCFCFC !important;
}

/* Цвет избранного */
.t1002__wishlistwin-content {
    background-color: #FCFCFC !important;
}

.t-name {
    color: #232323 !important;
}

@media screen and (max-width: 480px) {
.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}
}

@media (min-width: 481px) and (max-width: 2000px) {
.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}
}