.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 */
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  src: url('../fonts/subset-OpenSans.woff2') format('woff2'), url('../fonts/subset-OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  src: url('../fonts/subset-OpenSans-Semibold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  src: url('../fonts/subset-OpenSans-Bold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-display: auto;
  src: url('../fonts/subset-OpenSans-Extrabold.woff2') format('woff2'), url('../fonts/subset-OpenSans-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ico';
  font-display: auto;
  src: url('../fonts/ico.ttf?hxo1ge') format('truetype'), url('../fonts/ico.woff?hxo1ge') format('woff'), url('../fonts/ico.svg?hxo1ge#ico') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ico-"] [class*="path"]:before,
[class*=" ico-"] [class*="path"]:before,
[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-catg-arr:before {
  content: "\e948";
}
.ico-button-activate:before {
  content: "\e900";
}
.ico-button-block:before {
  content: "\e901";
}
.ico-button-update:before {
  content: "\e902";
}
.ico-category-all:before {
  content: "\e903";
}
.ico-close:before {
  content: "\e904";
  display: block;
}
.ico-compare:before {
  content: "\e905";
}
.ico-contact:before {
  content: "\e906";
}
.ico-coupon:before {
  content: "\e907";
}
.ico-delete-circle:before {
  content: "\e908";
}
.ico-document-download:before {
  content: "\e909";
}
.ico-document-excel:before {
  content: "\e90a";
}
.ico-document-html:before {
  content: "\e90b";
}
.ico-document-pdf:before {
  content: "\e90c";
}
.ico-document-photo:before {
  content: "\e90d";
}
.ico-document-text:before {
  content: "\e90e";
}
.ico-document-video:before {
  content: "\e90f";
}
.ico-document-word:before {
  content: "\e910";
}
.ico-document-xml:before {
  content: "\e911";
}
.ico-document-zip:before {
  content: "\e912";
}
.ico-email:before {
  content: "\e913";
}
.ico-favorite:before {
  content: "\e914";
}
.ico-filter:before {
  content: "\e915";
}
.ico-gallery-info:before {
  content: "\e916";
}
.ico-arr-right:before {
  content: "\e917";
}
.ico-search:before {
  content: "\e918";
}
.ico-gallery-zoom-close:before {
  content: "\e919";
}
.ico-gallery-zoom-dec:before {
  content: "\e91a";
}
.ico-gallery-zoom-inc:before {
  content: "\e91b";
}
.ico-home:before {
  content: "\e91c";
}
.ico-check:before {
  content: "\e91d";
}
.ico-image-preview:before {
  content: "\e91e";
}
.ico-language:before {
  content: "\e91f";
}
.ico-menu-all:before {
  content: "\e920";
}
.ico-message-error:before {
  content: "\e921";
  display: inline-block;
}
.ico-message-info:before {
  content: "\e922";
}
.ico-message-ok:before {
  content: "\e923";
}
.ico-navigation-catalog:before {
  content: "\e924";
}
.ico-navigation-first:before {
  content: "\e925";
}
.ico-navigation-last:before {
  content: "\e926";
}
.ico-navigation-list:before {
  content: "\e927";
}
.ico-navigation-quick:before {
  content: "\e928";
}
.ico-order-payment:before {
  content: "\e929";
}
.ico-order-send:before {
  content: "\e92a";
}
.ico-phone:before {
  content: "\e92b";
}
.ico-quantity-dec:before {
  content: "\e92c";
}
.ico-quantity-inc:before {
  content: "\e92d";
}
.ico-social-facebook .path1:before {
  content: "\e92e";
  color: #3b5998;
}
.ico-social-facebook .path2:before {
  content: "\e92f";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-googleplus .path1:before {
  content: "\e930";
  color: #dd4b39;
}
.ico-social-googleplus .path2:before {
  content: "\e931";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-googleplus .path3:before {
  content: "\e932";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-instagram .path1:before {
  content: "\e933";
  color: #b42d8b;
}
.ico-social-instagram .path2:before {
  content: "\e934";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-linkedin .path1:before {
  content: "\e935";
  color: #007ab9;
}
.ico-social-linkedin .path2:before {
  content: "\e936";
  margin-left: -1em;
  color: #f1f2f2;
}
.ico-social-pinterest .path1:before {
  content: "\e937";
  color: #cb2027;
}
.ico-social-pinterest .path2:before {
  content: "\e938";
  margin-left: -1em;
  color: #f1f2f2;
}
.ico-social-rss .path1:before {
  content: "\e939";
  color: #f78422;
}
.ico-social-rss .path2:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-twitter .path1:before {
  content: "\e93b";
  color: #26a6d1;
}
.ico-social-twitter .path2:before {
  content: "\e93c";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-vimeo .path1:before {
  content: "\e93d";
  color: #1ab7ea;
}
.ico-social-vimeo .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: #ffffff;
}
.ico-social-youtube .path1:before {
  content: "\e93f";
  color: #c4302b;
}
.ico-social-youtube .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: #ffffff;
}
.ico-user:before {
  content: "\e941";
}
.ico-arrow-right:before {
  content: "\e942";
}
.ico-askus:before {
  content: "\e943";
}
.ico-basket:before {
  content: "\e944";
}
.ico-basket-favorite:before {
  content: "\e945";
}
.ico-basket-overwrite:before {
  content: "\e946";
}
.ico-breadcrumb-delimiter:before {
  content: "\e947";
}
: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: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style-type: none;
}
html {
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-y: scroll;
}
body {
  /* max-width: 1200px; */
  /* background: #eaeaea; */
  margin: 0 auto;
  padding-top: 95px;
  font-size: 13px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
}
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 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iYnV0dG9uLXNlbGVjdF8xXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9ImJ1dHRvbi1zZWxlY3QiPjxwYXRoIGZpbGw9IiM5QTlBOUEiIGQ9Ik04LDExTDMsNWgxMEw4LDExeiIvPjwvZz4NCjwvc3ZnPg==') no-repeat 96% 50%;
  width: 100%;
  background-position-x: calc(100% - 10px);
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 999;
}
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;
}
.no_margin_bottom {
  margin-bottom: 0;
}
.no_margin_top {
  margin-top: 0;
}
h2 {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 12px 0 12px 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;
}
.main_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
  z-index: 9999;
  background: #FFFFFF;
}
.main_header .wrap {
  padding: 0 20px;
}
.flex_all *,
.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;
}
.btn.k2hidden,
.k2hidden,
figcaption,
.hide {
  display: none;
}
.underline_none {
  text-decoration: underline;
}
.full_width {
  width: 100%;
}
.main_menu {
  background: #f2f2f2;
}
.main_menu a {
  color: inherit;
}
.main_menu nav li a {
  padding: 4px 14px;
  display: block;
  text-decoration: none !important;
  position: relative;
  font-size: 13px;
}
.main_menu nav li a:before {
  content: '';
  position: absolute;
  border-bottom: 0px solid #384FD9;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.main_menu nav li a.active:before,
.no-touch .main_menu nav li a:hover:before {
  border-bottom: 3px solid #384FD9;
}
.lang_list_item img {
  max-height: 18px;
}
.lang_list_item_title {
  margin-left: 10px;
}
.open_next {
  cursor: pointer;
}
.currency_list .open_next li,
.lang_list .open_next li {
  display: none;
}
.currency_list .open_next li.active,
.lang_list .open_next li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.relative {
  position: relative;
}
.control_list_wrap .open_next + * li:not(:last-child) {
  display: block;
}
.control_list_wrap .open_next + * {
  position: absolute;
  padding: 11px 0;
  right: 0;
  white-space: nowrap;
  min-width: 84px;
  top: calc(100% - 1px);
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}
.basket_wrap .basket_btn .ico-catg-arr,
.control_list_wrap .open_next .ico-catg-arr {
  display: inline-block;
  -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);
  font-size: 17px;
  margin: 0 5px;
  -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;
  margin-right: 0;
}
.control_list_wrap .open_next.active .ico-catg-arr {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.control_list_wrap .open_next {
  border: 1px solid transparent;
  border-bottom: 0 !important;
  padding: 0 12px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.control_list_wrap .open_next.active {
  z-index: 1000;
}
.control_list_wrap .open_next > * {
  position: relative;
}
.control_list_wrap .open_next:before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  border: 1px solid #d6d6d6;
  left: -1px;
  top: -1px;
  border-bottom: 0;
  background: #FFF;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /* box-shadow: 0px 0px 0px 1px #d6d6d6; */
}
.control_list_wrap .open_next.active:before {
  content: '';
  height: 100%;
}
.control_list_wrap .open_next:not(.active):not(.closing):before {
  content: '';
  opacity: 0;
}
.control_list_wrap .open_next + * {
  background: #fffffF;
  border: 1px solid #d6d6d6;
}
.no-touch .control_list_wrap.menu_link .open_next + * a:not(.active):hover {
  background: #384FD9;
  color: #FFFFFF;
}
.control_list_wrap .open_next + * a.active {
  opacity: 0.5;
}
.control_list_wrap.menu_link .open_next + * a {
  padding: 4px 15px;
  text-decoration: none;
  display: block;
  min-width: 84px;
}
.control_list_wrap .open_next + * li.active {
  position: relative;
}
.control_list_wrap .open_next + * li.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}
/* .control_list_wrap .open_next:before {
  content: '';
  position: absolute;
  background: white;
  height: 1px;
  width: calc(100% - 2px);
  left: 1px;
  top: 100%;
  z-index: 9;
  opacity: 0;
  transition-delay: 0.3s;
  transition: opacity 0.1s ease;
}

.control_list_wrap .open_next.active:before {
  opacity: 1;
} */
.lang_list {
  margin-right: 7px;
}
.control_list_wrap.menu_link a {
  color: #1a1a1a;
}
main,
footer {
  background: #FFFFFF;
  padding: 20px;
  /* border: 1px solid #d6d6d6; */
}
main,
.wrap {
  max-width: 1300px;
  margin: auto;
  /* width: 100%; */
}
main {
  background: #FFFFFF;
}
footer {
  padding: 0;
  /* position: fixed; */
  /* width: 100%; */
  /* bottom: 0; */
}
.main_slider .swiper-slide {
  min-height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.slider_1 {
  background: url('../image/slider1.jpg');
}
.slider_2 {
  background: url('../image/slider2.jpg');
}
.main_slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 3px 6px !important;
  background-color: #A0A0A0;
  opacity: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.main_slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #384FD9;
}
.main_catg .catg_all,
.category_list ul ul {
  display: none;
}
.category_list ul ul ul {
  margin-bottom: 0;
}
.category_list a {
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
}
.category_list ul > li:not(:last-child) {
  /* border-bottom: 1px solid #d6d6d6; */
}
.category_list ul ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.category_list a {
  color: #1a1a1a;
  padding: 9px 10px;
  font-size: 13px;
  text-decoration: none !important;
}
.category_list ul ul a.active,
.no-touch .category_list a:hover {
  background: #e8e8e8;
}
.category_list li.active > span > a {
  background: #384FD9 !important;
  color: #FFFFFF;
}
.category_list li.active > span svg path {
  fill: #FFF;
}
.category_list li.active > span button {
  color: #FFF;
}
.category_list li > span button:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_list li.active > span button:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category_list li > span {
  position: relative;
  display: block;
}
.category_list .open_list {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30px;
  font-size: 20px;
}
.category_list .img_catg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
}
.category_list ul ul .img_catg {
  display: none;
}
.category_list .img_catg img {
  height: 35px;
  margin: -7px 0;
}
.category_list .img_catg svg path {
  fill: #8c8c8c;
}
.category_list li {
  position: relative;
}
.bg_white {
  background: #FFFFFF;
}
.menu_content > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.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;
}
.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;
}
.logo_wrap img {
  /* max-width: 220px; */
  /* margin-bottom: -30px; */
  /* margin-top: 9px; */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo_wrap.scroll img {
  /* max-width: 84px; */
  /* margin-bottom: 5px; */
  /* margin-top: 5px; */
}
.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;
}
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;
}
.search_form input {
  font-size: 15px;
  padding: 7px 10px;
  padding-right: 41px;
}
.search_form {
  position: relative;
  width: 100%;
  /* margin: auto; */
  min-width: 250px;
  margin: auto;
}
.search_form input + a {
  position: absolute;
  height: calc(100% - 6px);
  right: 0;
  width: 30px;
  background: #384FD9;
  color: #FFFFFF;
  font-size: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 3px;
  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;
  text-decoration: none !important;
}
.logo_wrap {
  width: 310px;
}
.menu_content {
  width: calc(100% - 310px);
}
.login_wrap {
  margin-right: 15px;
}
.login_wrap .message {
  white-space: normal;
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #bf3e3e;
  color: #FFFFFF;
  margin: 0px -15px;
  /* margin-top: calc(1em - 20px); */
  position: relative;
  top: 20px !important;
}
.login_wrap .message > * {
  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;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
.login_wrap .message .ico {
  margin-right: 13px;
  font-size: 26px;
}
.login_wrap .open_next,
.basket_wrap .open_next {
  padding: 8px 12px;
}
.basket_wrap .open_next + *,
.login_wrap .open_next + * {
  padding: 20px 15px;
}
.login_wrap .open_next + * {
  /* max-width: 290px; */
  min-width: 290px;
}
.basket_wrap .ico-basket,
.login_wrap .open_next .ico-user {
  font-size: 25px;
}
.basket_wrap .title,
.open_next .title {
  padding: 0px 6px;
}
.login_wrap .open_next .ico-catg-arr {
  margin: 0;
}
.form_login label span,
.form_login label {
  display: block;
}
.form_login label {
  margin-bottom: 15px;
}
.form_login input {
  min-width: 210px;
}
.form_login input {
  padding: 4px 9px !important;
  min-height: auto !important;
}
.cookie_btn,
.btn {
  padding: 0.7em 1em;
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid #384FD9;
  background: #384FD9;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 1;
}
.no-touch .cookie_btn:hover,
.no-touch .btn:hover {
  background: #2439ba;
  border-color: #2439ba;
}
.btn .ico {
  line-height: 1em;
  vertical-align: middle;
  font-size: 1.4em;
  margin: -3px 0;
}
.btn .ico:last-child {
  margin-left: 0.3em;
}
.btn .ico.ico-catg-arr:last-child {
  margin-right: -0.3em;
}
.btn .ico.ico-catg-arr:first-child {
  margin-left: -0.3em;
}
.btn .ico:first-child {
  margin-right: 0.3em;
}
.saving {
  pointer-events: 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;
  /* transform: translateX(-100%); */
  /* left: 0; */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner_link {
  text-decoration: none !important;
  color: #FFFFFF;
  width: 100%;
  padding: 24px;
  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;
}
.no-touch .banner_link:hover:before {
  opacity: 1;
}
.banner_link:before {
  content: '';
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner_container {
  margin: -5px;
}
.banner_container > * {
  padding: 5px;
  position: relative;
}
.banner_link img {
  /* max-width: 110px; */
  /* max-height: 90px; */
}
.banner_title,
.banner_text {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.banners_wrap > *:last-child {
  /* padding-bottom: 0; */
}
.banners_wrap > *:first-child {
  /* padding-top: 0; */
}
body:before,
.overlay_mobile_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
/* body:before {
  content: '';
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.opennext_header body:before {
  content: '';
  opacity: 1;
} */
header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 0px 0px #d6d6d6;
  box-shadow: 0px 1px 0px 0px #d6d6d6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login_surname {
  font-size: 0;
  display: inline-block;
}
.login_surname:first-letter {
  font-size: 13.333px;
}
.login_surname:after {
  content: '.';
  font-size: 13.333px;
}
.header_login {
  background: #f2f2f2;
  padding: 20px 15px;
  margin: -20px -15px;
  margin-bottom: 0;
}
.login_wrap .title {
  white-space: nowrap;
}
.menu_login a {
  display: block;
  padding: 10px 0px;
}
.menu_login {
  margin: -10px 0px;
}
.mobile_menu .category_list {
  background: #fff;
  border-top: 0;
}
.basket_count,
.login_ico {
  position: absolute !important;
  top: -6px !important;
  left: 14px !important;
  bottom: auto !important;
  background-color: #384FD9;
  width: 15px;
  height: 15px;
  line-height: 14px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  background-color: #43A047;
  color: #fff;
}
.basket_count {
  background-color: #384FD9;
  color: #FFFFFF;
  width: 17px;
  height: 17px;
  line-height: 15px;
}
.product_item_img {
  position: relative;
  padding-bottom: 85%;
  display: block;
  width: 100%;
  margin: 0;
}
.gallery_product_prev,
.gallery_product_next,
.product_gallery_thumbs_slider {
  display: none;
}
.product_gallery_thumbs_slider .swiper-slide {
  padding: 5px 1px;
}
.product_gallery_thumbs_slider .product_item_img {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.product_gallery_thumbs_slider .active .product_item_img,
.no-touch .product_gallery_thumbs_slider .product_item_img:hover {
  border: 1px solid #989898;
}
.product_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 85%;
  max-height: 85%;
}
.swiper-slide .decription_item {
  display: none;
}
.product_slider {
  position: relative;
}
.flagDiscount,
.flag_wrap *,
.swiper-container,
.swiper-container * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.product_slider .swiper-container {
  margin: -10px;
  width: calc(100% + 20px);
}
.item_p_stock .ico {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.item_p_stock[data-availability="Skladem"] .ico:before {
  content: '';
  position: absolute;
  width: 49%;
  height: 92%;
  border: 3px solid #43a047;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
  border-top: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item_p_stock[data-availability="Není skladem"] .ico:before,
.item_p_stock[data-availability="Není skladem"] .ico:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #e2232b;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.item_p_stock[data-availability="Není skladem"] .ico:before {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item_p_stock[data-availability="Není skladem"] .ico:after {
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quantity_minus:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #7b7b7b;
}
.quantity_plus:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #7b7b7b;
}
.quantity_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.quantity_wrap input[type="number"] {
  width: auto;
  padding: 0;
  border: 0;
  width: 40px;
  text-align: center;
  border: 1px solid #d6d6d6 !important;
  border-right: 0 !important;
  /* flex: 1 1; */
}
.quantity_wrap button {
  width: 20px;
  height: 20px;
  font-size: 20px;
  /* background-color: #fab40a; */
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  position: relative;
}
.no-touch .quantity_wrap button:hover {
  background: #384FD9;
}
.no-touch .quantity_wrap button:hover:before {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.quantity_wrap button:last-child {
  border-top: 0;
  height: 19px;
}
.buy_btn_item {
  padding: 3px 8px !important;
}
.buy_btn_item .ico {
  position: relative;
  top: -1px;
}
.buy_btn_item {
  background-color: #2ca514;
  font-size: 23px;
  color: #FFF;
  padding: 3px;
}
.btn_green,
.buy_btn {
  background-color: #2ca514;
  color: #FFF;
  /* padding: 6px 13px; */
  text-decoration: none !important;
  border-color: #177b03;
}
.no-touch .btn_green:hover,
.no-touch .buy_btn:hover,
.no-touch .buy_btn_item:hover {
  background-color: #1b8c06;
  border-color: #1b8c06;
}
.swiper-slide .quantity_wrap {
  display: none;
}
.header_tabs_products {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
}
.header_tabs_products a {
  color: inherit;
  text-decoration: none !important;
}
.swiper-slide .product_item {
  position: relative;
  margin: 10px;
  width: auto;
}
.no-touch .product_item: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);
}
.product_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;
  position: relative;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  width: 100%;
}
/* .loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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;
} */
.loading {
  width: 36px;
  height: 36px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  /* overflow: hidden; */
  border: 3px solid #eaeaea;
  border-right-color: #7d7a73;
  -webkit-animation: rotateloading linear 1s;
  -o-animation: rotateloading linear 1s;
  animation: rotateloading linear 1s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.popup .loading {
  width: 55px;
  height: 55px;
  border: 5px solid #eaeaea;
  border-right-color: #384FD9;
}
@-webkit-keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateloading {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
footer {
  /* background: rgb(251, 251, 251); */
}
.footer_menu > * {
  max-width: 25%;
  width: 100%;
}
.products_wrap > * {
  width: 33.3333%;
}
.products_wrap > .swiper-slide {
  width: 25%;
}
.swiper-slide .flag_wrap {
  display: none;
}
.flag_wrap {
  position: absolute;
  left: 10px;
  top: 10px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 99;
}
.flag_wrap > span {
  margin: 2px;
  padding: 3px 8px;
  display: inline-block;
  width: auto;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.product_img .flag_wrap {
  left: 0;
  top: 0;
  z-index: 2000;
}
.flagNew {
  background: #54af56;
  color: #FFFFFF;
}
.flagFreeShipping {
  background: #3b8ab1;
  color: #FFFF;
}
.flagTip {
  background: #8BC34A;
  color: #FFF;
}
.flagDiscount {
  background-color: #F44336;
  color: #FFF;
}
.flagSale {
  background-color: #00bcd4;
  color: #FFF;
}
.flagUsed {
  background-color: #607d8b;
  color: #FFFFFF;
}
.flagPreparing {
  background-color: #9c27b0;
  color: #FFFFFF;
}
.flagAction {
  background-color: #009688;
  color: #FFFFFF;
}
.category_wrap .buy_btn_item {
  min-width: 39px;
}
.code_item_p {
  font-size: 12px;
}
.products_style .ico {
  font-size: 25px;
  display: block;
}
.products_style.active {
  background: #f2f2f2;
  color: #000000;
}
.products_style {
  padding: 5px;
  margin: ;
  border: 1px solid #d6d6d6;
}
.buy_btn_item .ico + * {
  font-size: 13px;
  margin-right: 5px;
  margin-left: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.products_style:not(:last-child) {
  margin-right: 15px;
}
.products_style:last-child {
  /* margin-left: 15px; */
}
.all_products.style2 > * {
  width: 100%;
}
.all_products.style2 .product_item > a {
  display: block;
  margin-right: 15px;
  width: 270px;
  position: relative;
}
.all_products.style2 .flagDiscount {
  left: 227px;
  right: auto;
}
.all_products.style2 .product_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.all_products.style2 .buy_btn_item .hide {
  display: block;
}
.all_products.style2 .buy_btn_item {
  padding: 0 6px;
}
main:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9998;
}
.opennext_header main:before {
  height: 100%;
  opacity: 1;
}
.subcatg_item {
  padding: 9px 15px;
  border: 1px solid #d6d6d6;
}
.product_info {
  width: 45%;
}
.product_img {
  width: 55%;
}
.gallery_close,
.popup_wrap .js_popup_close,
.favorite_close {
  position: absolute;
  right: 7px;
  font-size: 30px;
  top: 7px;
  color: #000;
  z-index: 999999;
}
.gallery_close:before,
.popup_wrap .js_popup_close:before,
.favorite_close:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) rotate(0deg);
  transform: translateZ(0) rotate(0deg);
  display: block;
}
.no-touch .favorite_close:hover:before,
.no-touch .gallery_close:hover:before,
.no-touch .menu_user_wrap .ico-close:hover:before,
.no-touch .popup_wrap .js_popup_close:hover:before {
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg);
}
.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.full_gallery .gallery_container {
  height: 100%;
  width: 100%;
  margin-left: 0 !important;
}
.gallery.full_gallery .gallery_prev,
.gallery.full_gallery .gallery_next {
  display: none;
}
.gallery_container:before {
  content: '';
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}
.swiper-slide-zoomed .gallery_img {
  z-index: 99999;
}
.gallery_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: calc(100% - 50px);
  position: relative;
}
.gallery_img img {
  max-height: 100%;
  /* max-width: -webkit-calc(100% - 80px); */
  /* max-width: calc(100% - 80px); */
}
.gallery_title {
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #FFF;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 20px;
  z-index: 999;
  position: absolute;
}
.gallery_next {
  right: 0;
}
.gallery_prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.no-touch .gallery_next:hover:before,
.no-touch .gallery_prev:hover:before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.gallery_next:before,
.gallery_prev:before {
  background-color: #384FD9;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  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: #FFFFFF;
  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;
}
.no-touch .gallery_pagination .gallery_pagination_item:hover > div,
.gallery_pagination .gallery_pagination_item.active > div {
  opacity: 1;
}
.mobile_gallery input,
.btn_gallery_menu {
  display: none !important;
}
.btn_gallery_menu span:before,
.btn_gallery_menu span:after {
  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: transparent;
}
.visible_print,
.tabs_content:not(.active) {
  display: none;
}
.header_tabs {
  border-bottom: 1px solid #d6d6d6;
}
.tabs_js {
  margin: -1px;
  padding: 7px 15px;
  border: 1px solid transparent;
}
.tabs_js.active {
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #FFFFFF;
}
.table_product_data {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0;
}
.table_product_data td {
  padding: 0;
}
.table_product_data tr > td:first-child {
  padding: 2px 15px;
  padding-left: 0;
}
.table_product_data tr > td:first-child,
.semibold {
  font-weight: 600;
}
.pricing_table tr td:nth-child(2) {
  text-align: right;
}
.pricing_table tr td [itemprop="price"] {
  font-size: 21px;
  font-weight: 800;
  color: #e2232b;
}
.pricing_table {
  width: 100%;
  white-space: nowrap;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.old_price {
  font-size: 14px;
  font-weight: 100;
  margin-right: 10px;
  text-decoration: line-through;
  color: #7d7d7d;
}
.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;
}
.gallery_img img[src="#"] {
  display: none;
}
.error_lazy {
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzIwMCcgd2lkdGg9JzIwMCcgIGZpbGw9IiNiYWJhYmEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3MCAtODApIj48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Y2lyY2xlIGN4PSI1NzkiIGN5PSI5MiIgcj0iMiI+PC9jaXJjbGU+PHBvbHlnb24gcG9pbnRzPSI1OTAuOTA4LDg2IDU5MC4zMTUsODggNTk1LDg4IDU5NSwxMDMgNTg1Ljg3MSwxMDMgNTg1LjI3OCwxMDUgNTk3LDEwNSA1OTcsODYgICAiPjwvcG9seWdvbj48cGF0aCBkPSJNNTg2LjE2NywxMDJINTg4aDZ2LTIuODU3Yy0xLjk5Ny0yLjc3Ni0yLjk1NC02LjY1Ny00Ljg4My03LjA5OEw1ODYuMTY3LDEwMnoiPjwvcGF0aD48cGF0aCBkPSJNNTg4LjA0MSw4MS43MTZMNTg2Ljc3MSw4Nkg1NzN2MTloOC4xNDNsLTEuMTAyLDMuNzE2bDEuOTE4LDAuNTY4bDgtMjdMNTg4LjA0MSw4MS43MTZ6IE01ODMuMzEsOTcuNjgyICAgIGMtMC42NjgtMC44NjEtMS4zNC0xLjM5Ni0yLjA2LTEuMzk2Yy0xLjk1NSwwLTIuNjc0LDQuMTU3LTUuMjUsNC45OTlWMTAyaDIuMjVoMy43ODFsLTAuMjk2LDFINTc1Vjg4aDExLjE4TDU4My4zMSw5Ny42ODJ6Ij48L3BhdGg+PC9nPjwvZz48L3N2Zz4=");
  width: 50%;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  display: block !important;
}
.panel_footer {
  background: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.links_wrap_footer {
  /* background: #e8e8e8; */
  padding-bottom: 30px;
  padding-top: 30px;
}
.links_wrap_footer h3 {
  margin-top: 0;
}
.newsletter_wrap {
  width: 50%;
}
.social_links_wrap {
  width: 50%;
}
.scroll_top {
  position: fixed;
  bottom: -34px;
  right: 5%;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  font-size: 34px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9997;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .scroll_top:hover {
  background: #A0A0A0;
  color: #FFFFFF;
}
.scroll_top.active {
  bottom: 5%;
}
.registration_form > * {
  width: 50%;
}
.max_width {
  width: 100%;
}
.registraition_ares_wrap button {
  padding: 0.65em 0.7em;
}
.inputFail {
  border-color: #de000e !important;
}
.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 + .label_title .required,
.msg_input_wrap input + .label_title .required {
  display: none;
}
.msg_input_wrap select[required] + .label_title .required,
.msg_input_wrap input[required] + .label_title .required {
  display: inline-block;
}
.msg_checkbox_wrap {
  position: relative;
  display: inline-block;
  padding-right: 34px;
}
.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;
}
.msg_checkbox .ico {
  height: 1em;
}
.no-touch .msg_checkbox .ico:hover + .msg_input_tooltip,
.no-touch .msg_input .ico:hover + .msg_input_tooltip {
  opacity: 1;
}
.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;
}
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"] + span:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
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="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%;
}
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"]:checked + span:after,
input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
.breadcrumb {
  display: inline-block;
}
.breadcrumb_wrap {
  border: 1px solid #c7c7c7;
}
.breadcrumb_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  position: relative;
}
.breadcrumb_wrap .ico-home {
  display: block;
}
.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;
}
.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;
}
span.basket_btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
span.basket_btn .ico-catg-arr {
  display: none;
}
.basket_btn .ico-catg-arr {
  margin-left: 0 !important;
}
.basket_btn .price {
  padding: 0px 6px;
  font-size: 15px;
  font-weight: 700;
}
.basket_product_item img {
  max-width: 60px;
}
.basket_product_item a {
  display: block;
  white-space: pre-wrap;
  margin-bottom: 7px;
  font-weight: 700;
  /* color: #000; */
}
.basket_wrap .open_next + * {
  width: 360px;
}
.basket_product_item {
  position: relative;
}
.basket_product_item_props {
  margin-right: 34px;
}
.basket_product_item_del {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 17px;
  width: 40px;
  height: 20px;
}
.no-touch .basket_product_item_del:hover {
  font-size: 20px;
}
.basket_product_item_props {
  width: 100%;
}
.basket_product_item:last-child hr {
  display: none;
}
.price_in_dialog .price {
  font-size: 20px;
  font-weight: 700;
}
.basket_product_item_price {
  font-size: 14px;
  font-weight: 600;
}
.basket_product_item_img {
  margin-bottom: 0 !important;
}
.basket_float .header_login {
  margin-top: 0;
  margin-bottom: -20px;
  margin-top: 20px;
}
.basket_float {
  padding-top: 25px !important;
}
.main_slider_wrap {
  position: relative;
}
.main_slider_catg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-touch .pagination_wrap a:hover,
.pagination_wrap a[data-k2="pagCur"] {
  background-color: #f2f2f2;
}
.pagination_wrap a:not([href]):not([data-k2="pagCur"]) {
  cursor: context-menu;
  pointer-events: none;
  opacity: 0.3;
}
.pagination_wrap a {
  width: 30px;
  height: 30px;
  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;
  position: relative;
  text-decoration: none !important;
  border: 1px solid #cecece;
  color: #000;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arr_button.arr_first .ico,
.pagination_wrap .arr_left:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pagination_wrap .arr_button {
  color: #FFFFFF;
  background-color: #384FD9;
  border: 1px solid #384FD9;
}
.custom_checkbox_input {
  display: none;
}
.custom_checkbox_input:checked + label .checkbox_controller:after {
  left: 50%;
  background: #384FD9;
}
.checkbox_controller:after {
  content: '';
  width: 50%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #adadad;
}
.checkbox_controller {
  width: 40px;
  height: 21px;
  border: 1px solid #cecece;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  /* box-shadow: 0px 0px 0px 1px #cecece; */
}
.custom_checkbox_label {
  cursor: pointer;
}
.custom_checkbox_text {
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  color: #000;
}
.k2pagNextAjax.k2hidden {
  display: none !important;
}
.ajax_product_loading .loading {
  position: relative;
  margin-right: 11px;
  margin-left: 0;
}
.ajax_product_loading,
.pagination_content.active {
  display: none;
}
.ajax_product_loading.active {
  display: block;
}
.favorite_content,
.popup {
  position: fixed !important;
  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(0, 0, 0, 0.5);
  z-index: 99999999999999;
  padding: 1vw;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.popup_wrap,
.popup_wrap:empty {
  display: none;
}
.favorite_content,
.popup_bg {
  width: 100%;
  position: absolute;
  height: 100%;
}
.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: 640px;
}
.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>[data-title]:before {
  content: attr(data-title);
  background-color: @main_color;
  color: #fff;
  height: 40px;
  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;
  font-weight: 600;
  text-align: left;
  margin: -20px -20px 20px;
  padding: 0 20px
} */
.popup_wrap.dialog h2 {
  text-transform: none;
}
.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: #2439ba;
  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;
}
.userMenu_button {
  font-weight: 700;
  margin-top: -1px;
}
.userMenu_button .ico-catg-arr {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userMenu_button.active .ico-catg-arr {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.userMenu_button,
.profile_link {
  padding: 7px 6px;
  text-decoration: none !important;
  color: #000000;
  border: 1px solid #cecece;
  background: #f2f2f2;
  width: 100%;
}
.no-touch .profile_link:hover {
  background: #384FD9;
  border-color: #384FD9;
  color: #FFFFFF;
}
.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: #384FD9;
  width: 5px;
  height: 5px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.user_menu_list li a.active:before {
  border-radius: 50%;
}
.addressType[data-k2-type=invoice] .invoice_btn,
.addressType[data-k2-type=delivery] .delivery_btn {
  display: block;
}
.delivery_btn,
.invoice_btn {
  display: none;
}
.btn_ligth {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c4c4c4+100 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* background: #e0e0e0; */
  /* border: 1px solid #b9b9b9; */
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.delivery_btn .ico,
.invoice_btn .ico {
  margin-right: 0.3em !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: normal;
  display: inline-block;
}
.no-touch .btn_ligth:hover {
  background: #e0e0e0;
  color: #000000;
  border: 1px solid #ddd;
}
.no-touch .hover_row:hover {
  background: #eaeaea;
}
.hover_row a:not(.btn_ligth) {
  text-decoration: none !important;
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
}
.pagination_wrap a {
  margin-top: 20px;
}
.removeAll_cart .ico {
  font-size: 1.1em;
  margin-right: 8px;
  display: block;
  position: relative;
  /* padding: 0.15em 0; */
}
.fix_line {
  line-height: 1;
}
.message_flaot span {
  top: 96px;
  position: relative;
  -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: 9px 20px;
  color: #FFFFFF;
  opacity: 1;
  -webkit-animation: msgAnime ease 0.5s;
  -o-animation: msgAnime ease 0.5s;
  animation: msgAnime ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin: auto;
}
.message_flaot {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* margin: auto; */
  z-index: 9998;
  text-align: center;
}
@-webkit-keyframes msgAnime {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    top: 96px;
    opacity: 1;
  }
}
.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;
}
.arr_rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile_menu .search_wrap {
  display: none;
}
.gallery_close,
.popup_wrap .js_popup_close {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 5px;
  color: #FFF;
}
.gallery_close:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  display: block;
}
.no-touch .gallery_close:hover:before {
  -webkit-transform: translateZ(0) rotate(90deg);
  transform: translateZ(0) rotate(90deg);
}
.gallery_close {
  position: absolute;
  z-index: 999999;
  height: 50px;
  top: 0;
  right: 0;
  width: 50px;
}
.page_none {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 60px;
  /* line-height: 47px; */
}
.item_breadcrumb a {
  padding: 6px 20px;
  color: #000;
  background: #f2f2f2;
  position: relative;
  padding-right: 11px;
}
.item_breadcrumb_first a {
  padding: 5px;
  font-size: 20px;
}
.item_breadcrumb a:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #c7c7c7;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
}
.item_breadcrumb a:after {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #f2f2f2;
  position: absolute;
  top: 0px;
  z-index: 10;
  left: 100%;
  margin-left: -1px;
}
.no-touch .item_breadcrumb a:hover {
  background: #e0e0e0;
}
.no-touch .item_breadcrumb a:hover:after {
  border-left-color: #e0e0e0;
}
.item_breadcrumb.item_breadcrumb_last a:before,
.item_breadcrumb.item_breadcrumb_last a:after {
  display: none;
}
.item_breadcrumb.item_breadcrumb_last a {
  pointer-events: none;
}
.social_links_wrap a {
  font-size: 28px;
  text-decoration: none !important;
  margin-right: 5px;
  display: block;
}
.no-touch .social_links_wrap a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.footer_menu a {
  padding: 4px 0;
  display: block;
}
.copyright {
  padding: 10px 0;
  border-top: 1px solid #dedede;
  background: #f2f2f2;
}
.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: #384FD9;
  margin: 0;
}
.order_list_img {
  width: 100px;
  display: block;
  text-align: center;
}
.order_list_img a {
  display: block;
}
.order_list_item_inc {
  width: -webkit-calc(17% - 15px);
  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: -webkit-calc(16% - 15px);
  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: -webkit-calc(17% - 25px);
  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: #384FD9;
}
.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;
}
.shipping_item.k2disabled {
  opacity: 0.4;
}
.popup_wrap.addCart {
  max-width: 420px;
  text-align: center;
  padding-top: 30px;
}
.popup_wrap.addCart .ico-close {
  color: #000000;
}
.no_text_up {
  text-transform: none;
}
.search_content {
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -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);
}
.search_content.k2noItem {
  padding: 15px 10px;
  font-weight: 700;
  max-height: 80vh;
  overflow-y: auto;
}
.search_content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(90vh - 70px);
}
.all_search {
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  display: block;
}
.no-touch .all_search:hover {
  text-decoration: underline;
}
.search_item {
  margin: 0;
}
.search_wrap_items li.active,
.no-touch .search_wrap_items li a:hover {
  background: #f2f2f2;
}
.search_wrap_items li a {
  text-decoration: none !important;
}
.search_img {
  display: block;
  width: 90px;
  height: 60px;
  position: relative;
}
.search_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.search_name {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-weight: 300;
  color: #000;
  width: calc(100% - 90px);
}
.search_content {
  font-weight: 700;
}
.search_loading {
  padding: 10px 20px;
  z-index: 99999;
}
.search_loading .loading {
  position: relative;
  margin: 0;
  margin-right: 10px;
}
.search_loading_wrap {
  -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;
}
/* Main slider START*/
.main_slider .swiper-slide {
  min-height: 500px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main_slider {
  /* width: 100%; */
  /* height: 100%; */
  /* display: flex; */
}
.main_slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.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;
  width: 100%;
  height: 100%;
}
.slider_content[data-text-type="centerMiddle"] .banner_img img,
.slider_content[data-text-type="centerMiddle"] .slider_content_img img {
  max-width: 100%;
  max-height: 100%;
}
.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: #374ED9;
  font-weight: 700;
  text-transform: uppercase;
}
.banner_price,
.slider_content_price {
  font-size: 25px;
  font-size: calc(0.3vw + 19px);
  color: #374ED9;
  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;
  text-decoration: none !important;
}
.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;
}
.banner_link > *,
.banners_item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_link > * {
  padding: 0;
}
.banner_text,
.banner_title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px 4px;
  width: 100%;
}
.no-touch .banner_link:hover img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.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);
}
.banner_title {
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
  color: #000000;
  font-size: calc(0.6vw + 21px);
}
.banner_text {
  font-size: 20px;
  color: #000000;
  font-size: calc(0.3vw + 15px);
}
.footer_slider .swiper-slide {
  min-height: auto;
}
.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;
}
/* Main slider END */
.google_maps {
  padding-bottom: 40%;
  min-height: 260px;
}
.contact_info .ico {
  font-size: 20px;
  margin-right: 9px;
  color: #000000;
}
.contact_info h3 {
  margin: 0;
}
.menu_login ul ul {
  padding-left: 15px;
}
.banner_under_catg {
  width: 100%;
}
.banner_under_catg:last-child {
  padding-bottom: 0;
}
.compare_link {
  color: #000;
  margin: 0 10px;
  text-decoration: none !important;
}
.compare_link .ico {
  font-size: 25px;
  padding: 0;
}
.compare_link span {
  padding: 0px 6px;
}
/* compare START */
.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;
  position: relative;
}
.compare_content_container .item_compare {
  min-height: 37px;
  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-bottom: 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: 76px;
  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: -2px;
  right: 0px;
  border: 0;
}
.sticky_header_help_wrap {
  position: relative;
  width: 300px;
  background: #ffffff;
  min-height: 371px;
  z-index: 999;
  margin-bottom: -371px;
  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;
  padding-top: 12px;
  margin-bottom: 0.5rem;
}
.compare_header_container .item_p_title span {
  line-height: 1.3em;
  height: 2.6em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.compare_header_container h3 {
  margin: 0;
}
.compare_header_container .product_item {
  padding: 0;
}
.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: 0px;
}
.sticky_header_help.active:before {
  left: -1px;
  width: 100%;
  top: -1px;
  background: white;
}
.compare_header_container .product_item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.compare_header_container .product_item > * {
  position: relative;
  z-index: 99;
}
.compare_table_wrap.scrolling .compare_content_container .item_compare:first-child {
  /* box-shadow: 0 20px 20px -3px rgba(0, 0, 0, .5); */
  border-right: 1px solid #ddd !important;
}
.compare_table_wrap.end_scroll:after {
  width: 0;
  opacity: 0;
}
.compare_table_wrap:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 99;
}
/* compare END */
.main_menu .compare_link {
  display: none !important;
}
.data_product_wrap > * {
  padding: 2px 0;
}
.btn_product_set {
  font-size: 20px;
  /* box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2); */
  width: 32px;
  height: 32px;
  vertical-align: middle;
  position: relative;
}
.btn_product_set.k2btnProductCompareDel .ico {
  /* opacity: 0.3; */
}
.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;
}
.content_tabs_btn {
  width: 100%;
  border-bottom: 1px solid #cecece;
  margin: 0;
}
.content_tabs_btn_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.content_tabs_btn .ico {
  display: block;
  padding: 10px;
  font-size: 20px;
  -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);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
}
.active .content_tabs_btn .ico {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content_tabs {
  padding: 20px 10px;
  padding-bottom: 0;
  max-height: none !important;
}
#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;
}
.wrap_product_item_confirm .item_p_title {
  max-height: 3.2em;
  height: auto;
}
.wrap_product_item_confirm .quantity_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.wrap_product_item_confirm h3 {
  font-size: 13px;
}
.order_finish_data > * {
  width: 33.3333%;
}
.compare_table_wrap.scrolling .compare_content_container .title_comapare .item_compare:first-child {
  border-right: 0 !important;
}
.summary_basket_wrap {
  text-align: right;
}
.header_popup {
  background: #384FD9;
  margin: -20px;
  margin-bottom: 10px;
  padding: 11px 20px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.fake_link {
  text-decoration: none;
  color: #384FD9;
  cursor: pointer;
}
.no-touch .fake_link:hover {
  text-decoration: underline;
}
.footer_menu > li > a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #1a1a1a;
  margin: 12px 0 12px 0;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  text-decoration: none !important;
}
.variant_btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
  padding: 5px 10px !important;
}
.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;
}
.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: 30px;
  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;
}
.selects_set_p {
  margin-top: -5px;
  margin-bottom: -5px;
}
.selects_set_p > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
.favorite_catg .btn_set_product {
  white-space: nowrap;
  border: 1px solid #cecece;
  padding: 0.3em 0.5em;
  background: #F2f2f2;
  font-weight: 700;
}
.favorite_content:not(.open) {
  display: none;
}
.favorite_catg .btn_set_product .ico {
  margin-right: 8px;
  font-size: 20px;
}
.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: 30px;
  display: inline-block;
  -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);
  -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: #7384e6;
}
.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;
}
.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 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.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;
}
.last_view_item .product_item_img {
  width: 30%;
  padding-bottom: 20%;
}
.last_view_item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.last_view_header {
  background-color: #384FD9;
  display: block;
  padding: 10px 17px;
  border: 1px solid #d6d6d6;
  color: #FFFFFF;
  border-bottom: 0;
}
.last_view_content {
  border: 1px solid #d6d6d6;
}
.all_products.style3.products_wrap > * {
  width: 100%;
}
.all_products.style3 .buy_btn_item:not(.variant_btn),
.all_products.style3 hr,
.all_products.style3 .flag_wrap,
.all_products.style3 .decription_item,
.all_products.style3 .product_item_img {
  display: none;
}
.all_products.style3 .code_item_p {
  display: block;
}
.all_products.style3 h3 {
  margin-top: 0;
}
.all_products.style3 .item_p_title {
  height: auto;
}
.all_products.style3 .item_data_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_products.style3 .item_p_price_wrap {
  width: auto;
  margin-bottom: 0;
}
.all_products.style3 .quantity_wrap {
  margin-left: 20px;
  margin-right: 0;
}
.all_products.style3 .variant_btn_wrap {
  margin-left: 10px;
}
.all_products.style3 .variant_btn_wrap a {
  margin-top: 0;
}
.all_products.style3 .quantity_input {
  display: none;
}
.all_products.style3 .quantity_input_bulk {
  display: block;
}
.k2btnFavoriteDel i,
.k2btnProductCompareDel i {
  font-style: normal;
  left: calc(100% - 12px) !important;
  bottom: calc(100% - 12px) !important;
  position: absolute;
  background-color: #384FD9;
  width: 12px;
  height: 12px;
  font-size: 7px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_p_stock[data-availability="Skladem dle variant"] .ico:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #e2232b;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: 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;
}
.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: 2px !important;
  background: #384FD9;
  left: 0.5em;
  top: 0.6em !important;
}
.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 > * {
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news_item p {
  flex: 1 1 auto;
  margin-bottom: 20px !important;
  line-height: 1.4em;
  max-height: 5.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.no-touch .news_item > div:hover {
  border-color: #909090;
}
.news_item h3 {
  margin-top: 0;
}
.user_profile_news .news_item {
  width: 100%;
  margin-top: 1px;
  display: block;
}
.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;
}
.half_flex > *,
.contact_info > * {
  width: 50%;
}
.news_item > *:before,
.news_item > *:after {
  display: none;
}
.news_item h3 a {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
}
.news_item h3 a span {
  display: block;
}
.no-touch .border_shadow:hover {
  border-color: #909090;
}
.border_shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d6d6d6;
  box-shadow: none !important;
}
.list li:before {
  content: '';
  position: absolute;
  width: 8px !important;
  height: 2px !important;
  background: #384FD9;
  left: 0.5em;
  top: 0.6em !important;
  border-radius: 0 !important;
}
.list li {
  position: relative;
  padding-left: 2em !important;
  padding-bottom: 0.7em !important;
}
.career_item {
  width: 100% !important;
}
.spacing_top_mini {
  padding-top: 1px;
}
.timeline_arrow,
.timeline_item:before {
  display: none;
}
.timeline_item {
  width: 33.333% !important;
}
.timeline_content {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  padding-top: 21px !important;
}
.timeline_year_wrap {
  position: absolute;
  width: 100% !important;
  justify-content: center !important;
  left: 0;
  right: 0;
  margin: auto;
}
.timeline_item:first-child {
  padding-top: 10px !important;
}
.timeline_item:last-child {
  padding-bottom: 10px !important;
}
.timeline_content_text {
  width: 100%;
}
.timeline_year {
  width: auto !important;
  height: auto !important;
  font-size: 15px !important;
  border-radius: 0 !important;
  padding: 5px 10px;
  z-index: 99;
  transition: all 0.3s ease;
}
.timeline_content_text {
  border: 1px solid #d6d6d6;
  box-shadow: none !important;
  text-align: center;
}
.no-touch .timeline_item:hover .timeline_content_text {
  border: 1px solid #909090;
}
.no-touch .timeline_item:hover .timeline_year {
  background-color: #384FD9;
}
.news_wrap {
  margin: -16px;
  flex-wrap: wrap;
}
.mobile_menu ul a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}
main {
  /* margin-bottom: 39px; */
}
/* RESPO */
@media only screen and (max-width: 1300px) {
  main,
  footer {
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .product_info,
  .product_img {
    width: 50%;
  }
  .message_flaot span,
  .sticky {
    top: 86px;
  }
  .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 > * {
    width: 100%;
  }
  .slider_content img {
    max-height: 160px;
  }
  @-webkit-keyframes msgAnime {
    0% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      top: 86px;
      opacity: 1;
    }
  }
  body {
    padding-top: 86px;
  }
  .menu_content,
  .content_wrap {
    width: calc(100% - 270px);
  }
  .logo_wrap,
  .content_wrap + * {
    width: 270px;
  }
  .products_wrap > * {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 1150px) {
  .products_wrap > * {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .mobile_menu {
    display: none !important;
  }
  .search_form {
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) {
  .news_item h3 a {
    font-size: 16px;
  }
  .news_item {
    width: 50% !important;
  }
  .timeline_item {
    width: 50% !important;
  }
  .link_remove_compare {
    display: block;
  }
  .header_order_list {
    display: none;
  }
  .order_list_wrap .order_list_item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_list_item > * {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order_list_item_inc,
  .order_list_quantity,
  .order_list_total_price {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 33.333%;
  }
  .order_list_quantity {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order_list_title {
    width: calc(60% - 100px);
  }
  .order_list_stock {
    width: calc(40% - 55px);
  }
  .sticky_header_help.active:before,
  .compare_header_container .product_item:before {
    top: -1px;
  }
  .compare_table_wrap.scrolling .compare_content_container .item_compare:first-child {
    border-right: 0 !important;
  }
  .compare_content_container > :not(.title_comapare) .item_compare:first-child span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .border_compare_mobile {
    border: 1px solid #dddddd;
  }
  .sticky_header {
    z-index: 999;
  }
  .compare_content_container > :not(.title_comapare) {
    margin-top: 37px;
  }
  .compare_header_container > :nth-child(1),
  .sticky_header_help_wrap {
    display: none;
  }
  .compare_header_container {
    margin-top: -1px !important;
  }
  .compare_content_container > :not(.title_comapare) .item_compare:first-child {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: -37px;
    border-left: 0;
    border-right: 0 !important;
  }
  .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; */
  }
  .newsletter_wrap,
  .social_links_wrap {
    width: 100%;
    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;
  }
  .social_links_wrap .socaial_title {
    display: none;
  }
  .logo_wrap img {
    max-width: 200px;
  }
  .message_flaot span {
    top: 50px;
  }
  @-webkit-keyframes msgAnime {
    0% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      top: 50px;
      opacity: 1;
    }
  }
  body {
    padding-top: 50px;
  }
  .products_wrap > * {
    width: 33.3333%;
  }
  .hide_mobile,
  .content_wrap + * {
    display: none;
  }
  .content_wrap {
    width: 100%;
  }
  .mobile_menu {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #FFFFFF;
    border-left: 1px solid #d6d6d6;
    max-height: 100%;
    overflow-y: auto;
    max-width: 300px;
    width: 390px;
    z-index: 99999;
    -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;
  }
  .header_mobile_menu {
    background: #ffffff;
    padding: 12px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .header_mobile_menu .open_next,
  .header_mobile_menu .search_wrap .open_next {
    padding: 7px;
  }
  .category_list {
    border-left: 0;
    border-right: 0;
  }
  .menu_btn_wrap,
  .mobile_menu nav ul.flex,
  .mobile_menu nav li {
    display: block;
  }
  .mobile_menu.active {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .search_wrap .open_next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    padding: 14px;
  }
  .search_wrap .open_next + * {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 390px;
    max-width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }
  .menu_content > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .menu_content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
  }
  .logo_wrap {
    width: auto;
  }
  .main_header > .wrap {
    padding: 0 20px;
  }
  .search_form input + a {
    position: absolute;
    height: 30px;
    right: 0;
  }
  .search_form input {
    height: 36px;
  }
  .menu_btn {
    padding: 12px 11px;
  }
  .menu_btn span {
    width: 25px;
    height: 2px;
    display: block;
    background: #1a1a1a;
  }
  .menu_btn span:first-child {
    margin-bottom: 4px;
  }
  .menu_btn span:last-child {
    margin-top: 4px;
  }
  .menu_btn.is_open span {
    opacity: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .menu_btn.is_open span:first-child {
    -webkit-transform: rotate(45deg) translateY(-4px);
    -ms-transform: rotate(45deg) translateY(-4px);
    -o-transform: rotate(45deg) translateY(-4px);
    transform: rotate(45deg) translateY(-4px);
    opacity: 1;
  }
  .menu_btn.is_open span:last-child {
    -webkit-transform: rotate(-45deg) translateY(4px);
    -ms-transform: rotate(-45deg) translateY(4px);
    -o-transform: rotate(-45deg) translateY(4px);
    transform: rotate(-45deg) translateY(4px);
    opacity: 1;
  }
  .menu_btn.is_open {
    padding-left: 0;
    margin-left: 0;
  }
  .login_wrap,
  .basket_wrap {
    position: static;
    margin: 0;
  }
  .search_wrap .open_next + *,
  .basket_wrap .open_next + *,
  .login_wrap .open_next + * {
    border-top: 0px;
    top: 100%;
    right: 0;
    border-right: 0;
    position: fixed;
    top: 50px;
  }
  .basket_wrap .open_next .ico-catg-arr,
  .login_wrap .open_next .ico-catg-arr,
  .basket_wrap .open_next:before,
  .login_wrap .open_next:before {
    display: none;
  }
  .menu_btn {
    margin-left: 10px;
  }
  .basket_wrap {
    padding-right: 10px;
    border-right: 1px solid #d6d6d6;
  }
  .search_wrap .open_next.active,
  .basket_wrap .open_next.active,
  .login_wrap .open_next.active {
    color: #384FD9;
    /* color:  #FFFFFF; */
    /* border: 1px solid #d6d6d6; */
    /* border-bottom: 1px solid #d6d6d6 !important; */
  }
  .login_wrap .open_next {
    /* min-width: 43px; */
    /* height: 43px; */
    /* display: block; */
    /* padding: 0; */
    margin: 0 10px;
    /* text-align: center; */
  }
  .login_wrap .open_next > * {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery_pagination_wrap {
    width: 200px;
  }
  .gallery_container {
    width: calc(100% - 200px);
  }
  .search_content {
    max-height: calc(90vh - 100px);
  }
  .usermenu_list {
    display: none;
  }
  .login_menu {
    display: block;
    width: 100%;
  }
  .touch .compare_content_container .item_compare:first-child,
  .touch .title_comapare .item_compare {
    pointer-events: none;
  }
}
@media only screen and (max-width: 850px) {
  .half_flex > *,
  .contact_info > * {
    width: 100%;
  }
  .news_item {
    width: 50%;
  }
  .control_list_wrap .open_next .ico-catg-arr,
  .compare_link .ico + span,
  .compare_link {
    display: none;
  }
  .mobile_menu .compare_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    text-align: left;
  }
  .slider_content > * {
    width: 50%;
  }
  .banners_item {
    width: 100%;
  }
  .banner_link img {
    max-height: 150px;
  }
  .price_in_dialog {
    display: block;
  }
  .basket_wrap .title,
  .basket_btn .price {
    display: none;
  }
  .products_wrap > * {
    width: 50%;
  }
}
@media only screen and (max-width: 790px) {
  .timeline_wrap .timeline_item .timeline_content {
    padding-left: 0 !important;
  }
}
@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: 690px) {
  .timeline_item {
    width: 100% !important;
  }
  .parameters_item_wrap {
    width: 100%;
  }
  .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 .swiper-slide {
    min-height: auto;
    height: auto;
  }
  .slider_content_img {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .variant_price {
    display: none;
  }
  .flex_wrap_mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_justify_center_mobile_sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .all_products.style2 .product_item .item_data_wrap {
    width: 100%;
  }
  .basket_wrap .open_next + * {
    min-width: auto;
  }
  .logo_wrap img,
  .logo_wrap.scroll img {
    /* max-width: 190px; */
    /* margin-bottom: -10px; */
    /* margin-top: 3px; */
  }
  .products_wrap > * {
    width: 50%;
  }
  body {
    padding-top: 50px;
  }
  .basket_wrap .title {
    display: none;
  }
  .login_wrap .open_next {
    margin: 0;
  }
  .opennext_header .logo_wrap img {
    /* max-width: 65px; */
    /* margin-bottom: 3px; */
    /* margin-top: 3px; */
  }
  .opennext_header header:before {
    content: '';
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  }
  header .open_next + * {
    z-index: -1 !important;
  }
  .all_products.style2 > * {
    width: 50%;
  }
  .all_products.style2 .product_item > a {
    display: block;
    width: 100%;
    margin-right: 15px;
    min-width: none;
  }
  .all_products.style2 .product_item {
    display: block;
  }
  .all_products.style2 .buy_btn_item .hide,
  .products_style_wrap [data-style="2"] {
    display: none;
  }
  .all_products.style2 .flagDiscount {
    left: auto;
    right: 10px;
  }
}
@media only screen and (max-width: 790px) {
  .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;
  }
  .product_img,
  .product_info {
    width: 100%;
  }
  .product_image_slider .swiper-container {
    max-width: 480px;
  }
  .product_intro_wrap {
    -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;
  }
  .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;
  }
  .mobile_gallery {
    display: none;
  }
  .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%;
  }
}
@media only screen and (max-width: 720px) {
  .order_step_item,
  .item_breadcrumb a:after,
  .breadcrumb_wrap .item_breadcrumb_first,
  .breadcrumb_wrap .item_breadcrumb {
    display: none;
  }
  .order_step_item.active,
  .item_breadcrumb_container .item_breadcrumb:nth-last-child(2) {
    display: block;
  }
  .order_step_item.active {
    width: 100%;
    background: #f2f2f2;
    color: #000;
  }
  .breadcrumb_wrap {
    border: none;
  }
  .item_breadcrumb a {
    padding-right: 20px;
    width: 100%;
    padding-left: 25px;
    border: 1px solid #c7c7c7;
  }
  .item_breadcrumb a:before {
    content: "\e948";
    font-family: 'ico' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    font-size: 19px;
    bottom: 0;
    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;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 2px;
    width: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item_breadcrumb_container,
  .breadcrumb {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 610px) {
  main {
    /* padding-bottom: 57px; */
  }
  .news_item {
    width: 100% !important;
  }
  .news_item h3 a {
    font-size: 14px;
  }
  .order_finish_item.cart_item .item_p_price_wrap {
    /* width: 100% */
  }
  .wrap_product_item_confirm .cart_item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .item_stock_branch,
  .cart_cupon_wrap > :first-child,
  .registration_form > *,
  .all_products.style2 > *,
  .products_wrap > * {
    width: 100%;
  }
  .cart_item .item_p_price_wrap,
  .cart_item .buy_wrap_item {
    width: 33%;
    text-align: center;
  }
  .cart_item .cart_item_price {
    /* width: 100%; */
    /* text-align: center; */
  }
  .copyright_content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
  .basket_wrap .open_next + *,
  .login_wrap .open_next + * {
    width: 100%;
    max-width: none;
    max-width: 70%;
    border-left: 0;
  }
  .search_wrap .open_next + * {
    margin: 0;
    width: 100%;
    max-width: 70%;
    border-left: 0;
  }
}
@media only screen and (max-width: 610px) {
  .buy_wrap_item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
}
@media only screen and (max-width: 580px) {
  .all_products.style3 .item_p_price_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .buy_wrap_item_detail {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 530px) {
  .news_item {
    width: 100%;
  }
  .order_list_stock {
    display: none;
  }
  .branch_mobile {
    display: block;
  }
  .order_list_title {
    width: calc(100% - 155px);
  }
  .order_finish_data > * {
    width: 100%;
  }
  .footer_menu > * {
    max-width: 100%;
  }
  .mobile_nav_cart_detail {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pagination_content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -5px;
  }
  .pagination_wrap a[data-k2="pagAnext"] {
    display: none;
  }
  .product_img .flagDiscount {
    width: 50px;
    height: 50px;
  }
  .product_img .flagDiscount span:first-child {
    font-size: 15px;
  }
  .old_price {
    display: block;
    margin-right: 0;
  }
  .pricing_table tr:nth-child(1) td:nth-child(1) {
    line-height: 28px;
  }
  .pricing_table tr:nth-child(1) td {
    vertical-align: bottom;
  }
  .cookie_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .login_wrap .open_next .title {
    display: none;
  }
  .basket_wrap .open_next + *,
  .login_wrap .open_next + * {
    width: 100%;
    max-width: none;
    border-left: 0;
  }
  .search_wrap .open_next + * {
    margin: 0;
    width: 100%;
    border-left: 0;
    max-width: 299px;
    width: 390px;
  }
  .pagination_wrap a[data-k2="pagAprev"],
  .pagination_wrap a[data-k2="pagCur"] {
    display: none;
  }
}
@media only screen and (max-width: 470px) {
  .fast_order_btns_wrap {
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .fast_order_btns_wrap > *:last-child {
    order: -1;
  }
  .fast_order_btns_wrap button {
    width: 100%;
  }
  .variant_branch {
    display: block;
  }
  .variant_branch.variant_cell {
    display: none;
  }
  .dialog_btn_wrap > * {
    width: 100%;
  }
  .dialog_btn_wrap > *:last-child {
    margin-bottom: 10px;
  }
  .dialog_btn_wrap {
    -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;
  }
  .logo_wrap a {
    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;
  }
  .logo_wrap img {
    max-width: 134px;
  }
  .main_header > .wrap {
    padding: 0 10px;
  }
  .main_header .wrap,
  main {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 430px) {
  .state_order_wrap {
    justify-content: center;
  }
  .order_list_item_inc,
  .order_list_quantity,
  .order_list_total_price {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .order_list_quantity {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order_list_item_inc {
    display: none;
  }
  .search_content {
    max-height: calc(90vh - 100px);
    width: calc(100% + 40px);
    left: -20px;
    top: 57px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .main_header .wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart_item .item_p_price_wrap,
  .cart_item .buy_wrap_item,
  .cart_item .cart_item_title {
    width: 100%;
    text-align: center;
  }
  .cart_item .cart_item_img {
    margin: auto;
  }
  .item_p_price_wrap .spacing_right,
  .cart_item_price .spacing_right {
    padding: 0;
  }
  .menu_content .search_wrap {
    display: none;
  }
  .mobile_menu .search_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile_menu .search_wrap .search_form {
    max-height: 100%;
  }
  .header_content_wrap {
    min-height: 50px;
  }
  body {
    padding-top: 50px;
  }
  .search_wrap .open_next + *,
  .basket_wrap .open_next + *,
  .login_wrap .open_next + * {
    top: 50px;
  }
}
@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 START*/
.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: #323998;
  position: relative;
  z-index: -1;
}
.range_hand {
  width: 18px;
  height: 25px;
  border: 1px solid #dedede;
  top: 0;
  background: #FFF;
  left: 0;
  position: absolute;
  /* opacity: 0; */
}
.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;
}
/*Range END*/
/* import custom less style */
