@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;
}

html {
  overflow: auto !important;
}

a {
  pointer-events: none;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  overflow: visible;
}

.main_catg, .subcatg_wrap, .breadcrumb_wrap, .products_all_header, .gallery, header, .buy_wrap_item, .products_detail_wrap_button, figcaption, .item_p_branch, footer *:not(.copy_footer), .product_slider, .header_tabs, .hover_zoom_wrap, .product_gallery_slider .swiper-slide:not(:first-child), .product_gallery_thumbs_slider, .gallery_product_next, .gallery_product_prev {
  display: none !important;
}

.visible_print, html .copyright {
  display: block !important;
}

.flag_wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.flag_wrap span {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 6px;
  margin-left: 2px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.product_intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.product_info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.product_info, .product_img {
  width: 50%;
}

.product_img {
  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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.product_item_img {
  position: relative;
}

.product_item_img img {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 300px;
}

.pricing_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 14px 0;
}

.item_p_stock {
  margin-bottom: 14px;
}

.pricing_table * {
  border-spacing: 0;
}

.pricing_table tr>td {
  padding: 3px 12px;
}

.pricing_table tr>td:first-child {
  padding-left: 0;
}

.item_p_price_wrap, .pricing_table .strong {
  font-size: 18px;
  font-weight: 700;
}

.swiper-slide {
  width: 100% !important;
}

.products_wrap * {
  position: relative;
}

img {
  page-break-before: auto;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-after: auto;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-inside: avoid;
  /* or 'auto' */
}

.item_data_wrap * {
  page-break-before: avoid;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-after: avoid;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-inside: auto;
  /* or 'auto' */
}

.products_wrap {
  display: block;
}

.products_wrap>* {
  width: calc(50% - 50px);
  display: inline-block;
  vertical-align: top;
  padding: 25px;
}

.products_wrap .flag_wrap {
  position: static;
}