@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap");
/* line 1, selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

/* line 5, selectric.scss */
.selectric-responsive {
  width: 100%; }

/* line 8, selectric.scss */
.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

/* line 15, selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 30, selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

/* line 43, selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

/* line 57, selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa; }

/* line 60, selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4; }

/* line 62, selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2; }

/* line 64, selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

/* line 67, selectric.scss */
.selectric-open {
  z-index: 9999; }

/* line 69, selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4; }

/* line 71, selectric.scss */
.selectric-open .selectric-items {
  display: block; }

/* line 74, selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 83, selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 88, selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%; }

/* line 91, selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* line 96, selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

/* line 109, selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 124, selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
/* line 130, selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

/* line 140, selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

/* line 143, selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

/* line 146, selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

/* line 153, selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

/* line 158, selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

/* line 161, selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

/* line 164, selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

/* line 167, selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 177, selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

/* line 187, selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

/* line 190, selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px; }

/* line 2, styles-sj.scss */
* {
  -moz-box-sizing: border-box;
  /* Для Firefox */
  box-sizing: border-box;
  /* Ширина блока с полями */
  margin: 0;
  padding: 0;
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 12, styles-sj.scss */
*:hover {
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 19, styles-sj.scss */
html, body {
  height: 100%; }

/* line 22, styles-sj.scss */
body {
  position: relative;
  font-family: 'lato' !important; }

/* line 28, styles-sj.scss */
input, textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none; }

/* line 33, styles-sj.scss */
input[type="submit"] {
  cursor: pointer;
  display: block; }

/* line 37, styles-sj.scss */
section, header, footer {
  background-position: center top;
  background-repeat: no-repeat; }

/* line 41, styles-sj.scss */
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

/* line 46, styles-sj.scss */
img {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

/* line 52, styles-sj.scss */
button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none; }

/* line 59, styles-sj.scss */
ul {
  list-style: none; }

/* line 62, styles-sj.scss */
:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 66, styles-sj.scss */
:focus::-moz-input-placeholder {
  color: transparent; }

/* line 69, styles-sj.scss */
:focus::-input-placeholder {
  color: transparent; }

/* line 72, styles-sj.scss */
.clear {
  clear: both; }

/* line 75, styles-sj.scss */
.float-left {
  float: left; }

/* line 78, styles-sj.scss */
.float-right {
  float: right; }

/* line 81, styles-sj.scss */
.inline-block {
  display: inline-block; }

/* line 84, styles-sj.scss */
.display-block {
  display: block; }

/* line 87, styles-sj.scss */
.display-none {
  display: none; }

/* line 90, styles-sj.scss */
.align-left {
  text-align: left; }

/* line 93, styles-sj.scss */
.align-right {
  text-align: right; }

/* line 96, styles-sj.scss */
.align-center {
  text-align: center; }

/* line 99, styles-sj.scss */
.in-top {
  display: inline-block;
  vertical-align: top; }

/* line 103, styles-sj.scss */
.in-middle {
  display: inline-block;
  vertical-align: middle; }

/* line 107, styles-sj.scss */
.in-bottom {
  display: inline-block;
  vertical-align: bottom; }

/* line 111, styles-sj.scss */
.w5 {
  width: 5%; }

/* line 114, styles-sj.scss */
.w10 {
  width: 10%; }

/* line 117, styles-sj.scss */
.w15 {
  width: 15%; }

/* line 120, styles-sj.scss */
.w20 {
  width: 20%; }

/* line 123, styles-sj.scss */
.w25 {
  width: 25%; }

/* line 126, styles-sj.scss */
.w30 {
  width: 30%; }

/* line 129, styles-sj.scss */
.w33, .col-4 {
  width: 33.3333333333%; }

/* line 132, styles-sj.scss */
.col-8 {
  width: 66.66666666666%; }

/* line 135, styles-sj.scss */
.w35 {
  width: 35%; }

/* line 138, styles-sj.scss */
.w40 {
  width: 40%; }

/* line 141, styles-sj.scss */
.w45 {
  width: 45%; }

/* line 144, styles-sj.scss */
.w50 {
  width: 50%; }

/* line 147, styles-sj.scss */
.w55 {
  width: 55%; }

/* line 150, styles-sj.scss */
.w60 {
  width: 60%; }

/* line 153, styles-sj.scss */
.w65 {
  width: 65%; }

/* line 156, styles-sj.scss */
.w70 {
  width: 70%; }

/* line 159, styles-sj.scss */
.w75 {
  width: 75%; }

/* line 162, styles-sj.scss */
.w80 {
  width: 80%; }

/* line 165, styles-sj.scss */
.w85 {
  width: 85%; }

/* line 168, styles-sj.scss */
.w90 {
  width: 90%; }

/* line 171, styles-sj.scss */
.w95 {
  width: 95%; }

/* line 174, styles-sj.scss */
.w100 {
  width: 100%; }

/* line 177, styles-sj.scss */
.hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

/* line 183, styles-sj.scss */
.opacity:hover {
  opacity: 0.7; }

/* line 186, styles-sj.scss */
.r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; }

/* line 192, styles-sj.scss */
.r20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; }

/* line 198, styles-sj.scss */
.r30 {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px; }

/* line 204, styles-sj.scss */
.r50 {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%; }

/* line 210, styles-sj.scss */
.mobile_ {
  display: none; }

/* line 213, styles-sj.scss */
.desctop_ {
  display: block; }

/* line 216, styles-sj.scss */
.container:after,
.clearfix:after {
  display: block;
  content: '';
  clear: both; }

/* line 222, styles-sj.scss */
.absolute {
  position: absolute; }

/* line 225, styles-sj.scss */
.relative {
  position: relative; }

/* line 228, styles-sj.scss */
.table {
  display: table;
  vertical-align: middle; }

/* line 232, styles-sj.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 236, styles-sj.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start; }

/* line 245, styles-sj.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end; }

/* line 254, styles-sj.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center; }

/* line 263, styles-sj.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between; }

/* line 272, styles-sj.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around; }

/* line 281, styles-sj.scss */
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }

/* line 286, styles-sj.scss */
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 291, styles-sj.scss */
.row {
  display: flex;
  margin: 0 -1em; }

/* line 295, styles-sj.scss */
.height-auto {
  max-height: 100% !important; }

/* line 298, styles-sj.scss */
[class*="cell"] {
  padding: 0 0 0 1em; }

/* line 301, styles-sj.scss */
.mobile--footer {
  display: none; }

/* line 305, styles-sj.scss */
.footer--underline .soc-footer-wrapper {
  float: left; }
/* line 308, styles-sj.scss */
.footer--underline .footer-copyright {
  width: 50%;
  display: block;
  margin: 0 auto; }
  /* line 312, styles-sj.scss */
  .footer--underline .footer-copyright p {
    margin: 0;
    text-align: center; }

/* line 319, styles-sj.scss */
button {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit; }

/* line 324, styles-sj.scss */
.column {
  display: flex;
  flex-direction: column; }

/*=============================fonts==================================*/
/* line 329, styles-sj.scss */
.wrap {
  width: 100%;
  max-width: 1222px;
  padding: 0 1em;
  margin: 0 auto; }

/* line 340, styles-sj.scss */
.blue {
  background: #627F9A; }

/* line 343, styles-sj.scss */
.dark {
  background: #000; }

/* line 346, styles-sj.scss */
.new-dark {
  background: #000; }

/* line 349, styles-sj.scss */
.color-white {
  color: #fff; }

/* line 352, styles-sj.scss */
.bbender {
  font-family: "lato"; }

/* line 355, styles-sj.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 359, styles-sj.scss */
body.new-desing #wrapper1 {
  background: #fff; }

/* line 362, styles-sj.scss */
body.new-desing {
  color: #231F20;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%; }
  /* line 369, styles-sj.scss */
  body.new-desing .row:before, body.new-desing .row:after {
    display: none; }
  /* line 372, styles-sj.scss */
  body.new-desing a:hover, body.new-desing a:active {
    color: #627F9A;
    opacity: 1; }

/* line 380, styles-sj.scss */
body.new-desing .header-top-menu li a:hover {
  color: #fff;
  opacity: 1; }

/* line 389, styles-sj.scss */
.btn-one:hover {
  color: #fff !important; }

/* line 393, styles-sj.scss */
.header-top {
  padding: 5px 0;
  background: #000000;
  color: #fff; }

/* line 399, styles-sj.scss */
.header-delivery-city .name-city {
  cursor: pointer;
  font-size: 13px;
  margin: 0 4px 0 7px; }

/* line 406, styles-sj.scss */
.header-top-left .text {
  margin-left: 16px;
  font-size: 13px;
  opacity: 0.6; }
  /* line 410, styles-sj.scss */
  .header-top-left .text a {
    margin-left: 0;
    font-size: 14px; }

/* line 416, styles-sj.scss */
.header-top-menu li {
  padding: 0 1em; }
  /* line 418, styles-sj.scss */
  .header-top-menu li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    align-items: center;
    color: #fff;
    opacity: 1; }
    /* line 427, styles-sj.scss */
    .header-top-menu li a:hover {
      opacity: 0.7; }

/* line 433, styles-sj.scss */
.header-new {
  background-color: #335525; }

/* line 436, styles-sj.scss */
.header-top-right-title {
  font-size: 13px;
  margin-right: 5px; }

/* line 441, styles-sj.scss */
.header-top-right-pay-icons .icon:not(:last-child) {
  margin-right: 5px; }

/* line 445, styles-sj.scss */
.header-top .wrap {
  padding: 0 2em 0 1em; }

/* line 449, styles-sj.scss */
.header-top-center {
  margin-top: -2px; }
  /* line 451, styles-sj.scss */
  .header-top-center a {
    opacity: .5;
    font-size: 12px; }

/* line 457, styles-sj.scss */
.header-top-right-title {
  opacity: .5;
  font-size: 12px;
  line-height: 14px; }

/* line 462, styles-sj.scss */
.header-container {
  padding: 12px 0 13px;
  color: #fff; }
  /* line 465, styles-sj.scss */
  .header-container .wrap {
    padding: 0 2em 0 1em; }

/* line 470, styles-sj.scss */
.header-logo a, .header-logo span {
  display: block; }
/* line 473, styles-sj.scss */
.header-logo .text {
  margin-top: 8px;
  font-size: 13px; }

/* line 478, styles-sj.scss */
.header-contacts-item:not(:last-child) {
  margin-right: 40px; }

/* line 481, styles-sj.scss */
.header-contacts-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  margin-right: 1em; }

/* line 489, styles-sj.scss */
.header-contacts-item-text .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px; }
/* line 494, styles-sj.scss */
.header-contacts-item-text .header-phone {
  display: flex;
  align-items: center; }
/* line 498, styles-sj.scss */
.header-contacts-item-text .header-phone:after {
  content: '';
  display: block;
  width: 6px;
  height: 3px;
  /*background: url('icon-down.svg')no-repeat center;*/
  background-size: 100%;
  margin-left: 8px; }
/* line 507, styles-sj.scss */
.header-contacts-item-text .text {
  font-size: 13px;
  opacity: .75; }

/* line 512, styles-sj.scss */
.bold {
  font-weight: 700; }

/* line 515, styles-sj.scss */
.header-right-item {
  width: 131px;
  height: 96px;
  background: #335525;
  border-radius: none;
  font-size: 13px;
  margin-top: 0; }
  /* line 522, styles-sj.scss */
  .header-right-item:not(:last-child) {
    margin-right: 1em; }
  /* line 525, styles-sj.scss */
  .header-right-item .icon {
    height: 32px;
    margin-bottom: 6px; }

/* line 530, styles-sj.scss */
.header-cart {
  cursor: pointer; }

/* line 535, styles-sj.scss */
.main-menu li a, .main-menu li .open-search {
  display: block;
  padding: 19px 32px;
  font-family: "lato";
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ccc;
  transition: .4s all; }
  /* line 546, styles-sj.scss */
  .main-menu li a.active, .main-menu li a:hover, .main-menu li .open-search.active, .main-menu li .open-search:hover {
    color: #fff; }
/* line 557, styles-sj.scss */
.main-menu .search-link .open-search {
  padding: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-top: 17px; }

/* line 565, styles-sj.scss */
.breadcrumb-container {
  background: #F7F8F8; }
  /* line 567, styles-sj.scss */
  .breadcrumb-container .breadcrumb a, .breadcrumb-container .breadcrumb > li + li:before {
    font-size: 14px;
    color: #353131; }
  /* line 572, styles-sj.scss */
  .breadcrumb-container .breadcrumb > li .active {
    color: #353131;
    opacity: 0.7; }

/* line 577, styles-sj.scss */
.main-blocks-container {
  padding: 10px 0; }

/* line 581, styles-sj.scss */
.main-blocks .row {
  margin: 0 -10px; }
  /* line 583, styles-sj.scss */
  .main-blocks .row .cell {
    padding: 10px; }

/* line 588, styles-sj.scss */
.main-block-item {
  height: 380px;
  position: relative; }

/* line 594, styles-sj.scss */
.main-block-item-img {
  height: 100%;
  width: 100%; }
  /* line 598, styles-sj.scss */
  .main-block-item-img img {
    height: 100%;
    width: 100%; }

/* line 603, styles-sj.scss */
.payment-methods-mb {
  display: none; }

/* line 606, styles-sj.scss */
.main-block-item-title {
  margin-top: 1.5em;
  min-height: 64px;
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5em; }
  /* line 616, styles-sj.scss */
  .main-block-item-title .title {
    font-family: "lato";
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff; }

/* line 624, styles-sj.scss */
.offical-dealer {
  position: relative; }

/* line 627, styles-sj.scss */
.offical-dealer-container {
  padding: 38px 0; }

/* line 630, styles-sj.scss */
.offical-dealer-left {
  max-width: 693px;
  padding: 58px 20px 64px 64px;
  background: url("oficial-dealer-first.jpg") center no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 89% 0, 100% 50%, 89% 100%, 0% 100%);
  z-index: 3; }

/* line 638, styles-sj.scss */
.offical-dealer-title {
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 645, styles-sj.scss */
.offical-dealer-descriptor p {
  max-width: 500px; }

/* line 648, styles-sj.scss */
.offical-dealer-right {
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 2;
  overflow: hidden; }

/* line 659, styles-sj.scss */
.offical-dealer-img img {
  max-width: 100%;
  height: 100%; }

/* line 664, styles-sj.scss */
.main-collections-container {
  padding: 28px 0; }

/* line 668, styles-sj.scss */
.main-collections .row {
  margin: 0 -10px; }
  /* line 670, styles-sj.scss */
  .main-collections .row .cell {
    padding: 0 10px; }

/* line 675, styles-sj.scss */
.main-collections-item {
  display: block;
  position: relative;
  background: url("mask-group.jpg") no-repeat;
  background-size: cover;
  height: 100%; }
  /* line 681, styles-sj.scss */
  .main-collections-item .inner {
    padding: 22px 24px 79px;
    position: relative;
    z-index: 2;
    color: #fff; }

/* line 688, styles-sj.scss */
.main-collections-item-img {
  position: absolute;
  max-width: 228px;
  bottom: 0;
  right: 0; }

/* line 694, styles-sj.scss */
.product-status {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  opacity: .5;
  margin-bottom: 12px; }

/* line 703, styles-sj.scss */
.main-collections-item-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px; }

/* line 710, styles-sj.scss */
.btn-one,
.btn-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid #627F9A;
  text-transform: uppercase;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all;
  background: #335525; }
  /* line 726, styles-sj.scss */
  .btn-one:hover,
  .btn-product-link:hover {
    background: #538a3c; }

/* line 730, styles-sj.scss */
.main-preference-container {
  margin: 38px auto;
  max-width: 1180px;
  background: url("main-preference-container-new.jpg") no-repeat center top;
  background-size: cover;
  padding: 64px 0 40px; }

/* line 737, styles-sj.scss */
.main-preference {
  padding: 0 35px; }

/* line 740, styles-sj.scss */
.main-preference-item {
  padding: 0 10px;
  max-width: 252px; }
  /* line 743, styles-sj.scss */
  .main-preference-item .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: cover !important; }
  /* line 750, styles-sj.scss */
  .main-preference-item .icon-fa-credit-card {
    background: url("main-preference-item-1.svg") no-repeat center; }
  /* line 753, styles-sj.scss */
  .main-preference-item .icon-fa-truck {
    background: url("main-preference-item-2.svg") no-repeat center; }
  /* line 756, styles-sj.scss */
  .main-preference-item .icon-fa-dropbox {
    background: url("main-preference-item-3.svg") no-repeat center; }
  /* line 759, styles-sj.scss */
  .main-preference-item .icon-fa-thumbs-o-up {
    background: url("main-preference-item-4.svg") no-repeat center; }

/* line 763, styles-sj.scss */
.main-preference-item-text {
  margin-top: 40px; }
  /* line 765, styles-sj.scss */
  .main-preference-item-text .title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 700; }
  /* line 773, styles-sj.scss */
  .main-preference-item-text .text {
    font-size: 13px;
    color: #000; }

/* line 779, styles-sj.scss */
.main-news-container {
  padding: 28px 0;
  background: #f3efec;
  margin-top: 40px; }
  /* line 783, styles-sj.scss */
  .main-news-container .row {
    margin: 0 -10px; }
    /* line 785, styles-sj.scss */
    .main-news-container .row .cell {
      padding: 0 10px; }

/* line 790, styles-sj.scss */
.blog-link, a.blog-link {
  font-size: 13px;
  line-height: 150%;
  color: #335525;
  font-weight: bold; }

/* line 796, styles-sj.scss */
.title-blog {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 802, styles-sj.scss */
.main-news-title-block {
  margin-bottom: 2em; }

/* line 805, styles-sj.scss */
.main-article-item-container {
  margin-top: 16px; }

/* line 808, styles-sj.scss */
.bbender-bold {
  font-family: "BenderBold"; }

/* line 811, styles-sj.scss */
.main-article-item-title {
  font-size: 18px;
  line-height: 120%;
  color: #627F9A;
  margin-bottom: 5px; }
  /* line 817, styles-sj.scss */
  .main-article-item-title a {
    color: #627F9A; }

/* line 822, styles-sj.scss */
.main-article-item-data {
  font-size: 12px;
  opacity: .5;
  margin: 16px 0 12px; }

/* line 827, styles-sj.scss */
.main-article-item-text {
  font-size: 13px;
  opacity: .75;
  margin-bottom: 8px; }

/* line 832, styles-sj.scss */
.subscrition-container {
  background: #f3efec;
  max-width: 1180px;
  margin: 38px auto 66px;
  background: url("subscrition-container-new.jpg") no-repeat center;
  background-size: cover; }

/* line 839, styles-sj.scss */
.subscrition {
  padding: 40px 48px; }

/* line 842, styles-sj.scss */
.subscrition__title {
  font-size: 24px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000; }

/* line 848, styles-sj.scss */
.subscrition__body {
  margin-left: 24px; }
  /* line 852, styles-sj.scss */
  .subscrition__body .btn-one {
    padding: 12px 40px; }

/* line 856, styles-sj.scss */
.subscrition__submit {
  background: #335525;
  color: #fff;
  border: 1px solid #335525; }
  /* line 860, styles-sj.scss */
  .subscrition__submit:hover {
    color: #fff !important; }

/* line 864, styles-sj.scss */
input[type="email"].subscrition__input {
  display: block;
  width: 464px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #25292D;
  padding: 0 16px;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #231F20;
  margin-right: 16px; }

/* line 879, styles-sj.scss */
.footer {
  padding: 2em 0 92px;
  margin-top: 20px; }
  /* line 882, styles-sj.scss */
  .footer .footer-pay .icon {
    max-width: 120px; }

/* line 886, styles-sj.scss */
.footer-item {
  padding-top: 2em; }
  /* line 888, styles-sj.scss */
  .footer-item ul {
    font-size: 13px; }
    /* line 890, styles-sj.scss */
    .footer-item ul li {
      margin: 4px 0; }

/* line 895, styles-sj.scss */
.footer-item-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 902, styles-sj.scss */
.footer-logo .text {
  opacity: .5;
  margin-top: 8px;
  font-size: 13px; }

/* line 907, styles-sj.scss */
.footer-contacts {
  margin-top: 24px; }

/* line 910, styles-sj.scss */
.footer-contact-item {
  font-size: 13px; }
  /* line 911, styles-sj.scss */
  .footer-contact-item:not(:last-child) {
    margin-bottom: 20px; }

/* line 916, styles-sj.scss */
.footer-phone {
  font-size: 18px;
  font-weight: 700; }

/* line 920, styles-sj.scss */
.footer-copyright {
  opacity: .5;
  font-size: 13px; }

/* line 924, styles-sj.scss */
.widget_related_products .row,
.container .row,
.collection-scope .row {
  flex-wrap: wrap; }

/* line 930, styles-sj.scss */
.widget_related_products .product_name a {
  text-transform: uppercase !important; }
/* line 933, styles-sj.scss */
.widget_related_products .money {
  font-family: 'lato';
  font-weight: bold !important;
  color: #627F9A !important; }

/* line 939, styles-sj.scss */
.search-container {
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  height: 100%; }
  /* line 949, styles-sj.scss */
  .search-container .header_search {
    height: 100%; }
  /* line 952, styles-sj.scss */
  .search-container.active {
    opacity: 2;
    z-index: 2;
    visibility: initial; }
  /* line 957, styles-sj.scss */
  .search-container .header_search #search-field {
    width: 100%;
    height: 100%;
    padding: 0 56px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  /* line 969, styles-sj.scss */
  .search-container .header_search #search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    right: initial;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 0px;
    width: 50px;
    transition: .4s all; }
    /* line 980, styles-sj.scss */
    .search-container .header_search #search-submit:hover {
      background: #627F9A; }
  /* line 984, styles-sj.scss */
  .search-container .header_search form {
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 0 !important;
    border-radius: 0;
    background: #000; }

/* line 993, styles-sj.scss */
.close-search {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  right: 0;
  transition: .4s all; }
  /* line 1004, styles-sj.scss */
  .close-search:hover {
    background: #627F9A; }

/* line 1008, styles-sj.scss */
.popup-cookie-new {
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  position: fixed;
  padding: 1em 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12);
  background: rgba(35, 31, 32, 0.9);
  display: flex; }
  /* line 1018, styles-sj.scss */
  .popup-cookie-new .flex-middle {
    flex-wrap: nowrap; }
  /* line 1021, styles-sj.scss */
  .popup-cookie-new .cookie-text {
    margin-left: 1em;
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF; }

/* line 1031, styles-sj.scss */
.close-cookie {
  padding: 8px 16px;
  margin-left: 24px;
  cursor: pointer; }

@media (max-width: 992px) {
  /* line 1040, styles-sj.scss */
  .close-cookie {
    padding: 10px 20px; } }
/* line 1045, styles-sj.scss */
.breadcrumb-container {
  background: #F7F8F8;
  margin-bottom: 40px; }
  /* line 1048, styles-sj.scss */
  .breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 12px 0 13px;
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #231F20;
    margin-bottom: 0; }

/* line 1060, styles-sj.scss */
.product-info .button-prod[data-quick-checkout="order"] {
  display: none; }

/* line 1063, styles-sj.scss */
.product-slider {
  max-width: 550px; }
  /* line 1065, styles-sj.scss */
  .product-slider .zoomWrapper, .product-slider #elevatezoom_big {
    width: 100% !important;
    height: auto !important;
    position: relative !important; }
  /* line 1070, styles-sj.scss */
  .product-slider #elevatezoom_gallery {
    display: flex;
    justify-content: center; }
  /* line 1074, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 102px !important;
    display: block;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: .4s all; }
    /* line 1080, styles-sj.scss */
    .product-slider #elevatezoom_gallery a.active {
      border: 2px solid #627F9A; }
  /* line 1084, styles-sj.scss */
  .product-slider .bx-wrapper {
    margin-top: 20px; }
  /* line 1087, styles-sj.scss */
  .product-slider .bx-controls a:before {
    display: none; }
  /* line 1090, styles-sj.scss */
  .product-slider .bx-controls a {
    width: 32px;
    height: 32px;
    background: url("bx-prev.svg") no-repeat center;
    background-size: 100%;
    margin-top: -1em; }
  /* line 1097, styles-sj.scss */
  .product-slider .bx-controls a.bx-next {
    background: url("bx-next.svg") no-repeat center;
    background-size: 100%; }

/* line 1102, styles-sj.scss */
.product-info .review {
  display: none; }

/* line 1105, styles-sj.scss */
.product_name.bbender {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #000000 !important;
  margin-bottom: 32px;
  text-transform: none; }

/* line 1117, styles-sj.scss */
.product-info-right .description .product-section .prod-stock {
  padding: 0;
  background: none;
  margin: 0 0;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #147F12;
  text-transform: none; }
  /* line 1128, styles-sj.scss */
  .product-info-right .description .product-section .prod-stock span {
    color: inherit; }
/* line 1133, styles-sj.scss */
.product-info-right .product-price {
  border-bottom: 0;
  border-top: 0;
  margin: 32px 0 24px 0;
  font-family: 'lato';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px; }
  /* line 1142, styles-sj.scss */
  .product-info-right .product-price .money {
    color: #000;
    font-weight: bold;
    font-size: 24px; }
/* line 1148, styles-sj.scss */
.product-info-right .short_description {
  margin-bottom: 28px;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #231F20; }
/* line 1157, styles-sj.scss */
.product-info-right .cart-top {
  padding-bottom: 56px; }
/* line 1160, styles-sj.scss */
.product-info-right .number_product {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08);
  margin-right: 8px; }
  /* line 1166, styles-sj.scss */
  .product-info-right .number_product span {
    background: white;
    width: 56px;
    height: 54px;
    color: #125C7F;
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 1176, styles-sj.scss */
    .product-info-right .number_product span:before {
      content: "";
      display: block;
      width: 16px;
      height: 2px;
      background: #353131; }
    /* line 1184, styles-sj.scss */
    .product-info-right .number_product span.fa-plus-sign:after {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 16px;
      background: #353131;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 1197, styles-sj.scss */
  .product-info-right .number_product .quantity_input {
    width: 55px;
    background: white;
    border-right: 0;
    border-left: 0;
    color: #231F20;
    height: 54px;
    outline: none !important;
    box-shadow: 0 0 0 0; }
/* line 1209, styles-sj.scss */
.product-info-right .description .compare a {
  background: white; }
/* line 1212, styles-sj.scss */
.product-info-right .feedback-price-title {
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 8px; }
/* line 1221, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  height: auto !important;
  border-radius: 0 0 0 0;
  background: #25292D;
  padding: 10px 24px;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: .4s all; }
  /* line 1233, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover {
    background: #627F9A; }

/* line 1238, styles-sj.scss */
.product-btns {
  margin-top: 24px; }
  /* line 1240, styles-sj.scss */
  .product-btns .btn-one {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 18px 32px; }
    /* line 1245, styles-sj.scss */
    .product-btns .btn-one:hover {
      color: #fff; }

/* line 1251, styles-sj.scss */
.feedback-field-wrap {
  margin-right: -1px;
  width: 100%;
  max-width: 300px; }
  /* line 1255, styles-sj.scss */
  .feedback-field-wrap input {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08);
    padding: 0 14px;
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #231F20; }
  /* line 1273, styles-sj.scss */
  .feedback-field-wrap textarea {
    border: 1px solid #CACACA; }

/* line 1277, styles-sj.scss */
.product-details-title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 16px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 36px; }

/* line 1288, styles-sj.scss */
.table-attribute {
  font-size: 16px; }
  /* line 1290, styles-sj.scss */
  .table-attribute .row {
    padding: 12px 0;
    border-bottom: 1px solid #F1F1F1; }
  /* line 1295, styles-sj.scss */
  .table-attribute .name {
    font-weight: 700; }

/* line 1299, styles-sj.scss */
.product-details {
  margin-bottom: 48px; }

/* line 1302, styles-sj.scss */
.product-details-right {
  width: 100%;
  max-width: 352px;
  padding: 40px;
  margin-top: 57px;
  background: #F0F0F0; }
  /* line 1309, styles-sj.scss */
  .product-details-right .product-delivery-sity {
    font-size: 16px;
    color: #000;
    margin-bottom: 24px; }
  /* line 1314, styles-sj.scss */
  .product-details-right .product-new-city {
    color: #627F9A; }
  /* line 1317, styles-sj.scss */
  .product-details-right .product-delivery-widjet {
    padding: 0 0;
    color: #231F20; }
  /* line 1321, styles-sj.scss */
  .product-details-right .product-delivery-style {
    font-size: 15px;
    color: #777;
    line-height: 200%; }
    /* line 1325, styles-sj.scss */
    .product-details-right .product-delivery-style [class*="cell"] {
      padding: 0 0; }
  /* line 1329, styles-sj.scss */
  .product-details-right .help {
    padding-top: 48px; }

/* line 1333, styles-sj.scss */
.help-title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold; }

/* line 1341, styles-sj.scss */
.help-item:not(:last-child) {
  margin-bottom: 32px; }

/* line 1344, styles-sj.scss */
.help-item-title {
  text-transform: none;
  font-size: 15px;
  color: #777;
  opacity: 0.75;
  margin-bottom: 4px; }

/* line 1351, styles-sj.scss */
.help-phone a {
  font-weight: bold;
  font-size: 16px;
  color: #335525; }

/* line 1356, styles-sj.scss */
.messeger-links {
  margin-top: 8px; }

/* line 1359, styles-sj.scss */
.messeger-link {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative; }
  /* line 1367, styles-sj.scss */
  .messeger-link img {
    margin-right: 5px; }
  /* line 1370, styles-sj.scss */
  .messeger-link:after {
    content: "";
    display: none;
    position: absolute;
    width: 28px;
    height: 100%;
    top: 0;
    left: 100%;
    clip-path: polygon(0 0, 0% 100%, 50% 0); }
  /* line 1380, styles-sj.scss */
  .messeger-link:hover {
    color: #fff; }

/* line 1384, styles-sj.scss */
.new-viber {
  margin-right: 7px;
  background: #574E92; }
  /* line 1387, styles-sj.scss */
  .new-viber:after {
    background: #574E92; }

/* line 1391, styles-sj.scss */
.new-whatsapp {
  background: #25D366;
  margin-right: 7px; }
  /* line 1394, styles-sj.scss */
  .new-whatsapp:after {
    background: #25D366; }

/* line 1399, styles-sj.scss */
.new-tg {
  background: #2BA4D8; }
  /* line 1401, styles-sj.scss */
  .new-tg:after {
    background: #2BA4D8; }
  /* line 1405, styles-sj.scss */
  .new-tg img {
    max-width: 18px;
    color: #fff; }

/* line 1411, styles-sj.scss */
.product-description {
  margin-bottom: 48px; }
  /* line 1413, styles-sj.scss */
  .product-description .tab-content {
    padding: 0 0;
    border: 0; }
    /* line 1416, styles-sj.scss */
    .product-description .tab-content p, .product-description .tab-content span, .product-description .tab-content h2, .product-description .tab-content ul, .product-description .tab-content li, .product-description .tab-content div {
      font-family: "lato" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 16px !important;
      line-height: 150%;
      color: #231F20 !important; }

/* line 1426, styles-sj.scss */
.product-wieget-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700; }

/* line 1435, styles-sj.scss */
.product-related {
  margin: 10px 0; }
  /* line 1437, styles-sj.scss */
  .product-related .product_img a {
    display: block; }
    /* line 1439, styles-sj.scss */
    .product-related .product_img a img {
      width: 100%; }
  /* line 1443, styles-sj.scss */
  .product-related .inner {
    position: relative;
    height: 100%; }
  /* line 1447, styles-sj.scss */
  .product-related .product_info {
    padding-top: 24px; }
  /* line 1450, styles-sj.scss */
  .product-related .product_name {
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 35px;
    height: auto;
    color: #335525; }
  /* line 1459, styles-sj.scss */
  .product-related .product_price {
    position: absolute;
    bottom: 0; }
  /* line 1463, styles-sj.scss */
  .product-related .product_price .money {
    font-family: 'lato';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #000; }

/* line 1472, styles-sj.scss */
.page_header .page-title {
  font-family: 'lato', sans-serif;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0; }

/* line 1479, styles-sj.scss */
.collection-container .page_header {
  padding-bottom: 8px;
  margin-bottom: 10px; }
/* line 1484, styles-sj.scss */
.collection-container .filter {
  margin: 0 -1px; }
  /* line 1486, styles-sj.scss */
  .collection-container .filter .flex-start {
    align-items: flex-start; }
  /* line 1489, styles-sj.scss */
  .collection-container .filter li {
    padding: 12px;
    font-size: 17px;
    height: 40px;
    margin: 0 1px;
    opacity: .35;
    color: #231F20;
    cursor: pointer; }
    /* line 1497, styles-sj.scss */
    .collection-container .filter li.active {
      opacity: 1;
      color: #335525;
      background: linear-gradient(180deg, #FDFDFD 0%, #FAFAFA 100%);
      border: 1px solid #DDDDDD; }
/* line 1505, styles-sj.scss */
.collection-container .img__2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0; }
/* line 1512, styles-sj.scss */
.collection-container .product_name {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #335525; }
/* line 1520, styles-sj.scss */
.collection-container .product_price {
  font-family: 'lato';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 10px 0; }
  /* line 1527, styles-sj.scss */
  .collection-container .product_price .money {
    color: #000; }
/* line 1531, styles-sj.scss */
.collection-container .product_links .cart-button {
  margin: 0 24px 0 0; }
/* line 1534, styles-sj.scss */
.collection-container .compare a {
  display: block;
  padding: 10px; }
/* line 1538, styles-sj.scss */
.collection-container .product_links {
  margin-top: 0px;
  display: flex;
  align-items: center; }
  /* line 1542, styles-sj.scss */
  .collection-container .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1544, styles-sj.scss */
    .collection-container .product_links .btn-one i {
      margin-right: 8px; }
/* line 1549, styles-sj.scss */
.collection-container .product-listing__collection.list .product_listing_main .product_img {
  margin: 0 20px 0 0;
  width: 180px; }
/* line 1553, styles-sj.scss */
.collection-container .product-listing__collection.list {
  margin-bottom: 52px; }

/* line 1557, styles-sj.scss */
.page-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 1564, styles-sj.scss */
.product-list-main .product_info {
  padding-top: 16px; }
/* line 1567, styles-sj.scss */
.product-list-main .product_links {
  margin-top: 0px;
  position: absolute;
  bottom: 7px; }
  /* line 1571, styles-sj.scss */
  .product-list-main .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1573, styles-sj.scss */
    .product-list-main .product_links .btn-one i {
      margin-right: 8px; }
/* line 1578, styles-sj.scss */
.product-list-main .product-item {
  margin-bottom: 20px;
  height: calc(100% - 20px);
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.08);
  padding: 16px; }
/* line 1586, styles-sj.scss */
.product-list-main .product_desc {
  padding-bottom: 60px;
  color: #231F20;
  opacity: 0.75; }

/* line 1592, styles-sj.scss */
.more-products-wrapper .more-products {
  margin: 0 0;
  background: linear-gradient(180deg, #FDFDFD 0%, #FAFAFA 100%) !important;
  border: 1px solid #DDDDDD;
  padding: 20px;
  width: 100%; }
  /* line 1598, styles-sj.scss */
  .more-products-wrapper .more-products span {
    font-family: 'lato';
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #335525;
    padding: 0 0; }

/* line 1609, styles-sj.scss */
.product_badge.sale {
  background: #CC3D3D;
  border-radius: 14px;
  padding: 2px 12px;
  position: absolute;
  left: 0px;
  top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px; }

/* line 1621, styles-sj.scss */
.pagination-new {
  margin: 72px 0 0;
  position: relative; }

/* line 1625, styles-sj.scss */
.paginate-arr {
  position: absolute;
  top: 0;
  transition: .4s all;
  opacity: .35;
  color: #231F20; }
  /* line 1631, styles-sj.scss */
  .paginate-arr:hover, .paginate-arr.active {
    opacity: 1; }

/* line 1635, styles-sj.scss */
.paginate-arr-prev {
  left: 0; }
  /* line 1637, styles-sj.scss */
  .paginate-arr-prev img {
    transform: scale(-1, 1); }

/* line 1641, styles-sj.scss */
.paginate-arr-next {
  right: 0; }

/* line 1644, styles-sj.scss */
.pagination-item {
  margin: 0 2px; }
  /* line 1646, styles-sj.scss */
  .pagination-item a, .pagination-item span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    opacity: 0.5;
    padding: 11px 0;
    width: 41px;
    transition: .4s all;
    text-align: center;
    border: 2px solid #000; }
  /* line 1661, styles-sj.scss */
  .pagination-item.is-current a, .pagination-item.is-current span, .pagination-item:hover a, .pagination-item:hover span {
    opacity: 1;
    color: #FFFFFF !Important;
    background: #000; }

/* line 1668, styles-sj.scss */
.product-grid {
  margin-bottom: 20px; }
  /* line 1670, styles-sj.scss */
  .product-grid .product_info {
    padding-top: 10px;
    width: calc(100% - 200px); }
  /* line 1674, styles-sj.scss */
  .product-grid .product_price {
    padding: 0 0 0 0;
    margin: 10px 0 16px; }
    /* line 1677, styles-sj.scss */
    .product-grid .product_price .money {
      font-family: 'lato';
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.03em;
      color: #000; }

/* line 1687, styles-sj.scss */
.right-panel-item:not(:last-child) {
  margin-bottom: 56px; }

/* line 1690, styles-sj.scss */
.panel-item-title {
  font-family: 'lato', sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 14px; }

/* line 1702, styles-sj.scss */
.right-panel-item .widget_content {
  padding: 10px 24px;
  background-color: #fff; }
/* line 1708, styles-sj.scss */
.right-panel-item .list a {
  font-family: 'lato';
  font-weight: normal;
  font-size: 13px;
  color: #777777; }
/* line 1714, styles-sj.scss */
.right-panel-item .list > li {
  border-bottom: 1px solid #cacaca; }
  /* line 1716, styles-sj.scss */
  .right-panel-item .list > li .first-link a {
    display: inline-block;
    padding: 14px 0; }
  /* line 1720, styles-sj.scss */
  .right-panel-item .list > li:last-child {
    border-bottom: 1px solid transparent; }
/* line 1725, styles-sj.scss */
.right-panel-item .list
.sub-col-list {
  display: none;
  background: #F7F8F8;
  padding: 7px 24px;
  margin-bottom: 13px; }
  /* line 1731, styles-sj.scss */
  .right-panel-item .list
  .sub-col-list li {
    display: flex;
    flex-direction: column; }
    /* line 1734, styles-sj.scss */
    .right-panel-item .list
    .sub-col-list li a {
      display: inline-block;
      padding: 7px 0;
      font-size: 13px;
      line-height: 150%;
      color: #231F20; }

/* line 1744, styles-sj.scss */
.first-link {
  flex-wrap: nowrap; }

/* line 1747, styles-sj.scss */
.weiget-link-arr {
  cursor: pointer;
  padding: 6px 16px; }

/* line 1751, styles-sj.scss */
.weiget-link-arr.active img {
  transform: scale(1, -1); }

/* line 1754, styles-sj.scss */
.panel-filte-title-block {
  margin-bottom: 20px; }
  /* line 1756, styles-sj.scss */
  .panel-filte-title-block .panel-item-title {
    margin: 0 0 0 8px; }

/* line 1760, styles-sj.scss */
.filter-title {
  font-family: 'lato';
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700; }

/* line 1770, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 24px;
  left: -1px;
  top: -11px; }
/* line 1776, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle-upper {
  left: initial;
  right: 14px; }
/* line 1780, styles-sj.scss */
.panel-filte .noUi-handle {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
/* line 1787, styles-sj.scss */
.panel-filte .noUi-handle:after, .panel-filte .noUi-handle:before {
  top: 6px;
  left: 5px;
  width: 1px;
  height: 12px;
  background: #CACACA; }
/* line 1794, styles-sj.scss */
.panel-filte .noUi-handle:after {
  left: 8px; }
/* line 1797, styles-sj.scss */
.panel-filte .noUi-background {
  box-shadow: 0 0 0 0; }
/* line 1800, styles-sj.scss */
.panel-filte .noUi-connect {
  box-shadow: 0 0 0 0;
  background: #335525; }
/* line 1804, styles-sj.scss */
.panel-filte .noUi-target, .panel-filte .noUi-background {
  border: 0;
  height: 3px;
  box-shadow: 0 0 0 0;
  background: #cacaca; }
/* line 1810, styles-sj.scss */
.panel-filte .price-filter {
  margin: 16px 0 34px; }
/* line 1813, styles-sj.scss */
.panel-filte .btn-one {
  width: calc(100% - 16px); }

/* line 1818, styles-sj.scss */
#costSlider .noUi-connect {
  background: #335525 !important; }

/* line 1822, styles-sj.scss */
.price-filter-row {
  margin-bottom: 35px;
  flex-wrap: nowrap; }

/* line 1826, styles-sj.scss */
.price-filter_to,
.price-filter_from {
  display: flex;
  align-items: center;
  margin-bottom: 0px; }
  /* line 1831, styles-sj.scss */
  .price-filter_to span,
  .price-filter_from span {
    font-family: 'lato';
    font-size: 13px;
    line-height: 15px;
    color: #231F20;
    opacity: 0.75; }
  /* line 1838, styles-sj.scss */
  .price-filter_to input[type="text"].txt,
  .price-filter_from input[type="text"].txt {
    width: 72px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75); }

/* line 1851, styles-sj.scss */
.price-filter_from span {
  margin-right: 6px; }

/* line 1854, styles-sj.scss */
.price-filter_to
input[type="text"].txt {
  margin: 0 6px; }

/* line 1858, styles-sj.scss */
.filter-selects {
  margin: 14px 0 48px; }

/* line 1861, styles-sj.scss */
.filter-select-item:not(:last-child) {
  margin-bottom: 24px; }

/* line 1864, styles-sj.scss */
.select-item-title {
  font-family: 'lato';
  font-size: 13px;
  margin-bottom: 8px; }

/* line 1870, styles-sj.scss */
.select-container .selectric {
  background: linear-gradient(180deg, #FDFDFD 0%, #FAFAFA 100%);
  border: 1px solid #DDDDDD;
  box-sizing: border-box; }
/* line 1875, styles-sj.scss */
.select-container .selectric-items {
  width: 100%; }
/* line 1878, styles-sj.scss */
.select-container .selectric .label {
  height: 34px;
  text-align: left;
  line-height: 34px;
  margin-left: 0;
  padding: 0 0 0 14px;
  font-size: 13px;
  font-family: 'lato';
  color: #231F20;
  opacity: .75;
  font-weight: 400; }
/* line 1890, styles-sj.scss */
.select-container .selectric .button {
  height: 34px;
  background: none; }
/* line 1894, styles-sj.scss */
.select-container .selectric .button:after {
  content: url("icon-down.svg");
  border: 0;
  top: -2px; }
/* line 1899, styles-sj.scss */
.select-container .selectric-open .button:after {
  transform: scale(1, -1);
  top: 4px; }

/* line 1904, styles-sj.scss */
.filter-price {
  margin-bottom: 56px; }

/* line 1907, styles-sj.scss */
.widget_content.style-block .filter-wrap:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid  #F1F1F1;
  padding-bottom: 20px; }

/* line 1915, styles-sj.scss */
.filter-checkbox-list a {
  color: #231F20;
  opacity: 0.75;
  font-size: 13px; }
/* line 1920, styles-sj.scss */
.filter-checkbox-list li {
  padding: 3px 0 3px 30px;
  position: relative; }
  /* line 1923, styles-sj.scss */
  .filter-checkbox-list li .check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    cursor: pointer; }
  /* line 1933, styles-sj.scss */
  .filter-checkbox-list li.active .check {
    background: url("check.svg") no-repeat center #335525; }

/* line 1939, styles-sj.scss */
.filter-bottom-container {
  padding-bottom: 14px; }
  /* line 1941, styles-sj.scss */
  .filter-bottom-container p {
    margin: 0 0 24px 0; }
    /* line 1943, styles-sj.scss */
    .filter-bottom-container p a {
      color: #627F9A;
      font-size: 13px; }

/* line 1949, styles-sj.scss */
.page-title {
  border-bottom: 1px solid #cacaca;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-weight: 700; }

/* line 1957, styles-sj.scss */
.cart--mobile {
  display: none; }

/* line 1960, styles-sj.scss */
.cart-list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1; }
  /* line 1964, styles-sj.scss */
  .cart-list-item .item_image {
    margin-bottom: 0px; }
  /* line 1967, styles-sj.scss */
  .cart-list-item .cart-item {
    flex-wrap: nowrap; }
    /* line 1973, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-img {
      max-width: 200px; }
    /* line 1976, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-info {
      width: calc(100% - 200px); }
      /* line 1979, styles-sj.scss */
      .cart-list-item .cart-item .cart-product-info a {
        color: #627F9A;
        font-size: 16px;
        text-transform: none; }
  /* line 1987, styles-sj.scss */
  .cart-list-item .item_image a {
    width: 100%; }
  /* line 1990, styles-sj.scss */
  .cart-list-item .qty label {
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center; }
  /* line 1998, styles-sj.scss */
  .cart-list-item .item_price {
    padding-top: 24px; }
    /* line 2000, styles-sj.scss */
    .cart-list-item .item_price .qwnt {
      background-color: #fff; }
  /* line 2004, styles-sj.scss */
  .cart-list-item .item_price .input-small {
    width: 64px !important;
    height: 36px;
    display: inline-block;
    padding: 0 14px 0;
    text-align: left;
    font-family: 'lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75);
    margin-left: 8px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08); }
  /* line 2022, styles-sj.scss */
  .cart-list-item .item_price .price {
    font-family: 'lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #000; }
  /* line 2034, styles-sj.scss */
  .cart-list-item .total-price {
    padding-right: 5px;
    padding-top: 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
    /* line 2042, styles-sj.scss */
    .cart-list-item .total-price .money {
      font-family: 'lato', sans-serif;
      color: #000; }

/* line 2048, styles-sj.scss */
.cart-product-title {
  flex-wrap: nowrap; }
  /* line 2050, styles-sj.scss */
  .cart-product-title .title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

/* line 2058, styles-sj.scss */
.cart-container-bottom {
  margin-top: 20px;
  background: #fff;
  padding: 35px 24px 35px 24px; }
  /* line 2062, styles-sj.scss */
  .cart-container-bottom .cart_subtotal {
    margin-bottom: 16px; }

/* line 2066, styles-sj.scss */
.cart_subtotal-title {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000; }

/* line 2075, styles-sj.scss */
.cart_subtotal-money {
  font-family: 'lato';
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000; }

/* line 2083, styles-sj.scss */
.coupon {
  margin: 32px 0 40px; }

/* line 2086, styles-sj.scss */
.cupon-title {
  font-family: 'lato';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px; }

/* line 2094, styles-sj.scss */
.cupon-form-text {
  font-family: 'lato';
  font-weight: normal;
  font-size: 13px;
  opacity: .75;
  margin-top: 9px; }

/* line 2101, styles-sj.scss */
.cupon-form input[type="text"] {
  margin-right: -1px;
  width: 300px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08); }

/* line 2110, styles-sj.scss */
.btn-cupon {
  padding: 10px 24px;
  background: #25292D;
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: .4s all; }
  /* line 2121, styles-sj.scss */
  .btn-cupon:hover {
    background: #627F9A; }

/* line 2128, styles-sj.scss */
.cart-delivery-container {
  padding: 10px 12px 11px;
  min-height: 43px;
  box-sizing: border-box;
  border-radius: 2px; }
  /* line 2135, styles-sj.scss */
  .cart-delivery-container img {
    margin-right: 6px; }
  /* line 2138, styles-sj.scss */
  .cart-delivery-container .cart_delivery {
    font-family: 'lato';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: #117000; }

/* line 2149, styles-sj.scss */
.co-sidebar--fixed .co-checkout-block--padded {
  z-index: 999;
  background: #fff; }

/* line 2156, styles-sj.scss */
.new-desing .co-checkout-title.co-title {
  font-family: 'lato';
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20; }
/* line 2165, styles-sj.scss */
.new-desing .co-logo {
  font-family: 'BenderBold';
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2172, styles-sj.scss */
.new-desing .co-header-phone {
  font-family: 'lato';
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #353131; }
/* line 2180, styles-sj.scss */
.new-desing .co-checkout-block--padded {
  padding-left: 1em; }
/* line 2183, styles-sj.scss */
.new-desing .co-input-label.co-title--h2, .new-desing .co-title {
  font-family: 'lato';
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2190, styles-sj.scss */
.new-desing .co-toggable_field--bordered .co-toggable_field-title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2196, styles-sj.scss */
.new-desing .co-toggable_field-title {
  font-family: 'lato';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2203, styles-sj.scss */
.new-desing .co-button {
  /*width: 227px;
  height: 40px;*/
  padding: 11px 24px;
  background: #335525;
  font-family: 'lato';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s all;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  /* line 2218, styles-sj.scss */
  .new-desing .co-button:hover {
    background: #538a3c;
    color: #fff; }
/* line 2223, styles-sj.scss */
.new-desing .co-basket_item-description {
  font-family: 'lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  color: #627F9A; }
/* line 2231, styles-sj.scss */
.new-desing .co-price--current {
  font-family: 'lato';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2238, styles-sj.scss */
.new-desing .co-basket_total-price {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em; }

/* line 2244, styles-sj.scss */
#feedback_commit:after {
  display: none; }

/* line 2249, styles-sj.scss */
.new-desing.new-login .co-form-controls .co-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #335525;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "lato";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all; }
  /* line 2264, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:after {
    content: "";
    display: none;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 99.6%;
    background: #335525;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 2276, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:hover, .new-desing.new-login .co-form-controls .co-button:hover:after {
    background: #335525;
    color: #fff !important;
    opacity: 0.8; }
  /* line 2281, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:not(:last-child) {
    margin-right: 20px; }
/* line 2286, styles-sj.scss */
.new-desing.new-login .co-section--content_wrapper {
  min-height: 40vh;
  padding-bottom: 50px; }

/* line 2293, styles-sj.scss */
.product_wrap__slider {
  position: relative;
  z-index: 3; }
  /* line 2296, styles-sj.scss */
  .product_wrap__slider::after {
    position: absolute;
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    top: -20px;
    left: -31%;
    transform: scaleY(1.1); }

/* line 2310, styles-sj.scss */
.js-opacity {
  opacity: 1 !important;
  left: 0 !important;
  transition: all 0.5s; }

/* line 2315, styles-sj.scss */
.newproduct--mobile {
  display: none; }

/* line 2318, styles-sj.scss */
.newproduct--mobile--description {
  display: none; }

/* line 2322, styles-sj.scss */
.mini-cart-info a {
  color: #627F9A !important; }
/* line 2325, styles-sj.scss */
.mini-cart-info .content .checkout a + a {
  background-color: #627F9A !important;
  color: #fff !important; }

/* line 2331, styles-sj.scss */
.prod_inside img {
  width: 100%; }

/* line 2336, styles-sj.scss */
.product-list-main .col-sm-4 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/* line 2341, styles-sj.scss */
.pagination-new {
  margin-bottom: 60px; }

/* line 2352, styles-sj.scss */
.main-item__large .main-block-item {
  background-image: url("main-item__large-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
/* line 2357, styles-sj.scss */
.main-item__large .main-block-item-title {
  max-width: 100%;
  width: fit-content;
  width: -moz-max-content; }
/* line 2363, styles-sj.scss */
.main-item__small {
  width: 33.3333% !important; }
  /* line 2366, styles-sj.scss */
  .main-item__small .main-block-item-title {
    max-width: 100%;
    width: fit-content;
    width: -moz-max-content; }

@media (max-width: 1200px) {
  /* line 2375, styles-sj.scss */
  .header-logo {
    max-width: 200px; }

  /* line 2378, styles-sj.scss */
  .header-right {
    padding-right: 10px; }

  /* line 2381, styles-sj.scss */
  .header-contacts-item:not(:last-child) {
    margin-right: 20px; }

  /* line 2384, styles-sj.scss */
  #cart .content {
    left: initial;
    right: 0; }

  /* line 2388, styles-sj.scss */
  .main-menu li a, .main-menu li .open-search {
    padding: 17px 17px; }

  /* line 2391, styles-sj.scss */
  .main-menu .search-link .open-search {
    padding: 15px 25px 14px; }

  /* line 2397, styles-sj.scss */
  .main-preference {
    padding: 0 20px; }

  /* line 2400, styles-sj.scss */
  .main-preference-item {
    padding: 0 5px;
    max-width: 230px; }

  /* line 2404, styles-sj.scss */
  .footer > .wrap > .row {
    /*   margin: 0 0 0 -1em;*/ }

  /* line 2407, styles-sj.scss */
  .popup-cookie-new .wrap {
    padding: 0 2.5em; }

  /* line 2410, styles-sj.scss */
  .popup-cookie_text p {
    text-align: left; }

  /* line 2413, styles-sj.scss */
  .price-filter_from span {
    margin-right: 3px; }

  /* line 2416, styles-sj.scss */
  .price-filter_to input[type="text"].txt,
  .price-filter_from input[type="text"].txt {
    width: 53px; }

  /* line 2420, styles-sj.scss */
  .price-filter_to input[type="text"].txt {
    margin: 0 3px; }

  /* line 2423, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    margin: 0 5px !important; }

  /* line 2426, styles-sj.scss */
  .new-desing .co-logo {
    font-size: 16px; }

  /* line 2429, styles-sj.scss */
  .new-desing .co-checkout-title.co-title {
    font-size: 36px; }

  /* line 2432, styles-sj.scss */
  .new-desing .co-header-phone {
    font-size: 19px; }

  /* line 2435, styles-sj.scss */
  .offical-dealer-img {
    overflow: hidden; }
    /* line 2437, styles-sj.scss */
    .offical-dealer-img img {
      transform: translateX(4%); }

  /* line 2441, styles-sj.scss */
  .main-preference-container, .subscrition-container--mobile {
    max-width: 98%; }

  /* line 2444, styles-sj.scss */
  .payment-methods-lg {
    display: none; }

  /* line 2448, styles-sj.scss */
  .payment-methods-mb {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 2459, styles-sj.scss */
    .payment-methods-mb--item {
      max-height: 50px; }
    /* line 2462, styles-sj.scss */
    .payment-methods-mb--footer, .payment-methods-mb--header {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    /* line 2471, styles-sj.scss */
    .payment-methods-mb--footer {
      margin-top: 15px; } }
@media (max-width: 1150px) {
  /* line 2479, styles-sj.scss */
  .main-collections .row {
    flex-wrap: wrap;
    justify-content: center; }
  /* line 2483, styles-sj.scss */
  .main-collections .cell {
    width: 50%;
    margin-bottom: 20px; }
    /* line 2486, styles-sj.scss */
    .main-collections .cell:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 1100px) {
  /* line 2494, styles-sj.scss */
  .offical-dealer-img img {
    transform: translateX(20%); } }
@media (max-width: 1023px) {
  /* line 2500, styles-sj.scss */
  .header-top-left, .header-top-right {
    flex-direction: column; }

  /* line 2503, styles-sj.scss */
  .header-top-left .text {
    margin-left: 0; }

  /* line 2506, styles-sj.scss */
  .header-delivery-city {
    width: 100%; }

  /* line 2509, styles-sj.scss */
  .header-top-right-title {
    margin-right: 0; }

  /* line 2512, styles-sj.scss */
  .header-top .wrap > .row {
    align-items: center; }

  /* line 2515, styles-sj.scss */
  .header-contacts-item-icon {
    display: none; }

  /* line 2518, styles-sj.scss */
  .header-logo {
    max-width: 170px; }

  /* line 2521, styles-sj.scss */
  .header-logo .text {
    margin-top: 4px;
    font-size: 11px; }

  /* line 2525, styles-sj.scss */
  .header-contacts {
    align-items: flex-start; }

  /* line 2528, styles-sj.scss */
  .header-contacts-item:not(:last-child) {
    margin-right: 10px; }

  /* line 2531, styles-sj.scss */
  .header-contacts-item {
    max-width: 145px; }

  /* line 2534, styles-sj.scss */
  .header-right-item:not(:last-child) {
    margin-right: 10px; }

  /* line 2537, styles-sj.scss */
  .header-right-item {
    width: 105px;
    height: 85px;
    font-size: 12px; }

  /* line 2542, styles-sj.scss */
  .main-menu {
    justify-content: space-between; }
    /* line 2544, styles-sj.scss */
    .main-menu li {
      width: 100%; }

  /* line 2548, styles-sj.scss */
  .main-menu li a, .main-menu li .open-search {
    padding: 10px 9px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    color: #ccc !important; }

  /* line 2556, styles-sj.scss */
  .main-menu .search-link .open-search {
    padding: 6px 23px 5px; }

  /* line 2559, styles-sj.scss */
  .main-blocks .row {
    flex-wrap: wrap; }

  /* line 2562, styles-sj.scss */
  .main-blocks .row .col-8 {
    width: 50%; }

  /* line 2565, styles-sj.scss */
  .main-blocks .row .col-4 {
    width: 50%; }

  /* line 2568, styles-sj.scss */
  .main-block-item-img {
    display: flex;
    justify-content: center;
    align-items: center; }

  /* line 2573, styles-sj.scss */
  .main-block-item-title {
    min-height: 50px; }

  /* line 2576, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 20px;
    line-height: 25px; }

  /* line 2580, styles-sj.scss */
  .offical-dealer-left {
    max-width: 70%;
    padding: 30px 10px 40px 30px; }

  /* line 2584, styles-sj.scss */
  .offical-dealer-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 35px;
    max-width: 80%; }

  /* line 2590, styles-sj.scss */
  .offical-dealer-right {
    max-width: 50%;
    overflow: hidden;
    width: 100%; }

  /* line 2596, styles-sj.scss */
  .offical-dealer-img img {
    transform: translateX(0); }

  /* line 2601, styles-sj.scss */
  .main-preference-item {
    max-width: 100%;
    width: 50%; }

  /* line 2605, styles-sj.scss */
  .main-news .row {
    flex-wrap: wrap;
    margin-bottom: -20px; }
    /* line 2608, styles-sj.scss */
    .main-news .row .w25 {
      width: 50%;
      margin-bottom: 20px; }

  /* line 2614, styles-sj.scss */
  .main-item__large {
    width: 66.6666% !important; }
  /* line 2617, styles-sj.scss */
  .main-item__small {
    width: 33.33333% !important; }

  /* line 2621, styles-sj.scss */
  .subscrition .nowrap {
    flex-wrap: wrap; }

  /* line 2624, styles-sj.scss */
  .subscrition__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700; }

  /* line 2630, styles-sj.scss */
  .subscrition__body {
    margin: 0 auto;
    display: inline-block !important; }
    /* line 2633, styles-sj.scss */
    .subscrition__body .flex-start {
      justify-content: center;
      flex-wrap: nowrap; }

  /* line 2638, styles-sj.scss */
  .subscrition {
    padding: 40px 35px; }

  /* line 2641, styles-sj.scss */
  .footer > .wrap > .row {
    flex-wrap: wrap; }

  /* line 2647, styles-sj.scss */
  .footer .wrap > .row > .col-sm-8, .footer .wrap > .row > .col-sm-3 {
    width: 100%; }

  /* line 2652, styles-sj.scss */
  .footer-right {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    margin: 0 0 0;
    align-items: flex-start; }

  /* line 2660, styles-sj.scss */
  .footer-contacts {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0; }

  /* line 2666, styles-sj.scss */
  .footer-contact-item {
    text-align: left;
    max-width: 205px;
    font-size: 11px; }

  /* line 2671, styles-sj.scss */
  .footer-contact-item:not(:last-child) {
    margin-bottom: 0; }

  /* line 2674, styles-sj.scss */
  .footer-pay {
    flex-direction: column; }

  /* line 2677, styles-sj.scss */
  .footer-logo {
    max-width: 170px; }

  /* line 2680, styles-sj.scss */
  .footer-logo .text {
    margin-top: 4px;
    font-size: 11px;
    text-align: center; }

  /* line 2686, styles-sj.scss */
  .page-title {
    font-size: 30px; }

  /* line 2689, styles-sj.scss */
  .sidebar_right {
    width: 270px; }

  /* line 2692, styles-sj.scss */
  .main_content {
    padding-right: 0;
    width: calc(100% - 270px); }

  /* line 2696, styles-sj.scss */
  .product-list-main .col-sm-4 {
    width: 100%; }

  /* line 2700, styles-sj.scss */
  .product-listing__collection.grid .product-list-main {
    display: flex;
    flex-wrap: wrap; }
    /* line 2703, styles-sj.scss */
    .product-listing__collection.grid .product-list-main .row {
      width: calc(50% + 30px);
      margin: 0 -15px; }

  /* line 2710, styles-sj.scss */
  .main_content.col-sm-12 {
    width: 100%;
    padding-right: 15px; }

  /* line 2716, styles-sj.scss */
  .product-info .product_name.bbender {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 15px; }

  /* line 2722, styles-sj.scss */
  .product_wrap .product-price .money {
    margin: 0 5px 0 0;
    font-size: 25px; }

  /* line 2726, styles-sj.scss */
  .product-info-right .product-price {
    margin: 20px 0;
    font-size: 25px;
    line-height: 28px; }

  /* line 2731, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 90px !important; }

  /* line 2734, styles-sj.scss */
  .product-info-right .number_product span {
    width: 40px;
    height: 40px; }

  /* line 2738, styles-sj.scss */
  .product-info-right .number_product .quantity_input {
    width: 45px;
    height: 40px;
    outline: none !important; }

  /* line 2743, styles-sj.scss */
  .product-btns .btn-one {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 15px; }

  /* line 2748, styles-sj.scss */
  .feedback-field-wrap {
    max-width: 210px; }

  /* line 2751, styles-sj.scss */
  .cart-container-bottom {
    width: calc(100% + 255px); }

  /* line 2754, styles-sj.scss */
  .cart-list-item .cart-item .cart-product-info {
    width: calc(100% - 125px); }

  /* line 2757, styles-sj.scss */
  .cart-product-title .title {
    font-size: 15px; }

  /* line 2760, styles-sj.scss */
  .cart-product-title {
    align-items: flex-start; }

  /* line 2763, styles-sj.scss */
  .close-cookie {
    margin-left: 10px;
    margin-right: 16px; }

  /* line 2768, styles-sj.scss */
  .product_wrap__slider::after {
    top: -15px;
    transform: scaleY(1.12); } }
/* line 2774, styles-sj.scss */
.box-container h1 {
  border-bottom: 1px solid #EEEEEE;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 0 0 16px;
  font-weight: 700; }

/* line 2783, styles-sj.scss */
.box-container h1 span {
  color: #231F20 !important; }

/* line 2786, styles-sj.scss */
.box-container p > span,
.collection_desc span {
  color: #231F20 !important;
  font-family: "lato" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 150% !important; }

/* line 2795, styles-sj.scss */
#blog .page-title {
  width: fit-content;
  margin: 0 0 16px; }

/* line 2798, styles-sj.scss */
.custom_block input#feedback_from,
.custom_block textarea {
  border: 1px solid #e0e0e0; }

/* line 2802, styles-sj.scss */
.selectric-wrapper {
  position: relative; }
  /* line 2804, styles-sj.scss */
  .selectric-wrapper::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url("select-arrow.svg") no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }

@media (max-width: 992px) {
  /* line 2816, styles-sj.scss */
  .sidebar_right {
    display: none; }

  /* line 2820, styles-sj.scss */
  .page_content .grid {
    display: none !important; }
  /* line 2823, styles-sj.scss */
  .page_content .list {
    display: block !important; }

  /* line 2827, styles-sj.scss */
  .main_content {
    width: 100% !important; }
    /* line 2829, styles-sj.scss */
    .main_content .product_links {
      display: none; }
    /* line 2833, styles-sj.scss */
    .main_content .collection-container .filter {
      display: none; }
    /* line 2837, styles-sj.scss */
    .main_content .collection-container .list .product_info {
      padding-top: 0; }
    /* line 2841, styles-sj.scss */
    .main_content .collection-container .list .product_img a {
      padding: 0; }
    /* line 2844, styles-sj.scss */
    .main_content .collection-container .list .product_img img {
      width: 100%; }
    /* line 2850, styles-sj.scss */
    .main_content .filter_form--mobile {
      display: flex !important;
      padding: 16px 0 32px; }
      /* line 2853, styles-sj.scss */
      .main_content .filter_form--mobile .selectric-wrapper {
        position: relative; }
        /* line 2855, styles-sj.scss */
        .main_content .filter_form--mobile .selectric-wrapper::after {
          position: absolute;
          content: '';
          width: 10px;
          height: 10px;
          background: url("select-arrow.svg") no-repeat;
          top: 50%;
          transform: translateY(-50%);
          right: 15px; }
    /* line 2867, styles-sj.scss */
    .main_content .filter_form--mobile {
      width: 320px;
      margin: 0 auto; }
      /* line 2870, styles-sj.scss */
      .main_content .filter_form--mobile .filter_form--mobile--filter {
        width: 50%; }
      /* line 2873, styles-sj.scss */
      .main_content .filter_form--mobile .filter-select-item {
        width: 50%; }
      /* line 2877, styles-sj.scss */
      .main_content .filter_form--mobile form .btn-one {
        margin-top: 15px; }
      /* line 2880, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-selects {
        margin: 14px 0 18px; }
      /* line 2883, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-bottom-container {
        padding-bottom: 0; }
      /* line 2886, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-price {
        margin-bottom: 20px; }
      /* line 2889, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-select-item {
        width: 100%; }
      /* line 2892, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter-row {
        flex-direction: column; }
      /* line 2895, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_to {
        margin-top: 24px; }
        /* line 2897, styles-sj.scss */
        .main_content .filter_form--mobile form .price-filter_to input {
          width: 70%;
          padding: 0 0 0 5px; }
      /* line 2903, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_from input {
        width: 70%;
        padding: 0 0 0 5px; }
    /* line 2910, styles-sj.scss */
    .main_content .filter_form--mobile--btn {
      width: 100%;
      height: 35.9px; }
    /* line 2914, styles-sj.scss */
    .main_content .filter_form--mobile--filter {
      transition: all .2s;
      position: relative; }
    /* line 2918, styles-sj.scss */
    .main_content .filter_form_mobile--content {
      position: absolute;
      botttom: 0;
      left: -100vw;
      transition: all .2s;
      background-color: #fff;
      padding: 24px;
      z-index: 20;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: all 0.2s; }

  /* line 2932, styles-sj.scss */
  .search__list .product_links {
    display: flex; }

  /* line 2936, styles-sj.scss */
  .cart--dekstope {
    display: none; }

  /* line 2939, styles-sj.scss */
  .cart--mobile {
    display: block; }
    /* line 2941, styles-sj.scss */
    .cart--mobile--price--block {
      display: flex; }
      /* line 2943, styles-sj.scss */
      .cart--mobile--price--block .price {
        margin-right: 21px; }
    /* line 2947, styles-sj.scss */
    .cart--mobile--pricetag {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 10px; }
    /* line 2953, styles-sj.scss */
    .cart--mobile--counter {
      align-items: center;
      justify-content: center;
      display: flex;
      background: #FFFFFF;
      border: 1px solid #CACACA;
      box-sizing: border-box;
      box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08); }
      /* line 2962, styles-sj.scss */
      .cart--mobile--counter--input {
        border: none !important;
        height: 32px;
        width: 50px;
        text-align: center; }
      /* line 2968, styles-sj.scss */
      .cart--mobile--counter--plus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 24px;
        color: #353131; }
      /* line 2976, styles-sj.scss */
      .cart--mobile--counter--minus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 24px;
        color: #353131; }
    /* line 2984, styles-sj.scss */
    .cart--mobile--item {
      flex-wrap: wrap !important;
      padding: 2em; }
    /* line 2988, styles-sj.scss */
    .cart--mobile--info {
      width: auto !important; }
    /* line 2991, styles-sj.scss */
    .cart--mobile--price {
      width: 100%;
      padding: 2em; }
    /* line 2995, styles-sj.scss */
    .cart--mobile--footer {
      margin: 0 auto;
      max-width: 60%;
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      /* line 3003, styles-sj.scss */
      .cart--mobile--footer--total {
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        /* line 3012, styles-sj.scss */
        .cart--mobile--footer--total span:first-of-type {
          font-family: 'lato';
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 21px;
          letter-spacing: 0.03em;
          text-transform: uppercase;
          color: #353131; }
        /* line 3022, styles-sj.scss */
        .cart--mobile--footer--total span:last-of-type {
          font-family: 'lato';
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 21px;
          text-align: right;
          letter-spacing: 0.03em;
          color: #627F9A; }
      /* line 3034, styles-sj.scss */
      .cart--mobile--footer--gift {
        width: 100% !important;
        margin-bottom: 24px !important; }
      /* line 3038, styles-sj.scss */
      .cart--mobile--footer--btn {
        width: 100% !important;
        margin-bottom: 5px; }
      /* line 3042, styles-sj.scss */
      .cart--mobile--footer--coupon {
        width: 100%; }
        /* line 3044, styles-sj.scss */
        .cart--mobile--footer--coupon .cupon-form {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        /* line 3049, styles-sj.scss */
        .cart--mobile--footer--coupon .txt {
          width: 100% !important; }

  /* line 3067, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 16px;
    line-height: 19px; }

  /* line 3072, styles-sj.scss */
  .main-preference-container {
    padding: 40px 0; }

  /* line 3076, styles-sj.scss */
  .main-preference-item:nth-of-type(3), .main-preference-item:nth-of-type(4) {
    margin-top: 32px; }
  /* line 3079, styles-sj.scss */
  .main-preference-item-text {
    margin-top: 15px; }

  /* line 3083, styles-sj.scss */
  .main-collections-item-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em; } }
@media (max-width: 831px) {
  /* line 3090, styles-sj.scss */
  .page-title {
    font-size: 26px; }

  /* line 3093, styles-sj.scss */
  .product_name a {
    font-size: 16px; }

  /* line 3096, styles-sj.scss */
  .product_img {
    background-color: #fff; } }
@media (max-width: 768px) {
  /* line 3125, styles-sj.scss */
  .row {
    flex-wrap: wrap; }

  /* line 3128, styles-sj.scss */
  .header-new, .main-menu-container {
    display: none; }

  /* line 3131, styles-sj.scss */
  .mobile--nav--header {
    display: flex; }

  /* line 3134, styles-sj.scss */
  .breadcrumb-container {
    display: none; }

  /* line 3137, styles-sj.scss */
  .page-title {
    margin-top: 24px !important; }

  /* line 3140, styles-sj.scss */
  .box-container h1 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 25px; }

  /* line 3146, styles-sj.scss */
  .product_wrap .product_name {
    padding-left: 15px; }

  /* line 3151, styles-sj.scss */
  .product_wrap__slider::after {
    display: none; }

  /* line 3155, styles-sj.scss */
  .add--in--cart__text {
    font-size: 24px; }

  /* line 3158, styles-sj.scss */
  .co-section--checkout_header {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    /* line 3168, styles-sj.scss */
    .co-section--checkout_header .co-logo {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }

  /* line 3175, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 50px; }
  /* line 3178, styles-sj.scss */
  .payment-methods-mb--footer, .payment-methods-mb--header {
    width: 100%; }

  /* line 3182, styles-sj.scss */
  .product-details {
    flex-direction: column; }
    /* line 3183, styles-sj.scss */
    .product-details--mobile__text, .product-details--mobile__table {
      width: 100%;
      margin: 0 auto; }
    /* line 3187, styles-sj.scss */
    .product-details--mobile__table {
      margin-top: 72px; }
    /* line 3191, styles-sj.scss */
    .product-details-right {
      display: block;
      margin: 0 auto; }

  /* line 3196, styles-sj.scss */
  .cart--mobile--footer {
    max-width: 100%;
    padding: 0 2em 0 0; }

  /* line 3200, styles-sj.scss */
  .cart--mobile--info {
    width: 60% !important; }

  /* line 3204, styles-sj.scss */
  .co-sidebar--fixed .co-checkout-block--padded {
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

  /* line 3210, styles-sj.scss */
  .co-section--checkout_content .co-checkout-title {
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }
  /* line 3215, styles-sj.scss */
  .co-section--checkout_content .co-breadcrumbs {
    display: none; }
  /* line 3218, styles-sj.scss */
  .co-section--checkout_content .co-basket_total-price, .co-section--checkout_content .co-delivery_method-price {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em; }
  /* line 3224, styles-sj.scss */
  .co-section--checkout_content .co-input-description {
    max-width: 100%; }
    /* line 3226, styles-sj.scss */
    .co-section--checkout_content .co-input-description table {
      width: 100% !important; }
  /* line 3230, styles-sj.scss */
  .co-section--checkout_content .co-button {
    width: 90% !important; }
  /* line 3233, styles-sj.scss */
  .co-section--checkout_content .co-sidebar-toggler_title {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em; }
  /* line 3238, styles-sj.scss */
  .co-section--checkout_content .co-title--h2 {
    font-size: 18px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }

  /* line 3244, styles-sj.scss */
  .mobile--footer {
    display: block !important;
    padding: 39px 0 0 0; }
    /* line 3247, styles-sj.scss */
    .mobile--footer--logo {
      margin: 0 auto 51px auto; }
    /* line 3250, styles-sj.scss */
    .mobile--footer--links {
      margin-bottom: 40px; }
      /* line 3252, styles-sj.scss */
      .mobile--footer--links a {
        margin-right: 16px; }
        /* line 3254, styles-sj.scss */
        .mobile--footer--links a:last-of-type {
          margin-right: 0; }
    /* line 3260, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-item {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      max-width: 320px; }
      /* line 3265, styles-sj.scss */
      .mobile--footer--contacts .footer-contact-item:last-of-type {
        margin-top: 25px; }
    /* line 3269, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-text {
      width: 320px; }
    /* line 3273, styles-sj.scss */
    .mobile--footer--copyright {
      margin: 40px 0 16px; }
      /* line 3275, styles-sj.scss */
      .mobile--footer--copyright p {
        margin: 0; }

  /* line 3280, styles-sj.scss */
  .footer {
    display: none; }

  /* line 3283, styles-sj.scss */
  .offical-dealer-container {
    height: 802px;
    overflow: hidden;
    padding: 30px 0 40px 0; }

  /* line 3288, styles-sj.scss */
  .offical-dealer-left {
    max-width: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 89%, 50% 100%, 0 89%);
    text-align: center; }

  /* line 3294, styles-sj.scss */
  .offical-dealer-title {
    margin: 0 auto 15px; }

  /* line 3297, styles-sj.scss */
  .offical-dealer-descriptor p {
    margin: 15px auto;
    text-align: center; }

  /* line 3301, styles-sj.scss */
  .offical-dealer-right {
    max-width: 100%;
    bottom: 0;
    transform: translateY(83%); }

  /* line 3306, styles-sj.scss */
  .offical-dealer-img img {
    max-width: 100%;
    width: 100%;
    height: inherit;
    transform: translateX(0); }

  /* line 3313, styles-sj.scss */
  .main-item__large {
    width: 100% !important; }
    /* line 3315, styles-sj.scss */
    .main-item__large:last-of-type {
      width: 50% !important; }
  /* line 3319, styles-sj.scss */
  .main-item__small {
    width: 50% !important; }
  /* line 3323, styles-sj.scss */
  .main-item__large .main-block-item, .main-item__large img, .main-item__small .main-block-item, .main-item__small img {
    width: 100%; }

  /* line 3329, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3332, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    /* line 3337, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3341, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0;
      width: 60px;
      height: 46px; }
    /* line 3346, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      text-align: left;
      margin-left: 10px; }
    /* line 3350, styles-sj.scss */
    .main-preference-item:first-of-type {
      margin-top: 0; }
  /* line 3355, styles-sj.scss */
  .main-preference-container .wrap {
    padding: 0; }
  /* line 3358, styles-sj.scss */
  .main-preference-container .flex-between {
    flex-direction: column;
    align-items: center; }

  /* line 3364, styles-sj.scss */
  .main-collections-container {
    padding: 40px 0; }

  /* line 3368, styles-sj.scss */
  .main-preference-container {
    margin-top: 0; }

  /* line 3371, styles-sj.scss */
  .widget_related_products {
    display: none; }

  /* line 3374, styles-sj.scss */
  .product-details-title {
    margin: 0;
    padding-top: 16px;
    font-size: 26px;
    line-height: 29px;
    border-top: 1px solid #cacaca;
    border-bottom: none; }

  /* line 3382, styles-sj.scss */
  .product_wrap__slider {
    margin-top: 48px; }
    /* line 3384, styles-sj.scss */
    .product_wrap__slider .bx-controls-direction {
      display: flex; }
    /* line 3387, styles-sj.scss */
    .product_wrap__slider .bx-controls {
      position: absolute;
      right: 0; }
    /* line 3391, styles-sj.scss */
    .product_wrap__slider .bx-prev, .product_wrap__slider .bx-next {
      margin-right: 8px !important;
      position: relative !important;
      padding: 10px 12px !important;
      border-radius: 50px !important;
      background-color: #fff !important; }
    /* line 3398, styles-sj.scss */
    .product_wrap__slider .row {
      flex-direction: column; }
    /* line 3401, styles-sj.scss */
    .product_wrap__slider .product-slider {
      margin-top: 48px; }
    /* line 3404, styles-sj.scss */
    .product_wrap__slider #elevatezoom_gallery {
      display: none; }

  /* line 3409, styles-sj.scss */
  .product_wrap__slider {
    margin-top: 48px; }
    /* line 3411, styles-sj.scss */
    .product_wrap__slider .col-sm-6, .product_wrap__slider .product-slider {
      width: 100%;
      max-width: 100%; }

  /* line 3416, styles-sj.scss */
  .product-info-right .cart-top {
    padding-bottom: 32px; }

  /* line 3419, styles-sj.scss */
  .product_sku {
    margin-bottom: 13px;
    color: #777777; }

  /* line 3426, styles-sj.scss */
  .newproduct--dekstop {
    display: none; }
    /* line 3428, styles-sj.scss */
    .newproduct--dekstop--description, .newproduct--dekstop--slider {
      display: none; }
  /* line 3433, styles-sj.scss */
  .newproduct--mobile {
    display: block; }
    /* line 3435, styles-sj.scss */
    .newproduct--mobile .row {
      flex-wrap: wrap; }
    /* line 3438, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--slider {
      display: block;
      padding-top: 16px; }
    /* line 3442, styles-sj.scss */
    .newproduct--mobile--details {
      padding-bottom: 72px; }
    /* line 3446, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--details {
      margin-bottom: 0;
      max-height: 74px;
      overflow: hidden;
      position: relative;
      transition: all .3s; }
      /* line 3452, styles-sj.scss */
      .newproduct--mobile--description .product-details-title, .newproduct--mobile--details .product-details-title {
        position: relative; }
      /* line 3455, styles-sj.scss */
      .newproduct--mobile--description .product-details-title::after, .newproduct--mobile--details .product-details-title::after {
        content: '+';
        position: absolute;
        right: 7%;
        top: 30px;
        transform: translateY(-50%); }
    /* line 3463, styles-sj.scss */
    .newproduct--mobile--cart--buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      /* line 3469, styles-sj.scss */
      .newproduct--mobile--cart--buttons .product-btns {
        margin-top: 0;
        height: 40px; }
        /* line 3472, styles-sj.scss */
        .newproduct--mobile--cart--buttons .product-btns #button-cart {
          height: 40px; }
    /* line 3477, styles-sj.scss */
    .newproduct--mobile .product-price {
      margin: 16px 0; }
    /* line 3480, styles-sj.scss */
    .newproduct--mobile .short_description {
      margin-bottom: 16px; } }
/* line 3492, styles-sj.scss */
.newproduct--mobile--details.height-auto .product-details-title:after, .newproduct--mobile--description.height-auto .product-details-title:after {
  content: '-'; }

/* line 3499, styles-sj.scss */
.rte p a, .box-container p a {
  color: #125C7F; }
  /* line 3502, styles-sj.scss */
  .rte p a:hover, .box-container p a:hover {
    color: #125C7F;
    text-decoration: none !important; }

/* line 3507, styles-sj.scss */
.btn-one-prod-feed:after {
  left: 100%; }

/* line 3510, styles-sj.scss */
.table-bordered .btn-one {
  padding: 5px 5px 5px 10px;
  font-size: 11px; }
  /* line 3513, styles-sj.scss */
  .table-bordered .btn-one:after {
    width: 15px; }

@media (max-width: 610px) {
  /* line 3519, styles-sj.scss */
  .main-collections .row .cell {
    padding: 0 10px;
    width: 100%;
    height: 250px; }

  /* line 3524, styles-sj.scss */
  .subscrition__title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em; }

  /* line 3530, styles-sj.scss */
  .main-item__small, main-item__large {
    height: 230px; }

  /* line 3533, styles-sj.scss */
  .main-block-item, .main-block-item a {
    height: 100%;
    width: 100%; }

  /* line 3537, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em; } }
@media (max-width: 575px) {
  /* line 3546, styles-sj.scss */
  .main_content {
    padding-right: 15px; }

  /* line 3549, styles-sj.scss */
  .page-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em; }

  /* line 3554, styles-sj.scss */
  .btn-one {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px; }

  /* line 3560, styles-sj.scss */
  .product-listing__collection .product_name a {
    font-size: 16px;
    color: #335525; }
  /* line 3564, styles-sj.scss */
  .product-listing__collection .product_img {
    width: 150px !important;
    background-color: transparent; }

  /* line 3573, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 35px; }

  /* line 3578, styles-sj.scss */
  .cart--mobile--counter {
    margin-left: 2em; }
  /* line 3586, styles-sj.scss */
  .cart--mobile--footer, .cart--mobile--item {
    padding: 0; }

  /* line 3592, styles-sj.scss */
  .product-description iframe {
    width: 95.5% !important;
    height: 235px; }

  /* line 3598, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3602, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    /* line 3608, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3613, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0;
      width: 60px;
      height: 30px; }

  /* line 3620, styles-sj.scss */
  .cart--mobile--info {
    width: 73% !important; }

  /* line 3623, styles-sj.scss */
  .cart-product-img {
    max-width: 108px !important; }

  /* line 3626, styles-sj.scss */
  .cart--mobile--pricetag {
    width: 100%;
    margin: 0 -10px; } }
@media (max-width: 440px) {
  /* line 3632, styles-sj.scss */
  .add--in--cart__text {
    font-size: 20px; }

  /* line 3636, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 30px; }

  /* line 3641, styles-sj.scss */
  .cart--mobile .bbender a {
    font-size: 14px; }
  /* line 3645, styles-sj.scss */
  .cart--mobile--footer .btn-cupon {
    max-width: 101px;
    font-size: 13px;
    padding: 11px 16px;
    text-transform: none; }
  /* line 3651, styles-sj.scss */
  .cart--mobile--footer .footer-label {
    font-size: 13px; }
  /* line 3655, styles-sj.scss */
  .cart--mobile--footer--gift .cart_delivery {
    font-size: 13px;
    line-height: 120%; }
  /* line 3660, styles-sj.scss */
  .cart--mobile--footer--btn {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em; }

  /* line 3669, styles-sj.scss */
  .product-description iframe {
    width: 328px;
    height: 185px; }

  /* line 3674, styles-sj.scss */
  .main-block-item {
    height: 168px; }

  /* line 3677, styles-sj.scss */
  .main-block-item-title {
    padding: 8px 16px; }

  /* line 3680, styles-sj.scss */
  .main-block-item-title {
    width: fit-content;
    max-width: 100%;
    width: -moz-max-content; }

  /* line 3685, styles-sj.scss */
  .main-preference-item .icon {
    width: 59px;
    height: 25px; }

  /* line 3689, styles-sj.scss */
  .offical-dealer-container {
    height: 890px;
    padding: 12px 0 40px 0; }

  /* line 3693, styles-sj.scss */
  .offical-dealer-left {
    padding: 30px 10px 40px 10px; }

  /* line 3696, styles-sj.scss */
  .offical-dealer-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em; }

  /* line 3702, styles-sj.scss */
  .offical-dealer-descriptor {
    font-size: 14px;
    line-height: 150%;
    text-align: center; }

  /* line 3707, styles-sj.scss */
  .product-details-title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

  /* line 3715, styles-sj.scss */
  .newproduct--mobile--description .tab-content {
    font-size: 13px;
    line-height: 150%;
    color: #353131; }

  /* line 3722, styles-sj.scss */
  .cart--mobile--info {
    width: 64% !important; }

  /* line 3725, styles-sj.scss */
  .newproduct--mobile--description {
    padding-top: 0; }

  /* line 3728, styles-sj.scss */
  .newproduct--mobile--description, .newproduct--mobile--details {
    max-height: 46px; }
    /* line 3730, styles-sj.scss */
    .newproduct--mobile--description .product-details-title, .newproduct--mobile--details .product-details-title {
      padding-top: 16; }
      /* line 3732, styles-sj.scss */
      .newproduct--mobile--description .product-details-title::after, .newproduct--mobile--details .product-details-title::after {
        top: 23px; }

  /* line 3737, styles-sj.scss */
  .newproduct--mobile--details {
    padding-bottom: 0; }
    /* line 3739, styles-sj.scss */
    .newproduct--mobile--details .product-details--mobile__table {
      padding-bottom: 72px; }

  /* line 3743, styles-sj.scss */
  .main-preference-container {
    margin: 40px auto; }

  /* line 3746, styles-sj.scss */
  .main-news-container {
    padding: 0; }

  /* line 3749, styles-sj.scss */
  .subscrition-container {
    margin: 40px auto 90px; }

  /* line 3752, styles-sj.scss */
  .main-item__small, main-item__large {
    height: 168px; }

  /* line 3756, styles-sj.scss */
  .main-item__small:nth-of-type(4), .main-item__small:nth-of-type(5) {
    margin: 8px 0; }

  /* line 3760, styles-sj.scss */
  .main-item__large {
    padding: 10px 10px 0 10px !important; } }
@media (max-width: 375px) {
  /* line 3765, styles-sj.scss */
  .main-preference-item .icon {
    width: 109px;
    height: 41px; } }
@media (max-width: 340px) {
  /* line 3772, styles-sj.scss */
  .product-description iframe {
    width: 293px;
    height: 170px; }

  /* line 3779, styles-sj.scss */
  .product-listing__collection .product_img {
    width: 100px !important; }
  /* line 3782, styles-sj.scss */
  .product-listing__collection .product_info {
    width: 175px; }

  /* line 3789, styles-sj.scss */
  .search__list .product_img {
    width: 100% !important;
    max-width: 100%; }
  /* line 3793, styles-sj.scss */
  .search__list .product_info {
    width: 100%; } }
@media (min-width: 1024px) {
  /* line 3802, styles-sj.scss */
  .feedback-price-wrapper {
    margin-top: -20px; } }
/* line 3808, styles-sj.scss */
.row-blog {
  flex-wrap: wrap; }
  /* line 3810, styles-sj.scss */
  .row-blog .w25 {
    margin-bottom: 20px; }

/* line 3816, styles-sj.scss */
.box-content-collection table h4 {
  margin: 5px 0; }

/* line 3821, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  position: relative; }
  /* line 3823, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:after {
    content: "";
    display: none;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 100%;
    background: #25292D;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 3837, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover:after {
    background: #125C7F; }

/* line 3844, styles-sj.scss */
.product_info .compare-at-price {
  font-size: 14px !important; }

/* line 3847, styles-sj.scss */
.price-old, .compare-at-price {
  color: #353131 !important;
  opacity: 0.75; }

/* line 3852, styles-sj.scss */
.soc-footer-wrapper {
  margin-top: 20px; }
  /* line 3854, styles-sj.scss */
  .soc-footer-wrapper a {
    display: inline-block;
    margin-right: 5px; }

/* line 3861, styles-sj.scss */
#thanks {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #125C7F; }

/* line 3867, styles-sj.scss */
.new-btn--secondary {
  color: #9D9595;
  background: transparent;
  border: 2px solid #9D9595; }
  /* line 3871, styles-sj.scss */
  .new-btn--secondary:hover {
    color: #fff;
    border: 2px solid #627F9A;
    background-color: #627F9A; }

/* line 3878, styles-sj.scss */
.recaptcha-field {
  margin-bottom: 20px; }

/* line 3882, styles-sj.scss */
.mobile-right-part {
  display: flex; }
  /* line 3885, styles-sj.scss */
  .mobile-right-part .open-search {
    margin-right: 20px; }

@media (max-width: 768px) {
  /* line 3893, styles-sj.scss */
  .search-container .header_search form {
    background: #fff !important;
    border: 1px solid #CACACA  !important;
    box-sizing: border-box !important;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.08) !important; }

  /* line 3900, styles-sj.scss */
  .search-container .header_search form input {
    color: #000 !important; } }
/* line 3907, styles-sj.scss */
.new-dark.mobile--nav__clicked .mobile-right-part {
  display: none; }

/* line 3912, styles-sj.scss */
.promo-slider {
  display: flex; }

/* line 3917, styles-sj.scss */
.promo-slider-container {
  margin: 20px 0; }
  /* line 3919, styles-sj.scss */
  .promo-slider-container .slide {
    display: block;
    position: relative; }
  /* line 3923, styles-sj.scss */
  .promo-slider-container .slide-img img {
    width: 100%; }
  /* line 3926, styles-sj.scss */
  .promo-slider-container .slide-content {
    position: absolute;
    width: 100%;
    padding: 56px 64px;
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    z-index: 3;
    top: 0; }
  /* line 3939, styles-sj.scss */
  .promo-slider-container .slide-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  /* line 3948, styles-sj.scss */
  .promo-slider-container .slide-description {
    margin-top: 4px;
    max-width: 265px; }
  /* line 3952, styles-sj.scss */
  .promo-slider-container .bx-default-pager {
    display: none; }
  /* line 3955, styles-sj.scss */
  .promo-slider-container .bx-wrapper {
    position: relative; }
  /* line 3958, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: flex;
    position: absolute;
    bottom: 24px;
    right: 24px; }
    /* line 3963, styles-sj.scss */
    .promo-slider-container .bx-controls-direction a {
      width: 64px;
      height: 64px;
      background: url("arr-right-w.svg") no-repeat 40% center rgba(0, 0, 0, 0.5);
      display: flex;
      border-radius: 50%;
      margin-left: 8px; }
      /* line 3970, styles-sj.scss */
      .promo-slider-container .bx-controls-direction a.bx-next {
        transform: scale(-1, 1); }

@media (max-width: 760px) {
  /* line 3978, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: none; }
  /* line 3981, styles-sj.scss */
  .promo-slider-container .bx-viewport {
    height: auto !important; } }
/* line 3987, styles-sj.scss */
.main-products {
  margin-top: 90px; }

/* line 3991, styles-sj.scss */
.product-list-main {
  margin-top: 10px; }

/* line 3995, styles-sj.scss */
.product-list-main > .row {
  margin: 0 -10px !important; }

/* line 3999, styles-sj.scss */
.title-header {
  font-size: 32px;
  text-transform: uppercase;
  margin-right: 16px;
  font-weight: 700; }
  /* line 4005, styles-sj.scss */
  .title-header + a {
    font-size: 18px;
    color: #335525; }

/* line 4011, styles-sj.scss */
.product_name {
  color: #335525 !important; }

/* line 4015, styles-sj.scss */
#widget_content--filter .btn-one {
  font-size: 14px;
  background: #000; }

/* line 4020, styles-sj.scss */
.wow.product-grid {
  padding-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.08); }

/* line 4029, styles-sj.scss */
.main_content .editor-page a {
  color: #E23B35; }
/* line 4033, styles-sj.scss */
.main_content .editor-page b, .main_content .editor-page strong {
  color: #3D7E22; }

/* line 4039, styles-sj.scss */
.short_description {
  color: #777; }

/* line 4043, styles-sj.scss */
.product_sku {
  font-size: 13px !important;
  line-height: 16px;
  color: #777777 !important; }
  /* line 4047, styles-sj.scss */
  .product_sku span {
    line-height: 16px;
    font-size: 13px !important;
    color: #777777 !important; }

/* line 4056, styles-sj.scss */
.product-wiegets-dop-tovar .product-list > li {
  text-align: center; }
  /* line 4059, styles-sj.scss */
  .product-wiegets-dop-tovar .product-list > li .product_price {
    color: #000 !Important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    bottom: 10px; }
    /* line 4066, styles-sj.scss */
    .product-wiegets-dop-tovar .product-list > li .product_price .money {
      color: #000 !Important;
      font-size: 16px;
      font-weight: 700; }
  /* line 4075, styles-sj.scss */
  .product-wiegets-dop-tovar .product-list > li .inner {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.08);
    padding-bottom: 24px; }

/* line 4090, styles-sj.scss */
.features li label {
  font-weight: normal;
  font-size: 16px; }
/* line 4095, styles-sj.scss */
.features li span {
  font-size: 16px !important; }

/* line 4102, styles-sj.scss */
.sbp-wrapper {
  background: #F2F2F2;
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 18px;
  line-height: 100%; }
  /* line 4109, styles-sj.scss */
  .sbp-wrapper .sbp-price {
    font-weight: 500;
    font-size: 14px;
    color: #000; }
  /* line 4115, styles-sj.scss */
  .sbp-wrapper .sbp-price-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    line-height: 100%; }
    /* line 4120, styles-sj.scss */
    .sbp-wrapper .sbp-price-info > span, .sbp-wrapper .sbp-price-info img {
      margin-right: 10px;
      line-height: 100%; }
    /* line 4125, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent {
      display: block;
      background: #335525;
      border-radius: 9px;
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      padding: 7px; }
    /* line 4135, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent-info {
      color: #828282;
      font-size: 12px; }

/* line 4145, styles-sj.scss */
.modal-hide {
  display: none; }

/* ================================ */
/* popup-bg */
/* ================================ */
/* line 4154, styles-sj.scss */
.popup-bg {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  display: none;
  cursor: pointer; }
  /* line 4165, styles-sj.scss */
  .popup-bg.active {
    display: block; }

/* line 4169, styles-sj.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 0.75; }

/* line 4172, styles-sj.scss */
.fancybox-content {
  padding: 20px; }

/* line 4176, styles-sj.scss */
#feedback-modal, #feedback-modal-discount {
  max-width: 344px;
  padding: 10px; }
  /* line 4191, styles-sj.scss */
  #feedback-modal .bttn-reg, #feedback-modal-discount .bttn-reg {
    margin-top: 10px;
    width: 100%; }
  /* line 4197, styles-sj.scss */
  #feedback-modal .form-label, #feedback-modal-discount .form-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
  /* line 4204, styles-sj.scss */
  #feedback-modal .feedback-field-wrap, #feedback-modal-discount .feedback-field-wrap {
    width: 100% !important;
    max-width: 100% !important; }

/* line 4211, styles-sj.scss */
.feedback-mini {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* line 4218, styles-sj.scss */
.feedback-row .chkbx-label input[type="checkbox"] + .chkbx-control {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px; }
/* line 4224, styles-sj.scss */
.feedback-row .chkbx-label > span:last-child {
  width: calc(100% - 70px); }

/* line 4231, styles-sj.scss */
.chkbx-label input[type="checkbox"]:checked + .chkbx-control .checked {
  display: block; }

/* line 4235, styles-sj.scss */
.chkbx-label input[type="checkbox"] + .chkbx-control .checked {
  display: none; }

/* line 4239, styles-sj.scss */
.chkbx-label input[type="checkbox"]:checked + .chkbx-control .unchecked {
  display: none; }

/* line 4243, styles-sj.scss */
.chkbx-label > span {
  display: inline-block;
  vertical-align: middle; }

/* line 4249, styles-sj.scss */
.title-header {
  font-size: 32px;
  text-transform: uppercase;
  margin-right: 16px;
  font-weight: 700; }

/* line 4256, styles-sj.scss */
.video-icon {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1000; }

/* line 4264, styles-sj.scss */
.video-icon img {
  border-radius: 0 !important;
  max-width: 80px; }

@media (max-width: 1023px) {
  /* line 4270, styles-sj.scss */
  .template-index .product-list-main .col-sm-4 {
    width: 50% !Important; }

  /* line 4274, styles-sj.scss */
  .template-index .product-list-main .product_links {
    display: block;
    position: static; }

  /* line 4279, styles-sj.scss */
  .template-index .product-list-main .product_desc {
    padding-bottom: 10px; }

  /* line 4283, styles-sj.scss */
  .template-index .product-list-main .product-item {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  /* line 4289, styles-sj.scss */
  .template-index .product-list-main .product-item {
    margin-bottom: 20px !important; }

  /* line 4292, styles-sj.scss */
  .newproduct--mobile--description > div {
    padding: 0 20px !Important; } }
/* line 1, _newnav.scss */
.mobile--nav {
  border-top: 1px solid #8A1E22;
  background: #335525;
  padding: 0; }
  /* line 5, _newnav.scss */
  .mobile--nav__opened {
    padding-right: 15px;
    display: none; }
  /* line 9, _newnav.scss */
  .mobile--nav__closed {
    display: block;
    max-width: 180px; }
  /* line 14, _newnav.scss */
  .mobile--nav__clicked .mobile--nav__opened {
    display: flex; }
  /* line 17, _newnav.scss */
  .mobile--nav__clicked .name-city {
    color: #fff; }
  /* line 20, _newnav.scss */
  .mobile--nav__clicked .mobile--nav__closed {
    display: none; }
  /* line 23, _newnav.scss */
  .mobile--nav__clicked form {
    background-color: #fff !important; }
    /* line 25, _newnav.scss */
    .mobile--nav__clicked form input {
      color: #000 !important; }
  /* line 30, _newnav.scss */
  .mobile--nav--header {
    padding: 22px 0;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  /* line 37, _newnav.scss */
  .mobile--nav--link {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 40, _newnav.scss */
    .mobile--nav--link:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 43, _newnav.scss */
    .mobile--nav--link a:link, .mobile--nav--link a:visited {
      display: block;
      text-align: center;
      font-family: 'Russo One';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #FFFFFF; }
  /* line 56, _newnav.scss */
  .mobile--nav--links {
    padding: 0 15px; }
  /* line 59, _newnav.scss */
  .mobile--nav--btn--block {
    display: block;
    width: 20px;
    height: 17px;
    top: 21px;
    margin-left: 15px;
    margin-bottom: 39px; }
  /* line 67, _newnav.scss */
  .mobile--nav--btn, .mobile--nav--btn--block::after, .mobile--nav--btn--block::before {
    height: 1px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #fff; }
  /* line 74, _newnav.scss */
  .mobile--nav--btn--block::after, .mobile--nav--btn--block::before {
    content: ''; }
  /* line 77, _newnav.scss */
  .mobile--nav--btn--block::after {
    top: 5px; }
  /* line 80, _newnav.scss */
  .mobile--nav--btn--block::before {
    bottom: 5px; }
  /* line 84, _newnav.scss */
  .mobile--nav--open-menu span {
    opacity: 0;
    transition: 0.5s; }
  /* line 89, _newnav.scss */
  .mobile--nav--open-menu::before {
    transform: rotate(38deg);
    top: 6px;
    transition: 0.4s; }
  /* line 94, _newnav.scss */
  .mobile--nav--open-menu::after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s; }
  /* line 99, _newnav.scss */
  .mobile--nav--content {
    width: 100%;
    background: #000000;
    position: absolute;
    top: 60px;
    left: -100%;
    transition: all 0.4s ease; }
    /* line 106, _newnav.scss */
    .mobile--nav--content__opened {
      left: 0; }
  /* line 110, _newnav.scss */
  .mobile--nav--user {
    margin-right: 22px; }
  /* line 113, _newnav.scss */
  .mobile--nav--city {
    position: absolute;
    left: 100px;
    width: 100px; }
  /* line 118, _newnav.scss */
  .mobile--nav--cart {
    padding-right: 15px;
    position: relative; }
    /* line 121, _newnav.scss */
    .mobile--nav--cart--counter {
      position: absolute;
      bottom: -10px;
      right: 6px;
      font-size: 12px;
      color: black;
      background: #0c8e0c;
      border-radius: 50px;
      line-height: 12px;
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
  /* line 144, _newnav.scss */
  .mobile--nav--footer {
    padding: 56px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    /* line 149, _newnav.scss */
    .mobile--nav--footer--item {
      flex-basis: 50%; }
      /* line 151, _newnav.scss */
      .mobile--nav--footer--item .footer-item-title, .mobile--nav--footer--item a {
        color: #fff; }
      /* line 154, _newnav.scss */
      .mobile--nav--footer--item:nth-of-type(3), .mobile--nav--footer--item:nth-of-type(4) {
        margin-top: 48px; }

/* line 161, _newnav.scss */
.mobile--nav--header {
  display: none; }

@media (max-width: 768px) {
  /* line 166, _newnav.scss */
  .mobile--nav--header {
    display: flex; } }
/* line 173, _newnav.scss */
.open-search img {
  width: 25px; }
