/* line 1, _settings.scss */
:root {
  --bg: #FFFFFF;
  --bg-is-light: true;
  --bg-minor-shade: #f7f7f7;
  --bg-minor-shade-is-light: true;
  --bg-major-shade: #ededed;
  --bg-major-shade-is-light: true;
  --bg-half-shade: #808080;
  --bg-half-shade-is-dark: true;
  --color-btn-bg: #4C8DE7;
  --color-btn-bg-is-dark: true;
  --color-btn-bg-minor-shade: #5d98e9;
  --color-btn-bg-minor-shade-is-dark: true;
  --color-btn-bg-major-shade: #6fa3eb;
  --color-btn-bg-major-shade-is-dark: true;
  --color-btn-bg-half-shade: #a5c6f3;
  --color-btn-bg-half-shade-is-light: true;
  --color-accent-text: #4C8DE7;
  --color-accent-text-is-dark: true;
  --color-accent-text-minor-shade: #5d98e9;
  --color-accent-text-minor-shade-is-dark: true;
  --color-accent-text-major-shade: #6fa3eb;
  --color-accent-text-major-shade-is-dark: true;
  --color-accent-text-half-shade: #a5c6f3;
  --color-accent-text-half-shade-is-light: true;
  --color-text-dark: #333333;
  --color-text-dark-is-dark: true;
  --color-text-dark-minor-shade: #474747;
  --color-text-dark-minor-shade-is-dark: true;
  --color-text-dark-major-shade: #5c5c5c;
  --color-text-dark-major-shade-is-dark: true;
  --color-text-dark-half-shade: #999999;
  --color-text-dark-half-shade-is-dark: true;
  --color-text-light: #ffffff;
  --color-text-light-is-light: true;
  --color-text-light-minor-shade: #f7f7f7;
  --color-text-light-minor-shade-is-light: true;
  --color-text-light-major-shade: #ededed;
  --color-text-light-major-shade-is-light: true;
  --color-text-light-half-shade: #808080;
  --color-text-light-half-shade-is-dark: true;
  --icons_pack: thin;
  --controls-btn-border-radius: 0px;
  --color-notice-warning: #fff3cd;
  --color-notice-warning-is-light: true;
  --color-notice-warning-minor-shade: #fff3ca;
  --color-notice-warning-minor-shade-is-light: true;
  --color-notice-warning-major-shade: #fff2c8;
  --color-notice-warning-major-shade-is-light: true;
  --color-notice-warning-half-shade: #ffedb3;
  --color-notice-warning-half-shade-is-light: true;
  --color-notice-success: #4C8DE7;
  --color-notice-success-is-dark: true;
  --color-notice-success-minor-shade: #5d98e9;
  --color-notice-success-minor-shade-is-dark: true;
  --color-notice-success-major-shade: #6fa3eb;
  --color-notice-success-major-shade-is-dark: true;
  --color-notice-success-half-shade: #a5c6f3;
  --color-notice-success-half-shade-is-light: true;
  --color-notice-error: #f8d7da;
  --color-notice-error-is-light: true;
  --color-notice-error-minor-shade: #f8d7da;
  --color-notice-error-minor-shade-is-light: true;
  --color-notice-error-major-shade: #f8d5d8;
  --color-notice-error-major-shade-is-light: true;
  --color-notice-error-half-shade: #f5c4c8;
  --color-notice-error-half-shade-is-light: true;
  --color-notice-info: #cce5ff;
  --color-notice-info-is-light: true;
  --color-notice-info-minor-shade: #cae4ff;
  --color-notice-info-minor-shade-is-light: true;
  --color-notice-info-major-shade: #c8e3ff;
  --color-notice-info-major-shade-is-light: true;
  --color-notice-info-half-shade: #b3d7ff;
  --color-notice-info-half-shade-is-light: true;
  --font-family: Montserrat;
  --font-size: 16px;
  --font-family-heading: Montserrat;
  --heading-ratio: 2;
  --heading-weight: 500;
  --collection_count: 14;
  --search_count: 12;
  --blog_size: 12;
  --product_not_available: shown;
  --layout-content-max-width: 1280px;
  --delta_sidebar: 1;
  --type_sidebar: sticky;
  --sidebar_index_show: false;
  --sidebar_index_position: left;
  --sidebar_collection_show: false;
  --sidebar_collection_position: right;
  --sidebar_cart_show: false;
  --sidebar_cart_position: left;
  --sidebar_product_show: false;
  --sidebar_product_position: left;
  --sidebar_blog_show: false;
  --sidebar_blog_position: left;
  --sidebar_article_show: false;
  --sidebar_article_position: left;
  --sidebar_page_show: false;
  --sidebar_page_position: left;
  --sidebar_compare_show: false;
  --sidebar_compare_position: left;
  --sidebar_search_show: false;
  --sidebar_search_position: left;
  --feedback_captcha_enabled: true;
  --favorite_enabled: true; }

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

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

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 28, theme.scss */
.blue-text {
  color: var(--color-btn-bg);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 35, theme.scss */
.h2 {
  margin: 0;
  font-size: 1.6em; }

/* line 43, theme.scss */
.page-head {
  font-size: 2em; }

/* line 50, theme.scss */
.default-button {
  background: transparent;
  border: 1px solid var(--color-btn-bg);
  font-size: 0.7em !important;
  font-weight: 700;
  text-transform: uppercase; }
  /* line 56, theme.scss */
  .default-button:hover {
    background: #4C8DE7;
    color: #fff; }
  /* line 60, theme.scss */
  .default-button:active {
    background: #3468B1;
    color: #fff; }

/**/
/* datepicker */
/**/
/* line 71, theme.scss */
.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666; }

/* line 80, theme.scss */
.ui-datepicker a {
  color: #404040; }

/* line 83, theme.scss */
.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px; }

/* line 91, theme.scss */
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer; }

/* line 103, theme.scss */
.ui-datepicker-prev {
  left: 0; }

/* line 106, theme.scss */
.ui-datepicker-next {
  right: 0; }

/* line 109, theme.scss */
.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px; }

/* line 114, theme.scss */
.ui-datepicker-calendar th {
  color: #999; }

/* line 117, theme.scss */
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  display: block;
  width: 31px;
  margin: auto;
  text-decoration: none;
  color: #404040; }

/* line 125, theme.scss */
.ui-datepicker-calendar a:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 128, theme.scss */
.ui-datepicker-calendar span {
  color: #bfbfbf; }

/* line 131, theme.scss */
.ui-datepicker-today a {
  font-weight: 700; }

/* line 134, theme.scss */
.ui-datepicker-calendar .ui-state-active {
  background: rgba(0, 0, 0, 0.05);
  cursor: default; }

/* line 138, theme.scss */
.ui-datepicker-inline {
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: none; }

/* line 143, theme.scss */
.ui-datepicker-inline .ui-datepicker-header {
  line-height: 47px; }

/* line 146, theme.scss */
.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%; }

/* line 152, theme.scss */
.sky-form .ui-slider {
  position: relative;
  height: 3px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 12px 6px 26px; }

/* line 159, theme.scss */
.sky-form .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 2px solid #e5e5e5;
  outline: none;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

/* line 173, theme.scss */
.page-404 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 1450px) {
    /* line 173, theme.scss */
    .page-404 {
      grid-template-columns: 0.1fr 1fr; } }
  @media screen and (max-width: 1024px) {
    /* line 173, theme.scss */
    .page-404 {
      grid-template-columns: 1fr;
      margin-top: 5rem; } }
  @media screen and (max-width: 768px) {
    /* line 173, theme.scss */
    .page-404 {
      display: grid; } }
  /* line 189, theme.scss */
  .page-404 .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    /* line 195, theme.scss */
    .page-404 .text-block .image-block img {
      width: 100%;
      height: 100%; }
    /* line 200, theme.scss */
    .page-404 .text-block .content-block {
      text-align: center; }
    /* line 203, theme.scss */
    .page-404 .text-block .button-block {
      text-align: center;
      display: flex;
      justify-content: center;
      padding-top: 2rem; }
      /* line 208, theme.scss */
      .page-404 .text-block .button-block .default-button {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 260px;
        text-align: center;
        color: #000;
        height: 40px; }
        /* line 217, theme.scss */
        .page-404 .text-block .button-block .default-button:hover, .page-404 .text-block .button-block .default-button:active {
          color: #fff; }
  /* line 223, theme.scss */
  .page-404 .social-block {
    grid-area: social;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    grid-row: 1/2;
    grid-column: 1/2; }
    @media screen and (max-width: 1450px) {
      /* line 223, theme.scss */
      .page-404 .social-block {
        position: relative;
        left: 0;
        justify-content: center; } }
    @media screen and (max-width: 1024px) {
      /* line 223, theme.scss */
      .page-404 .social-block {
        display: none; } }
    /* line 244, theme.scss */
    .page-404 .social-block a {
      margin-bottom: 2rem; }
      /* line 246, theme.scss */
      .page-404 .social-block a path {
        fill: #000000; }
      /* line 250, theme.scss */
      .page-404 .social-block a:hover path {
        fill: #4C8DE7; }

/* line 260, theme.scss */
.client .checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 8vw;
  padding-bottom: 2rem; }
