/* Вводный текст на главной */
.t220__textwrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Кнопки разделов */
.t-store__parts-switch-btn {
    background-color: #4f2c19;
    padding: 5px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.t-store__parts-switch-btn.t-active {
    opacity: 1;
    background-color: #f49020;
}

/* Добавить/убрать товар */
.t-store__prod__quantity {
    border: none;
}

/* Картинки товаров в каталоге */
.t-store__card__bgimg,
.t-store__card__bgimg_second,
.t-store__card__img {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.js-product .t-store__prod__quantity {
    border: 1px rgba(79,44,25,.2) solid;
}

/* Подложка карточки товара */
.t778 .t-store__card__wrap_all {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Подложка карточки товара в разделе «Ещё» */
.t-store__relevants-grid-cont .t-store__card__wrap_all {
    background-color: #ffffff !important;
}

/* Картинки внутри карточки товара */
.t-slds__container,
.t-slds__items-wrapper,
.t-slds__bgimg {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Пустой блок (без товаров) */
.t-store__empty-part-msg-wrapper, .t-store__error-msg-wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Карта в разделе «Доставка и оплата» */
#uc_map > ymaps {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

/* Корзина */
.t-input-title,
.t-radio__control,
.t-input-group,
.t706__cartpage-info,
.t-input-block .t-text,
.t706__product-title,
.t706__product-quantity,
.t706__product-amount--portion,
.t706__product-amount,
.t706__cartwin-prodamount-wrap,
.t706__sidebar-prodamount-wrap  {
    color: #4f2c19 !important;
}
.t-radio__indicator {
    border-color: #4f2c19 !important;
}
.t-radio__indicator:after {
    background-color: #4f2c19 !important;
}

/* Выделяем способы оплаты */
.t706__cartpage-form .t-input-group_pm {
    background-color: #ffefdd !important;
    margin: 40px 0 !important;
    padding: 20px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
}