@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;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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, .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;
  margin-bottom: 24px;
}

.product_info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.no_margin_top {
  margin-top: 0;
}
.no_margin_bottom {
  margin-bottom: 0;
}

.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: flex-start;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  position: relative;
}

.product_item_img {
  position: relative;
}

.product_item_img img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}

.gift_item-basket img, .gift_item_promo img {
  padding: 0 15px;
}

.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: 13px;
  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), .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, #media, #promoList, .k2favorite, hr
{
  display: none !important;
}

.bold {
  font-weight: bold;
}

h4 {
  margin: 5px 0;
}


.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;
}

.flex_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spacing_col_mini > * {
  padding: 5px 0;
}
.flex_align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_wrap .summary_basket_wrap .summary_basket {
  max-width: 352px;
  display: inline-block;
  width: 100%;
}

.content_wrap .summary_basket_wrap {
  width: 100%;
}
.summary_basket_wrap {
  text-align: right;
}

.order_price_inc {
  font-weight: 800;
  font-size: 18px;
}

.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: rgb(84, 175, 86);
  color: #FFFFFF;
}

.flagFreeShipping {
  background: rgb(59, 138, 177);
  color: #FFFFFF;
}

.flagTip {
  background: #8BC34A;
  color: #FFF;
}

.flagDiscount {
  background-color: #F44336;
  color: #FFF;
}

.flagSale {
  background-color: rgb(0, 188, 212);
  color: #FFF;
}

.flagUsed {
  background-color: rgb(96, 125, 139);
  color: #FFFFFF;
}

.flagPreparing {
  background-color: rgb(156, 39, 176);
  color: #FFFFFF;
}

.flagAction {
  background-color: rgb(0, 150, 136);
  color: #FFFFFF;
}

.item_p_stock[data-availability="Skladem"] .ico:before, .item_p_stock[data-availability="InStock"] .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 .ico {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.flex_all *, .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}


.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_list_img {
  width: 100px;
  display: block;
  text-align: center;
}

.order_list_title {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;

  padding: 0 5px;
}

.order_list_stock {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 20%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
}

.order_list_item_inc {
  -webkit-box-flex: 1;
  -webkit-flex:0 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  -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_total_price {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  -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 {
  display: none !important;
}

.order_list_quantity {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order_list_total_price {
  -webkit-box-flex: 1;
  -webkit-flex: 0 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-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_basket .order_list_wrap .order_list_item {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
}
.order_list_shopping, .order_list_item {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}

.order_list_item {
  justify-content: flex-start !important;
}

.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;
  justify-content: flex-start;
}

.spacing_row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.discount_item-basket .shipping_item_title {
  flex-direction: column;
  text-align: start;
  margin: 5px 0;
  margin-left: 100px;
  padding-left: 10px;
  font-size: 12px;
  align-items: start;
}

.discount_item-basket .data_basket > *, .gift_item-basket .data_basket > *, .cupon_item-basket .data_basket > *, .shipping_item-basket .data_basket > * {
  padding: 4px 12px;
}

.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;
}




.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;
}

/* košik nahoře */

.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;
}

.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;
}

.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_price > *:first-child {
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 12px;
}

.variant_cell .item_p_price_wrap {
  font-size: 17px;
  font-weight: 700;
  color: #e2232b;
  margin-bottom: 6px;
  margin-left: 15px;
}

.relative {
  position: relative !important;
  top: 0 !important;
}

.pricing_table tr td [itemprop="price"] {
  font-size: 21px;
  font-weight: 800;
  color: #e2232b;
}

.table_product_data tr > td:first-child, .semibold {
  font-weight: bold;
}

.promo_buy_wrap, .promotion_input {
  display: none;
}

.quantity_input {
  border: none;
}

.order_list_title h3 {
  color: #384fd9;
  margin: 0;
}

.header_order_list {
  background: #384fd9;
  color: #FFF;
}

.product_info .quantity_wrap  {
  display: none;
}

.product_intro_wrap {
  flex-direction: column;
}


td:nth-child(2) {
  text-align: end;
}

.item_p_price_wrap:not(.cart_item_price) span.symbol_left {
  display: block;
  width: 100%;
}

.box_wrap {
  break-inside: avoid;
}

.table_product_data{
  width: 50%; 
}

.pricing {
  width: 50%;
}

.pricing_table {
  width: 100%;
}

.pricing_table tr>td {
  padding: 3px 0;
}


.k2fx7commentList,
.hide,
#newsletter_container,
#addRating,
#addComment,
#ratings,
#comments{
    display: none;
}

[data-k2="parametersGroupContainer"]{
    display: block; 
}