.layout_mosaic {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_mosaic .item_1 {
  width: 40%;
}
.layout_mosaic .item_2 {
  width: 60%;
}
.layout_mosaic .item_3 {
  width: 60%;
}
.layout_mosaic .item_4 {
  width: 40%;
}
.layout_mosaic .item_1,
.layout_mosaic .item_2,
.layout_mosaic .item_3,
.layout_mosaic .item_4 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_mosaic .item_1,
  .layout_mosaic .item_2,
  .layout_mosaic .item_3,
  .layout_mosaic .item_4 {
    width: 100%;
  }
}
.layout_twoColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  width: 50%;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_twoColumns .item_1,
  .layout_twoColumns .item_2 {
    width: 100%;
  }
}
.layout_twoColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_twoColumns .item_1 {
  width: 50%;
}
.layout_twoColumns .item_2 {
  width: 50%;
}
.layout_twoColumns .item_1,
.layout_twoColumns .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_twoColumns .item_1,
  .layout_twoColumns .item_2 {
    width: 100%;
  }
}
.layout_threeColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_threeColumns .item_1,
.layout_threeColumns .item_2,
.layout_threeColumns .item_3 {
  width: 33.3333%;
}
.layout_threeColumns .item_1,
.layout_threeColumns .item_2,
.layout_threeColumns .item_3 {
  padding: 5px;
}
@media (max-width: 640px) {
  .layout_threeColumns .item_1,
  .layout_threeColumns .item_2,
  .layout_threeColumns .item_3 {
    width: 100%;
  }
}
.layout_fourColumns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_fourColumns .item_1,
.layout_fourColumns .item_2,
.layout_fourColumns .item_3,
.layout_fourColumns .item_4 {
  width: 25%;
}
.layout_fourColumns .item_1,
.layout_fourColumns .item_2,
.layout_fourColumns .item_3,
.layout_fourColumns .item_4 {
  padding: 5px;
}
@media (max-width: 820px) {
  .layout_fourColumns .item_1,
  .layout_fourColumns .item_2,
  .layout_fourColumns .item_3,
  .layout_fourColumns .item_4 {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .layout_fourColumns .item_1,
  .layout_fourColumns .item_2,
  .layout_fourColumns .item_3,
  .layout_fourColumns .item_4 {
    width: 100%;
  }
}
.layout_smallLeft {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallLeft .item_1 {
  width: 33.3333%;
}
.layout_smallLeft .item_2 {
  width: 66.6666%;
}
.layout_smallLeft .item_1,
.layout_smallLeft .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallLeft .item_1,
  .layout_smallLeft .item_2 {
    width: 100%;
  }
}
.layout_smallRight {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallRight .item_2 {
  width: 33.3333%;
}
.layout_smallRight .item_1 {
  width: 66.6666%;
}
.layout_smallRight .item_1,
.layout_smallRight .item_2 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallRight .item_1,
  .layout_smallRight .item_2 {
    width: 100%;
  }
}
.layout_smallSides {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_smallSides .item_1 {
  width: 25%;
}
.layout_smallSides .item_2 {
  width: 50%;
}
.layout_smallSides .item_3 {
  width: 25%;
}
.layout_smallSides .item_1,
.layout_smallSides .item_2,
.layout_smallSides .item_3 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_smallSides .item_1,
  .layout_smallSides .item_2,
  .layout_smallSides .item_3 {
    width: 100%;
  }
}
.layout_octopus {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout_octopus .item_1,
.layout_octopus .item_2 {
  width: 50%;
}
.layout_octopus .item_3,
.layout_octopus .item_4,
.layout_octopus .item_5 {
  width: 33.3333%;
}
.layout_octopus .item_1,
.layout_octopus .item_2,
.layout_octopus .item_3,
.layout_octopus .item_4,
.layout_octopus .item_5 {
  padding: 5px;
}
@media (max-width: 560px) {
  .layout_octopus .item_1,
  .layout_octopus .item_2,
  .layout_octopus .item_3,
  .layout_octopus .item_4,
  .layout_octopus .item_5 {
    width: 100%;
  }
}
/* import layouts less style */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 27, 2018 */
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-boldOpen sans.woff2') format('woff2'), url('../fonts/roboto-boldOpen sans.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-lightOpen sans.woff2') format('woff2'), url('../fonts/roboto-lightOpen sans.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regularOpen sans.woff2') format('woff2'), url('../fonts/roboto-regularOpen sans.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* icon START */
@font-face {
  font-family: 'ico';
  src: url('../ico/ico.ttf?xfyzio') format('truetype'), url('../ico/ico.woff?xfyzio') format('woff'), url('../ico/ico.svg?xfyzio#ico') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ico-social-youtube,
.ico-social-instagram,
.ico-social-facebook,
.ico-social-linkedin,
.ico-social-twitter,
[class^="ico_"],
[class*=" ico_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico_arr:before {
  content: "\e900";
}
.ico_cart:before {
  content: "\e901";
}
.ico_user:before {
  content: "\e902";
}
.ico_mail:before {
  content: "\e903";
}
.ico_home:before {
  content: "\e904";
}
.ico_favourite:before {
  content: "\e905";
}
.ico_search:before {
  content: "\e906";
}
.ico_phone:before {
  content: "\e907";
}
.ico_cross:before {
  content: "\e908";
}
.ico_set:before {
  content: "\e909";
}
.ico_gps:before {
  content: "\e90a";
}
.ico_update:before {
  content: "\e90b";
}
.ico_photo:before {
  content: "\e90c";
}
.ico_compare:before {
  content: "\e90d";
}
.ico_print:before {
  content: "\e90e";
}
.ico_set1:before {
  content: "\e90f";
}
.ico_set2:before {
  content: "\e910";
}
.ico_set3:before {
  content: "\e911";
}
.ico_set4:before {
  content: "\e912";
}
.ico_set5:before {
  content: "\e913";
}
.ico-social-youtube:before,
.ico_yt:before {
  content: "\e914";
}
.ico-social-instagram::before,
.ico_ins:before {
  content: "\e915";
}
.ico-social-facebook:before,
.ico_fb:before {
  content: "\e916";
}
.ico-social-linkedin:before,
.ico_in:before {
  content: "\e917";
}
.ico-social-twitter:before,
.ico_tw:before {
  content: "\e918";
}
.ico_gp:before {
  content: "\e919";
}
/* icon END */
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
input,
textarea,
button,
ul,
a,
a * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: 'roboto', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style-type: none;
}
html {
  color: #343434;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-y: scroll;
}
body {
  font-size: 13px;
  width: 100%;
}
form {
  margin-bottom: 0;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  color: black;
  background: transparent;
}
select {
  display: block;
  margin: 0;
  padding: 0 33px 0 16px;
  outline: none;
  border: 1px solid #cecece;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #FFFFFF;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPjxwYXRoIGQ9Ik00ODUuNDc5LDExMi41ODJjMS44NDMsMC40MzMgMy43MzQsMC42OTkgNS41MjksMS4zYzEyLjYzNyw0LjIzNiAyMS41NzgsMTcuMjc0IDIwLjk2MiwzMC42MDJjLTAuMTc2LDMuNzk4IC0xLjA1NCw3LjUzMSAtMi41ODksMTEuMDA5Yy0yLjA1NCw0LjY1MSAtMy4xODYsNS40NjkgLTYuMzkyLDkuMzMxbC0yMjUuNzYsMjI1Ljc2Yy0zLjYzOSwzLjA1MyAtNC40MTIsNC4xMDcgLTguNzY4LDYuMTM2Yy04LjEzNiwzLjc5IC0xNy44OTQsMy43ODkgLTI2LjA0MywtMC4wMjVjLTQuMzUxLC0yLjAzOCAtNS4xMjIsLTMuMDk0IC04Ljc1NSwtNi4xNTRsLTIyNC44NzgsLTIyNS43NmMtMS4yMDcsLTEuNDU5IC0yLjU1MywtMi44MTIgLTMuNjIsLTQuMzc2Yy03LjUxMSwtMTEuMDExIC02Ljc1OCwtMjYuODAyIDEuNzg2LC0zNy4wNWM5LjcwOCwtMTEuNjQ1IDI4LjQ0OCwtMTQuMzM4IDQxLjA4LC01LjY0OGMxLjU1OSwxLjA3MyAyLjkwOCwyLjQyNCA0LjM2MiwzLjYzNmwyMDMuMTE3LDIwMy45MTRsMjAzLjk1NiwtMjAzLjk1Nmw0LjM2OSwtMy42MjhjNC4zODUsLTIuNDQzIDUuMzk3LC0zLjQwNSAxMC4zNDYsLTQuNTY5YzMuNjc5LC0wLjg2NSA3LjUwOSwtMC42OTcgMTEuMjk4LC0wLjUyMloiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: -webkit-calc(100% - 10px);
  background-position-x: calc(100% - 10px);
  -webkit-background-size: 9px 9px;
  background-size: 9px;
}
.sticky {
  position: -webkit-sticky;
  /* position: sticky; */
  /* z-index: 999; */
  /* top: 142px; */
}
button {
  cursor: pointer;
  -webkit-appearance: none;
  overflow: visible;
  background: transparent;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button:active span,
button:focus span {
  position: relative;
  top: 0;
  left: 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
p {
  margin: 1em 0;
  line-height: 17px;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1 {
  display: block;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 24px 0 8px 0;
}
h2 {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 8px 0 15px 0;
}
h3 {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #1a1a1a;
  margin: 12px 0 12px 0;
}
a {
  color: #0C68C2;
}
hr {
  background: #d6d6d6;
  margin: 1em 0;
  border: 0;
  height: 1px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.no-touch a:hover {
  text-decoration: underline;
}
/* Respon START */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_justify_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_justify_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_justify_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_align_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_align_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_col_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.full_width {
  width: 100%;
}
.full_height {
  width: 100%;
}
.btn.k2hidden,
.k2hidden,
figcaption,
.hide {
  display: none;
}
.spacing {
  padding: 20px;
}
.spacing_row {
  margin-left: -10px;
  margin-right: -10px;
}
.spacing_row > * {
  padding-left: 10px;
  padding-right: 10px;
}
.spacing_col {
  margin-top: -10px;
  margin-bottom: -10px;
}
.spacing_col > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.spacing_top {
  padding-top: 20px;
}
.spacing_bottom {
  padding-bottom: 20px;
}
.spacing_left {
  padding-left: 20px;
}
.spacing_right {
  padding-right: 20px;
}
.relative {
  position: relative;
}
/* Respon START */
.underline_none {
  text-decoration: underline;
}
main,
.wrap {
  max-width: 1320px;
  margin: auto;
  width: 100%;
}
main {
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 30px 0;
  margin-top: 141px;
}
.section {
  margin: 0px 30px;
  padding-top: 20px;
}
.section:first-child {
  padding-top: 0;
}
.section:last-child {
  padding-bottom: 0;
}
.main_header {
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.main_header_links {
  background-color: #f9f9f9;
}
footer {
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #bcbcbc;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input::-moz-placeholder {
  color: #bcbcbc;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input:-ms-input-placeholder {
  color: #bcbcbc;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input:-moz-placeholder {
  color: #bcbcbc;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  color: #dcdcdc;
}
input:focus::-moz-placeholder {
  color: #dcdcdc;
}
input:focus:-ms-input-placeholder {
  color: #dcdcdc;
}
input:focus:-moz-placeholder {
  color: #dcdcdc;
}
input:focus {
  border-color: #adadad;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear {
  display: none;
}
.cookie {
  bottom: 40px;
  margin-left: 20px;
  left: 0;
  position: relative;
  width: 680px;
  max-width: calc(100% - 40px);
  -webkit-box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.6);
  padding: 20px;
  background: #272727;
  color: #FFFFFF;
  opacity: 1;
  -webkit-animation: cookieAnime ease 0.5s;
  -o-animation: cookieAnime ease 0.5s;
  animation: cookieAnime ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.container_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  z-index: 99999;
}
.cookie a {
  font-weight: 700;
}
@-webkit-keyframes cookieAnime {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    bottom: 40px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes cookieAnime {
  0% {
    bottom: 0;
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    bottom: 40px;
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes cookieAnime {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    bottom: 40px;
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.cookie.active {
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active_visible {
  display: none;
}
.active_visible.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header_menu_open {
  padding: 12px 0px;
  font-weight: 700;
  font-size: 12px;
}
.header_menu_open img {
  max-width: 18px;
  border: 1px solid #ededed;
}
.header_menu_open .ico_arr {
  font-size: 8px;
  margin-left: 6px;
}
.header_menu_links li {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.main_wrap {
  padding: 0 30px;
}
.header_menu_links a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.line_between > *:first-child {
  padding-left: 0;
}
.line_between > *:last-child {
  padding-right: 0;
}
.line_between > * {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.line_between > *:not(:last-child):before {
  content: '';
  width: 2px;
  height: 17px;
  background: #dfdfdf;
  position: absolute;
  right: 0;
  top: -99px;
  bottom: -99px;
  margin: auto;
}
.login_button {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 0 !important;
}
.login_button .ico_user {
  font-size: 21px;
  margin-right: 9px;
}
.login_button .ico_arr {
  font-size: 8px;
  margin-left: 6px;
}
.main_content {
  width: calc(100% - 256px);
}
.main_menu {
  width: 256px;
  position: relative;
}
.logo {
  max-height: 57px;
}
.spacing_big_row > * {
  padding-left: 25px;
  padding-right: 25px;
}
.spacing_big_row {
  margin-left: -25px;
  margin-right: -25px;
}
.eshop_set_menu .button_menu,
.eshop_set_menu button.button_menu {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 0 !important;
}
.eshop_set_menu .icon {
  margin-right: 5px;
}
.eshop_set_menu .counter {
  padding-left: 4px;
}
.favourite_menu a,
.compare_menu a {
  text-decoration: none !important;
  color: #000000;
}
.favourite_menu .icon {
  font-size: 16px;
}
.favourite_menu .icon,
.favourite_menu .counter {
  color: #384FD9;
}
.compare_menu .icon {
  font-size: 18px;
}
.compare_menu .icon,
.compare_menu .counter {
  color: #00aeec;
}
.cart_menu button.button_menu {
  text-align: left;
  line-height: 14px;
  text-transform: none !important;
  white-space: nowrap;
}
.cart_menu .ico_arr {
  font-size: 8px;
  margin-left: 6px;
}
.cart_menu .icon {
  font-size: 20px;
}
.cart_menu .icon,
.cart_menu .counter,
.cart_menu .price {
  color: #73b151;
}
.search_form input {
  background-color: #ffffff;
  border: 1px solid #dfdfdf !important;
  padding: 0.67em 1.1em;
  border-right: 0 !important;
  width: 100%;
}
.search_form input:focus,
.search_form input:focus + a {
  border-color: #b5b5b5;
}
.no-touch .search_form input + a:hover {
  color: #384FD9;
  text-decoration: none !important;
}
.search_form input + a {
  font-size: 20px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  color: #000000;
  padding: 0 0.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search_menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 65px;
}
.header_content {
  padding-top: 22px;
  padding-bottom: 22px;
}
.search_menu input::-webkit-input-placeholder {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.search_menu input::-moz-placeholder {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.search_menu input:-ms-input-placeholder {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.search_menu input:-moz-placeholder {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.search_menu input:focus::-webkit-input-placeholder {
  color: #dcdcdc;
}
.search_menu input:focus::-moz-placeholder {
  color: #dcdcdc;
}
.search_menu input:focus:-ms-input-placeholder {
  color: #dcdcdc;
}
.search_menu input:focus:-moz-placeholder {
  color: #dcdcdc;
}
footer {
  background-color: #333333;
  color: #FFFFFF;
  padding-top: 52px;
  padding-bottom: 30px;
}
.footer_links > * {
  width: 25%;
}
.footer_links > li > a,
.footer_links h3 {
  color: #FFFFFF !important;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  text-decoration: none !important;
}
.footer_links a {
  color: #939393;
  display: block;
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 12px;
  text-decoration: none !important;
}
.no-touch footer a:hover {
  color: #384FD9;
}
footer hr {
  background: rgba(233, 233, 233, 0.05);
  display: block;
  margin: 27px 0;
}
.copyright {
  font-size: 12px;
  color: #939393;
}
.footer_social_links a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #414141;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 16px;
  text-align: center;
  /* line-height: 38px; */
  margin-right: 11px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-touch .footer_social_links a:hover {
  background: #384FD9;
  color: #FFFFFF;
}
.footer_social_links > *:last-child a {
  margin-right: 0;
}
.newsletter_wrap input {
  background-color: #414141;
  border: 1px solid #707070;
  border-right: 0;
  padding: 0.7em 1em;
  color: #FFFFFF;
  width: 100%;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding-right: 0;
}
.newsletter_wrap input:focus + button,
.newsletter_wrap input:focus {
  background-color: #3a3a3a;
  border-color: #b5b4b4;
}
.newsletter_wrap button {
  background-color: #414141;
  border: 1px solid #707070;
  border-left: 0;
  padding: 0em 0.6em;
  font-size: 18px;
  color: #adadad;
}
.no-touch .newsletter_wrap button:hover {
  color: #384FD9;
}
.newsletter_text {
  padding-top: 11px;
  font-size: 11px;
  color: #ffffff;
}
.open_next {
  cursor: pointer;
}
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* swiper css */
.main_slider_container {
  border: 1px solid #dfdfdf;
}
.main_slider_container .swiper-slide {
  min-height: 378px;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catg_slider .swiper-slide.one {
  background: url('../image/catg_img.jpg');
}
.main_slider_container .swiper-slide.one {
  background: url('../image/slider.jpg');
}
.catg_slider .swiper-slide.two,
.main_slider_container .swiper-slide.two {
  background: url('../image/slider1.jpg');
}
.catg_slider .swiper-slide.three {
  background: url('../image/catg_img.jpg');
}
.main_slider_container .swiper-slide.three {
  background: url('../image/slider.jpg');
}
.catg_slider .swiper-slide.four,
.main_slider_container .swiper-slide.four {
  background: url('../image/slider2.jpg');
}
.main_slider_controler_wrap {
  width: 257px;
}
.main_slider_container {
  width: calc(100% - 257px);
  position: relative;
}
.main_slider_controler_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.main_slider_controler_wrap button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(246, 246, 246, 0);
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-bottom: 0;
  color: #343434;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 47px 10px 20px;
  text-align: left;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 130px;
}
.main_slider_controler_wrap button:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.main_slider_controler_wrap button.active:before,
.main_slider_controler_wrap button.active:after,
.main_slider_controler_wrap button.active {
  background: #e6e6e6 !important;
}
.main_slider_controler_wrap button:before,
.main_slider_controler_wrap button:after,
.main_slider_controler_wrap button.active {
  /*transition: transform 0.4s ease;*/
}
.main_slider_controler_wrap button.active:before {
  -webkit-transform: skewX(-18deg);
  -ms-transform: skewX(-18deg);
  -o-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
.main_slider_controler_wrap button.active:after {
  -webkit-transform: skewX(18deg);
  -ms-transform: skewX(18deg);
  -o-transform: skewX(18deg);
  transform: skewX(18deg);
}
.main_slider_controler_wrap button:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  border-left: 1px solid #dfdfdf;
}
.main_slider_controler_wrap button:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  border-left: 1px solid #dfdfdf;
  /* opacity: 0; */
}
.main_slider_controler_wrap button span {
  position: relative;
  z-index: 99;
}
.custom_pagination span.swiper-pagination-bullet-active {
  background: #384FD9;
  width: 30px;
  height: 8px;
}
.custom_pagination span {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #9a9a9a;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.main_slider_pagination {
  position: absolute;
  bottom: 0;
  z-index: 999;
  text-align: center;
}
.main_slider_container .main_slider_pagination {
  left: 0;
  right: 0;
  bottom: 15px;
}
.main_slider_container .main_slider_pagination span:not(:last-child) {
  margin-right: 8px;
}
.btn_light,
.main_slider_controler_wrap button,
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f6f6f6+100&0+42,0.76+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(103, 103, 103, 0) 42%, rgba(246, 246, 246, 0.76) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(103, 103, 103, 0) 42%, rgba(246, 246, 246, 0.76) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(103, 103, 103, 0)), to(rgba(246, 246, 246, 0.76)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(103, 103, 103, 0) 42%, rgba(246, 246, 246, 0.76) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(103, 103, 103, 0) 42%, rgba(246, 246, 246, 0.76) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c2f6f6f6', GradientType=0);
  /* IE6-9 */
}
.homepage_catg_container {
  border: 1px solid #dfdfdf;
}
.homepage_catg_container .category_link img {
  margin: auto;
}
.homepage_catg_container .category_link {
  padding: 22px 33px;
  display: block;
  text-align: center;
  color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.no-touch .homepage_catg_container .category_link:hover {
  background: #eeeeee !important;
  text-decoration: none;
}
.homepage_catg_container .category_link .title {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.float_menu_btn {
  border: 1px solid transparent;
  border-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
.float_menu_btn.active {
  -webkit-box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.22);
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  background: #FFFFFF;
}
.float_menu_btn > * {
  position: relative;
  z-index: 99;
}
.float_menu_btn.active > * {
  z-index: 99999;
}
.search_form {
  position: relative;
}
.search_content,
.float_menu:not(.float_menu_ml) {
  position: absolute;
  background: #FFFFFF;
  z-index: 999;
  -webkit-box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.22);
  border: 1px solid #dfdfdf;
  right: 0;
  top: calc(100% - 1px);
  padding: 17px 22px;
  overflow-y: auto;
}
.search_content {
  width: 100%;
  max-height: calc(100vh - 160px);
  padding: 0;
}
.search_loading,
.search_content.k2noItem {
  padding: 12px 10px;
}
.float_menu_btn .ico_arr {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}
.float_menu_btn.active .ico_arr {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.float_menu_btn.active:after {
  content: '';
  position: absolute;
  width: calc(100% + 13px);
  height: 11px;
  background: white;
  left: -15px;
  right: 0;
  z-index: 9999;
  margin: auto;
  bottom: 0;
}
.basket_btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.basket_btn .title {
  white-space: nowrap;
}
.login_button + .float_menu {
  min-width: 290px;
}
.currency_list .float_menu_btn {
  margin-right: 0;
}
.currency_list .float_menu_btn.active:after {
  width: calc(100% - 2px);
  left: 0;
}
.menu_link {
  padding-right: 0;
}
.input {
  border: 1px solid #dfdfdf;
  padding: 5px 8px;
  font-size: 13px;
  display: block;
  width: 100%;
}
label {
  /* display: block; */
}
.form_login .label_title {
  font-size: 13px;
  color: #888888;
  font-weight: 500;
}
.form_login label:first-child {
  margin-bottom: 14px;
}
.web_set_menu li {
  display: block;
  width: 100%;
}
.web_set_menu a {
  display: block;
  padding: 8px 20px;
}
.web_set_menu a {
  color: #000;
  text-decoration: none !important;
}
.web_set_menu a.active {
  background: #eeeeee;
}
.no-touch .web_set_menu a:not(.active):hover {
  background: #cecece;
}
.web_set_menu {
  padding: 0px !important;
  white-space: nowrap;
}
.lang_list_image {
  width: 23px;
  margin-right: 8px;
}
.btn_normal:not(.btn_ligth):not(.btn_green),
.btn {
  background-color: #384FD9;
  padding: 7px 11px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #384FD9;
  text-decoration: none !important;
}
.no-touch .btn_normal:hover,
.no-touch .btn:hover {
  background-color: #2439ba;
  border-color: #ffffff;
}
.no-touch .btn_light:hover {
  background: #dfdfdf;
  border-color: #b3b3b3;
}
.btn_light {
  border: 1px solid #dfdfdf;
  background-color: #FFFFFF;
  color: #000000;
}
.forgoten_pass_link {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  padding-top: 7px;
  display: inline-block;
}
.basket_product_item_props {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.basket_product_item_props a {
  font-size: 13px;
  color: #343434;
  text-transform: uppercase;
  font-weight: 800;
}
.basket_product_item_img {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
}
.basket_product_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.basket_product_item_price {
  font-size: 15px;
  /* color: rgb(235, 33, 46); */
  font-weight: 800;
  white-space: nowrap;
}
.basket_product_item_quantity {
  font-size: 13px;
  color: #888888;
}
.basket_product_item_del {
  width: 31px;
  height: 31px;
  position: relative;
}
.basket_product_item_del:hover:after,
.basket_product_item_del:hover:before {
  background: #0c0c0c;
}
.basket_product_item_del:after,
.basket_product_item_del:before {
  content: '';
  width: 13px;
  height: 2px;
  background: #7e7e7e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.basket_product_item_del:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.basket_product_item_del:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basket_btn + .float_menu {
  width: 100vw;
  max-width: 350px;
}
.products_wrap .swiper-slide {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* .products_wrap {
  counter-reset: section;
}

.swiper-slide:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  z-index: 999;
  width: calc(100% - 1px);
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-right: 1px solid #000000;
} */
.product_slider {
  position: relative;
  outline: 1px solid #dfdfdf;
  outline-offset: -1px;
  z-index: 9;
}
.product_slider .swiper-container .swiper-slide {
  border-right: 1px solid #dfdfdf;
  z-index: -1;
}
.product_pagination {
  top: auto;
  bottom: calc(100% + 23px);
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -14px;
}
.product_pagination span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 14px;
}
.product_pagination span:last-child:first-child {
  display: none;
}
.product_set_wrap {
  border: 1px solid #dfdfdf;
  border-bottom: 0;
}
.product_set_wrap > .product_set_item {
  width: 25%;
  padding: 27px;
}
.product_set_wrap > .product_set_item:not(:last-child) {
  border-right: 1px solid #dfdfdf;
}
.product_set_wrap > .product_set_item {
  border-bottom: 1px solid #dfdfdf;
}
.product_set_item img {
  margin: auto;
  max-height: 115px;
}
.product_set_item_text {
  text-align: center;
  margin-top: 18px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.product_set_item_text span {
  font-weight: bold;
  color: #f01925;
}
.banner_item_wrap {
  width: 50%;
}
.banner_item > * {
  width: 50%;
}
.banner_item {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 22px;
  background-position: center center;
}
.banner_item_wrap:nth-child(1) .banner_item {
  background-image: url('../image/bg1.png');
}
.banner_item_wrap:nth-child(2) .banner_item {
  background-image: url('../image/bg2.png');
}
.banner_item_text {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.banner_item_text span {
  display: block;
  font-weight: bold;
  color: #f01925;
  font-size: 1.5em;
}
.flag_wrap {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
}
.product_item {
  padding: 31px 24px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .product_item:hover {
  -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.3) inset;
}
.item_p_title {
  color: #343434;
}
.item_p_title span {
  font-size: 13px;
  line-height: 1.2em;
  height: 2.3em;
  display: block;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product_item_img {
  display: block;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}
.product_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
  /* z-index: -1; */
}
.item_p_price_wrap {
  font-size: 17px;
  color: #eb212e;
  font-weight: 700;
}
.buy_btn_item {
  min-width: 30px;
  min-height: 30px;
  background-color: #384FD9;
  color: #FFFFFF;
  font-size: 18px;
}
.no-touch .buy_btn_item:hover {
  background-color: #ad1e26;
}
.product_item_img .loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loading {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.loading:before {
  content: '';
  border: 3px solid #dadada;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: #384FD9;
  border-bottom-color: #384FD9;
  -webkit-animation: loadingRotate linear 2s;
  -o-animation: loadingRotate linear 2s;
  animation: loadingRotate linear 2s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingRotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flag {
  font-size: 11px;
  padding: 5px 6px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: relative;
  margin-right: 10px;
  padding-left: 9px;
}
.flag span {
  position: relative;
}
.flag:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  -o-transform: skewX(-17deg);
  transform: skewX(-17deg);
  background: inherit;
}
.flagNew {
  background: #71a335;
  color: #FFFFFF;
}
.flagFreeShipping {
  background-color: #008cff;
  color: #FFF;
}
.flagTip {
  background-color: #0ed086;
  color: #FFFFFF;
}
.flagSale {
  background-color: #d8bc07;
  color: #FFFFFF;
}
.flagUsed {
  background-color: #d86f07;
  color: #FFFFFF;
}
.flagPreparing {
  background-color: #07b4d8;
  color: #FFFFFF;
}
.flagAction {
  background-color: #d80707;
  color: #FFFFFF;
}
.price_in_dialog .price {
  font-size: 18px;
  color: #e02430;
  font-weight: 800;
  white-space: nowrap;
}
.search_loading_wrap .loading {
  margin-right: 10px;
}
.search_wrap_items li.active,
.no-touch .search_wrap_items li:hover {
  background: #e4e4e4;
}
.search_wrap_items li a {
  padding: 5px 12px;
  color: #000;
}
.search_wrap_items li a:hover {
  text-decoration: none;
}
.search_wrap_items li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.search_wrap_items .search_name {
  width: calc(100% - 54px);
}
.search_wrap_items .search_img {
  width: 54px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}
.search_wrap_items .search_img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
body {
  overflow-x: hidden;
  background: #ffffff;
}
main,
footer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 99;
  /* position: relative; */
}
.mobile_menu_open .mobile_menu {
  z-index: 2;
}
.mobile_menu {
  width: 260px;
  position: fixed;
  top: 106px;
  max-height: calc(100vh - 106px);
  overflow-y: auto;
  z-index: -1;
}
.menu_mobile_btn {
  width: 45px;
  height: 45px;
  position: relative;
}
.menu_mobile_btn span {
  position: absolute !important;
  width: 70%;
  height: 3px;
  background: #cecece;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_mobile_btn span:before {
  content: '';
  position: absolute !important;
  width: 100%;
  height: 3px;
  background: #cecece;
  right: 0;
  left: 0;
  top: -16px;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* https://kukaj.cz/prehrat/dva-a-pol-chlapa-s01e14-sk-dabing/69ffb/ */
.menu_mobile_btn span:after {
  content: '';
  position: absolute !important;
  width: 100%;
  height: 3px;
  background: #cecece;
  right: 0;
  left: 0;
  top: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_menu_open .menu_mobile_btn span {
  background: transparent;
}
.mobile_menu_open .menu_mobile_btn span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 22px;
  background: #b32626;
}
.mobile_menu_open .menu_mobile_btn span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px;
  top: -22px;
  background: #b32626;
}
.mobile_menu_nav nav {
  width: 100%;
}
.mobile_menu_nav a,
.mobile_menu_nav ul {
  display: block;
  width: 100%;
}
.mobile_menu_nav ul li:before {
  display: none;
}
.mobile_menu_nav ul li {
  padding: 0;
}
.mobile_menu_nav .catg_menu a:before {
  display: none;
}
.mobile_menu .compare_menu a,
.mobile_menu .favourite_menu a,
.mobile_menu_nav ul li a {
  display: block;
  padding: 15px 20px;
  font-weight: 100;
  border-bottom: 1px solid #eaeaea;
  background: #FFFFFF;
}
.mobile_menu_header {
  padding: 9px 22px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e6e6e6;
  color: #4a4a4a;
}
.mobile_menu .eshop_set_menu .favourite_menu a {
  border-bottom: 0;
}
.catg_menu li.active > a,
.no-touch .catg_menu a:hover {
  background: #dfdfdf;
  text-decoration: none;
}
.catg_menu li.active > a:before,
.no-touch .catg_menu a:hover:before {
  border-color: #b3b3b3;
  z-index: 9;
}
.catg_menu a {
  padding: 10px 14px;
  /* border: 1px solid #dedede; */
  color: #000000;
  position: relative;
}
.catg_menu a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  border: 1px solid #dedede;
}
.catg_menu ul ul {
  display: none;
}
.catg_menu ul ul a > span:first-child {
  margin-left: 15px;
}
.catg_menu ul ul ul a > span:first-child {
  margin-left: 30px;
}
.catg_menu ul ul a > span:first-child {
  margin-left: 15px;
}
.catg_menu li.active > ul {
  display: block;
}
.catg_btn .ico_arr,
.catg_menu .ico_arr {
  font-size: 8px;
  margin-left: 6px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catg_btn.active .ico_arr,
.catg_menu a .ico_arr.active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.catg_menu a .ico_arr {
  position: absolute;
  z-index: 15;
  right: 3px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catg_btn {
  background-color: #384FD9;
  padding: 10px 14px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.product_wrap {
  outline: 1px solid #dfdfdf;
  outline-offset: -1px;
}
.product_wrap_item {
  width: 25%;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.catg_slider .swiper-slide {
  min-height: 420px;
}
.catg_slider {
  margin-top: 29px;
}
.catg_slider_pagination {
  position: absolute;
  right: 0;
  bottom: 10px !important;
  z-index: 99;
  text-align: center;
}
.catg_slider_title {
  font-size: 19px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 18px;
  display: block;
}
.breadcrumb .item_breadcrumb a {
  color: #000000;
  padding: 10px 14px 12px 14px;
  border: 1px solid #dedede;
  margin-right: -1px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.breadcrumb .item_breadcrumb a:after {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid #dfdfdf;
}
.no-touch .breadcrumb .item_breadcrumb a:hover {
  background: #dfdfdf;
  text-decoration: none;
}
.subcategory_item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.subcategory_item a {
  padding: 16px 14px;
  border: 1px solid #dedede;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
}
.subcategory_item a .ico_arr {
  font-size: 8px;
  margin-left: 6px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.no-touch .subcategory_item a:hover {
  background: #dfdfdf;
  text-decoration: none;
}
.bestseller_hor .product_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  padding: 9px 11px;
  margin: 0;
}
.bestseller_hor .product_item .product_item_img {
  width: 80px;
}
.bestseller_hor .product_item .item_data_wrap {
  width: calc(100% - 80px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bestseller_hor .item_p_price_wrap {
  white-space: nowrap;
}
.bestseller_hor h3 {
  margin-top: 0;
}
.bestseller_hor .item_p_title span {
  height: 1.2em;
  /* white-space: nowrap; */
}
.bestseller_hor .item_p_description {
  height: 1.2em;
  line-height: 1.3em;
  font-size: 13px;
  display: block;
  color: #888888;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bestseller_hor .bestseller_item {
  margin-bottom: -1px;
}
.btn_more .ico_arr {
  font-size: 8px;
  margin-left: 6px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_more.active .ico_arr {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.btn_more {
  padding: 6px 26px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.no-touch .btn_more:hover {
  background: #dfdfdf;
  border-color: #b3b3b3;
}
.no-touch .btn_more:hover + .btn_more_line:before {
  border-left-color: #b3b3b3;
}
.no-touch .btn_more:hover + .btn_more_line:after {
  border-right-color: #b3b3b3;
}
.btn_more_wrap {
  position: relative;
}
.btn_more_fix_line:after {
  content: '';
  border: 30px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  right: -1px;
  top: 0px;
  z-index: 1;
  border-left: 0;
  pointer-events: none;
}
.btn_more_fix_line:before {
  content: '';
  border: 30px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 1;
  border-right: 0;
  pointer-events: none;
}
.btn_more_line:before {
  content: '';
  border: 30px solid transparent;
  border-left: 20px solid #dfdfdf;
  border-bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 0;
  border-right: 0;
  pointer-events: none;
}
.btn_more_line:after {
  content: '';
  border: 30px solid transparent;
  border-right: 20px solid #dfdfdf;
  border-bottom: 0;
  width: 0;
  height: 0;
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 0;
  border-left: 0;
  pointer-events: none;
}
.last_view_item:nth-child(n+6),
.bestseller_item:nth-child(n+4) {
  display: none;
}
.last_view_item .item_p_price_wrap {
  white-space: nowrap;
  font-size: 12px;
}
.last_view_item .product_item > * {
  padding-left: 0;
  padding-right: 0;
}
.last_view_item h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.last_view_item .item_p_title span {
  font-size: 12px;
}
.last_view_item .product_item_img {
  width: 80px;
}
.last_view_item .item_data_wrap {
  display: block;
}
.last_view_item .product_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
}
.last_view_item .item_p_price_wrap + *,
.last_view_item .item_p_description {
  display: none;
}
.set_catg_wrap {
  margin: -5px;
}
.set_catg_wrap button {
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.set_catg_wrap button.active {
  border-color: #384FD9;
  color: #384FD9;
}
.set_catg_wrap > * {
  padding: 5px;
}
.menu_disable_active .main_menu {
  display: none;
}
.menu_disable_active .main_content {
  width: 100%;
}
.pagination a {
  padding: 10px;
  border: 1px solid #dfdfdf;
  width: 40px;
  text-align: center;
  color: #000000;
}
.pagination a[data-k2="pagLast"],
.pagination a[data-k2="pagFirst"],
.pagination a[data-k2="pagPrev"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination a[data-k2="pagPrev"] span {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
.pagination a[data-k2="pagFirst"] span {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
.pagination a[data-k2="pagLast"] span {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
.pagination a[data-k2="pagLast"] span:first-child {
  margin-left: 1px;
}
.pagination a[data-k2="pagFirst"] span:first-child,
.pagination a[data-k2="pagFirst"] span:last-child,
.pagination a[data-k2="pagLast"] span:last-child {
  margin-left: -5px;
}
.pagination a[data-k2="pagNext"] span {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
.pagination a:not(:last-child) {
  margin-right: 10px;
}
.pagination a[data-k2="pagCur"] {
  text-decoration: none;
  border: 1px solid #384FD9;
  color: #384FD9;
}
.no-touch .pagination a:not([data-k2="pagCur"]):hover {
  text-decoration: none;
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
}
.pagination a.k2hidden {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.all_products.style3 .item_p_title span,
.all_products.style2 .item_p_title span {
  max-height: 2.3em;
  height: auto;
}
.all_products.style3 .product_wrap_item,
.all_products.style2 .product_wrap_item {
  width: 100%;
}
.all_products.style2 .product_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all_products.style3 .product_item_img {
  display: none;
}
.all_products.style2 .product_item_img {
  width: 150px;
}
.all_products.style2 .item_data_wrap {
  width: calc(100% - 150px);
  padding-left: 19px;
}
.all_products.style3 .item_data_wrap {
  width: 100%;
}
.all_products.style3 .style3_visible,
.all_products.style2 .style2_visible {
  display: block;
}
.all_products.style3 .description,
.all_products.style2 .description {
  line-height: 1.4em;
  height: 2.8em;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.all_products.style3 .buy_btn_item,
.all_products.style2 .buy_btn_item {
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.all_products.style3 .buy_btn_item .icon,
.all_products.style2 .buy_btn_item .icon {
  margin-right: 7px;
  font-size: 18px;
}
.pagination:empty {
  display: none;
}
.catg_float_menu {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  overflow-x: hidden;
  padding-bottom: 1px !important;
}
.product_info,
.product_img {
  width: 50%;
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.gallery_container {
  height: 100%;
  width: calc(100% - 250px);
  margin-left: 0 !important;
}
.gallery_container:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
}
.gallery_container .swiper-slide {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
.gallery_img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: calc(100% - 50px);
  position: relative;
  top: 50px;
}
.gallery_next:before,
.gallery_prev:before,
.gallery_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  -webkit-box-align: center;
}
.gallery_img img {
  max-height: 100%;
  max-width: calc(100% - 80px);
}
.gallery_title {
  width: 100%;
  height: 50px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  z-index: 999;
  position: absolute;
}
.gallery_next {
  right: 0;
}
.gallery_prev {
  left: 0;
}
.no-touch .gallery_next:hover:before {
  -webkit-transform: scale(1.3) rotate(-90deg);
  -ms-transform: scale(1.3) rotate(-90deg);
  -o-transform: scale(1.3) rotate(-90deg);
  transform: scale(1.3) rotate(-90deg);
}
.no-touch .gallery_prev:hover:before {
  -webkit-transform: scale(1.3) rotate(90deg);
  -ms-transform: scale(1.3) rotate(90deg);
  -o-transform: scale(1.3) rotate(90deg);
  transform: scale(1.3) rotate(90deg);
}
.gallery_next:before,
.gallery_prev:before {
  background-color: #384FD9;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
}
.gallery_pagination_wrap,
.hover_zoom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
}
.gallery_next,
.gallery_prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: calc(100% - 50px);
  color: #FFF;
  font-size: 28px;
  width: 40px;
  text-align: center;
  top: auto;
}
.gallery_next.swiper-button-disabled,
.gallery_prev.swiper-button-disabled {
  opacity: 0.4;
}
.gallery_pagination_wrap {
  position: absolute;
  width: 250px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 99999;
  right: 0;
  padding-top: 50px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_pagination {
  width: 100%;
  position: relative;
}
.gallery_pagination_container {
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}
.gallery_pagination .gallery_pagination_item {
  width: 100%;
  cursor: pointer;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.gallery_pagination .gallery_pagination_item:last-child {
  padding-bottom: 0;
}
.gallery_pagination .gallery_pagination_item > div {
  padding-bottom: 70%;
  position: relative;
  background: #FFF;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.gallery_pagination .gallery_pagination_item > div img {
  position: absolute;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.gallery_pagination .gallery_pagination_item.active > div,
.no-touch .gallery_pagination .gallery_pagination_item:hover > div {
  opacity: 1;
}
.btn_gallery_menu,
.mobile_gallery input {
  display: none !important;
}
.btn_gallery_menu span:after,
.btn_gallery_menu span:before {
  content: '';
  width: 100%;
  height: inherit;
  background: #FFF;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
}
.btn_gallery_menu span:before {
  top: -8px;
}
.btn_gallery_menu span:after {
  bottom: -8px;
}
.btn_gallery_menu span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu {
  background: #000;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile_gallery input:checked + .gallery_pagination_wrap .btn_gallery_menu span {
  background: 0 0;
}
.gallery_container:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
}
.gallery_close {
  position: absolute;
  z-index: 999999;
  height: 50px;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 30px;
  top: 0px;
  color: #FFF;
}
.gallery_next:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gallery_prev:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gallery_thumbs_product_wrap .swiper-slide.active,
.no-touch .gallery_thumbs_product_wrap .swiper-slide:hover {
  opacity: 1;
}
.gallery_thumbs_product_wrap .swiper-slide.active .product_item_img,
.no-touch .gallery_thumbs_product_wrap .swiper-slide:hover .product_item_img {
  border: 1px solid #384FD9;
}
.gallery_thumbs_product_wrap .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.product_gallery_thumbs_slider .product_item_img,
.zoom_hover {
  display: block;
  position: relative;
  width: 100%;
}
.product_gallery_thumbs_slider figure {
  border: 1px solid #dadada;
  width: calc(100% - 10px) !important;
  margin: auto;
  pointer-events: none;
  padding-bottom: 59%;
}
.product_gallery_thumbs_slider .swiper-slide {
  width: 16.6667%;
}
.product_gallery_slider .product_item_img,
.product_gallery_thumbs_slider {
  width: 100%;
}
.gallery_product_next,
.gallery_product_prev {
  overflow: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.gallery_product_next span,
.gallery_product_prev span {
  width: 25px;
  display: block;
  font-size: 25px;
  border: 1px solid #d2d2d2;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 15px;
  width: 100%;
  padding: 10px;
}
.no-touch .gallery_product_next:hover span,
.no-touch .gallery_product_prev:hover span {
  background-color: #384FD9;
  border-color: #384FD9;
  color: #FFFFFF;
}
.gallery_product_prev span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gallery_product_next span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.gallery_product_next.swiper-button-disabled,
.gallery_product_prev.swiper-button-disabled {
  display: none;
}
.gallery_product_next {
  right: 0;
  left: auto;
}
.gallery_thumbs_product_wrap {
  margin: 0 -5px;
}
.no_margin_top,
.product_info h1 {
  margin-top: 0;
}
.no_margin {
  margin: 0;
}
.common_price {
  font-size: 14px;
  color: #888888;
  text-decoration: line-through;
  font-weight: 500;
}
.main_price {
  font-size: 20px;
  color: #384FD9;
  font-weight: 700;
}
.ext_price {
  font-size: 14px;
  font-weight: 500;
}
.item_p_stock {
  font-size: 12px;
  color: #5f9a3c;
  margin-top: 10px;
}
.buy_btn_detail {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.buy_btn_detail .ico_cart {
  font-size: 20px;
  margin-right: 10px;
}
.quantity_wrap input {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  text-align: right;
  min-width: 65px;
  margin-right: 10px;
}
.mini_spacing_top {
  padding-top: 9px;
}
.pricing_table {
  width: 100%;
  max-width: 250px;
  white-space: nowrap;
}
.description_short a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.product_social_links a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  margin-right: 8px;
  color: #878787;
}
.no-touch .product_social_links a:hover {
  text-decoration: none;
  border: 1px solid #384FD9;
  color: #384FD9;
}
.tabs_content:not(.active) {
  display: none;
}
.tabs_btn_wrap {
  border: 1px solid #dfdfdf;
}
.tabs_btn_wrap .tabs_js {
  padding: 6px 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid transparent;
}
.tabs_btn_wrap .tabs_js.active {
  background-color: #ffffff;
  border: 1px solid #384FD9;
}
.no-touch .tabs_btn_wrap .tabs_js:not(.active):hover {
  background-color: #f2f2f2;
}
.flags_homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flags_homepage .section {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.order_1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order_8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.catg_img {
  display: block;
  height: 45px;
}
.favorite_content:not(.open) {
  display: none;
}
.popup_bg,
.favorite_content {
  width: 100%;
  position: absolute;
  height: 100%;
}
.favorite_content,
.popup {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  padding: 1vw;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.popup_wrap,
.popup_wrap:empty {
  display: none;
}
.favorite_wrap,
.popup_wrap {
  background: #FFF;
  width: 100%;
  max-width: 520px;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup_wrap.dialog {
  max-width: 300px;
  text-align: center;
  padding: 40px 20px;
  padding-bottom: 20px;
}
.popup_wrap.addCart {
  max-width: 480px;
  text-align: center;
  padding-top: 40px;
}
.dialog_btn_wrap > * {
  width: 50%;
}
.dialog_btn_wrap .dialog_btn {
  padding: 9px 7px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}
.no-touch .dialog_btn_wrap .dialog_btn.btn_true:hover {
  background-color: #75B100;
}
.dialog_btn_wrap .dialog_btn.btn_true {
  background-color: #98ce00;
  color: #fff;
}
.no-touch .dialog_btn_wrap .dialog_btn.btn_false:hover {
  background-color: #ddd;
}
.dialog_btn_wrap .dialog_btn.btn_false {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
}
.popup_wrap.dialog h2 {
  text-transform: none;
}
.popup .addCart .js_popup_close,
.favorite_close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
}
.popup .btn_normal {
  text-decoration: none !important;
  line-height: 1.2em;
}
.popup .btn_green {
  color: #FFFFFF;
  background: #73b151;
  padding: 8px 11px;
  display: block;
  vertical-align: middle;
  border: 0;
}
.popup .btn_green .ico_arr {
  font-size: 10px;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
.btn_ligth,
.popup .btn_ligth {
  color: #000000;
  background: #e0e0e0;
  padding: 7px 12px;
  display: block;
  border: 0;
}
.no-touch .btn_ligth:hover {
  color: #ffffff;
  background: #afafaf;
  padding: 7px 12px;
  display: block;
  border: 0;
}
.tabs_btn_wrap {
  white-space: nowrap;
}
.login_wrap .message {
  margin-top: 15px;
}
.message span {
  /* padding: 10px; */
  display: block;
}
.message_error span {
  /* background: @main_color; */
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
#k2switchTemplate {
  /* display: none !important; */
}
.compare_content_container > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.title_comapare .item_compare {
  background: #f5f5f5 !important;
}
.item_compare h3 {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.compare_content_container {
  width: 100%;
  cursor: all-scroll;
  font-size: 0;
}
.compare_header_container {
  margin-left: -1px;
  width: auto !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.compare_content_container > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
}
.compare_content_container > :hover > .item_compare {
  background: #f2f2f2 !important;
}
.compare_content_container .item_compare,
.compare_header_container > * {
  width: 300px;
  min-width: 300px;
  display: flex;
}
.compare_content_container .item_compare {
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 9px 14px;
  background: #FFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.compare_content_container .item_compare:first-child {
  position: relative;
  border-left: 1px solid #ddd;
  z-index: 9;
  font-weight: 700;
  text-transform: uppercase;
}
.title_comapare .item_compare {
  border-left: 1px solid transparent;
  border-right: 0;
}
.title_comapare .item_compare:last-child {
  border-right: 1px solid #ddd;
}
.sticky_header img {
  display: none;
}
.compare_table_wrap {
  overflow-x: auto;
}
.sticky_header {
  /* margin: -16px -16px -10px; */
  padding: 10px 16px;
}
.sticky_header.active {
  background: #FFF;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  border-right: 0;
  /* box-shadow: 12px 0 12px -1px rgba(0, 0, 0, .5); */
  z-index: 10;
}
.sticky_header.active img {
  display: block;
  max-height: 52px;
  max-width: 100%;
  margin-right: 10px;
}
.sticky_header_help {
  height: 74px;
  width: 100%;
  margin: 0;
  z-index: 30;
  position: relative;
}
.sticky_header_help.active {
  /* border-right: 1px solid #ddd !important; */
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: -7px;
  right: 0px;
  border: 0;
}
.sticky_header_help_wrap {
  position: relative;
  width: 300px;
  background: #f3f3f3;
  min-height: 340px;
  z-index: 999;
  margin-bottom: -340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #ddd;
}
.compare_header {
  width: auto;
  display: inline-block;
}
.compare_header_container > *:last-child .sticky_header:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  background: #ddd;
  top: 0;
}
.compare_header_container .item_p_title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3em;
  height: 2.6em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.compare_header_container h3 {
  margin: 0;
}
.compare_header_container .product_item {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sticky_header_help.active:before,
.compare_header_container .product_item:before {
  content: '';
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid #dddd;
  left: 0;
  top: 0;
}
.sticky_header_help.active:before {
  left: -1px;
  width: 100%;
  top: -1px;
  background: white;
}
.product_item > * {
  /* position: relative; */
  z-index: 99;
}
.slider_content {
  width: 100%;
}
.slider_content > * {
  width: 50%;
}
.slider_content_img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 30px 15px;
}
/* .slider_content_text */
/*vlevo nahoÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢e*/
/*vlevo uprostred*/
.slider_content[data-text-type="leftMiddle"] .slider_content_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/*vlevo dole*/
.slider_content[data-text-type="leftBottom"] .slider_content_text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*vpravo nahoÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢e*/
.slider_content[data-text-type="rightTop"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*vpravo uprostred*/
.slider_content[data-text-type="rightMiddle"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slider_content[data-text-type="rightMiddle"] .slider_content_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
/*vpravo uprostred*/
.slider_content[data-text-type="rightBottom"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slider_content[data-text-type="rightBottom"] .slider_content_text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/*Uprostred nahore*/
.slider_content[data-text-type="centerTop"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_content[data-text-type="centerTop"] > * {
  width: 100%;
}
/*Uprostred */
.slider_content[data-text-type="centerMiddle"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider_content[data-text-type="centerMiddle"] .banner_img,
.slider_content[data-text-type="centerMiddle"] .slider_content_img {
  position: absolute;
  z-index: 8;
}
.slider_content[data-text-type="centerMiddle"] > * {
  width: 100%;
}
.slider_content[data-text-type="centerMiddle"] .slider_content_text {
  position: relative;
  z-index: 9;
}
/*Uprostred dolu*/
.slider_content[data-text-type="centerBottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider_content[data-text-type="centerBottom"] > * {
  width: 100%;
}
.main_slider.swiper-container-vertical {
  height: 540px;
}
.slider_content_title {
  font-size: calc(1.4vw + 23px);
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.2em;
}
.slider_content_description {
  font-size: 25px;
  font-size: calc(0.3vw + 19px);
  color: #384FD9;
  font-weight: 700;
  text-transform: uppercase;
}
.banner_price,
.slider_content_price {
  font-size: 25px;
  font-size: calc(0.3vw + 19px);
  color: #384FD9;
  font-weight: 700;
}
.banner_price {
  padding: 0 12px 4px;
  color: #000000;
}
.banner_button {
  margin: 0 12px 4px;
}
.banner_button,
.slider_content_button {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 7px 10px;
  background-color: #384FD9;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}
.banner_button:before,
.slider_content_button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .banner_button:hover:before,
.no-touch .slider_content_button:hover:before {
  opacity: 1;
}
.banner_button span,
.slider_content_button span {
  position: relative;
  z-index: 99;
}
.banner_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_content_text {
  padding: 30px;
}
.slider_content_img img {
  margin: auto;
  max-height: 196px;
}
.main_bg_banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.banners_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner_link > * {
  padding: 0;
}
.banner_link > *,
.banners_item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_link {
  width: 100%;
  padding: 24px;
  /* min-height: 400px; */
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none !important;
}
.banner_text,
.banner_title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px 0px;
  width: 100%;
}
.banner_title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
  color: #000000;
  font-size: calc(0.6vw + 21px);
}
.buy_btn_item,
.footer_menu .button,
.header_mobile_menu ul {
  font-weight: 700;
  text-transform: uppercase;
}
.banner_text {
  font-size: 20px;
  color: #000000;
  font-size: calc(0.3vw + 15px);
}
.banner_link img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0) scale(0.9);
  transform: translateZ(0) scale(0.9);
}
.no-touch .banner_link:hover img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.menu_login a {
  display: block;
  color: #000;
  padding: 15px 10px;
  border-bottom: 1px solid #cecece;
}
.menu_login > ul > li:last-child a {
  border: 0;
}
.param_btn {
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 5px;
  min-height: 41px;
}
.no-touch .param_btn:hover {
  border-bottom: 1px solid #9e9e9e;
}
.param_btn .ico {
  font-size: 14px;
  display: inline-block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.param_content label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
  /* border: 1px solid #FFFFFF; */
  border-top: 0;
  border-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-touch .param_content label:hover span:before {
  border: 1px solid #9e9e9e;
}
.param_content {
  position: static;
  padding: 12px;
  padding-bottom: 16px;
}
.param_content.visible {
  display: block;
}
.param_content > * {
  padding: 2px 0;
}
.not-selected {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.param_wrap {
  padding-left: 8px;
  padding-right: 8px;
}
.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.diagram_item input {
  display: none;
}
.diagram_wrap {
  height: 61px;
  /* padding: 0 8px; */
  /* margin-bottom: 7px; */
  position: relative;
  padding-bottom: 0;
  /* width: -webkit-calc(100% + 1px); */
  /* width: calc(100% + 1px); */
}
.diagram_wrap:after {
  content: '';
  border-bottom: 1px solid #9e9e9e;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 16px);
  left: -8px;
}
.js_range {
  padding: 0 8px;
}
.diagram_item label {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.diagram_item label:before {
  content: '';
  width: calc(100% - 1px);
  border: 1px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.diagram_item {
  width: calc(100% / 10);
}
.diagram_item[data-count="0"] {
  pointer-events: none;
}
.no-touch .diagram_item label:hover {
  background-color: #f38f95;
}
.diagram_item span {
  width: calc(100% + 1px);
  padding: 0 !important;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
  min-height: 0 !important;
}
.diagram_line_wrap {
  background: #c3c3c3;
  margin: 0px 23px;
  margin-bottom: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
}
.diagram_line {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #384FD9;
  margin-left: 1px;
  max-width: calc(100% - 1px);
}
.diagram_item span:after,
.diagram_item span:before {
  display: none;
}
.diagram_content {
  max-width: 450px;
}
.range_input_wrap > *:nth-child(2) input {
  text-align: right;
}
.range_input_wrap input {
  width: 100%;
  padding: 6px 0px;
  /* padding-top: 6px; */
  font-size: 13px;
  border-bottom: 1px solid #cecece;
  min-width: 70px;
}
.filter_btn_wrap_sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #FFF;
  border-top: 1px solid #ddd;
  margin-top: -1px;
  z-index: 999;
}
.param_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 20px 15px;
}
.param_checkbox > * {
  padding: 10px;
}
.show_open,
.active .hide_open {
  display: none;
}
.hide_open,
.active .show_open {
  display: inline-block;
}
.filter_main_wrap {
  position: static !important;
}
.filter_btn .ico {
  font-size: 24px;
}
.filter_btn.active {
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.filter_main_wrap {
  border: 1px solid #ddd;
  padding: 10px 19px;
  margin-top: -1px;
}
.param_btn.active .ico {
  transform: rotate(-180deg);
}
.filter_num {
  font-size: 15px;
  margin-left: 0.4em;
}
.btn_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.filter_main_wrap,
.param_btn + * {
  max-height: none !important;
}
.diagram_content {
  max-width: 450px;
}
.last_view_item .product_item_img {
  /* width: 30%; */
  /* padding-bottom: 20%; */
}
.last_view_item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #cecece;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
input[type="checkbox"] + span:after {
  content: '';
  width: 5px;
  height: 13px;
  border: 3px solid #384FD9;
  border-left: 0;
  border-top: 0;
  position: absolute;
  left: 6px;
  top: -5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
  min-height: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type="radio"]:checked + span:after,
input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
.fake_link {
  cursor: pointer;
}
.setting_float_menu a {
  display: block;
  padding: 5px 14px;
  color: #000;
}
.setting_float_menu a[data-active="1"] {
  background: #cecece;
  color: #000000;
}
.no-touch .setting_float_menu a:not([data-active="1"]):hover {
  background: #384FD9;
  color: #FFFFFF;
  text-decoration: underline;
}
.setting_float_menu {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-top: 0;
  max-height: 30vh;
  overflow-y: auto;
  text-align: left;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9998;
}
.setting_float_open {
  border: 1px solid #ddd;
  min-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px 0 12px;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iYnV0dG9uLXNlbGVjdF8xXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9ImJ1dHRvbi1zZWxlY3QiPjxwYXRoIGZpbGw9IiM5QTlBOUEiIGQ9Ik04LDExTDMsNWgxMEw4LDExeiIvPjwvZz4NCjwvc3ZnPg==) 98% 50% no-repeat #FFF;
  width: 100%;
  background-position-x: calc(100% - 10px);
}
.setting_float_open a {
  color: #000;
}
.sort_view a[data-active="0"],
.sort_view a span,
.products_view a[data-active="0"],
.products_view a span {
  display: none;
}
.setting_float_open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.setting_float_open > * {
  white-space: nowrap;
  overflow: hidden;
}
.msg_input_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.msg_input_wrap select[required] + .label_title .required,
.msg_input_wrap input[required] + .label_title .required {
  display: inline-block;
}
.msg_input_wrap select + .label_title .required,
.msg_input_wrap input + .label_title .required {
  display: none;
}
.required {
  font-size: 18px;
  padding-left: 0.1em;
  color: #c71313;
  line-height: 0.7em;
}
.favorite_catg .btn_set_product {
  position: relative;
}
.favorite_catg .btn_set_product {
  white-space: nowrap;
  border: 1px solid #cecece;
  padding: 0.3em 0.5em;
  background: #F2f2f2;
  font-weight: 700;
}
.favorite_catg .btn_set_product .ico {
  margin-right: 8px;
  font-size: 20px;
}
.pricing_table td:last-child,
.table_product_data td:last-child {
  font-weight: 700;
  text-align: right;
  padding-right: 0;
  color: #000;
}
.pricing_table tr.strong td,
.table_product_data tr.strong td {
  font-size: 1.125rem;
}
.pricing_table tr.strong td:last-child,
.table_product_data tr.strong td:last-child {
  color: #DA0616;
}
.pricing_table tr.soft td,
.table_product_data tr.soft td {
  color: #6B6B6B;
}
.table_product_data td {
  vertical-align: top;
}
.table_product_data {
  width: auto;
  max-width: none;
}
.table_product_data td:last-child {
  text-align: left;
}
.btn_set_product {
  /* width: 30px; */
  /* height: 30px; */
  /* text-align: center; */
  /* margin-right: 15px; */
  /* font-size: 19px; */
  /* position: relative; */
}
.k2btnFavoriteDel i,
.k2btnProductCompareDel i {
  font-style: normal;
  left: calc(100% - 6px) !important;
  bottom: calc(100% - 6px) !important;
  position: absolute;
  background-color: #384FD9;
  width: 12px;
  height: 12px;
  font-size: 7px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.variant_item .buy_btn_item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin: 0;
}
.variant_item .buy_btn_item .ico {
  margin-right: 0;
}
.variant_item .buy_wrap_item {
  /* margin: 0; */
  padding: 0;
  justify-content: flex-end;
  margin-top: 7px;
  display: flex;
}
.variant_cell {
  border-bottom: 1px solid #cecece;
  padding: 1px 3px;
}
.variant_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  display: table;
}
.variant_img_wrap {
  width: 80px;
}
.variant_img_wrap .product_item_img {
  padding-bottom: 70%;
}
.variant_item {
  display: table-row;
}
.variant_cell {
  display: table-cell;
  vertical-align: middle;
}
.parameters_table td,
.parameters_item_wrap {
  width: 50%;
}
.parameters_table td:last-child {
  text-align: right;
}
.parameters_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.parameters_table td {
  padding: 8px 12px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  background-color: #f9f9f9;
}
.parameters_table tr:hover td {
  background: #e8e8e8;
}
.parameters_table td:first-child {
  font-weight: 600;
}
.order_step_wrap {
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
.order_step_item span {
  position: relative;
  z-index: 99;
}
.order_step_item {
  width: 33.333%;
  color: #000;
  background: #f2f2f2;
  position: relative;
  padding: 8px 11px;
  font-size: 13px;
  padding-left: 16px;
  font-weight: 700;
}
.order_step_item.active {
  background: #384FD9;
  color: #FFF;
}
.order_step_item:first-child {
  z-index: 12;
}
.order_step_item:last-child {
  z-index: 6;
}
.order_step_item:not(:last-child):after,
.order_step_item:not(:last-child):before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  background: inherit;
  left: 0;
  bottom: 0;
  border-right: 1px solid #c7c7c7;
  z-index: 9;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.order_step_item:before {
  top: 0;
  -webkit-transform-origin: left top !important;
  -ms-transform-origin: left top !important;
  -o-transform-origin: left top !important;
  transform-origin: left top !important;
  -webkit-transform: skewX(25deg) !important;
  -ms-transform: skewX(25deg) !important;
  -o-transform: skewX(25deg) !important;
  transform: skewX(25deg) !important;
}
.order_list_shopping,
.order_list_item {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
.no-touch .order_list_item:not(.header_order_list):hover {
  background: #f2f2f2;
}
.order_list_item > * {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_list_stock {
  width: 10%;
  /* justify-content: center; */
}
.order_list_title {
  width: calc(40% - 100px);
}
.order_list_title h3 {
  color: #3a54d6;
  margin: 0;
}
.order_list_img {
  width: 100px;
  display: block;
  text-align: center;
}
.order_list_img a {
  display: block;
}
.order_list_item_inc {
  width: calc(17% - 15px);
  font-size: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order_list_quantity {
  width: calc(16% - 15px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order_list_quantity .quantity_wrap {
  margin-right: 0;
}
.order_list_total_price {
  width: calc(17% - 25px);
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.order_list_del {
  width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order_list_del button {
  font-size: 25px;
  padding: 5px;
}
.no-touch .order_list_del button:hover {
  color: #3a54d6;
}
.order_list_shopping > *:last-child {
  text-align: right;
}
.order_list_shopping > * {
  width: 50%;
  padding: 10px 20px;
}
.order_price > * {
  margin-right: 0;
}
.order_price > *:first-child {
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 12px;
}
.order_price > *:last-child {
  font-size: 15px;
}
.order_price_exc {
  font-weight: 800;
}
.order_price_inc {
  font-weight: 800;
  font-size: 18px;
}
.header_order_list > * {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.order_btn_next {
  font-size: 15px;
  font-weight: 600;
  padding: 0.5em 1.1em;
}
.order_btn_next .ico {
  font-size: 1.8em;
}
.spacing_col_mini > * {
  padding: 5px 0;
}
.spacing_col_mini {
  margin: -5px 0;
}
.k2btnAres {
  white-space: nowrap;
}
.message {
  display: none;
}
.message_visible {
  display: block;
}
.message_visible.message > div {
  margin: 0;
}
.message > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 9px 14px;
  font-weight: 600;
  margin: 8px 0;
}
.message .ico {
  /* margin-right: 14px; */
  /* font-size: 23px; */
}
.message_error {
  color: #fff;
  background-color: #de000e;
}
.message_warning {
  color: #fff;
  background-color: #e67e42;
}
.message_done {
  color: #fff;
  background-color: #73c54f;
}
input[type="radio"] + span:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"] + span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #384FD9;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#deliveryIsInvoice:checked + label .deliveryIsInvoiceFakeCheckbox:before {
  opacity: 1;
}
#deliveryIsInvoice + label {
  cursor: pointer;
}
#deliveryIsInvoice:not(:checked) + label + .box_container {
  display: block;
}
.deliveryIsInvoiceFakeCheckbox:before {
  content: '';
  width: 5px;
  height: 13px;
  border: 3px solid #384FD9;
  border-left: 0;
  border-top: 0;
  position: absolute;
  left: 5px;
  top: -4px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.deliveryIsInvoiceFakeCheckbox {
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  /* margin: auto; */
  margin-right: 10px;
}
.input,
input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border: 1px solid #cecece;
  padding: 7px 9px;
  min-height: 35px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.registration_form > * {
  width: 50%;
}
.max_width {
  width: 100%;
}
.msg_input_tooltip {
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  right: 0;
  bottom: calc(100% + 7px);
  padding: 4px 7px;
  color: #FFFFFF;
  background: #de000e;
  font-size: 11px;
  pointer-events: none;
}
.msg_input_tooltip:before {
  content: '';
  position: absolute;
  border: 7px solid transparent;
  border-top: 6px solid #de000e;
  top: 100%;
  right: 8px;
}
.msg_checkbox,
.msg_input {
  margin: 0;
  line-height: normal;
  position: absolute;
  /* top: 1px; */
  bottom: 1px;
  right: 1px;
}
.msg_checkbox .ico,
.msg_input .ico {
  color: #de000e;
  font-size: 20px;
  vertical-align: middle;
  height: 33px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shipping_item.k2disabled {
  opacity: 0.4;
}
.align_center,
.registration_result_wrap {
  text-align: center;
}
.registration_result_header h2 {
  font-size: 22px;
}
.icon_fail,
.icon_done {
  width: 14%;
  display: block;
  margin: auto;
  min-width: 110px;
}
.registration_result_wrap .k2msg {
  display: none;
}
.icon_fail span,
.icon_done span {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  -webkit-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.icon_done span:before {
  content: '';
  border: 10px solid #73c54f;
  position: absolute;
  border-left: 0;
  border-top: 0;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20%;
  height: 40%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.icon_fail span:before,
.icon_fail span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
  width: 50%;
  z-index: 1;
  background: red;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.icon_fail span:before {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon_fail span:after {
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.registration_result_header > .k2msg[style*="display: block"] {
  margin-top: 30px;
}
.registration_result_wrap > .k2msg[style*="display: block"] {
  margin-bottom: 30px;
}
.registration_result_wrap > .k2msg[style*="display: block"] + .k2msg[style*="display: block"] {
  margin-top: -30px;
}
.required {
  font-size: 18px;
  padding-left: 0.1em;
  color: #c71313;
  line-height: 0.7em;
}
.line_title span {
  border-bottom: 2px solid #384FD9;
  margin-bottom: -1px;
  display: inline-block;
  padding: 0px 15px 7px 15px;
}
.line_title {
  border-bottom: 1px solid #dedede;
  margin: 12px 0 20px 0;
}
.order_finish_data > * {
  width: 33.3333%;
}
.msg_done span {
  background-color: #2ca514;
}
.msg_fail span {
  background-color: #de000e;
}
.cart_list_active .ico {
  font-size: 24px;
  margin-right: 10px;
}
.box_wrap .header {
  background-color: #384FD9;
  color: #FFFF;
  font-weight: 700;
  padding: 10px;
}
.cart_item {
  /* margin-bottom: 1px; */
  background: #FFF;
}
.cart_item .item_p_price_wrap {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  text-align: right;
}
.cart_item .item_p_price_wrap span {
  display: block;
  font-size: 13px;
}
.cart_item h3 {
  margin-top: 0;
}
.cart_item .cart_item_img {
  width: 110px;
}
.cart_item_wrap {
  display: table;
  width: 100%;
}
.cart_item {
  display: table-row;
}
.cart_item > * {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px;
}
.cart_item .line_cart_item {
  display: none;
}
.no-touch .cart_item:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.cart_item_img > span {
  padding-bottom: 85%;
  width: 100%;
  display: block;
  position: relative;
}
.cart_item_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cart_price {
  text-align: right;
}
.cart_price .price,
.cart_price .total_price {
  font-weight: 700;
  margin-left: 10px;
  font-size: 16px;
}
.cart_price > * {
  padding-top: 3px;
  padding-bottom: 3px;
}
.cart_price {
  margin-top: -3px;
  margin-bottom: -3px;
}
.cart_price .total_price {
  font-size: 20px;
  color: #e2232b;
}
.cart_item {
  -webkit-box-shadow: 0px 0px 0px 1px #d6d6d6;
  box-shadow: 0px 0px 0px 1px #d6d6d6;
}
.wrap_product_item_confirm h3 {
  font-size: 13px;
}
.cart_item h3 {
  margin-top: 0;
}
.cart_item h3 a span {
  height: auto;
}
.msg_checkbox_wrap {
  position: relative;
  display: inline-block;
}
.content_wrap {
  width: calc(100% - 310px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.content_wrap + * {
  width: 310px;
}
.profile_link .ico {
  font-size: 25px;
  margin-right: 6px;
}
.user_menu_list li a.active {
  text-decoration: underline;
}
.user_menu_list li a {
  padding: 7px 6px;
  padding-left: 25px;
  display: block;
  color: #000000;
  position: relative;
}
.user_menu_list li a:before {
  content: '';
  position: absolute;
  background-color: #3a54d6;
  width: 5px;
  height: 5px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.user_menu_list li a.active:before {
  border-radius: 50%;
}
.user_menu_list ul,
.user_menu_list > li > a:before {
  display: none;
}
.user_menu_list ul {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  max-height: none !important;
}
.user_menu_list ul li {
  padding: 0 10px;
}
.user_menu_list > li > a {
  padding: 7px 6px;
  text-decoration: none !important;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cecece;
  background: #f2f2f2;
  width: 100%;
  font-weight: 700;
  margin-top: -1px;
}
.user_menu_list > li > a {
  padding: 7px 15px;
}
.user_menu_list .ico-catg-arr {
  display: none;
}
.user_menu_list > li > a .ico-catg-arr {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  transform-origin: center;
  transform: rotate(90deg);
}
.user_menu_list > li > a.active .ico-catg-arr {
  transform: rotate(-90deg);
}
.favourite_content .img_favourite > * {
  max-width: 80px;
}
.favourite_content a {
  padding: 0 !important;
  margin: 0 !important;
}
.dialog_table > *:not(.k2hidden) {
  padding: 4px 3px;
  display: block;
  margin: 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #000;
}
.dialog_table {
  background: #FFFFFF;
  padding: 7px 10px;
  -webkit-box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.5);
  right: 0;
  left: auto;
  min-width: 80px;
  position: absolute;
  z-index: 999;
}
.favourite_content td > :not(.hide).table_dialog_mobile {
  padding-right: 10px !important;
}
.dialog_table_wrap {
  text-align: right;
  font-size: 0;
  position: relative;
}
.favourite_content .dialog_table_btn {
  padding: 13px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.favourite_content .dialog_table_btn span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #b5b5b5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0 !important;
}
.dialog_table_btn span:before {
  content: '';
  background: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  bottom: 0;
}
.dialog_table_btn span:after {
  content: '';
  background: inherit;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 8px;
}
.table_dialog_mobile_wrap:before {
  font-size: 0;
  padding: 0 !important;
}
.html_wrap ol,
.html_wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
.html_wrap ol li,
.html_wrap ul li {
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.7em;
}
.html_wrap ol {
  counter-reset: section;
}
.html_wrap ol li:before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: 700;
  line-height: 1.4em;
  vertical-align: text-top;
  display: block;
}
.html_wrap ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #384fd9;
  left: 0.5em;
  top: 0.5em;
}
.cart_item .item_p_title {
  height: auto;
}
.order_finish_data_item > span:last-child {
  text-align: right;
  padding-left: 10px;
}
.quantity_wrap.quantity_detail {
  justify-content: center;
  margin: 0;
}
.news_item {
  width: 25%;
  display: flex;
}
.news_item > * {
  -webkit-box-shadow: 0px 0px 0px 1px #d6d6d6;
  box-shadow: 0px 0px 0px 1px #d6d6d6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px;
  width: 100%;
}
.no-touch .news_item > div:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.news_item h3 {
  margin-top: 0;
}
.user_profile_news .news_item {
  width: 100%;
  margin-top: 1px;
  display: block;
  color: #000000;
}
.user_profile_news .news_item > * {
  padding: 10px 15px;
}
.user_profile_news a {
  text-decoration: none !important;
}
.favorite_catg .btn_set_product {
  position: relative;
}
.favorite_catg .btn_set_product i {
  left: calc(100% - 6px) !important;
  bottom: calc(100% - 6px) !important;
}
.favorite_catg .btn_set_product > * {
  position: static !important;
}
.del_btn_comparse {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 998;
  background: #f2f2f2;
  color: #000;
  padding: 0.4em 0.5em;
  font-size: 13px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.del_btn_comparse .ico {
  font-size: 18px;
}
.del_btn_comparse_all .ico {
  margin-right: 5px;
}
.link_remove_compare .del_btn_comparse_all {
  position: static;
  display: inline-block;
}
.del_btn_comparse_all {
  z-index: 999;
  font-weight: 700;
}
.state_order_wrap {
  margin: -2px;
}
.state_order_wrap > * {
  padding: 2px;
}
.state_order {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #cecece;
  text-align: center;
}
.state_order_invoice:before {
  content: 'f';
}
.state_order_reservation:before {
  content: 'r';
}
.state_order_release:before {
  content: 'v';
}
.state_order_delivery:before {
  content: 'd';
}
.state_order_order:before {
  content: 'o';
}
.state_order_invoice[data-state="invoice-cancel"] {
  text-transform: uppercase;
  background: #777777;
  border-color: #777777;
  color: #FFFFFF;
}
.state_order_delivery[data-state="delivery"],
.state_order_order[data-state="order"],
.state_order_release[data-state="release"],
.state_order_reservation[data-state="reservation"],
.state_order_invoice[data-state="invoice"] {
  text-transform: uppercase;
  border-color: #000000;
}
.state_order_delivery[data-state="delivery-confirm-u"],
.state_order_order[data-state="order-confirm-u"],
.state_order_release[data-state="release-confirm-u"],
.state_order_reservation[data-state="reservation-confirm-u"],
.state_order_invoice[data-state="invoice-confirm-u"],
.state_order_delivery[data-state="delivery-confirm-l"],
.state_order_order[data-state="order-confirm-l"],
.state_order_release[data-state="release-confirm-l"],
.state_order_reservation[data-state="reservation-confirm-l"],
.state_order_invoice[data-state="invoice-confirm-l"] {
  background: #3dc47c;
  border-color: #3dc47c;
  color: #FFFFFF;
}
.state_order_delivery[data-state="delivery-unconfirm-u"],
.state_order_order[data-state="order-unconfirm-u"],
.state_order_release[data-state="release-unconfirm-u"],
.state_order_reservation[data-state="reservation-unconfirm-u"],
.state_order_invoice[data-state="invoice-unconfirm-u"],
.state_order_delivery[data-state="delivery-confirm-u"],
.state_order_order[data-state="order-confirm-u"],
.state_order_release[data-state="release-confirm-u"],
.state_order_reservation[data-state="reservation-confirm-u"],
.state_order_invoice[data-state="invoice-confirm-u"] {
  text-transform: uppercase;
}
.state_order_delivery[data-state="delivery-empty"],
.state_order_order[data-state="order-empty"],
.state_order_release[data-state="release-empty"],
.state_order_reservation[data-state="reservation-empty"],
.state_order_invoice[data-state="invoice-empty"] {
  text-transform: uppercase;
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.state_order_delivery[data-state="delivery-unconfirm-u"],
.state_order_order[data-state="order-unconfirm-u"],
.state_order_release[data-state="release-unconfirm-u"],
.state_order_reservation[data-state="reservation-unconfirm-u"],
.state_order_invoice[data-state="invoice-unconfirm-u"],
.state_order_delivery[data-state="delivery-unconfirm-l"],
.state_order_order[data-state="order-unconfirm-l"],
.state_order_release[data-state="release-unconfirm-l"],
.state_order_reservation[data-state="reservation-unconfirm-l"],
.state_order_invoice[data-state="invoice-unconfirm-l"] {
  background: #ffa93a;
  border-color: #ffa93a;
  color: #FFFFFF;
}
.table_fast_order {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.table_fast_order td,
.table_fast_order th {
  padding: 12px 20px;
  font-weight: 100;
}
.table_fast_order thead {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.table_fast_order td {
  border-bottom: 1px solid #ddd;
}
.table_fast_order td:first-child {
  border-left: 1px solid #ddd;
}
.table_fast_order td:last-child {
  border-right: 1px solid #ddd;
  text-align: right;
}
.fast_order_input {
  width: 100%;
}
.float_search {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 999999;
}
.float_search button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
}
.no-touch .float_search button:hover {
  background-color: #384fd9;
  color: #FFF;
}
.table_fast_order .loading_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.table_fast_order .item_p_price_wrap {
  white-space: nowrap;
}
.fast_order_input.loaded + .loading_wrap {
  display: block;
}
.table_fast_order .loading {
  width: 23px;
  height: 23px;
}
.btn_remove_fast_order {
  font-size: 23px;
}
.table_normal {
  width: 100%;
  border-collapse: collapse;
}
.table_normal th {
  text-align: left;
  padding: 9px 9px;
  background: #384FD9;
  border: 1px solid #384FD9;
  /* font-size: 13px; */
  color: #fff;
}
.table_normal td a {
  padding: 9px 5px;
  margin: -9px -5px;
}
.table_normal th:first-child,
.table_normal td:first-child {
  padding-left: 18px;
}
.table_normal th:last-child,
.table_normal td:last-child {
  padding-right: 18px;
}
.table_normal td {
  padding: 9px 5px;
  border: 1px solid #d4d2d2;
  border-left: none;
  border-right: none;
}
.table_normal td:first-child {
  border-left: 1px solid #d4d2d2;
}
.table_normal td:last-child {
  border-right: 1px solid #d4d2d2;
}
.table_row_btn a {
  padding-top: 17px !important;
  padding-bottom: 16px !important;
}
.btn_partners {
  display: block;
  position: relative;
  margin-left: -13px;
}
.btn_partners .icon_partners {
  width: 25px;
  height: 25px;
  border: 1px solid #cecece;
  margin: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .btn_partners:hover .icon_partners {
  border: 1px solid #828282;
}
.btn_partners button + .icon_partners:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  background: #6ac190;
  color: #FFF;
  padding-bottom: 0;
  left: -1px;
  top: -1px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_partners button.k2hidden + .icon_partners:before {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.btn_partners button {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.message_flaot > span {
  display: block;
  color: #FFFFFF;
  padding: 5px;
}
.google_maps {
  padding-bottom: 40%;
  min-height: 260px;
}
.contact_info .ico {
  font-size: 20px;
  margin-right: 9px;
  color: #000000;
}
.contact_info > * {
  width: 33.3333%;
}
.contact_info h3 {
  margin: 0;
}
main {
  padding-left: 20px;
  padding-right: 20px;
}
footer .header_menu_links a {
  color: #FFFFFF;
}
header .main_content {
  display: none;
}
.header_content_logo {
  justify-content: center;
}
header .lang_list:before {
  display: none;
}
/* RESPO */
@media only screen and (max-width: 1450px) {
  /* .full_view_active .product_wrap_item {
    width: 20%;
  } */
}
@media only screen and (min-width: 1400px) {
  .btn_view_full_view {
    display: block;
  }
  .full_view_active {
    max-width: 1920px;
  }
  .menu_disable_active .style1 .product_wrap_item,
  .full_view_active .style1 .product_wrap_item {
    width: 20%;
  }
  .full_view_active .menu_disable_active .style1 .product_wrap_item {
    width: 16.66667%;
  }
  .full_view_active {
    max-width: 1920px;
  }
}
@media only screen and (max-width: 1250px) {
  .content_wrap {
    width: calc(100% - 270px);
  }
  .content_wrap + * {
    width: 270px;
  }
  .footer_links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newsletter_container h3 {
    width: auto;
    margin-bottom: 0;
    margin-top: 0 !important;
    white-space: nowrap;
  }
  .newsletter_container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(233, 233, 233, 0.05);
  }
  .newsletter_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsletter_wrap,
  .newsletter_text {
    margin-left: 15px;
    padding-top: 0;
  }
  .newsletter_wrap input {
    min-width: 190px;
  }
  .product_wrap_item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1130px) {
  .flex_justify_center_lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .align_center_lg {
    text-align: center;
  }
  .product_set_wrap > .product_set_item {
    width: 50%;
  }
  .product_set_wrap > .product_set_item:nth-child(2) {
    border-right: 0;
  }
  .banner_item_wrap .banner_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .main_slider_container,
  .banner_item > * {
    width: 100%;
  }
  .banner_item img {
    margin: auto;
    max-height: 170px;
  }
  .hide_lg,
  .main_slider_controler_wrap {
    display: none;
  }
  .visible_lg {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  header .main_content {
    display: flex;
  }
  .main_catg.login_menu,
  .main_catg {
    display: none;
  }
  .content_wrap {
    width: 100%;
  }
  .banners_item {
    width: 100%;
  }
  .gallery_pagination_wrap {
    width: 200px;
  }
  .gallery_container {
    width: calc(100% - 200px);
  }
  .spacing_big_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .spacing_big_row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.mobile_menu_open main,
  body.mobile_menu_open footer {
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    position: relative;
  }
  .hide_ml {
    display: none;
  }
  .flex_justify_end_ml {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile_menu,
  .visible_ml {
    display: block;
  }
  .flex_ml {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inline_block_ml {
    display: inline-block;
  }
  .header_content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo {
    max-height: 44px;
  }
  .header_menu_open {
    padding: 8px 0px;
  }
  .logo_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main {
    margin-top: 102px;
  }
  .search_menu {
    padding-right: 25px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .search_content {
    position: relative;
    width: 100%;
    max-height: none;
  }
  .search_form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .search_wrap .open_next + .search_mobile_wrap {
    padding-right: 22px;
  }
  .float_menu_ml {
    position: absolute;
    background: #FFFFFF;
    z-index: 999;
    -webkit-box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.22);
    border: 1px solid #dfdfdf;
    right: 0;
    top: calc(100% - 1px);
    padding: 17px 22px;
    overflow-y: auto;
  }
  .main_header .main_menu {
    width: 150px;
  }
  .main_header .main_content {
    width: calc(100% - 150px);
  }
  .product_wrap_item {
    width: 25%;
  }
  .main_content_catg {
    width: 100%;
  }
  .compare_header_container > :nth-child(1),
  .sticky_header_help_wrap {
    display: none;
  }
  .compare_content_container > :not(.title_comapare) {
    margin-top: 35px;
  }
  .compare_content_container > :not(.title_comapare) .item_compare:first-child {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: -35px;
    border-left: 0;
    border-right: 0;
    max-height: 36px;
  }
  .compare_content_container > :not(.title_comapare) .item_compare:first-child span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .compare_header_container > *:last-child .product_item:before,
  .compare_content_container .item_compare:last-child {
    border-right: 0;
  }
  .compare_content_container .item_compare:first-child {
    border-left: 0;
  }
  .compare_header_container > *:last-child .sticky_header:before {
    display: none;
  }
  .compare_content_container .item_compare:first-child {
    position: absolute;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    /* pointer-events: none */
  }
  .border_compare_mobile {
    border: 1px solid #dddddd;
  }
  .compare_header_container {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  .compare_table_wrap.scrolling .compare_content_container .item_compare:first-child {
    border-right: 1px solid #ddd !important;
  }
  .compare_table_wrap.scrolling .compare_content_container .item_compare:first-child:before {
    content: '';
    left: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
  }
}
@media only screen and (max-width: 915px) {
  .subcategory_item,
  .product_wrap_item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 865px) {
  .favorite_catg .btn_set_product .favorite_catg_text {
    display: none;
  }
  .favorite_catg .btn_set_product .ico {
    margin-right: 0;
  }
  .product_img,
  .product_info {
    width: 100%;
  }
  .product_intro_wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery_product_next span,
  .gallery_product_prev span {
    padding: 7px;
  }
}
@media only screen and (max-width: 750px) {
  .table_dialog_mobile {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 10px !important;
    background: #FFFFFF;
  }
  .order_finish_data > * {
    width: 50%;
  }
  .footer_menu > * {
    max-width: 50%;
    text-align: center;
  }
  .cart_item_wrap,
  .cart_item > * {
    display: block;
  }
  .cart_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart_item .cart_item_title {
    width: calc(100% - 110px);
  }
  .item_stock_branch {
    width: 110px;
  }
  .table_row_btn a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .table_normal thead {
    display: none;
  }
  .edit_btn,
  .table_normal table,
  .table_normal tbody {
    display: block;
  }
  .edit_btn {
    text-align: right;
    padding-top: 10px;
  }
  .table_normal tr {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .table_normal tr td {
    display: table-row;
  }
  .table_normal tr td > * {
    display: table-cell;
    padding: 5px 10px;
    margin: 0;
  }
  .table_normal td {
    padding: 9px 5px;
    border: none;
    border-left: 1px solid #d4d2d2;
    border-right: 1px solid #d4d2d2;
  }
  .table_normal td:first-child {
    border-top: 1px solid #d4d2d2;
  }
  .table_normal td:last-child {
    border-bottom: 1px solid #d4d2d2;
  }
  .table_normal td:last-child > *,
  .table_normal td:last-child:before {
    padding-bottom: 15px;
  }
  .table_normal td[data-title]:before {
    content: attr(data-title);
    width: 30%;
    display: table-cell;
    padding: 5px 10px;
    font-weight: 600;
  }
  .btn_partners {
    position: absolute;
    right: -12px;
    top: -12px;
  }
  .table_normal td:first-child:not([data-title=""]):before {
    padding-top: 15px;
  }
  .favourite_content tr td > * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 715px) {
  .order_step_item,
  .item_breadcrumb a:after,
  .breadcrumb_wrap .item_breadcrumb_first,
  .breadcrumb_wrap .item_breadcrumb {
    display: none;
  }
  .order_step_item.active {
    width: 100%;
    background: #f2f2f2;
    color: #000;
  }
  .order_step_item.active,
  .item_breadcrumb_container .item_breadcrumb:nth-last-child(2) {
    display: block;
  }
  .product_wrap_item {
    width: 50%;
  }
}
@media only screen and (max-width: 690px) {
  .parameters_item_wrap {
    width: 100%;
  }
  .variant_price {
    display: none;
  }
  .banner_link img {
    margin: auto;
    max-height: 170px;
    max-width: 90%;
  }
  .slider_content {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    text-align: center;
  }
  .slider_content_img {
    display: block;
  }
  .slider_content > * {
    width: 100%;
  }
  .main_slider_container .swiper-slide {
    min-height: auto;
    height: auto;
  }
  .slider_content_img {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .table_fast_order thead {
    display: none;
  }
  .table_fast_order tbody a {
    text-align: right;
  }
  .table_fast_order tbody tr {
    display: flex;
    flex-direction: column;
  }
  .table_fast_order tbody tr {
    border: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .table_fast_order tbody td {
    border: none !important;
  }
  .user_profile_order tr {
    margin-bottom: -1px !important;
  }
  .table_fast_order tbody td:before {
    content: attr(data-title) ':';
    font-weight: 700;
    padding-right: 10px;
  }
  .table_fast_order tbody td:not(.no_flex) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .table_fast_order td.btn_remove_fast_order_wrap {
    order: -1;
    justify-content: flex-end !important;
  }
  .btn_remove_fast_order_wrap::before {
    display: none;
  }
  .table_fast_order tbody td:empty {
    display: none;
  }
  .favorite_catg .btn_set_product .favorite_catg_text {
    display: none;
  }
  .favorite_catg .btn_set_product .ico {
    margin-right: 0;
  }
  .cart_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart_item_wrap,
  .cart_item > * {
    display: block;
  }
  .order_finish_data > * {
    width: 50%;
  }
  .btn_gallery_menu {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    right: 100%;
    cursor: pointer;
  }
  .mobile_gallery input:checked + .gallery_pagination_wrap {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .mobile_gallery input:checked + .gallery_pagination_wrap:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: 100%;
    top: 0;
  }
  .gallery_pagination_wrap {
    width: 180px;
    height: calc(100% - 50px);
    padding-top: 10px;
    -webkit-transform: translateX(180px);
    -ms-transform: translateX(180px);
    -o-transform: translateX(180px);
    transform: translateX(180px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #000;
  }
  .gallery_container {
    width: 100%;
  }
  .newsletter_wrap,
  .newsletter_text {
    width: 100%;
    margin: 0;
    padding-top: 11px;
  }
  .newsletter_container,
  .newsletter_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .visible_md {
    display: block;
  }
}
@media only screen and (max-width: 660px) {
  .contact_info > * {
    width: 50%;
  }
  .item_stock_branch,
  .cart_cupon_wrap > :first-child,
  .registration_form > *,
  .all_products.style2 > *,
  .products_wrap > * {
    width: 100%;
  }
  .subcategory_item,
  .footer_links > * {
    width: 50%;
  }
  .price_btn_wrap,
  .bestseller_hor .item_p_price_wrap,
  .newsletter_container,
  .banner_item_wrap,
  .product_set_wrap > .product_set_item {
    width: 100%;
  }
  .product_set_wrap > .product_set_item:nth-child(1),
  .product_set_wrap > .product_set_item:nth-child(3),
  .product_set_wrap > .product_set_item:nth-child(2) {
    border-right: 0;
  }
  .footer_links h3 {
    margin-top: 25px;
  }
  .main_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section {
    margin: 0px 15px;
  }
  .flags_homepage .section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .buy_btn_item {
    padding: 10px;
  }
  .bestseller_hor .product_item .item_data_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bestseller_hor .product_item {
    padding: 18px 0px;
  }
  .price_btn_wrap {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }
  .price_btn_wrap .item_p_price_wrap {
    padding-left: 0;
  }
  .price_btn_wrap > *:last-child {
    padding-right: 0;
  }
  .pagination a[data-k2="pagAprev"],
  .pagination a[data-k2="pagAnext"],
  .pagination a[data-k2="pagCur"] {
    display: none;
  }
  .pagination a.k2hidden {
    opacity: 0.6;
  }
  .bestseller_hor .item_p_description {
    display: none;
  }
}
@media only screen and (max-width: 525px) {
  .order_finish_data > * {
    width: 100%;
  }
  .subcategory_item,
  .set_catg_wrap .select_wrap,
  .all_products.style2 .product_item_img {
    width: 100%;
  }
  .all_products.style2 .item_data_wrap,
  .product_wrap_item {
    width: 100%;
    padding: 0;
  }
  .all_products.style2 .product_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .all_products.style2 .product_item {
    display: block;
  }
  .breadcrumb_wrap .item_breadcrumb:nth-last-child(2):not(.item_breadcrumb_first) {
    display: block;
  }
  .breadcrumb_wrap .item_breadcrumb,
  .breadcrumb_wrap .item_breadcrumb_first,
  .all_products.style2 .description,
  .all_products.style3 .buy_btn_item .title_btn,
  .all_products.style2 .buy_btn_item .title_btn {
    display: none;
  }
  .all_products.style3 .buy_btn_item .icon,
  .all_products.style2 .buy_btn_item .icon {
    margin-right: 0;
  }
  .all_products.style2 .buy_btn_item {
    padding: 10px;
  }
  .breadcrumb .item_breadcrumb a {
    padding: 10px 14px 12px 24px;
  }
  .breadcrumb .item_breadcrumb a:after {
    left: 8px;
    border: 6px solid transparent;
    border-right: 6px solid #000000;
    border-left: 0;
  }
  .no-touch .breadcrumb .item_breadcrumb a:hover:before {
    border-right: 5px solid #dfdfdf;
  }
  .breadcrumb .item_breadcrumb a:before {
    content: '';
    border: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-left: 0;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 99;
  }
}
@media only screen and (max-width: 470px) {
  .fast_order_btns_wrap {
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .fast_order_btns_wrap button {
    margin: auto;
  }
  .contact_info > * {
    width: 100%;
  }
  .variant_branch.variant_cell {
    display: none;
  }
  .variant_branch {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  .hide_mobile {
    display: none;
  }
  .visible_mobile {
    display: block;
  }
  .logo {
    max-height: 30px;
  }
  .main_header .main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_header .logo_wrap {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .login_button {
    font-size: 0;
  }
  .login_button .ico_arr {
    margin-left: 0;
  }
  .basket_btn .title {
    display: none;
  }
  .basket_btn + .float_menu {
    position: fixed;
    top: 102px;
    max-width: none;
    width: 100%;
    border: none;
    border-top: 1px solid #dfdfdf;
  }
  .basket_btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
  }
  .bestseller_hor .product_item {
    display: block;
  }
  .bestseller_hor .product_item .product_item_img,
  .bestseller_hor .product_item .item_data_wrap {
    width: 100%;
    margin: 0;
  }
  .bestseller_hor .product_item .product_item_img {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 385px) {
  .footer_links > * {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 390px) {
  .favourite_content td {
    padding: 8px 17px !important;
  }
  .favourite_content:before {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .favourite_content td[data-title]:before {
    padding-left: 0;
    padding-right: 0;
  }
  .variant_img_wrap {
    width: 90px;
  }
  .variant_cell {
    padding: 9px 10px;
  }
  .variant_item .buy_btn_item .ico {
    margin-right: 8px;
    font-size: 20px;
  }
  .variant_item .buy_btn_item {
    padding-right: 0.75em;
    font-size: 12px;
  }
  .variant_buy {
    display: block;
  }
  .variant_buy.variant_cell {
    display: none;
  }
  .flex_justify_end_mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex_justify_center_mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table_normal td[data-title]:before {
    padding-bottom: 0;
  }
  .table_normal tr td {
    padding: 0;
  }
  .table_normal tr,
  .table_normal tr td > *,
  .table_normal tr td:before,
  .table_normal tr td {
    display: block;
  }
  .login_wrap .open_next,
  .basket_wrap .open_next {
    padding: 8px 6px;
  }
  .table_normal td:last-child > * {
    padding-bottom: 25px;
  }
  .table_normal th:first-child,
  .table_normal td:first-child {
    padding-left: 0px;
  }
  .compare_content_container .item_compare,
  .compare_header_container > * {
    width: 288px;
    min-width: 288px;
  }
  .table_fast_order .item_p_price_wrap {
    text-align: right !important;
  }
}
.range_hand,
.range_line {
  display: block;
  cursor: pointer;
}
.range_wrap {
  width: 100%;
  position: relative;
  z-index: 9;
  cursor: pointer;
  /* overflow: hidden; */
  width: calc(100% - 30px);
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.range_line_wrap {
  padding: 12px 0;
  overflow: hidden;
}
.range_line_wrap:before {
  content: '';
  width: calc(100% - 25px);
  width: 100%;
  height: 3px;
  background: #d8d8d8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.range_line {
  width: 100%;
  height: 3px;
  background: #384FD9;
  position: relative;
  z-index: -1;
}
.range_hand {
  width: 18px;
  height: 26px;
  border: 1px solid #dedede;
  top: 0;
  background: #FFF;
  left: 0;
  position: absolute;
  /* opacity: 0; */
  bottom: 0;
  margin: auto;
  /* border-radius: 50%; */
}
.range_hand:nth-child(1) {
  -webkit-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -o-transform: translateX(-17px);
  transform: translateX(-17px);
}
.range_hand:nth-child(2) {
  left: 100%;
  /* transform: translateX(100%); */
}
.range_hand.anime,
.range_line.anime {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* import custom less style */
