@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 {
  color: #343434;
  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: 13px;
  overflow: visible;
}

.main_catg, a.scrollTo, .promotion_list, .subcatg_wrap, .breadcrumb_wrap, .products_all_header, .gallery, header, .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, #media {
  display: none !important;
}

.visible_print, html .copyright {
  display: block !important;
}

.flag_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.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;
  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_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 {
  display: block;
  max-width: 100%;
  max-height: 300px;
}

.pricing_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 14px 0;
}


.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;
}

.header_mobile_menu, button, input:not(.quantity_input), .product_info input ,.mobile_menu, .hide, .k2fx1askUs, .btn_normal, #watchdog_product ,
.k2fx5orderListSettings, .contextmenu, .k2fx5invoiceListSettings, .k2tx5packageListSettings,
.icon_percent_promo, #Capa_1, .order_step_wrap, .message_error, .btn, .msg_fixed, .newsletter_wrap,
.k2fx4relativeDetail, .k2fx4alternativeDetail, hr
{
  display: none !important;
}

h4 {
  margin: 5px 0;
}

.item_p_stock:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: baseline;
  margin-right: 8px;
  background-color: #00ADEF;
}

.item_p_stock[data-availability="InStock"]:before {
  background-color: #2AC52A;
}

.item_p_stock[data-availability="OutOfStock"]:before {
  background: #ff3434;
}



.flag {
  font-size: 11px;
  padding: 5px 6px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: relative;
  margin-right: 10px;
  padding-left: 9px;
}

.flag span {
  position: relative;
}

.flag:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  -o-transform: skewX(-17deg);
  transform: skewX(-17deg);
  background: inherit;
}

.flagNew {
  background: #71a335;
  color: #FFFFFF;
}

.flagFreeShipping {
  background-color: #008cff;
  color: #FFF;
}

.flagTip {
  background-color: #0ed086;
  color: #FFFFFF;
}

.flagSale {
  background-color: #d8bc07;
  color: #FFFFFF;
}

.flagUsed {
  background-color: #d86f07;
  color: #FFFFFF;
}

.flagPreparing {
  background-color: #07b4d8;
  color: #FFFFFF;
}

.flagAction {
  background-color: #d80707;
  color: #FFFFFF;
}

.promotion_basket_type_5 {
  margin-top: 25px;
}

.order_list_total_price span {
  margin-right: 2px;
}

.variant_table {
  display: flex;
  flex-wrap: wrap;
}

.spacing_top {
  padding-top: 20px;
}


.state_order {
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  text-align: center;
  padding: 0 !important;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.state_order::before {
  text-decoration: none;
}

.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_wrap > * {
  padding: 2px;
}

.state_order_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.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;
}


.order_basket .order_list_wrap .order_list_item {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.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_img {
  flex: 0 0 80px;
  display: block;
  text-align: center;
}

.order_list_title {
  -webkit-box-flex: 1;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.order_list_stock {
  width: 10%;
}

.order_list_item_inc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 15%;
  -moz-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 7%;
  -moz-box-flex: 0 0 7%;
  -webkit-flex: 0 0 7%;
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order_list_total_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 17%;
  -moz-box-flex: 0 0 17%;
  -webkit-flex: 0 0 17%;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.spacing_row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.order_list_total_price span {
  font-size: 17px;
  font-weight: 700;
}

.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;
}

.order_list_shopping, .order_list_item {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}

.discount_item-basket .shipping_item_title {
  flex-direction: column;
  text-align: start;
  margin: 5px 0;
  margin-left: 100px;
  font-size: 12px;
  padding-left: 0;
  align-items: start;
}

.flex_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.box_wrap .header {
  background-color: #384fd9;
  color: #FFFF;
  font-weight: 700;
  padding: 10px;
}

.order_price > *:first-child {
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 12px;
}

.order_price_inc {
  font-weight: 800;
  font-size: 18px;
}

.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_list_title h3 {
  color: #0c68c2;
  margin: 0;
}

.header_order_list > * {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

.product_item_img img {
  margin: auto;
  max-width: 90%;
  max-height: 80%;
}

.promo_item .order_list_img {
  padding-left: 15px;
  padding-right: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}


/* ------------------ */


.state_order {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #cecece;
  text-align: center;
}

.box_wrap .header {
  background-color: #384fd9;
  color: #FFFF;
  font-weight: 700;
  padding: 10px;
}

.cart_item > * {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px;
}

.cart_item {
  display: table-row;
  border-collapse:collapse;
}

.cart_item_wrap {
  display: table;
  width: 100%;
  border-collapse:collapse;
}

.product_item {
  border: 1px #d6d6d6 solid;
  position: relative;
  width: 100%;
}

.spacing_top {
  padding-top: 20px;
}

.flex_wrap {
  flex-wrap: wrap;
}

.order_finish_data > * {
  width: 50%;
}
.spacing_col > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart_item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.promo_applied_wrap .promo_wrap .header {
  background: #384fd9;
  color: #FFF;
}

.promo_wrap .header {
  min-height: 40px;
  line-height: 39px;
  padding: 0 12px;
  background-color: #384fd9;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  display: block;
  color: #FFF;
}

.order_list_total_price span {
  font-size: 17px;
  font-weight: 700;
}
.cart_item .item_p_price_wrap span {
  font-size: 13px;
}
.item_p_price_wrap {
  font-size: 17px;
  color: #eb212e;
  font-weight: 700;
  white-space: nowrap;
}
.cart_item .item_p_price_wrap {
  font-size: 10px;
  color: #000;
  text-align: right;
}


.bold {
  font-weight: bold;
}

.cart_item .item_p_price_wrap {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  text-align: right;
}

.content_wrap .summary_basket_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content_wrap .summary_basket_wrap .summary_basket {
  max-width: 352px;
  display: inline-block;
  width: 100%;
}

.spacing_col_mini > * {
  padding: 5px 0;
}

.flex_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_price {
  font-size: 20px;
  color: #eb212e;
  font-weight: 700;
}

.pricing_table {
  padding: 0;
}

.pricing_table > div {
  padding-top: 5px;
}

.common_price {
  font-size: 14px;
  color: #888888;
  text-decoration: line-through;
  font-weight: 500;
}


.pricing_table td:last-child, .table_product_data td:last-child {
  font-weight: 700;
  text-align: right;
  padding-right: 0;
  color: #000;
}

.variant_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  display: table;
}

.variant_item {
  border-bottom: 1px solid #cecece;
  padding: 1px 3px;
  display: flex;
  align-items: center;
}

.variant_img_wrap img {
  width: 80px;
}

.variant_table .item_stock_branch .item_p_stock {
  margin-bottom: 0;
  margin-left: 15px;
}

.variant_cell {
  flex: 0 1 33%;
}

.variant_buy {
  display: none;
}

.cart_item_img img {
  max-height: 45px;
  max-width: none;
  height: 100%;
  margin: auto;
}

.pricing .item_p_stock {
  margin-top: 15px;
}

.quantity_input {
  border: none;
}

.product_intro_wrap{
  flex-direction: column;
}

.product_info .spacing_top {
  padding: 0;
}

.table_product_data, .description_short {
  margin-top: 15px;
}

.box_wrap {
  break-inside: avoid;
}


.hide,
#newsletter_container,
#addRating,
#addComment,
#ratings,
#comments{
    display: none;
}

.parameters_item_container {
    display: block; 
}