/* line 3, ../sass/shop/shop-filter.scss */
.showfilter {
  display: none;
}

/* line 8, ../sass/shop/shop-filter.scss */
#ShopInnerLB h2 {
  position: relative;
  overflow: hidden;
  font-family: 'GetVoIPGrotesque';
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 20px;
}
/* line 18, ../sass/shop/shop-filter.scss */
#ShopInnerLB .noresult {
  margin-bottom: 49px;
}

/* line 23, ../sass/shop/shop-filter.scss */
#mse2_filters {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
/* line 31, ../sass/shop/shop-filter.scss */
#mse2_filters fieldset {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  border: 1px solid #000;
  width: calc(100% / 5 - 20px);
  margin: 0 10px;
}
/* line 41, ../sass/shop/shop-filter.scss */
#mse2_filters fieldset h4 {
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  padding-left: 0;
  color: #000;
  line-height: 1.4;
  padding: 20px;
  padding-right: 51px;
  font-weight: 900;
}
/* line 52, ../sass/shop/shop-filter.scss */
#mse2_filters fieldset h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(../img/down-arrow-f.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 67, ../sass/shop/shop-filter.scss */
#mse2_filters #mse2_ms_price {
  order: 1;
}
/* line 70, ../sass/shop/shop-filter.scss */
#mse2_filters #mse2_msvendor-name {
  order: 3;
}
/* line 74, ../sass/shop/shop-filter.scss */
#mse2_filters #mse2_tv-lampstyle {
  order: 2;
}
/* line 78, ../sass/shop/shop-filter.scss */
#mse2_filters #mse2_tv-lamproom {
  order: 4;
}
/* line 82, ../sass/shop/shop-filter.scss */
#mse2_filters button[type="submit"] {
  display: none;
}
/* line 86, ../sass/shop/shop-filter.scss */
#mse2_filters button[type="reset"] {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  border: 1px solid #e6b422;
  width: calc(100% / 5 - 20px);
  margin: 0 10px;
  height: 63px;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  font-size: 15px;
  padding-left: 0;
  color: #000;
  line-height: 1.4;
  padding: 0 20px;
  font-weight: 900;
  font-family: 'Gilroy-Light';
  outline: none;
  cursor: pointer;
  order: 6;
}
/* line 110, ../sass/shop/shop-filter.scss */
#mse2_filters button[type="reset"]:hover {
  background-color: #e6b422;
}
/* line 114, ../sass/shop/shop-filter.scss */
#mse2_filters button[type="reset"].hidden {
  display: none;
}

/* line 120, ../sass/shop/shop-filter.scss */
.filter_title {
  cursor: pointer;
}
/* line 123, ../sass/shop/shop-filter.scss */
.filter_title.show {
  z-index: 3;
}
/* line 126, ../sass/shop/shop-filter.scss */
.filter_title.show:after {
  transform: rotate(180deg);
}
/* line 130, ../sass/shop/shop-filter.scss */
.filter_title.show ~ .filter-drop {
  display: block;
}

/* line 136, ../sass/shop/shop-filter.scss */
.filter-drop {
  position: absolute;
  top: -1px;
  display: none;
  background: #fff;
  padding: 65px 20px 20px 20px;
  z-index: 2;
  border: 1px solid #000;
  box-sizing: border-box;
  width: calc(100% + 2px);
  left: -1px;
}
/* line 148, ../sass/shop/shop-filter.scss */
.filter-drop .scrl {
  overflow-y: auto;
  max-height: 245px;
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar::-webkit-scrollbar {
  width: 1.3125rem;
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar::-webkit-scrollbar-track {
  background: #979797;
  border-left: .625rem solid #fff;
  border-right: .625rem solid #fff;
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-left: .4375rem solid #fff;
  border-right: .4375rem solid #fff;
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #d8d8d8;
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar.scrollbar--grey::-webkit-scrollbar-track {
  background: #979797;
  border-left: .625rem solid #f3f3f3;
  border-left: 0.625rem solid var(--color-light-grey);
  border-right: .625rem solid #f3f3f3;
  border-right: 0.625rem solid var(--color-light-grey);
}

/* line 154, ../sass/shop/shop-filter.scss */
.scrollbar.scrollbar--grey::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-left: .4375rem solid #f3f3f3;
  border-left: 0.4375rem solid var(--color-light-grey);
  border-right: .4375rem solid #f3f3f3;
  border-right: 0.4375rem solid var(--color-light-grey);
}

/* line 154, ../sass/shop/shop-filter.scss */
.hotspots__container {
  position: relative;
}

/* line 154, ../sass/shop/shop-filter.scss */
.hotspots__hotspot {
  position: absolute;
  z-index: 5;
}

/* line 154, ../sass/shop/shop-filter.scss */
.hotspots__hotspot.is-open {
  z-index: 6;
}

/* line 154, ../sass/shop/shop-filter.scss */
.hotspots__btn {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  transition: all .25s ease;
  display: block;
  padding: 0;
}

/* line 157, ../sass/shop/shop-filter.scss */
#mse2_ms_price {
  padding: 30px 0;
}
/* line 160, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_inputs {
  position: relative;
  overflow: hidden;
}
/* line 164, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_inputs label {
  font-size: 0px;
  margin-top: 20px;
}
/* line 169, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_inputs .form-group {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  text-align: center;
}
/* line 176, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_inputs .form-group input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 95%;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 10px;
  color: #404040;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}
/* line 193, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_slider {
  position: relative;
  margin: 0 5%;
  margin-right: 7%;
  margin-top: 20px;
  background: #e6b422;
}
/* line 200, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_slider .ui-slider-handle {
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  outline: none;
  background: #fff;
}
/* line 209, ../sass/shop/shop-filter.scss */
#mse2_ms_price .mse2_number_slider .ui-widget-header {
  background: #404040;
}

/* line 216, ../sass/shop/shop-filter.scss */
#mse2_msvendor-name label {
  text-transform: uppercase;
}

/* line 221, ../sass/shop/shop-filter.scss */
.filter_checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
/* line 227, ../sass/shop/shop-filter.scss */
.filter_checkbox input {
  position: absolute;
  top: -100px;
  left: -100px;
}
/* line 234, ../sass/shop/shop-filter.scss */
.filter_checkbox input:checked ~ label:before {
  background: url(../img/icons8-checkmar-b.svg) center center no-repeat;
  background-size: auto 9px;
}
/* line 239, ../sass/shop/shop-filter.scss */
.filter_checkbox input:checked ~ label sup {
  display: none;
}
/* line 244, ../sass/shop/shop-filter.scss */
.filter_checkbox label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #000;
  line-height: 1.4;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
  text-transform: lowercase;
}
/* line 255, ../sass/shop/shop-filter.scss */
.filter_checkbox label sup {
  color: #a8a8a8;
}
/* line 259, ../sass/shop/shop-filter.scss */
.filter_checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  border: 2px solid #000;
}
/* line 271, ../sass/shop/shop-filter.scss */
.filter_checkbox label:hover {
  color: #404040;
}

/* line 277, ../sass/shop/shop-filter.scss */
.mse2_limit {
  display: none !important;
}

@media only screen and (min-width: 1240px) and (max-width: 1366px) {
  /* line 283, ../sass/shop/shop-filter.scss */
  .filter_checkbox label {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 292, ../sass/shop/shop-filter.scss */
  .filter_checkbox {
    margin-bottom: 6px;
  }
  /* line 295, ../sass/shop/shop-filter.scss */
  .filter_checkbox label {
    font-size: 12px;
    line-height: 22px;
  }

  /* line 304, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset h4 {
    font-size: 12px;
  }

  /* line 310, ../sass/shop/shop-filter.scss */
  #mse2_filters button[type="reset"] {
    height: 58px;
    font-size: 13px;
  }

  /* line 315, ../sass/shop/shop-filter.scss */
  #ShopInnerLB {
    margin-bottom: 0;
    margin-top: 40px;
  }

  /* line 320, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs label {
    margin-top: 10px;
  }

  /* line 324, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs .form-group input {
    padding: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 335, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs .form-group input {
    font-size: 13px;
  }
  /* line 341, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_slider {
    margin: 0px 8%;
    margin-right: 12%;
    margin-top: 20px;
  }

  /* line 349, ../sass/shop/shop-filter.scss */
  #mse2_filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  /* line 355, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset {
    padding: 0px;
    position: relative;
    overflow: visible;
    width: calc(100% / 4 - 20px);
  }
  /* line 361, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -200%;
    width: 600%;
    height: 1px;
    background: #c6c6c6;
    display: none;
  }
  /* line 372, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset h4 {
    font-size: 12px;
    padding: 12px;
    padding-right: 25px;
  }

  /* line 380, ../sass/shop/shop-filter.scss */
  .filter-drop {
    padding: 43px 10px 10px 5px;
    right: 0;
  }

  /* line 386, ../sass/shop/shop-filter.scss */
  .filter_checkbox {
    margin-bottom: 7px;
    padding-left: 10px;
  }
  /* line 390, ../sass/shop/shop-filter.scss */
  .filter_checkbox label {
    font-size: 11px;
    line-height: 18px;
    padding-left: 20px;
  }
  /* line 395, ../sass/shop/shop-filter.scss */
  .filter_checkbox label::before {
    height: 15px;
    width: 15px;
  }

  /* line 402, ../sass/shop/shop-filter.scss */
  #mse2_filters button[type="reset"] {
    height: 42px;
    font-size: 11px;
    width: calc(100% / 4 - 20px);
    margin-top: 20px;
  }

  /* line 409, ../sass/shop/shop-filter.scss */
  #ShopInnerLB {
    margin-bottom: 0;
    margin-top: 40px;
  }

  /* line 414, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs label {
    margin-top: 10px;
  }

  /* line 418, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs .form-group input {
    padding: 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 427, ../sass/shop/shop-filter.scss */
  .showfilter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 5vw;
    background: #fff;
    border: 2px solid #f2f2f5;
  }
  /* line 440, ../sass/shop/shop-filter.scss */
  .showfilter span {
    position: relative;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 5vw;
    background: url(/img/icons8-sort-down-filled.svg) right center no-repeat;
    background-size: auto 3vw;
  }
  /* line 449, ../sass/shop/shop-filter.scss */
  .showfilter span.hide {
    display: none;
    background: url(/img/icons8-sort-up-filled.svg) right center no-repeat;
    background-size: auto 3vw;
  }

  /* line 458, ../sass/shop/shop-filter.scss */
  .CatalogL {
    width: 100%;
    border-right: none;
    border-left: none;
  }
  /* line 463, ../sass/shop/shop-filter.scss */
  .CatalogL h2 {
    display: none;
  }

  /* line 468, ../sass/shop/shop-filter.scss */
  #mse2_filters {
    position: relative;
    width: 100%;
    margin: 0;
  }
  /* line 473, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset {
    margin-bottom: 0px;
    /* padding: 2vw; */
    width: 100%;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
    border-bottom: transparent;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
  }
  /* line 486, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset:nth-last-child(4) {
    border-bottom: 1px solid #000;
  }
  /* line 493, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset:first-child:after {
    display: none;
  }
  /* line 498, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset:after {
    display: none;
  }
  /* line 504, ../sass/shop/shop-filter.scss */
  #mse2_filters fieldset h4 {
    margin-bottom: 0;
    font-size: 4vw;
    padding-left: 8px;
    padding-left: 30px;
  }
  /* line 512, ../sass/shop/shop-filter.scss */
  #mse2_filters button[type="reset"] {
    font-size: 4vw;
    height: 3.5em;
    line-height: 3.5em;
    width: max-content;
    padding: 0 3.5em;
    display: flex;
    margin: 4vw auto;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* line 526, ../sass/shop/shop-filter.scss */
  .filter-drop {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 2;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    width: calc(100% + 2px);
    border-top: none;
    border-bottom: none;
  }
  /* line 539, ../sass/shop/shop-filter.scss */
  .filter-drop .scrl {
    max-height: initial;
  }

  /* line 545, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_slider {
    margin-top: 13px;
  }
  /* line 549, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs {
    margin-bottom: 2vw;
  }
  /* line 552, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs label {
    margin-top: 3vw;
  }
  /* line 558, ../sass/shop/shop-filter.scss */
  #mse2_ms_price .mse2_number_inputs .form-group input {
    padding: 5px;
    text-align: center;
  }

  /* line 566, ../sass/shop/shop-filter.scss */
  .filter_checkbox {
    margin-bottom: 7px;
    padding-left: 30px;
  }
  /* line 570, ../sass/shop/shop-filter.scss */
  .filter_checkbox label {
    font-size: 16px;
    min-height: 22px;
    padding-left: 28px;
  }
  /* line 576, ../sass/shop/shop-filter.scss */
  .filter_checkbox:before {
    top: 0;
  }
}
/* line 3, ../sass/shop/shop-sort.scss */
.CatalogRSort {
  position: relative;
  overflow: hidden;
  height: 60px;
  font-weight: bold;
}
/* line 9, ../sass/shop/shop-sort.scss */
.CatalogRSort h3 {
  position: relative;
  overflow: hidden;
  float: right;
  width: calc(100% / 3);
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
}
/* line 21, ../sass/shop/shop-sort.scss */
.CatalogRSort h3 span {
  display: inline-block;
  position: relative;
  padding: 5px;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  margin-left: 8px;
  top: -3px;
}
/* line 31, ../sass/shop/shop-sort.scss */
.CatalogRSort h3 span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  background: #404040;
  border-radius: 50%;
  z-index: -1;
}
/* line 47, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort {
  position: relative;
  float: left;
  line-height: 60px;
  color: #7a7a7a;
  width: calc(100% / 3);
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
}
/* line 57, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort a {
  position: relative;
  color: #404040;
  margin-left: 15px;
  cursor: pointer !important;
}
/* line 63, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort a span {
  color: #404040;
  padding-left: 5px;
}
/* line 68, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort a.active {
  color: #e6b422;
}
/* line 71, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort a.active span {
  color: #e6b422;
}
/* line 76, ../sass/shop/shop-sort.scss */
.CatalogRSort #mse2_sort a:hover {
  color: #e6b422;
}

/* line 83, ../sass/shop/shop-sort.scss */
#mse2_selected_wrapper {
  display: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 88, ../sass/shop/shop-sort.scss */
  .CatalogRSort {
    height: 50px;
  }
  /* line 91, ../sass/shop/shop-sort.scss */
  .CatalogRSort #mse2_sort {
    float: left;
    line-height: 50px;
    width: calc(100% / 2);
    text-align: left;
    font-size: 12px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 104, ../sass/shop/shop-sort.scss */
  .CatalogRSort #mse2_sort {
    width: calc((100% / 2 ) - 2px);
    font-size: 14px;
    text-align: left;
  }
  /* line 109, ../sass/shop/shop-sort.scss */
  .CatalogRSort #mse2_sort a {
    margin-left: 5px;
  }
  /* line 114, ../sass/shop/shop-sort.scss */
  .CatalogRSort h3 {
    width: 49%;
    border-left: none;
    font-size: 14px;
    text-align: right;
    margin-right: 3px;
  }
  /* line 121, ../sass/shop/shop-sort.scss */
  .CatalogRSort h3 span {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 129, ../sass/shop/shop-sort.scss */
  .CatalogRSort {
    height: auto;
    font-weight: bold;
    display: flex;
    flex-direction: column-reverse;
    margin: 4vw 0 0;
  }
  /* line 136, ../sass/shop/shop-sort.scss */
  .CatalogRSort #mse2_sort {
    width: 100%;
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
  }
  /* line 142, ../sass/shop/shop-sort.scss */
  .CatalogRSort #mse2_sort a {
    margin-left: 5px;
  }
  /* line 147, ../sass/shop/shop-sort.scss */
  .CatalogRSort h3 {
    width: 100%;
    border-left: none;
    font-size: 4vw;
    text-align: left;
    line-height: 3;
  }
  /* line 154, ../sass/shop/shop-sort.scss */
  .CatalogRSort h3 span {
    margin-left: 2vw;
    font-size: 3.2vw;
    padding: 0;
    height: 6.2vw;
    line-height: 6.2vw;
    width: 3.2vw;
    width: 6.2vw;
    text-align: center;
    background: #404040;
    border-radius: 100%;
  }
  /* line 166, ../sass/shop/shop-sort.scss */
  .CatalogRSort h3 span:after {
    height: 6vw;
    width: 6vw;
    display: none;
  }
}
/* line 9, ../sass/shop.scss */
#Shop .position-relative {
  overflow: visible !important;
}

/* line 14, ../sass/shop.scss */
.ShopCrumbs {
  height: 279px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
/* line 24, ../sass/shop.scss */
.ShopCrumbs:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
}
/* line 34, ../sass/shop.scss */
.ShopCrumbs .breadcrumb {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 15px;
  z-index: 1;
}
/* line 41, ../sass/shop.scss */
.ShopCrumbs .breadcrumb li {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 4px;
}
/* line 46, ../sass/shop.scss */
.ShopCrumbs .breadcrumb li.active {
  padding-bottom: 5px;
  display: none;
}
/* line 51, ../sass/shop.scss */
.ShopCrumbs .breadcrumb li.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 62, ../sass/shop.scss */
.ShopCrumbs .breadcrumb li a {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
  font-family: 'Gilroy-Light';
}
/* line 71, ../sass/shop.scss */
.ShopCrumbs .breadcrumb li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 86, ../sass/shop.scss */
.ShopCrumbs .breadcrumb b {
  background: url(../img/icons8-right-w.svg) center center no-repeat;
  background-size: contain;
  font-size: 0;
  display: block;
  width: 10px;
  height: 12px;
  margin-right: 4px;
}
/* line 95, ../sass/shop.scss */
.ShopCrumbs .breadcrumb b:nth-child(4) {
  display: none;
}
/* line 101, ../sass/shop.scss */
.ShopCrumbs h1 {
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  font-size: 58px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
  z-index: 2;
}

/* line 116, ../sass/shop.scss */
#Shop h1 {
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  font-size: 40px;
  line-height: 1;
}

/* line 125, ../sass/shop.scss */
#mse2_mfilter {
  position: relative;
  margin: 0 0 60px;
}

/* line 130, ../sass/shop.scss */
#ShopInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0;
}

/* line 144, ../sass/shop.scss */
#ShopInnerLB {
  position: relative;
  width: 100%;
  margin-right: 0px;
  background: #fff;
  margin-bottom: 15px;
  margin-top: 60px;
  z-index: 9;
}

/* line 154, ../sass/shop.scss */
#ShopInnerRB {
  position: relative;
  width: 100%;
}

/* line 159, ../sass/shop.scss */
#ShopInnerRBResult {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}
/* line 166, ../sass/shop.scss */
#ShopInnerRBResult #mse2_results {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
  /* line 181, ../sass/shop.scss */
  .ShopCrumbs {
    height: 185px;
  }
  /* line 184, ../sass/shop.scss */
  .ShopCrumbs .breadcrumb {
    padding-bottom: 10px;
  }
  /* line 188, ../sass/shop.scss */
  .ShopCrumbs h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }

  /* line 195, ../sass/shop.scss */
  #Shop h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 204, ../sass/shop.scss */
  .ShopCrumbs {
    height: 145px;
  }
  /* line 207, ../sass/shop.scss */
  .ShopCrumbs .breadcrumb {
    padding-bottom: 10px;
  }
  /* line 211, ../sass/shop.scss */
  .ShopCrumbs h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  /* line 218, ../sass/shop.scss */
  #Shop h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 226, ../sass/shop.scss */
  #Shop h1 {
    font-size: 20px;
  }

  /* line 231, ../sass/shop.scss */
  .ShopCrumbs {
    height: 110px;
  }
  /* line 234, ../sass/shop.scss */
  .ShopCrumbs .breadcrumb {
    padding-bottom: 10px;
  }
  /* line 238, ../sass/shop.scss */
  .ShopCrumbs h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  /* line 244, ../sass/shop.scss */
  #mse2_mfilter {
    position: relative;
    margin: 0 0 30px;
  }

  /* line 249, ../sass/shop.scss */
  #ShopInnerLB {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  /* line 256, ../sass/shop.scss */
  #ShopInnerRB {
    width: 100%;
  }

  /* line 264, ../sass/shop.scss */
  #ShopInner {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 272, ../sass/shop.scss */
  #Shop h1 {
    font-size: 7vw;
  }

  /* line 277, ../sass/shop.scss */
  .ShopCrumbs {
    height: 38vw;
  }
  /* line 280, ../sass/shop.scss */
  .ShopCrumbs .breadcrumb {
    padding-bottom: 5px;
  }
  /* line 284, ../sass/shop.scss */
  .ShopCrumbs .breadcrumb li a {
    padding-bottom: 1px;
  }
  /* line 290, ../sass/shop.scss */
  .ShopCrumbs h1 {
    font-size: 7vw;
    margin-bottom: 10px;
  }

  /* line 298, ../sass/shop.scss */
  #ShopInnerLB {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  /* line 306, ../sass/shop.scss */
  #ShopInnerRB {
    width: 100%;
  }

  /* line 314, ../sass/shop.scss */
  #ShopInner {
    margin: 20px 0;
  }
}
/* line 3, ../sass/shop-product-pagination.scss */
div.pagination {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  margin: 0 auto;
}
/* line 9, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
/* line 14, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li {
  position: relative;
  margin: 2px 7px;
}
/* line 19, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li a {
  color: #000;
  font-size: 18px;
  line-height: 35px;
  padding: 0 8px;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
/* line 31, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li a:hover {
  color: #e6b422;
  border-color: #404040;
}
/* line 38, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li.active a {
  color: #e6b422;
  border-color: #404040;
}
/* line 44, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li span {
  color: #e6b422;
  font-size: 22px;
  line-height: 1.3;
}
/* line 50, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:first-child {
  display: none;
}
/* line 57, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-child(2) a {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  background: url(../img/icon/icons8-back-filled1.svg) center center no-repeat;
  background-size: 25px;
  font-size: 0;
}
/* line 66, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-child(2) a:hover {
  background: url(../img/icons8-back-filled.svg) center center no-repeat;
  background-size: 25px;
}
/* line 72, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-child(2) > span {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  background: url(../img/icons8-back-filled.svg) center center no-repeat;
  background-size: 25px;
  font-size: 0;
}
/* line 85, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-last-child(2) a {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  background: url(../img/icon/icons8-forward-filled2.svg) center center no-repeat;
  background-size: 25px;
  font-size: 0;
}
/* line 95, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-last-child(2) a:hover {
  background: url(../img/icons8-forward-filledHover.svg) center center no-repeat;
  background-size: 25px;
}
/* line 101, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:nth-last-child(2) > span {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  background: url(../img/icons8-forward-filledHover.svg) center center no-repeat;
  background-size: 25px;
  font-size: 0;
}
/* line 112, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li:last-child {
  display: none;
}
/* line 116, ../sass/shop-product-pagination.scss */
div.pagination ul.pagination li.disabled {
  display: none;
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 125, ../sass/shop-product-pagination.scss */
  div.pagination {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* line 131, ../sass/shop-product-pagination.scss */
  div.pagination ul.pagination li a {
    font-size: 15px;
    line-height: 33px;
    padding: 0 8px;
    border: 1px solid #000;
    width: 33px;
    height: 33px;
  }
  /* line 141, ../sass/shop-product-pagination.scss */
  div.pagination ul.pagination li:nth-last-child(2) a {
    background: url(../img/icon/icons8-forward-filled2.svg) center center no-repeat;
    background-size: 18px;
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 768px) {
  /* line 155, ../sass/shop-product-pagination.scss */
  div.pagination {
    padding-top: 5vw;
    padding-bottom: 6vw;
  }
  /* line 162, ../sass/shop-product-pagination.scss */
  div.pagination ul.pagination li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  /* line 170, ../sass/shop-product-pagination.scss */
  div.pagination ul.pagination li:nth-child(2) a {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
  /* line 179, ../sass/shop-product-pagination.scss */
  div.pagination ul.pagination li:nth-last-child(2) a {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
}
/* line 3, ../sass/index/index-hits.scss */
.iHits {
  padding-top: 30px;
  overflow: hidden;
}
/* line 7, ../sass/index/index-hits.scss */
.iHits .triangle-down {
  transform: rotate(180deg);
}
/* line 11, ../sass/index/index-hits.scss */
.iHits > h3 {
  font-size: 33px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Gilroy-ExtraBold';
  margin-top: 13px;
}
/* line 21, ../sass/index/index-hits.scss */
.iHits > span {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 29px;
}
/* line 27, ../sass/index/index-hits.scss */
.iHits > span > a {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  margin: 0 5px;
}
/* line 33, ../sass/index/index-hits.scss */
.iHits > span > a:hover {
  color: #404040;
  transition: .5s all;
}
/* line 40, ../sass/index/index-hits.scss */
.iHits ul {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}
/* line 45, ../sass/index/index-hits.scss */
.iHits ul li {
  margin: 0 10px;
}
/* line 48, ../sass/index/index-hits.scss */
.iHits ul li a {
  color: #000000;
  font-size: 14px;
  transition: .5s all;
}
/* line 53, ../sass/index/index-hits.scss */
.iHits ul li a:hover {
  color: #404040;
}

/* line 61, ../sass/index/index-hits.scss */
.iHitsWR {
  float: initial !important;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding: 0 100px;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 1px;
  margin-top: 47px !important;
}
/* line 72, ../sass/index/index-hits.scss */
.iHitsWR:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -300%;
  height: 1px;
  width: 1000%;
  background-color: #e5e5e5;
}
/* line 82, ../sass/index/index-hits.scss */
.iHitsWR:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -300%;
  height: 1px;
  width: 1000%;
  background-color: #e5e5e5;
}

/* line 93, ../sass/index/index-hits.scss */
.iHitsBox {
  width: calc(100% / 4 + 1px);
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-right: -1px;
  margin-bottom: -1px;
}
/* line 101, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxImg {
  height: calc(254px - 85px);
  width: 100%;
  margin-top: 10px;
}
/* line 107, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText {
  position: relative;
  z-index: 2;
  padding: 12px 30px 20px 30px;
}
/* line 112, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText span {
  display: block;
  font-size: 14px;
  min-height: 32px;
}
/* line 119, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText .iHitsBoxPrice {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}
/* line 125, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText .iHitsBoxPrice i {
  display: block;
  font-size: 15px;
  margin-right: 15px;
  transition: .5s all;
  font-family: 'Gilroy-ExtraBold';
}
/* line 132, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText .iHitsBoxPrice i i {
  font-family: "Font Awesome 5 Free";
}
/* line 137, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxText .iHitsBoxPrice p {
  display: block;
  font-size: 19px;
  font-family: 'Gilroy-ExtraBold';
}
/* line 147, ../sass/index/index-hits.scss */
.iHitsBox:nth-child(1):after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -300%;
  height: 1px;
  width: 1000%;
  background-color: #e5e5e5;
}
/* line 159, ../sass/index/index-hits.scss */
.iHitsBox:nth-child(4):after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -300%;
  height: 1px;
  width: 1000%;
  background-color: #e5e5e5;
}
/* line 172, ../sass/index/index-hits.scss */
.iHitsBox:nth-child(5):after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -300%;
  height: 1px;
  width: 1000%;
  background-color: #e5e5e5;
}
/* line 183, ../sass/index/index-hits.scss */
.iHitsBox .iHitsBoxLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
}
/* line 197, ../sass/index/index-hits.scss */
.iHitsBox:hover .iHitsBoxText span {
  color: #e6b422 !important;
}
/* line 204, ../sass/index/index-hits.scss */
.iHitsBox:hover .iHitsBoxText .iHitsBoxPrice i {
  color: #404040;
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 213, ../sass/index/index-hits.scss */
  .iHits {
    padding-top: 15px;
  }
  /* line 216, ../sass/index/index-hits.scss */
  .iHits > h3 {
    font-size: 28px;
  }

  /* line 221, ../sass/index/index-hits.scss */
  .iHitsWR {
    padding: 0 60px;
  }

  /* line 227, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText {
    position: relative;
    z-index: 2;
    padding: 12px 12px 20px 12px;
  }
  /* line 232, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText span {
    font-size: 13px;
  }
  /* line 237, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice p {
    font-size: 16px;
  }
  /* line 241, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice i {
    font-size: 12px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 251, ../sass/index/index-hits.scss */
  .iHits {
    padding-top: 15px;
  }
  /* line 254, ../sass/index/index-hits.scss */
  .iHits > h3 {
    font-size: 26px;
  }
  /* line 258, ../sass/index/index-hits.scss */
  .iHits > span {
    margin-bottom: 18px;
  }
  /* line 262, ../sass/index/index-hits.scss */
  .iHits ul {
    margin-bottom: 15px;
  }
  /* line 265, ../sass/index/index-hits.scss */
  .iHits ul li {
    text-align: center;
  }
  /* line 268, ../sass/index/index-hits.scss */
  .iHits ul li a {
    font-size: 12px;
  }

  /* line 275, ../sass/index/index-hits.scss */
  .iHitsWR {
    padding: 0 10px;
    margin-top: 25px !important;
  }

  /* line 282, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxImg {
    height: calc(230px - 85px);
  }
  /* line 286, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText {
    position: relative;
    z-index: 2;
    padding: 12px 7px 20px 7px;
  }
  /* line 291, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText span {
    font-size: 12px;
  }
  /* line 296, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice p {
    font-size: 16px;
  }
  /* line 300, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice i {
    font-size: 12px;
  }

  /* line 309, ../sass/index/index-hits.scss */
  .iHits.iBrand .iHitsWR .iHitsBox {
    height: 180px;
  }
  /* line 313, ../sass/index/index-hits.scss */
  .iHits.iBrand .iHitsWR .iHitsBox > a img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 324, ../sass/index/index-hits.scss */
  .iHits {
    padding-top: 12vw;
  }
  /* line 327, ../sass/index/index-hits.scss */
  .iHits > h3 {
    font-size: 6vw;
    margin-top: 2vw;
  }
  /* line 332, ../sass/index/index-hits.scss */
  .iHits > span {
    margin-bottom: 3vw;
  }
  /* line 335, ../sass/index/index-hits.scss */
  .iHits > span > a {
    font-size: 3.5vw;
  }
  /* line 340, ../sass/index/index-hits.scss */
  .iHits ul {
    flex-wrap: wrap;
    margin-bottom: 2vw;
  }
  /* line 344, ../sass/index/index-hits.scss */
  .iHits ul li {
    margin: 1vw 5vw;
  }
  /* line 347, ../sass/index/index-hits.scss */
  .iHits ul li a {
    font-size: 4vw;
  }

  /* line 354, ../sass/index/index-hits.scss */
  .iHitsWR {
    padding: 0 2vw;
    margin-top: 5vw !important;
  }
  /* line 358, ../sass/index/index-hits.scss */
  .iHitsWR:before {
    display: none;
  }
  /* line 362, ../sass/index/index-hits.scss */
  .iHitsWR:after {
    display: none;
  }

  /* line 367, ../sass/index/index-hits.scss */
  .iHitsBox {
    width: calc(100% / 2 + 1px);
  }
  /* line 370, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxImg {
    height: 37vw;
    width: 70%;
    margin: 0 auto;
  }
  /* line 376, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText {
    padding: 2vw;
  }
  /* line 379, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText span {
    font-size: 3.4vw;
    min-height: 7vw;
  }
  /* line 384, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice {
    margin-top: 2vw;
  }
  /* line 386, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice p {
    font-size: 5vw;
  }
  /* line 390, ../sass/index/index-hits.scss */
  .iHitsBox .iHitsBoxText .iHitsBoxPrice i {
    font-size: 2.8vw;
    margin-right: 2vw;
  }
  /* line 397, ../sass/index/index-hits.scss */
  .iHitsBox:nth-child(1):after {
    display: none;
  }
  /* line 400, ../sass/index/index-hits.scss */
  .iHitsBox:nth-child(4):after {
    display: none;
  }
  /* line 403, ../sass/index/index-hits.scss */
  .iHitsBox:nth-child(5):after {
    display: none;
  }
}
/* line 9, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok {
  width: calc(100% / 4);
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-right: -1px;
  margin-bottom: -1px;
  display: block;
  overflow: hidden;
}
/* line 21, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok:nth-child(1), .iHitsBox.KatalogPriceBlok:nth-child(2), .iHitsBox.KatalogPriceBlok:nth-child(3) {
  margin-top: 0;
}
/* line 25, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok:nth-child(1):after {
  display: none;
}
/* line 32, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok:nth-child(4):after {
  display: none;
}
/* line 36, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 51, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok strong {
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
  color: #9d9d9d;
}
/* line 60, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .KatalogPriceBlokImg {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  height: 200px;
}
/* line 67, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .KatalogPriceBlokImg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
/* line 75, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok b {
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.4;
  color: #404040;
  min-height: 44px;
}
/* line 87, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok span {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #404040;
  margin-top: 5px;
  min-height: 44px;
  line-height: 1.4;
}
/* line 98, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok p {
  position: relative;
  overflow: hidden;
  font-family: 'Gilroy-ExtraBold';
  font-size: 28px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 110, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxImg {
  height: calc(340px - 85px);
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}
/* line 116, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxImg img {
  max-width: 93%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
/* line 124, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxAdd {
  background: url(../img/shopping-bagss.svg) center center no-repeat;
  background-size: 82%;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  z-index: 99999;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: 5%;
}
/* line 138, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxAdd:hover {
  background: url(../img/shopping-bagss-h.svg) center center no-repeat;
  background-size: 82%;
}
/* line 145, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText {
  z-index: initial;
  padding-bottom: 10px;
}
/* line 149, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike {
  position: relative;
  margin-top: 7px;
  display: flex;
}
/* line 155, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike > b {
  background: url(../img/icon/icons8-heart-outline.svg) center center no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-top: 0;
  min-height: initial;
  display: block;
  position: relative;
  z-index: 99999;
  overflow: visible;
}
/* line 167, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike > b:hover {
  background: url(../img/icon/icons8-heart-outline-filled.svg) center center no-repeat;
  background-size: cover;
}
/* line 172, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike > b.voted {
  background: url(../img/icon/icons8-heart-outline-filled.svg) center center no-repeat;
  background-size: cover;
}
/* line 179, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice {
  margin-top: 0;
}
/* line 182, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice p {
  margin-bottom: 0;
  margin-top: 0;
  color: #000;
}
/* line 188, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice i {
  transition: 0s all;
  color: #000;
}
/* line 192, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice i > i {
  transition: 0s all;
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}
/* line 201, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo {
  z-index: 28;
  position: relative;
  min-height: 13px;
  margin-top: 14px;
  display: flex;
  position: relative;
  z-index: 999999;
}
/* line 210, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong {
  position: relative;
  padding: 0;
  font-size: 13px;
  color: #9d9d9d;
  margin-right: 8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
/* line 220, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong > img {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}
/* line 227, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong .LampD {
  width: 18px;
  height: 18px;
}
/* line 242, ../sass/shop-product-catalog.scss */
.iHitsBox.KatalogPriceBlok:hover .iHitsBoxText .iHitsBoxPrice i {
  color: #e6b422;
}

@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 254, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: calc(340px - 135px);
    margin: 0 auto;
    text-align: center;
    padding-top: 7px;
  }
  /* line 261, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok span {
    font-size: 14px;
    min-height: 35px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 270, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: calc(340px - 130px);
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
  }
  /* line 277, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok span {
    font-size: 14px;
    min-height: 35px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 288, ../sass/shop-product-catalog.scss */
  #Shop h1 {
    font-size: 7vw;
  }

  /* line 292, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok {
    width: calc(100% / 2 + 0px);
  }
  /* line 295, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: 37vw;
    width: 70%;
    margin: 0 auto;
  }
  /* line 300, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok span {
    font-size: 3.4vw;
    min-height: 9vw;
    margin-top: 2vw;
  }
  /* line 306, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText {
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 37vw - 4vw - 5px);
  }
  /* line 313, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo {
    min-height: 3vw;
    margin-top: 3vw;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 320, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong {
    font-size: 3.5vw;
    margin-right: 4vw;
    margin-bottom: 1.2vw;
  }
  /* line 325, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong > img {
    width: 3vw;
    height: 3vw;
    margin-right: 0.5vw;
  }
  /* line 331, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo strong .LampD {
    width: 4vw;
    height: 4vw;
  }
  /* line 338, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike {
    margin-top: 1vw;
  }
  /* line 341, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike > b {
    margin-left: 0;
  }
  /* line 346, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice {
    margin-top: 2vw;
  }
  /* line 349, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice i {
    font-size: 3.2vw;
    margin-right: 1vw;
  }
  /* line 353, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice i > i {
    font-size: 2vw;
    margin-left: 5px;
  }
  /* line 359, ../sass/shop-product-catalog.scss */
  .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice p {
    font-size: 3.8vw;
  }

  /* line 366, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok {
    width: 100%;
  }
  /* line 369, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok b {
    margin: 10px 5px 0 10px;
    font-size: 4vw;
  }
  /* line 374, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok strong {
    font-size: 5vw;
    padding: 10px 10px;
  }
  /* line 379, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok span {
    font-size: 4vw;
  }
  /* line 383, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok p {
    font-size: 7vw;
  }
  /* line 386, ../sass/shop-product-catalog.scss */
  .KatalogPriceBlok .KatalogPriceBlokImg {
    height: 30vw;
  }
}
/* line 7, ../sass/shop-post.scss */
#ShopPostInner {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

/* line 13, ../sass/shop-post.scss */
#msProduct {
  position: relative;
  overflow: hidden;
  display: block;
}

/* line 20, ../sass/shop-post.scss */
#msProductGal {
  position: relative;
  overflow: hidden;
  float: left;
  width: 51%;
  margin-right: 3%;
  padding-left: 104px;
  box-sizing: border-box;
}
/* line 29, ../sass/shop-post.scss */
#msProductGal #msGallery {
  padding-bottom: 90px;
}
/* line 33, ../sass/shop-post.scss */
#msProductGal .owl-carousel .owl-item img {
  max-height: 500px;
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}
/* line 39, ../sass/shop-post.scss */
#msProductGal #carousel-custom-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
/* line 49, ../sass/shop-post.scss */
#msProductGal #carousel-custom-dots .owl-dot {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
}
/* line 59, ../sass/shop-post.scss */
#msProductGal #carousel-custom-dots .owl-dot:hover:after, #msProductGal #carousel-custom-dots .owl-dot.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e6b422;
  z-index: -1;
}
/* line 72, ../sass/shop-post.scss */
#msProductGal #carousel-custom-dots .owl-dot img {
  height: 50px;
  width: auto !important;
}

/* line 80, ../sass/shop-post.scss */
#msProductDesc {
  position: relative;
  overflow: hidden;
  float: right;
  width: 46%;
  background: #fff;
}

/* line 88, ../sass/shop-post.scss */
#msProductParent {
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f8f8f8;
}
/* line 97, ../sass/shop-post.scss */
#msProductParent .form-group {
  display: flex;
  align-items: center;
}
/* line 101, ../sass/shop-post.scss */
#msProductParent .form-group .col-md-2.control-label {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  line-height: 1.4;
  font-size: 18px;
  background: #fff;
  z-index: 2;
}
/* line 115, ../sass/shop-post.scss */
#msProductParent .form-group .option-color span {
  display: inline-block;
  font-family: 'Gilroy-ExtraBold';
  font-size: 16px;
  line-height: 1.4;
  z-index: 2;
  padding-left: 7px;
  position: relative;
}
/* line 124, ../sass/shop-post.scss */
#msProductParent .form-group .option-color span:after {
  content: ',';
  position: absolute;
  bottom: 0;
  right: -5px;
  font-size: 16px;
  line-height: 1.4;
}
/* line 136, ../sass/shop-post.scss */
#msProductParent .form-group .option-color span:last-child::after {
  display: none;
}
/* line 143, ../sass/shop-post.scss */
#msProductParent .form-group #option_color {
  position: relative;
  display: block;
  height: 46px;
  text-align: center;
  border: 2px solid #d3d3d3;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  background: #fff;
  max-width: 100% !important;
  outline: none;
  width: 100%;
}
/* line 161, ../sass/shop-post.scss */
#msProductParent p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}
/* line 167, ../sass/shop-post.scss */
#msProductParent p a {
  color: #404040;
  position: relative;
  display: inline-block;
}
/* line 172, ../sass/shop-post.scss */
#msProductParent p a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #404040;
}
/* line 182, ../sass/shop-post.scss */
#msProductParent p a:hover {
  transition: .5s all;
}
/* line 185, ../sass/shop-post.scss */
#msProductParent p a:hover:after {
  border-top: 1px solid #404040;
}
/* line 192, ../sass/shop-post.scss */
#msProductParent p:first-child {
  color: #b4b4b4;
  font-size: 16px;
}

/* line 198, ../sass/shop-post.scss */
.msProductText {
  color: #3e4349;
  font-family: 'Gilroy-Light';
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding: 50px;
  background-color: #f5f5f5;
  width: 100%;
  box-sizing: border-box;
}
/* line 210, ../sass/shop-post.scss */
.msProductText span {
  font-family: 'Gilroy-ExtraBold';
  font-size: 17px;
  line-height: 1.1;
  color: #3e4349;
  display: block;
  margin-bottom: 10px;
}

/* line 220, ../sass/shop-post.scss */
#msProductCountry, #msProductArticle {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
/* line 225, ../sass/shop-post.scss */
#msProductCountry p, #msProductArticle p {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}

/* line 233, ../sass/shop-post.scss */
#msProductStyle {
  position: relative;
  overflow: hidden;
  padding: 15px 50px;
  padding-bottom: 0;
}
/* line 239, ../sass/shop-post.scss */
#msProductStyle p {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Gilroy-ExtraBold';
}

/* line 248, ../sass/shop-post.scss */
#msProductBuy {
  position: relative;
  overflow: hidden;
  padding: 25px 50px;
  border-bottom: 2px solid #f8f8f8;
}
/* line 254, ../sass/shop-post.scss */
#msProductBuy #msProductPrice {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% / 3);
}
/* line 260, ../sass/shop-post.scss */
#msProductBuy #msProductPrice p {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-family: 'Gilroy-ExtraBold';
  line-height: 40px;
}
/* line 269, ../sass/shop-post.scss */
#msProductBuy #msProductCount {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 277, ../sass/shop-post.scss */
#msProductBuy #msProductCount span {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #404040;
  font-size: 40px;
  cursor: pointer;
}
/* line 290, ../sass/shop-post.scss */
#msProductBuy #msProductCount span:hover {
  color: #e6b422;
}
/* line 295, ../sass/shop-post.scss */
#msProductBuy #msProductCount input {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% - 100px);
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #d3d3d3;
  text-align: center;
}
/* line 307, ../sass/shop-post.scss */
#msProductBuy #msProductCount input::-webkit-outer-spin-button,
#msProductBuy #msProductCount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 314, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% / 3);
}
/* line 320, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: none;
  background: #e6b422;
  color: #404040;
  height: 40px;
  line-height: 40px;
  font-family: 'Gilroy-ExtraBold';
  font-size: 14px;
  cursor: pointer;
}
/* line 334, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart button:hover {
  background: #404040;
  color: #e6b422;
}
/* line 342, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites > span {
  color: #404040;
  position: relative;
  display: block;
  transition: .5s all;
  font-size: 13px;
  width: max-content;
  margin-top: 15px;
  float: right;
  padding-bottom: 2px;
}
/* line 353, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites > span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  border-top: 1px dashed #404040;
}
/* line 365, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites > span:hover:after {
  border-top: 1px solid #404040;
}
/* line 370, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites > span.load {
  display: block;
}
/* line 379, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites.load > span.load {
  display: block;
}
/* line 383, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites.load > span.remove {
  display: none;
}
/* line 392, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites.load.voted > span.remove {
  display: block;
}
/* line 396, ../sass/shop-post.scss */
#msProductBuy #msProductAddCart .msfavorites.load.voted > span.load {
  display: none;
}

/* line 408, ../sass/shop-post.scss */
#msProductChar {
  position: relative;
  overflow: hidden;
  padding: 50px;
}
/* line 413, ../sass/shop-post.scss */
#msProductChar ul {
  position: relative;
  overflow: hidden;
}
/* line 417, ../sass/shop-post.scss */
#msProductChar ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* line 428, ../sass/shop-post.scss */
#msProductChar ul li:after {
  content: '';
  background: #f3f3f3;
  top: calc(69% - 1px);
  right: 15px;
  width: 100%;
  height: 2px;
  position: absolute;
}
/* line 438, ../sass/shop-post.scss */
#msProductChar ul li span {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 50%;
  line-height: 1.4;
  font-size: 18px;
  background: #fff;
  z-index: 2;
  padding-right: 7px;
}
/* line 450, ../sass/shop-post.scss */
#msProductChar ul li b {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 50%;
  font-family: 'Gilroy-ExtraBold';
  font-size: 16px;
  line-height: 1.4;
  z-index: 2;
  background: #fff;
  padding-left: 7px;
}

/* line 469, ../sass/shop-post.scss */
.Backbutton > a {
  padding: 5px 20px 5px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  color: #3e4349;
  background: #e6b422;
  -webkit-clip-path: polygon(15% 0%, 100% 1%, 100% 100%, 15% 100%, 0% 50%);
  clip-path: polygon(15% 0%, 100% 1%, 100% 100%, 15% 100%, 0% 50%);
  font-family: 'Gilroy-ExtraBold';
  padding-right: 12px;
  margin-right: 50px;
  transition: .5s all;
}
/* line 485, ../sass/shop-post.scss */
.Backbutton > a:hover {
  padding-left: 30px;
}

/* line 491, ../sass/shop-post.scss */
#ShopPostSimilar {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 100px 0 0;
}

/* line 502, ../sass/shop-post.scss */
#ShopPostSimilarLB {
  position: relative;
  overflow: hidden;
  width: 25%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #e6b422;
}
/* line 513, ../sass/shop-post.scss */
#ShopPostSimilarLB span {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 522, ../sass/shop-post.scss */
#ShopPostSimilarLB span p {
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: 'Gilroy-ExtraBold';
  font-size: 30px;
  line-height: 1.4;
}
/* line 531, ../sass/shop-post.scss */
#ShopPostSimilarLB span strong {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 25px;
}

/* line 542, ../sass/shop-post.scss */
#ShopPostSimilarRB {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 75%;
  flex-wrap: wrap;
}
/* line 553, ../sass/shop-post.scss */
#ShopPostSimilarRB .KatalogPriceBlok {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: calc((100% + 0px) / 3);
  margin-bottom: 0px;
}
/* line 559, ../sass/shop-post.scss */
#ShopPostSimilarRB .KatalogPriceBlok:last-child {
  margin-right: 0;
}

/* line 565, ../sass/shop-post.scss */
.CollectionWr {
  position: relative;
  width: calc(100% + 104px);
  box-sizing: border-box;
  margin-left: -104px;
  margin-top: 50px;
  z-index: 2;
}
/* line 575, ../sass/shop-post.scss */
.CollectionWr .CollectionWrL span {
  font-family: 'Gilroy-ExtraBold';
  font-size: 17px;
  line-height: 1.1;
  color: #3e4349;
  display: block;
  margin-bottom: 10px;
}
/* line 584, ../sass/shop-post.scss */
.CollectionWr .CollectionWrL .CollectionBtn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  background: #e6b422;
  color: #404040;
  height: 40px;
  line-height: 40px;
  font-family: 'Gilroy-ExtraBold';
  font-size: 14px;
  cursor: pointer;
  padding: 0 10px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
  margin-top: 20px;
}
/* line 603, ../sass/shop-post.scss */
.CollectionWr .CollectionWrL .CollectionBtn:hover {
  background: #404040;
  color: #e6b422;
}
/* line 610, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR {
  display: flex;
  flex-wrap: wrap;
}
/* line 614, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok {
  margin-bottom: 0px !important;
  background: #fff;
}
/* line 618, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok span {
  min-height: 30px;
  font-size: 11px;
}
/* line 623, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
  height: calc(200px - 85px);
}
/* line 627, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxText {
  padding: 10px;
}
/* line 630, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxInfo, .CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxLike {
  display: none;
}
/* line 636, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice i {
  font-size: 10px;
  margin-right: 10px;
}
/* line 641, ../sass/shop-post.scss */
.CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxText .iHitsBoxPrice p {
  font-size: 10px;
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  /* line 654, ../sass/shop-post.scss */
  #msProductChar ul li span {
    line-height: 1.4;
    font-size: 16px;
  }

  /* line 662, ../sass/shop-post.scss */
  #ShopPostInner {
    padding-top: 75px;
  }

  /* line 668, ../sass/shop-post.scss */
  #msProductGal #msGallery {
    padding-bottom: 135px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  /* line 677, ../sass/shop-post.scss */
  #msProductDesc #msProductParent {
    padding: 15px;
  }
  /* line 681, ../sass/shop-post.scss */
  #msProductDesc #msProductParent .form-group .col-md-2.control-label {
    font-size: 16px;
  }
  /* line 688, ../sass/shop-post.scss */
  #msProductDesc #msProductCountry,
  #msProductDesc #msProductArticle {
    padding: 0 15px;
  }
  /* line 697, ../sass/shop-post.scss */
  #msProductDesc #msProductStyle {
    padding: 15px;
    padding-bottom: 20px;
  }
  /* line 706, ../sass/shop-post.scss */
  #msProductDesc #msProductChar {
    padding: 15px;
  }
  /* line 711, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li span {
    font-size: 14px;
  }
  /* line 715, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li b {
    font-size: 14px;
  }
  /* line 722, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy {
    padding: 15px;
    margin-top: 0px;
  }
  /* line 727, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount input {
    width: calc(100% - 80px);
  }
  /* line 734, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart button {
    font-size: 12px;
  }
  /* line 739, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart .msfavorites > span {
    font-size: 12px;
  }

  /* line 747, ../sass/shop-post.scss */
  #ShopPostInner {
    padding-top: 60px;
  }

  /* line 752, ../sass/shop-post.scss */
  .Backbutton > a {
    margin-right: 15px;
  }

  /* line 757, ../sass/shop-post.scss */
  .msProductText {
    padding: 30px;
    font-size: 14px;
  }

  /* line 768, ../sass/shop-post.scss */
  .CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: calc(160px - 85px);
  }

  /* line 777, ../sass/shop-post.scss */
  #msProductGal #msGallery {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 784, ../sass/shop-post.scss */
  #ShopPostInner {
    padding-top: 50px;
  }

  /* line 788, ../sass/shop-post.scss */
  #msProduct {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  /* line 795, ../sass/shop-post.scss */
  #msProductGal {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-right: 0%;
    padding-left: 130px;
    box-sizing: border-box;
  }

  /* line 805, ../sass/shop-post.scss */
  #msProductDesc {
    width: 100%;
    margin-top: 30px;
  }
  /* line 809, ../sass/shop-post.scss */
  #msProductDesc #msProductParent {
    padding: 10px;
  }
  /* line 813, ../sass/shop-post.scss */
  #msProductDesc #msProductParent .form-group .col-md-2.control-label {
    font-size: 14px;
  }
  /* line 818, ../sass/shop-post.scss */
  #msProductDesc #msProductParent .form-group .option-color span {
    font-size: 14px;
  }
  /* line 825, ../sass/shop-post.scss */
  #msProductDesc #msProductCountry,
  #msProductDesc #msProductArticle {
    padding: 0 10px;
  }
  /* line 834, ../sass/shop-post.scss */
  #msProductDesc #msProductStyle {
    padding: 10px;
    padding-bottom: 20px;
  }
  /* line 843, ../sass/shop-post.scss */
  #msProductDesc #msProductChar {
    padding: 10px;
  }
  /* line 848, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li span {
    font-size: 13px;
  }
  /* line 852, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li b {
    font-size: 13px;
  }
  /* line 859, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
  }
  /* line 865, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductPrice {
    width: calc(100% / 3);
    text-align: center;
  }
  /* line 869, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount {
    width: 21%;
    float: right;
  }
  /* line 873, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount input {
    width: 30%;
  }
  /* line 877, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart {
    width: calc(100% / 3);
    padding-top: 0;
  }
  /* line 881, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart button {
    width: 100%;
    float: left;
    margin-bottom: 13px;
  }
  /* line 888, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart .msfavorites.load > span.load {
    float: none;
    margin: 0 auto;
  }

  /* line 898, ../sass/shop-post.scss */
  .Backbutton > a {
    margin-right: 0px;
  }

  /* line 907, ../sass/shop-post.scss */
  #ShopPostSimilarLB span p {
    font-size: 24px;
  }

  /* line 913, ../sass/shop-post.scss */
  #ShopPostSimilar {
    padding: 60px 0;
  }
  /* line 916, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok {
    width: calc((100% + 1px) / 2);
  }
  /* line 919, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: calc(230px - 85px);
  }
  /* line 923, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok .iHitsBoxText {
    padding: 12px 7px 20px 7px;
  }
  /* line 927, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok span {
    font-size: 12px;
  }
  /* line 931, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok .iHitsBoxInfo {
    display: none;
  }
  /* line 935, ../sass/shop-post.scss */
  #ShopPostSimilar .iHitsBox.KatalogPriceBlok:nth-child(3) {
    display: none;
  }

  /* line 941, ../sass/shop-post.scss */
  .msProductText {
    padding: 30px;
    font-size: 14px;
  }
  /* line 945, ../sass/shop-post.scss */
  .msProductText span {
    font-size: 16px;
  }

  /* line 950, ../sass/shop-post.scss */
  .CollectionWr {
    width: calc(100% + 130px);
    margin-left: -130px;
  }
  /* line 956, ../sass/shop-post.scss */
  .CollectionWr .CollectionWrL span {
    font-size: 17px;
  }
  /* line 965, ../sass/shop-post.scss */
  .CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: calc(200px - 85px);
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 979, ../sass/shop-post.scss */
  #msProduct {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }

  /* line 987, ../sass/shop-post.scss */
  .msProductText {
    font-size: 3.5vw;
    padding: 5vw;
  }
  /* line 991, ../sass/shop-post.scss */
  .msProductText span {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  /* line 998, ../sass/shop-post.scss */
  #ShopPostInner {
    padding-top: 50px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  /* line 1004, ../sass/shop-post.scss */
  #msProductGal {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  /* line 1009, ../sass/shop-post.scss */
  #msProductGal #msGallery {
    padding-bottom: 2vw;
  }
  /* line 1013, ../sass/shop-post.scss */
  #msProductGal .owl-carousel .owl-item img {
    max-height: 90vw;
  }
  /* line 1017, ../sass/shop-post.scss */
  #msProductGal #carousel-custom-dots {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4vw;
    position: relative;
  }

  /* line 1028, ../sass/shop-post.scss */
  #msProductDesc {
    width: 100%;
  }
  /* line 1031, ../sass/shop-post.scss */
  #msProductDesc #msProductParent {
    padding: 10px;
  }
  /* line 1034, ../sass/shop-post.scss */
  #msProductDesc #msProductParent p {
    font-size: 4vw;
  }
  /* line 1039, ../sass/shop-post.scss */
  #msProductDesc #msProductCountry,
  #msProductDesc #msProductArticle {
    padding: 0 10px;
  }
  /* line 1043, ../sass/shop-post.scss */
  #msProductDesc #msProductCountry p,
  #msProductDesc #msProductArticle p {
    font-size: 5vw;
  }
  /* line 1048, ../sass/shop-post.scss */
  #msProductDesc #msProductStyle {
    padding: 10px;
    padding-bottom: 10px;
  }
  /* line 1052, ../sass/shop-post.scss */
  #msProductDesc #msProductStyle p {
    font-size: 6vw;
  }
  /* line 1057, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy {
    padding: 10px;
    margin-top: 10px;
  }
  /* line 1061, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductPrice {
    width: calc(90% / 2);
    margin-bottom: 15px;
  }
  /* line 1064, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductPrice p {
    font-size: 5vw;
    text-align: left;
  }
  /* line 1070, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount {
    width: calc(110% / 2);
  }
  /* line 1073, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount input {
    width: calc(100% - 60px);
  }
  /* line 1076, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductCount span {
    width: 30px;
    height: 30px;
    line-height: 40px;
  }
  /* line 1083, ../sass/shop-post.scss */
  #msProductDesc #msProductBuy #msProductAddCart {
    width: calc(100% / 1);
  }
  /* line 1088, ../sass/shop-post.scss */
  #msProductDesc #msProductChar {
    padding: 10px;
  }
  /* line 1093, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li span {
    font-size: 3.5vw;
  }
  /* line 1097, ../sass/shop-post.scss */
  #msProductDesc #msProductChar ul li b {
    font-size: 3.5vw;
  }

  /* line 1105, ../sass/shop-post.scss */
  #ShopPostSimilar {
    padding: 11vw 2% 4vw;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  /* line 1112, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarLB {
    width: 100%;
  }
  /* line 1115, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarLB span {
    padding: 10px;
  }
  /* line 1118, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarLB span p {
    font-size: 7vw;
  }
  /* line 1121, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarLB span strong {
    font-size: 5vw;
    margin-top: 10px;
  }
  /* line 1127, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarRB {
    width: 100%;
    flex-wrap: wrap;
  }
  /* line 1131, ../sass/shop-post.scss */
  #ShopPostSimilar #ShopPostSimilarRB .KatalogPriceBlok {
    width: calc((100% + 0px) / 2);
    margin-top: -1px;
  }

  /* line 1139, ../sass/shop-post.scss */
  .Backbutton > a {
    margin-right: 0px;
  }

  /* line 1144, ../sass/shop-post.scss */
  .CollectionWr {
    margin-bottom: 4vw;
    padding: 3vw;
    width: 100%;
    margin-left: 0;
  }
  /* line 1152, ../sass/shop-post.scss */
  .CollectionWr .CollectionWrL span {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  /* line 1162, ../sass/shop-post.scss */
  .CollectionWr .CollectionWrR .iHitsBox.KatalogPriceBlok .iHitsBoxImg {
    height: 27vw;
  }
}
