/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #26262A);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #3b3b41);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #4f4f58);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #8f8f99);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #1b2738);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #283b54);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #364f71);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #6e8eb9);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Open Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Forum);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 100);
  --collection_count: var(--draft-collection_count, 10);
  --search_count: var(--draft-search_count, 10);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
html {
  margin-top: 0 !important; }

/* line 8, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 12, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 16, theme.scss */
.banner-list__item-title {
  text-transform: none !important;
  font-weight: 100 !important; }

/* line 21, theme.scss */
.co-title.co-title--h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  margin-bottom: 30px; }

/* line 30, theme.scss */
.co-login {
  margin: auto;
  flex: auto; }

/* line 32, theme.scss */
.co-section--content_block {
  flex-direction: column; }

/* line 34, theme.scss */
.co-login-form_placeholder, .co-checkout-block--padded form, .empty-catalog-message {
  background: url("https://mediaz.info/wp-content/uploads/asmi/bg.jpg") no-repeat;
  padding: 100px;
  background-size: cover; }

/* line 40, theme.scss */
.co-section--content {
  padding: 50px 0; }

/* line 44, theme.scss */
h1.product__title.heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem; }

/* line 52, theme.scss */
form.product__area-form.product-form {
  background: #fbfbfb;
  padding: 50px 80px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

/* line 59, theme.scss */
.button {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .6px; }

/* line 66, theme.scss */
.button.button_size-xl, .product__buy-one-click .button {
  font-size: 20px;
  font-family: 'Forum';
  letter-spacing: 1px; }

/* line 72, theme.scss */
.widget-type_system_widget_v4_product_6 .product__price {
  margin: 0px 0;
  margin-bottom: 40px; }

/* line 77, theme.scss */
.widget-type_system_widget_v4_product_6 .product__price-cur {
  font-weight: 200;
  font-size: 1.3rem;
  font-family: 'Golos';
  -webkit-font-smoothing: antialiased; }

/* line 84, theme.scss */
.product-form__area-rating {
  opacity: 0;
  margin-top: -30px;
  pointer-events: none; }

/* line 90, theme.scss */
.widget-type_system_widget_v4_product_6 .product__block-title {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 18px;
  font-family: 'Golos';
  -webkit-font-smoothing: antialiased; }

/* line 99, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-coupon {
  border-radius: 0;
  padding: 50px 40px;
  padding-top: 40px; }

/* line 105, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls {
  border-radius: 0;
  text-transform: uppercase; }

/* line 110, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart-controls .button {
  border-radius: 0;
  font-family: 'Forum'; }

/* line 115, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls .total .total-amount, [data-cart-full-total-price] {
  font-family: 'Golos'; }

/* line 119, theme.scss */
.widget-type_system_widget_v4_cart_3 .total-products {
  font-size: 16px; }

/* line 121, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls .total .total-description {
  font-size: 16px; }

/* line 125, theme.scss */
h1, .h2.special-products__title.heading {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px; }

/* line 131, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-header {
  text-transform: uppercase;
  font-family: 'Forum';
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  font-weight: 100; }

/* line 140, theme.scss */
.widget-type_system_widget_v4_cart_3 .item-title {
  text-transform: uppercase;
  font-family: 'Forum';
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/* line 149, theme.scss */
.widget-type_system_widget_v4_cart_3 .cart-item {
  padding: 30px 0; }

/* line 153, theme.scss */
.widget-type_system_widget_v4_cart_3 .item-total {
  font-family: 'Golos';
  font-weight: 500; }

/* line 158, theme.scss */
.widget-type_system_widget_v4_cart_3 .item-price {
  font-family: 'Golos'; }

/* line 163, theme.scss */
.widget-type_system_widget_v4_special_products_10[style*="--product-info-accent:title"] .product-preview__title {
  text-transform: uppercase;
  font-family: 'Forum';
  font-size: 1.35rem;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-weight: 400; }

/* line 173, theme.scss */
.product-preview__area-title {
  margin-top: 20px; }

/* line 177, theme.scss */
.widget-type_system_widget_v4_special_products_10[style*="--product-info-accent:title"] .product-preview__price-cur {
  font-family: 'Golos';
  word-spacing: 3px; }

/* line 183, theme.scss */
.widget-type_system_widget_v4_special_products_10[style*="--rounding-button:true"] .product-preview__controls .button {
  border-radius: 0px;
  opacity: 0;
  transition: 0.2s; }

/* line 189, theme.scss */
.widget-type_system_widget_v4_special_products_10[style*="--rounding-button:true"] .product-preview__content:hover .product-preview__controls .button {
  opacity: 1; }

/* line 193, theme.scss */
.product-preview__price {
  font-family: Golos;
  -webkit-font-smoothing: antialiased; }

/* line 198, theme.scss */
.product-preview__title {
  font-family: 'Forum';
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 300 !important;
  letter-spacing: .3px; }

/* line 206, theme.scss */
.special-products__link-all {
  text-transform: uppercase;
  padding-top: 0;
  font-family: 'Golos';
  word-spacing: 10px;
  -webkit-font-smoothing: antialiased; }

/* line 214, theme.scss */
.subcollection-list__item-title {
  text-transform: uppercase;
  font-family: 'Forum';
  letter-spacing: .5px; }

/* line 220, theme.scss */
.h2.special-products__title.heading {
  margin-bottom: 30px; }

/* line 224, theme.scss */
.home--slider img {
  max-height: 800px; }

/* line 226, theme.scss */
.home--slider .image-preview {
  width: max-content; }

/* line 230, theme.scss */
.home--slider .swiper-slide {
  width: max-content;
  display: flex;
  height: auto; }

/* line 236, theme.scss */
.swiper-button-next, .swiper-button-prev {
  color: black; }

/* line 240, theme.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px; }

/* line 244, theme.scss */
.swiper-button-next {
  right: 50px; }

/* line 248, theme.scss */
.swiper-button-prev {
  left: 50px; }

/* line 252, theme.scss */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black; }

/* line 256, theme.scss */
h2, h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

/* line 263, theme.scss */
h3 {
  margin-top: 40px; }

/* line 267, theme.scss */
table td {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Golos';
  -webkit-font-smoothing: antialiased;
  border-color: #efefef; }

/* line 276, theme.scss */
.co-menu-link {
  font-family: Forum;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .3px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased; }

/* line 285, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  flex-direction: COLUMN; }

/* line 289, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper .co-section--content {
  width: 100%; }

/* line 293, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper .co-sidebar--menu .co-menu.co-menu--personal.co-checkout-block--padded .co-menu-item.co-menu-item--personal {
  flex: none;
  margin: 0; }

/* line 298, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper .co-sidebar--menu .co-menu.co-menu--personal.co-checkout-block--padded {
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

/* line 305, theme.scss */
a.co-menu-link.co-menu-link--personal.co-link.co-link--active.co-menu-link--active {
  color: black;
  -webkit-font-smoothing: auto; }

/* line 310, theme.scss */
.co-sidebar--menu {
  flex: none; }

/* line 314, theme.scss */
.co-checkout-block--padded {
  text-align: center; }

/* line 318, theme.scss */
.co-input {
  text-align: left;
  background: white;
  border: 1px solid #efefef; }

/* line 324, theme.scss */
.co-input input, .co-input select {
  border: none;
  padding: 0px 15px; }

/* line 329, theme.scss */
.co-input label.co-input-label {
  padding: 12px 14px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased; }

/* line 339, theme.scss */
button.co-form-button.co-button {
  font-family: Forum;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased;
  padding: 23px 20px;
  padding-bottom: 21px; }

/* line 349, theme.scss */
.co-input.co-input--checkbox {
  border: none;
  background: transparent;
  text-transform: uppercase; }

/* line 355, theme.scss */
.co-input.co-input--checkbox .co-input-title {
  font-size: 14px;
  letter-spacing: .3px; }

/* line 360, theme.scss */
.co-input.co-input--checkbox .co-input-description.co-toggable_field-description p span {
  text-align: left;
  display: block;
  margin-top: 9px; }

/* line 366, theme.scss */
.co-section--checkout_order.co-section--checkout_order_sided {
  padding: 20px;
  background: url("https://mediaz.info/wp-content/uploads/asmi/bg.jpg");
  background-size: contain; }

/* line 368, theme.scss */
.co-section--checkout_order.co-section--checkout_order_sided h1 {
  margin-bottom: 0;
  font-size: 1.5rem; }

/* line 373, theme.scss */
.co-client {
  background: white;
  padding: 20px;
  margin-bottom: 40px; }

/* line 379, theme.scss */
.co-client-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px; }

/* line 388, theme.scss */
.co-client-logged {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .3px; }

/* line 395, theme.scss */
.co-client-logged span.co-client-name {
  font-size: 110%;
  font-family: 'Forum';
  font-weight: 400; }

/* line 401, theme.scss */
.co-client-field {
  font-size: 14px; }

/* line 405, theme.scss */
.co-button {
  font-family: 'Forum' !important;
  text-transform: uppercase;
  letter-spacing: .1rem; }

/* line 413, theme.scss */
.co-input.co-tabs {
  background: transparent;
  border: none; }

/* line 418, theme.scss */
.co-input.co-input--radio {
  background: transparent;
  border: none; }

/* line 424, theme.scss */
.co-delivery_method-price, .co-basket_total-price, .co-basket_subtotal-price, .co-basket_item-total {
  font-family: 'Golos';
  font-weight: 500;
  -webkit-font-smoothing: antialiased; }

/* line 430, theme.scss */
.co-basket_item-price.co-price--current {
  font-weight: 500;
  color: black;
  -webkit-font-smoothing: auto; }

/* line 436, theme.scss */
.co-basket.co-checkout-block--padded {
  text-align: left;
  margin: auto; }

/* line 441, theme.scss */
.co-basket_item-description {
  font-family: 'Forum';
  text-transform: uppercase;
  letter-spacing: .3px; }

/* line 447, theme.scss */
.co-basket_item-image {
  padding: 50px 0; }

/* line 451, theme.scss */
.co-basket_item-image img {
  max-width: 100%;
  max-height: 100%; }

/* line 456, theme.scss */
.co-basket_subtotal-title, .co-basket_total-title {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .2px; }

/* line 462, theme.scss */
.co-payment_method-list {
  margin-top: 50px; }

/* line 466, theme.scss */
.product-preview__controls .is-add-cart .button {
  font-size: 16px !important;
  padding: 0 11px !important; }

/* line 471, theme.scss */
span.navigation-bar__title {
  font-family: Golos; }

/* line 475, theme.scss */
.navigation-bar__item.is-active span.navigation-bar__title {
  font-weight: 500; }

/* line 479, theme.scss */
.grid-list.product__properties-items {
  display: flex;
  flex-direction: column; }

/* line 484, theme.scss */
.grid-list.product__properties-items .product__property-name {
  text-transform: uppercase;
  letter-spacing: .3px;
  font-family: 'Golos';
  color: black; }

/* line 491, theme.scss */
.grid-list.product__properties-items .product__property-value {
  margin-top: 7px;
  text-transform: uppercase;
  font-family: 'Forum';
  font-size: 21px;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

/* line 500, theme.scss */
.grid-list.product__properties-items .product__property {
  margin-bottom: 10px; }

/* line 504, theme.scss */
.static-text h2 {
  font-size: 21px;
  margin-top: 30px; }

/* line 509, theme.scss */
.static-text h2:first-child {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  /* line 514, theme.scss */
  form.product__area-form.product-form {
    padding: 30px 20px;
    margin: 10px -15px;
    padding-bottom: 0px; }

  /* line 519, theme.scss */
  .home--slider img {
    max-width: 340px;
    height: 100%;
    object-fit: cover;
    max-height: 500px; }

  /* line 525, theme.scss */
  .swiper-button-next, .swiper-button-prev {
    display: none; }

  /* line 529, theme.scss */
  label.co-menu-toggle {
    background: transparent;
    border-bottom: 1px solid #efefef;
    gap: 25px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-top: 1px solid #EFEFEF;
    font-size: 14px;
    justify-content: center;
    padding-left: 50px; }

  /* line 541, theme.scss */
  .co-menu-switcher:checked ~ .co-menu {
    border-radius: 0 0 20px 20px;
    padding: 20px 15px;
    margin-top: 0px;
    background: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px !important;
    border: none !important; }

  /* line 554, theme.scss */
  .co-menu-item {
    margin: 20px 0; }

  /* line 558, theme.scss */
  .co-login-form_placeholder, .co-checkout-block--padded form, .empty-catalog-message {
    padding: 30px;
    margin: -15px; }

  /* line 563, theme.scss */
  .co-checkout-title.co-title {
    margin-bottom: 0; }

  /* line 567, theme.scss */
  .co-title.co-title--h1 {
    font-size: 1.5rem; }

  /* line 571, theme.scss */
  .side-panel__content .menu {
    margin-top: 40px; }

  /* line 573, theme.scss */
  .contacts__head {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 500 !important; }

  /* line 579, theme.scss */
  ul.menu__list li.menu__item {
    font-family: 'Forum';
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased; }

  /* line 587, theme.scss */
  .menu__title {
    display: none; }

  /* line 591, theme.scss */
  .widget-type_system_widget_v4_cart_3 .item-title {
    font-size: 1.2rem; }

  /* line 595, theme.scss */
  .widget-type_system_widget_v4_cart_3 .item-price {
    font-size: 12px; }

  /* line 599, theme.scss */
  .widget-type_system_widget_v4_cart_3 .item-image img {
    border-radius: 0px; }

  /* line 603, theme.scss */
  .widget-type_system_widget_v4_cart_3 .cart__area-coupon {
    padding: 30px 20px;
    padding-top: 20px; }

  /* line 608, theme.scss */
  .widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls {
    padding: 20px;
    padding-top: 0px; }

  /* line 612, theme.scss */
  .widget-type_system_widget_v4_cart_3 .cart__area-coupon .coupon-header {
    font-size: 18px; }

  /* line 616, theme.scss */
  .widget-type_system_widget_v4_cart_3 .total-products {
    font-size: 14px;
    font-weight: 400; }

  /* line 621, theme.scss */
  .widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls .total .total-description {
    font-size: 14px;
    font-weight: 400; }

  /* line 626, theme.scss */
  .widget-type_system_widget_v4_cart_3 .cart__area-controls .cart-controls .total .total-amount {
    font-weight: 600; }

  /* line 629, theme.scss */
  .header__logo img {
    height: 35px; }

  /* line 630, theme.scss */
  .widget-type_system_widget_v4_heading_1 .heading {
    font-size: 27px !important; }

  /* line 634, theme.scss */
  .layout.widget-type_widget_v4_special_products_3_4d29c697370d5ae318633108ae2c0aac .layout__content {
    padding-top: 35px; } }
