/* цвет ссылок */

html#ecwid_html body#ecwid_body .t380 .ecwid a.footer__link--shopping-cart *,
html#ecwid_html body#ecwid_body .t380 .ecwid a.footer__link--shopping-cart,
html#ecwid_html body#ecwid_body .t380 .ecwid a.footer__link--shopping-cart:visited,
html#ecwid_html body#ecwid_body .t380 .ecwid a.footer__link--shopping-cart:hover,
html#ecwid_html body#ecwid_body .t380 .ecwid a.footer__link--shopping-cart:active {
  color: #b2292e!important;
}
​

/* цвет заголовоков */

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__wrap-inner:hover .grid-product__title .grid-product__title-inner {
  color: #fab600!important;
}
​

/* цвет обычного текста */

html#ecwid_html body#ecwid_body div.ecwid-Checkout-BreadCrumbs-link-visited,
html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-HTML,
html#ecwid_html body#ecwid_body div.ecwid-Checkout-blockTitle,
html#ecwid_html body#ecwid_body .ecwid div.ecwid-Checkout-BreadCrumbs-link-current,
html#ecwid_html body#ecwid_body .product-details__product-title,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-link,
html#ecwid_html body#ecwid_body .t380 .ecwid a,
html#ecwid_html body#ecwid_body .t380 .ecwid a:visited,
html#ecwid_html body#ecwid_body .t380 .ecwid a:hover,
html#ecwid_html body#ecwid_body .t380 .ecwid a:active,
html#ecwid_html body#ecwid_body .t380 .ecwid a.breadcrumbs__link,
html#ecwid_html body#ecwid_body .t380 .ecwid a.breadcrumbs__link:visited,
html#ecwid_html body#ecwid_body .t380 .ecwid a.breadcrumbs__link:hover,
html#ecwid_html body#ecwid_body .t380 .ecwid a.breadcrumbs__link:active,
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-chooseLocationPopup label.ecwid-fieldLabel,
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-chooseLocationPopup-deliveryMethodLabel {
  color: #000000!important;
}
​​

/* цвет кнопок */

html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--secondary:hover,
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--primary .form-control__button,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--secondary-inverse {
background-color: #b2292e!important;
  color: #fff!important;
  font-color: #ffffff!important;
}
​

/* убрать границу у кнопок */

html#ecwid_html body#ecwid_body .t380 .ecwid .ecwid-btn--primary {
  border: unset!important;
}
​

/* шрифт */

html#ecwid_html body#ecwid_body .ec-size .ec-store,
html#ecwid_html body#ecwid_body > * {
  font-family: "Roboto"!important;
}



html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--secondary .form-control__button {
font-family: 'FuturaPT',Arial,sans-serif !important;
    text-align: center !important;
    line-height: 60px !important;
    font-size: 18px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    -webkit-appearance: none !important;
    font-weight: 600 !important;
    box-sizing: content-box !important;
    color: #ffffff!important;
    border: 1px solid #b2292e !important;
}

html#ecwid_html body#ecwid_body .ecwid div, .ecwid span, .ecwid a, .ecwid p {
    font-family: 'FuturaPT',Arial,sans-serif !important;
    color: #000000 !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__title-inner {
    font-size: 20px !important;
    font-weight: 300;
    color: #000000 !important;
}

.t-prefix_1 {
    padding-left: 0px!important;
}
.t-col_10 {
    max-width: 1160px!important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products[data-cols="4"] .grid-product:nth-child(n+1) {
    width: 33.3% !important;
}
@media (max-width: 639px) {
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products[data-cols="2"] .grid-product:nth-child(n+1){
    width: 100% !important;
}
}
