@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 1, _styles-sj.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 6, _styles-sj.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 11, _styles-sj.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 16, _styles-sj.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 21, _styles-sj.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 26, _styles-sj.scss */
.flex-top {
  align-items: flex-start; }

/* line 28, _styles-sj.scss */
.flex-middle {
  align-items: center; }

/* line 31, _styles-sj.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 34, _styles-sj.scss */
.menu-spots-item {
  width: 25%; }

/* line 37, _styles-sj.scss */
#adtm_menu ul#menu b {
  font-weight: inherit; }

@media (min-width: 992px) {
  /* line 41, _styles-sj.scss */
  #adtm_menu a.width-icone b {
    padding-bottom: .5rem;
    display: block; }

  /* line 46, _styles-sj.scss */
  #adtm_menu a.width-icone img {
    transition: all 0.5s ease-out; }
  /* line 50, _styles-sj.scss */
  #adtm_menu a.width-icone:hover img {
    transform: scale(1.1); }

  /* line 55, _styles-sj.scss */
  #adtm_menu a.width-icone em {
    overflow: hidden;
    display: block;
    margin-bottom: .625rem; } }
/* line 62, _styles-sj.scss */
.li-niveau1.sports-point .adtm_sub.adtm_sub_top {
  left: -105px !important; }

/* line 66, _styles-sj.scss */
#adtm_menu a.width-icone {
  font-size: 16px; }

/* line 70, _styles-sj.scss */
.menu-special-collection {
  padding: 0 22px 10px; }

/* line 73, _styles-sj.scss */
#adtm_menu
.menu-special-collection
.menu-special-collection-item {
  width: calc(100% / 6);
  text-align: center;
  padding: 20px 0; }
  /* line 79, _styles-sj.scss */
  #adtm_menu
  .menu-special-collection
  .menu-special-collection-item.width-icone em {
    overflow: initial; }
  /* line 82, _styles-sj.scss */
  #adtm_menu
  .menu-special-collection
  .menu-special-collection-item.width-icone b {
    display: none; }
  /* line 85, _styles-sj.scss */
  #adtm_menu
  .menu-special-collection
  .menu-special-collection-item img {
    max-width: 110px;
    margin: 0 auto; }
  /* line 89, _styles-sj.scss */
  #adtm_menu
  .menu-special-collection
  .menu-special-collection-item:first-child {
    text-align: left; }
  /* line 92, _styles-sj.scss */
  #adtm_menu
  .menu-special-collection
  .menu-special-collection-item:last-child {
    text-align: right; }

@media (max-width: 991px) {
  /* line 98, _styles-sj.scss */
  .li-niveau1.advtm_menu_1
  .columnWrapTable tr:first-child {
    display: none; }

  /* line 102, _styles-sj.scss */
  .menu-special-collection {
    display: none; }

  /* line 105, _styles-sj.scss */
  #adtm_menu .adtm_column {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-width: 0 0 1px 0; }

  /* line 112, _styles-sj.scss */
  #adtm_menu div.adtm_column_wrap span.column_wrap_title {
    width: 100%; }

  /* line 115, _styles-sj.scss */
  #adtm_menu .adtm_column span.column_wrap_title,
  #adtm_menu .adtm_column span.column_wrap_title a {
    font-size: 18px;
    display: flex;
    align-items: center; }
    /* line 120, _styles-sj.scss */
    #adtm_menu .adtm_column span.column_wrap_title b,
    #adtm_menu .adtm_column span.column_wrap_title a b {
      order: 2; }
    /* line 123, _styles-sj.scss */
    #adtm_menu .adtm_column span.column_wrap_title .adtm_menu_icon,
    #adtm_menu .adtm_column span.column_wrap_title a .adtm_menu_icon {
      max-height: 42px;
      width: auto;
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.3rem; } }
/* line 11, theme.scss */
.advantage-text {
  color: #222222;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

/* line 20, theme.scss */
.advantage-icon {
  height: 60px;
  margin-bottom: 10px; }

/* line 25, theme.scss */
.advantage {
  padding: 55px 0; }

/* line 29, theme.scss */
.advantage-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

/* line 36, theme.scss */
.article-title {
  font-size: 2.5rem; }

/* line 40, theme.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 44, theme.scss */
.article-products {
  padding: 1rem 0; }

/* line 48, theme.scss */
.article_preview {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

/* line 53, theme.scss */
.article_preview-title {
  color: #222222;
  font-size: 20px;
  word-break: break-word;
  text-align: left; }

/* line 60, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #222222;
  cursor: pointer; }

/* line 66, theme.scss */
.article_preview-blog {
  color: #222222;
  font-size: 14px;
  font-weight: 300; }

/* line 72, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #222222;
  cursor: pointer; }

/* line 78, theme.scss */
.article_preview-inner {
  padding: 20px 20px 10px 20px; }

/* line 82, theme.scss */
.article_preview-bottom {
  padding: 10px 20px 20px 20px; }

/* line 86, theme.scss */
.article_preview-preview {
  display: block;
  color: #222222;
  font-size: 14px; }

/* line 92, theme.scss */
.article-date {
  display: block;
  color: #222222;
  margin: 0.5rem 0 1rem 0; }

/* line 98, theme.scss */
.list-link {
  text-decoration: none; }

/* line 102, theme.scss */
.aside-header a {
  text-decoration: none; }

/* line 106, theme.scss */
.aside-header h2 {
  margin-bottom: 10px; }

/* line 110, theme.scss */
.last-articles {
  margin-bottom: 20px; }

/* line 114, theme.scss */
.articles-list .list-item {
  margin-bottom: 10px; }

/* line 120, theme.scss */
.card {
  margin-bottom: 20px;
  position: relative; }

/* line 125, theme.scss */
.card-info {
  position: relative; }

/* line 129, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #555555; }

/* line 134, theme.scss */
.card-title {
  margin-bottom: 16px; }

/* line 138, theme.scss */
.stiker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background-color: #144184;
  color: #fff;
  z-index: 2; }

/* line 148, theme.scss */
.stiker-new {
  background-color: #f65050; }

/* line 152, theme.scss */
.stiker-hit {
  background-color: #144184; }

/* line 156, theme.scss */
.stiker-sale {
  background-color: #f65050; }

/* line 160, theme.scss */
.stiker + .stiker {
  top: 50px; }

/* line 164, theme.scss */
.stiker:nth-child(2) + .stiker {
  top: 100px; }

/* line 168, theme.scss */
.stiker:nth-child(3) + .stiker {
  top: 150px; }

/* line 172, theme.scss */
.item-delete {
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  width: 26px;
  padding: 2px; }

/* line 182, theme.scss */
.item-delete img {
  width: 100%; }

/* line 186, theme.scss */
.item-title-link {
  text-decoration: none;
  color: inherit; }

/* line 191, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 197, theme.scss */
.category-menu-item {
  display: block; }

/* line 201, theme.scss */
.category_menu .category_menu {
  display: none; }

/* line 205, theme.scss */
.is-button-active + .category_menu {
  display: block; }

/* line 209, theme.scss */
.category_menu-marker::after {
  content: '+';
  font-size: 20px; }

/* line 214, theme.scss */
.category_menu-marker.is-button-active::after {
  content: '-'; }

/* line 218, theme.scss */
.category_menu.level-2 {
  padding-left: 50px; }

/* line 222, theme.scss */
.filter {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }

/* line 227, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 233, theme.scss */
.filter-item button {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: block; }

/* line 244, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 250, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 257, theme.scss */
.checkbox-field {
  display: none; }

/* line 261, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3a4145;
  left: 0;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px); }

/* line 271, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 286, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 290, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }

/* line 298, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 306, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 314, theme.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 321, theme.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 327, theme.scss */
.filter-title span {
  cursor: pointer; }

/* line 331, theme.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 10px; }

/* line 335, theme.scss */
.collection-filter {
  margin-bottom: 1rem; }

/* line 339, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 345, theme.scss */
.filter-span {
  vertical-align: top; }

/* line 349, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

/* line 358, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #144184; }

/* line 362, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* line 377, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 383, theme.scss */
input[type="checkbox"]:checked + .filter-color,
input[type="checkbox"]:checked + .filter-color[title="Белый"],
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"],
input[type="checkbox"]:checked + .filter-color[title="белый"] {
  border: 1px solid #144184; }

/* line 390, theme.scss */
.collection-filter .range-slider input {
  height: 50px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  width: 100%; }

/* line 397, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #144184;
  width: 17px;
  height: 15px;
  top: 26px; }

/* line 405, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 409, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 26px;
  background: #144184; }

/* line 415, theme.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 420, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 4px;
  background: #f65050; }

/* line 427, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 431, theme.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 435, theme.scss */
.collection-order select {
  border-color: transparent; }

/* line 439, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #144184; }

/* line 443, theme.scss */
.page_size_drop-item {
  display: block; }

/* line 447, theme.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/* line 452, theme.scss */
.collection-products_count {
  margin-bottom: 10px; }

/* line 456, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #144184;
  font-weight: bold; }

/* line 461, theme.scss */
.page_size-radio {
  vertical-align: bottom; }

/*  Compare table
-----------------------------------------*/
/* line 467, theme.scss */
.table.table-compare {
  position: relative; }

/* line 471, theme.scss */
.table.table-compare tr,
.table.table-compare td {
  border: none; }

/* line 476, theme.scss */
.table.table-compare td {
  padding: 20px; }

/* line 480, theme.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 485, theme.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #ccc; }

/* line 489, theme.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 493, theme.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 498, theme.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 502, theme.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 506, theme.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 510, theme.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between; }

  /* line 530, theme.scss */
  .table.table-compare td,
  .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 543, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 549, theme.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 556, theme.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 561, theme.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 566, theme.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 571, theme.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 578, theme.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/* line 582, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #000;
  box-shadow: 0 0 2px 0px #000; }

/* line 589, theme.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #cccccc; }

/* line 595, theme.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 599, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #cccccc; }

/* line 603, theme.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px; }

/* line 608, theme.scss */
.favorite-head {
  margin-bottom: 20px; }

/* line 612, theme.scss */
.fixed_header {
  z-index: 99;
  position: fixed;
  background: #ffffff;
  top: 0;
  padding: 10px 0;
  top: -105%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms; }

/* line 628, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

/* line 632, theme.scss */
.logotype {
  height: 100px;
  display: block; }

/* line 637, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/* line 644, theme.scss */
.instagram-title {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

/* line 652, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 658, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px; }

/* line 668, theme.scss */
.main-menu.level-1 {
  margin: 0;
  padding: 0;
  position: relative; }

/* line 674, theme.scss */
.main-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  background-position: 50%; }

/* line 685, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 693, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 700, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15); }

/* line 706, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

/* line 710, theme.scss */
.li-niveau1 {
  position: relative; }

/* line 714, theme.scss */
.child-menu {
  display: none;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 10000; }
  /* line 722, theme.scss */
  .child-menu > ul {
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 350px;
    padding: 20px;
    margin-top: 28px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* line 735, theme.scss */
.advtm_menu_1:hover .child-menu {
  display: block; }

/* line 741, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 746, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/* line 750, theme.scss */
.page-title {
  text-align: center; }

/* line 754, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 765, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

/* line 770, theme.scss */
.feedback-row {
  margin-bottom: 1rem; }

/* line 774, theme.scss */
.feedback-field-wrap {
  max-width: 300px;
  margin: auto; }

/* line 779, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px; }

/* line 785, theme.scss */
.form-error {
  color: red; }

/* line 789, theme.scss */
.form-done {
  color: #144184; }

/* line 793, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem; }

/* line 797, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 801, theme.scss */
.added-modal {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 809, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold; }

/* line 815, theme.scss */
.added-content {
  text-align: center; }

/* line 819, theme.scss */
.modal-hide {
  display: none; }

/* line 824, theme.scss */
.added-content .btn {
  padding: 10px; }
/* line 829, theme.scss */
.added-content a.btn {
  border: 2px solid #e53935;
  background: none;
  color: #000; }
  /* line 833, theme.scss */
  .added-content a.btn:hover {
    background: #e53935;
    color: #fff; }

/* line 840, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 844, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 860, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 870, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 879, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 888, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center; }

/* line 911, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 917, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 925, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 929, theme.scss */
.props {
  margin-bottom: 10px; }

/* line 933, theme.scss */
.props label {
  width: 40%;
  opacity: 0.5;
  position: relative; }

/* line 939, theme.scss */
.props label + span {
  width: 58%;
  display: inline-block; }

/* line 944, theme.scss */
.props label span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 2px 0 0 #fff, -10px 0 0 #fff; }

/* line 953, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #222222;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

/* line 963, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555; }

/* line 968, theme.scss */
.old-price {
  text-decoration: line-through; }

/* line 972, theme.scss */
.product-available:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px; }

/* line 985, theme.scss */
[data-product-id].is-available .product-available {
  color: #28a745; }

/* line 988, theme.scss */
[data-product-id].not-available {
  color: #e2231a; }

/* line 992, theme.scss */
[data-product-id].is-available .product-available:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowYzdlZDBjNy1jOWQ5LTQzNDEtOWZlZi00NjUxZGRiMzA0MDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTUyQTFENEI1OUZBMTFFOUJGRDhBREQ1REMyNENFQTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTUyQTFENEE1OUZBMTFFOUJGRDhBREQ1REMyNENFQTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM2YjFiZDYwLWM1ODQtNzI0Zi04NzcwLTUyMGVmMDA3YjNlOCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmMGFmNDIwLWUzNGMtNzU0Yy1hNWFlLTQ5YjUzMGI3MzUwZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpguWSEAAAE9SURBVHjaYtRb6FPNwMBQB8SfgTjqYtzmXQxIQH+RbxiQmg3EbEBcCJSfwYAGmKAGmANxKxAXM2CCWiDOB2JvqFoMwAK14QEQ3wdidixqeKHyIMyFyxBkIAN0fgGaGB8DAYBuCA8QGwCxGRD/AuILUJfiBUxo/BvAgEsA0qDA3QBlvyHVELIAVQxhIUcTMPC1gdQMaMzlIhsC8rs6UIEtNN28B7KdgLQIEL9CMkAXSO0D4kVAfBOIVyF75ygQLwTimUB8F4h/APEUIO4ABvA1qBpOqAH9QLFiqMWscJcABf8DqQooxgb+QaO7F6i2A+giP6hrIkgJk8egNAQ04CLQgGggeyo0r20h2hCoS2EGgALVHyi2DxY7oJSpBpS8RYRZwUA8AdkAmCFNQHyYmOQNBM+B2BNowBFkQYAAAwC5nV5UNduXCQAAAABJRU5ErkJggg==);
  display: inline-block;
  padding-right: 0.5rem; }

/* line 998, theme.scss */
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 1003, theme.scss */
.product-info {
  display: none; }

/* line 1007, theme.scss */
.form-row {
  margin-bottom: 1rem; }

/* line 1011, theme.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 1016, theme.scss */
.form-field {
  width: 100%; }

/* line 1020, theme.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 1024, theme.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 1028, theme.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 1032, theme.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 1036, theme.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 1040, theme.scss */
.reviews-item {
  padding: 5px 0;
  border-bottom: 1px solid #ccc; }

/* line 1045, theme.scss */
.product_tabs {
  border-top: 1px solid #d2d2d1; }

/* line 1049, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 1053, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 1059, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  width: 41px; }

/* line 1069, theme.scss */
.tabs-target {
  display: none; }

/* line 1073, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 1079, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 1098, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #144184; }

/* line 1103, theme.scss */
.gallery-wrapper {
  position: relative; }

/* line 1107, theme.scss */
.gallery-top {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px; }

/* line 1113, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #144184; }

/* line 1117, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 1126, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

/* line 1141, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 1161, theme.scss */
.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #144184;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -44px; }

/* line 1167, theme.scss */
.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #144184;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -44px; }

/* line 1173, theme.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 88px);
  width: calc(100% - 88px);
  position: relative;
  margin: auto; }

/* line 1180, theme.scss */
.gallery-slide {
  height: 400px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1218, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 400px !important; }

/* line 1223, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0;
  width: 100%; }

/* line 1229, theme.scss */
.products-title {
  font-size: 24px; }

/* line 1233, theme.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 1238, theme.scss */
.slide-inner img {
  width: 100%; }

/* line 1242, theme.scss */
.slide-absolute {
  text-align: center;
  color: #6E6E6E;
  width: 100%; }

/* line 1248, theme.scss */
.slide-description {
  color: #6E6E6E; }

/* line 1251, theme.scss */
.slide-title {
  margin-bottom: 20px; }

/* line 1257, theme.scss */
.quantity-input {
  width: 50px;
  text-align: center;
  padding: 4px 5px;
  vertical-align: top; }

/* line 1264, theme.scss */
.quick_view-modal {
  max-width: 1000px; }

/* line 1268, theme.scss */
.author {
  margin-bottom: 10px; }

/* line 1272, theme.scss */
.scroll_top {
  color: #000;
  display: block;
  position: fixed;
  background: #cbcbcb;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1200px) {
  /* line 1298, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1303, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 1307, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 1313, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/* line 1318, theme.scss */
.search_widget {
  position: relative; }

/* line 1322, theme.scss */
.ajax-search-results {
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 1339, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 1343, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 1348, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 1352, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 1357, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 1361, theme.scss */
.social_share-list a {
  color: #f65050;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 1368, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

/* line 1372, theme.scss */
.social-menu-link {
  color: inherit;
  width: 35px;
  height: 35px;
  border: 1px solid;
  display: none;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 1394, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

/* line 1398, theme.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 1403, theme.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block; }

/* line 1408, theme.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block; }

/* line 1413, theme.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 1418, theme.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block; }

/* line 1423, theme.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 1428, theme.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 1433, theme.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 1438, theme.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/* line 1442, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1447, theme.scss */
.settings_guide-font-primary::after {
  content: "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1452, theme.scss */
.settings_guide-font-second::before {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: '$font-family-second: '; }

/* line 1457, theme.scss */
.settings_guide-font-second::after {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue"; }

/* line 1462, theme.scss */
.settings_guide-font-size::before {
  font-size: 16px;
  content: '$font-size-primary: '; }

/* line 1467, theme.scss */
.settings_guide-font-size::after {
  font-size: 16px;
  content: "16px"; }

/* line 1483, theme.scss */
.settings_guide-color-background-primary:before {
  content: '$color-background-primary: '; }

/* line 1487, theme.scss */
.settings_guide-color-background-primary:after {
  background-color: #fff;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1492, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

/* line 1496, theme.scss */
.settings_guide-color-text-primary:after {
  background-color: #222222;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1501, theme.scss */
.settings_guide-color-text-gray:before {
  content: '$color-text-gray: '; }

/* line 1505, theme.scss */
.settings_guide-color-text-gray:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #555555; }

/* line 1510, theme.scss */
.settings_guide-color-link-primary:before {
  content: '$color-link-primary: '; }

/* line 1514, theme.scss */
.settings_guide-color-link-primary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #144184; }

/* line 1519, theme.scss */
.settings_guide-color-link-secondary:before {
  content: '$color-link-secondary: '; }

/* line 1523, theme.scss */
.settings_guide-color-link-secondary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f65050; }

/* line 1528, theme.scss */
.settings_guide-color-info:before {
  content: '$color-info: '; }

/* line 1532, theme.scss */
.settings_guide-color-info:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #E2E5EA; }

/* line 1537, theme.scss */
.settings_guide-color-success:before {
  content: '$color-success: '; }

/* line 1541, theme.scss */
.settings_guide-color-success:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #144184; }

/* line 1546, theme.scss */
.settings_guide-color-error:before {
  content: '$color-error: '; }

/* line 1550, theme.scss */
.settings_guide-color-error:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f65050; }

/* line 1555, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 1559, theme.scss */
.settings_guide-color-warning:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F2930C; }

/* line 1591, theme.scss */
.style_guide {
  padding: 0 50px; }

/* line 1595, theme.scss */
.style_guide > .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid; }

/* line 1601, theme.scss */
pre.html {
  margin-top: 0; }

/* line 1605, theme.scss */
.guide-fill {
  background: #ccc;
  min-height: 100px;
  border: 1px solid #999;
  text-align: center;
  line-height: 100px; }

/* line 1613, theme.scss */
.style_target {
  display: none; }

/* line 1617, theme.scss */
.style_target .sticky {
  top: 100px; }

/* line 1621, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

/* line 1634, theme.scss */
.product-variants .btn-group > .btn {
  margin-bottom: 10px; }

/* line 1638, theme.scss */
.option-value.is-active.is-span {
  border-color: #000;
  border-bottom-color: #e53935;
  color: #000;
  border-bottom-width: 4px; }

/* line 1645, theme.scss */
.option-selector {
  margin: 1rem 0; }
  /* line 1647, theme.scss */
  .option-selector > div {
    margin-bottom: 20px; }

/* my style css */
/* line 1655, theme.scss */
.header-menu-bottom {
  width: 100%; }

/* line 1659, theme.scss */
.adtm_menu_hover {
  z-index: 999999; }

/* line 1663, theme.scss */
.notice-error, .notice-warning, .cart-empty {
  background: #da291c;
  color: #fff;
  padding: 20px;
  margin: 0 10px; }
  /* line 1668, theme.scss */
  .notice-error li, .notice-warning li, .cart-empty li {
    font-weight: bold; }

/* line 1675, theme.scss */
.cart-empty {
  text-align: center; }

/* line 1679, theme.scss */
.product-miniature-slider {
  border: 1px solid #cbcbcb; }
  /* line 1683, theme.scss */
  .product-miniature-slider .card-product {
    border: none;
    padding-top: 3.5rem !important; }
  /* line 1685, theme.scss */
  .product-miniature-slider:hover {
    border: 1px solid #000;
    border-bottom: 4px solid #e53935; }

/* line 1691, theme.scss */
img {
  max-width: 100%; }

/* line 1697, theme.scss */
#_desktop_category_header_bottom img {
  max-width: 100%; }

/* line 1702, theme.scss */
.price {
  font-weight: bold; }

/* line 1706, theme.scss */
.fancybox-outer, .fancybox-inner {
  min-height: 100%;
  height: 100%; }

/* line 1710, theme.scss */
.top-phone {
  margin-right: 10px;
  display: inline-block; }

/* line 1715, theme.scss */
.hide {
  display: none; }

/* line 1719, theme.scss */
.cart-action-block {
  text-align: center;
  font-weight: bold;
  margin: 20px 0; }

/* line 1725, theme.scss */
.cart-items {
  margin: 20px 0; }

/* line 1729, theme.scss */
.cart-submit {
  margin-left: 20px; }

/* line 1733, theme.scss */
.cart-total-capture, .cart-total {
  font-weight: bold; }
  @media (max-width: 768px) {
    /* line 1733, theme.scss */
    .cart-total-capture, .cart-total {
      font-size: 18px; } }

/* line 1741, theme.scss */
.cart-total-capture {
  padding-right: 10px; }

/* line 1745, theme.scss */
.discounts-wrap {
  margin-bottom: 10px; }

/* line 1749, theme.scss */
.item-total_price, .item-title-link {
  font-weight: bold; }

/* line 1753, theme.scss */
.quantity-input {
  height: 100%; }

/* line 1759, theme.scss */
.container-cart {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px; }

/* line 1766, theme.scss */
.cart-footer {
  margin: 20px 0; }

/* line 1771, theme.scss */
#mce-EMAIL {
  border-color: #1a1a1a #1a1a1a #9e9e9e #1a1a1a;
  background: none; }

/* line 1777, theme.scss */
.tabs-techno.activeTab {
  opacity: 1 !important; }
  @media (max-width: 768px) {
    /* line 1777, theme.scss */
    .tabs-techno.activeTab {
      opacity: 1 !important; } }
  /* line 1784, theme.scss */
  .tabs-techno.activeTab img, .tabs-techno.activeTab span {
    opacity: 1 !important; }

/* line 1789, theme.scss */
.mobile-techno_wrap {
  display: none; }

/* end */
@media (max-width: 991px) {
  /* line 1839, theme.scss */
  .collection-page-wrapper-all .adtm_column_wrap_td {
    display: block; } }
@media (max-width: 768px) {
  /* line 1847, theme.scss */
  .cart-order {
    margin: 20px 0; } }
/* line 1854, theme.scss */
#ul_layered_id_attribute_group_1 a label {
  cursor: pointer; }

/* line 1858, theme.scss */
.option-image-similar {
  max-width: 50px;
  padding: 30px !important;
  box-sizing: content-box; }
  /* line 1864, theme.scss */
  .option-image-similar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }

/* line 1878, theme.scss */
#feedback-modal {
  max-width: 344px; }

/* line 1882, theme.scss */
.messad-wrapper {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1000; }
  /* line 1887, theme.scss */
  .messad-wrapper .messad-item {
    margin-bottom: 6px; }
    /* line 1889, theme.scss */
    .messad-wrapper .messad-item img {
      max-width: 70px; }
      @media screen and (max-width: 812px) {
        /* line 1889, theme.scss */
        .messad-wrapper .messad-item img {
          max-width: 40px; } }
