.cart-tbl-items_item-Voucher .order-item-col li,.cart-tbl-items_item-Voucher .order-item-col .qtyForm, .cart-tbl-items_item-Voucher .text-through {display:none;}
.cart-tbl-items_item-Voucher .order-item-col li:first-child {display:block;}
.whisperer_item .whisperer_action {display:none;}
.in-stock .unavailable, .c-pro-stock--unavailable span span a, .order-item-list__item .unavailable {color:red;}
.in-stock .onway, .c-pro-stock--onway  span span a, .order-item-list__item .onway {color:#ffae18;} 
.c-pro-stock--unavailable span span a {font-weight:bold;}
#MainContent_pnlCheckAll #pro_0, #MainContent_pnlItems #pro_0 {display:none;}
#detail-properties .detail-available{display:none;}
#detail-properties button{padding-left: 20px!important;padding-right:20px!important;}
#detail-properties .c-pro-stock {margin-top:0px!important;}
.product-item .c-pro-stock_date {display:none;}

.icon-present:before {
    background-image: url(/dist/images/icon-present.svg);
    background-size: 15px 15px;
    display: block;
    content: " ";
    width: 15px;
    height: 15px;
    margin-left: 8px;
   }
ul#g-breadcrumb {
    /* Reset styles, overwrite browser defaults */
    list-style: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    display:flex;
    width: 1000px;
}

ul#g-breadcrumb li {
    margin: 0; 
}
ul#g-breadcrumb li a {
    font-size: 0.8em;
    display: inline-block;
    padding: 9px 30px 9px 45px;
    margin-left: -20px;
    color: #092857;
    background-color: #f2f2f2;
    text-decoration: none;
    border-radius: 0 50px 50px 0;
    border: 4px solid white;
}
ul#g-breadcrumb li:first-child a {
    padding-left: 10px;
    padding-right: 20px;
    margin-left:  -4px;
    border-radius: 0px 50px 50px 0px;
}


ul#g-breadcrumb li:hover a {
    background-color: #eee;
}

/* Remove the shadow for first item, last in the right side when it gets reversed */
ul#g-breadcrumb li:last-child a {
   /* box-shadow: none;     */
}

/* Active item is a bit different */
ul#g-breadcrumb li.active a {
    color: #092857;
    background-color: #eee;
}

/* Remove the shadow for the active's next item, to match the design more accurately */
ul#g-breadcrumb li.active + li a {
    box-shadow: none;
}

ul#g-breadcrumb li:nth-child(1)  {
    z-index:5;
}
ul#g-breadcrumb li:nth-child(2) {
    z-index:4;
}

ul#g-breadcrumb li:nth-child(3) {
    z-index:3;                 
    }

ul#g-breadcrumb li:nth-child(4) {
    z-index:2;
}
ul#g-breadcrumb li:nth-child(5) {
    z-index:1;
}


.btn.hide {
    display: none!important;
}
.pro-detail_aside{    border-right: 0px!important;}
.nav-link--active {font-weight:bold;}
article .c-pro-list_col-in img.pro-img {max-widt:72px;max-height:72px;}
.c-pro-list_info{color:#092857!important; }
.qtip {
  max-width: 280px;
  max-width: 17.5rem;
  min-width: 50px;
  min-width: 3.125rem;
  line-height: 16px;
  line-height: 1rem;
  position: absolute;
  top: -28000px;
  top: -1750rem;
  left: -28000px;
  left: -1750rem;
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

/* Default tooltip style */
.qtip-default {
  color: #ffffff;
  background-color: #092857;
  border-width: 1px;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #092857; }

.qtip-danger {
  color: #ffffff;
  background-color: #e55e5e;
  border-color: #e55e5e; }

.qtip-tip {
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  background: transparent;
  border: 0 dashed transparent; }
  .qtip-tip canvas {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0 dashed transparent; }

.qtip-focus {
  z-index: 99999 !important; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

table {
  line-height: 24px;
  line-height: 1.5rem;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table:not(.table) tr:nth-child(odd) {
    background: #ffffff; }

.table tr.suda {
    background: #F5F5F5;
}
th, td {
  padding: 7px 20px;
  padding: 0.4375rem 1.25rem; }

th {
  font-weight: 400;
  color: #ffffff;
  background: #757575; }

.table {
  width: 100%; }
  @media (max-width: 599px) {
    .table {
      width: auto;
      display: block;
      position: relative; } }
  @media (max-width: 599px) {
    .table thead {
      display: none; } }
  @media (max-width: 599px) {
    .table tbody {
      display: block;
      position: relative; } }
  .table th,
  #main .table td {
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    border: 0.0625rem solid #E0E0E0; }
    
    
    @media (max-width: 599px) {
      .table th,
      .table td {
        width: auto !important;
        min-width: inherit !important;
        display: block;
        position: relative;
        border: 0;
        vertical-align: inherit; } }
  .table td {
    border-bottom-color: transparent; }
  @media (max-width: 599px) {
    .table tr {
      width: auto;
      display: block; } }
  .table tr th:first-child,
  .table tr td:first-child {
    border-left-color: transparent; }
  .table tr th:last-child,
  .table tr td:last-child {
    border-right-color: transparent; }
  .table tr:first-child th {
    border-top-color: transparent; }
  .table tr:last-child td {
    border-bottom-color: transparent; }
  .table tr.licha {
    background: #ffffff; }
  .table tr:hover .table-row_handle-el {
    opacity: 1;
    filter: alpha(opacity=100); }
  .table tr:hover:not(.table-row--full-width) {
    background: #E0E0E0; }

.table-row--highlight {
  background: #FAFAFA; }

.table-row--danger {
  background: #FCEDED !important; }

.table-row--full-width > td {
  padding: 0; }
  .table-row--full-width > td > .table {
    margin-top: 0; }

.table-row_handle-el {
  line-height: 28px;
  line-height: 1.75rem;
  display: inline-block;
  text-align: center;
  font-family: "sen";
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  outline: 0;
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  padding: 6px 15px;
  padding: 0.375rem 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  color: #ffffff;
  background-color: #757575;
  border-color: #757575;
  padding-right: 7px;
  padding-right: 0.4375rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #424242;
  background: none;
  border: 0;
  padding: 0;
  cursor: n-resize !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .table-row_handle-el:hover {
    color: #ffffff;
    background-color: #5c5c5c;
    border-color: #5c5c5c; }
  .table-row_handle-el .preloader_el:before {
    background-color: #ffffff; }
  .open > .table-row_handle-el.dropdown-toggle {
    color: #ffffff;
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    background-image: none; }
    .open > .table-row_handle-el.dropdown-toggle:hover {
      color: #ffffff;
      background-color: #5c5c5c;
      border-color: #5c5c5c; }
  .table-row_handle-el.disabled:hover, .table-row_handle-el:disabled:hover {
    background-color: #757575;
    border-color: #757575; }
  .table-row_handle-el:hover {
    text-decoration: none; }
  @media (max-width: 599px) {
    .table-row_handle-el {
      border-width: 1px;
      border-width: 0.0625rem; } }
  .table-row_handle-el_icon, .table-row_handle-el_label {
    pointer-events: none; }
  .table-row_handle-el_icon {
    display: inline-block;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    vertical-align: middle; }
  .table-row_handle-el_icon + .table-row_handle-el_label {
    margin-left: .4em; }
  .table-row_handle-el .spinner .preloader {
    margin-right: 10px;
    margin-right: 0.625rem; }
  .table-row_handle-el.focus {
    text-decoration: none; }
  .table-row_handle-el:active, .table-row_handle-el.active {
    background-image: none;
    outline: 0; }
  .table-row_handle-el.disabled, .table-row_handle-el:disabled {
    cursor: not-allowed;
    opacity: 0.35; }
  .table-row_handle-el.hide {
    display: none; }
  a.table-row_handle-el {
    text-decoration: none; }
    a.table-row_handle-el.disabled {
      pointer-events: none; }
  fieldset[disabled] a.table-row_handle-el {
    pointer-events: none; }
  .table-row_handle-el .btn_icon {
    margin: 0; }
  .table-row_handle-el .btn_label {
    display: none; }
  .table-row_handle-el:hover {
    color: #092857;
    background: none; }
  .table-row_handle-el [class|="icon"] {
    display: block;
    padding: 0; }
  .table-row_handle-el:hover {
    color: #092857; }

.touch .table-row_handle-el {
  display: none !important; }

.table-col_control {
  min-width: 100px;
  min-width: 7.25rem; }
  .table-col_control--prepend {
    width: 76px;
    width: 4.75rem;
    text-align: left; }
  .table-col_control--append {
    padding-right: 0;
    padding-left: 0;
    text-align: center; }

.table-col_sym {
  min-width: 120px;
  min-width: 7.5rem;
  text-align: center; }

.table-col_orig-sym {
  min-width: 120px;
  min-width: 7.5rem; }

.table-col_code {
  min-width: 96px;
  min-width: 6rem; }

.table-col_partno, .table-col_code-partno {
  min-width: 160px;
  min-width: 10rem; }

.table-col_attributes {
  min-width: 75px;
  min-width: 4.6875rem;
  text-align: center; }

.table-col_price {
  width: 120px;
  width: 7.5rem; }
  .table-col_price:not(.table-head-cell) {
    text-align: right;
    white-space: nowrap; }

.table-col_profit {
  width: 120px;
  width: 7.5rem; }

.table-col_date {
  min-width: 100px;
  min-width: 6.25rem;
  text-align: center; }

.table-col_date-time {
  min-width: 142px;
  min-width: 8.875rem;
  text-align: center; }

.table-col_qty {
  min-width: 38px;
  min-width: 2.375rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.table-col_name {
  min-width: 250px;
  min-width: 15.625rem;
  text-align: left; }

.table-col_order-from {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_transport {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_availability {
  min-width: 130px;
  min-width: 8.125rem;
  text-align: center; }
  .table-col_availability .pro-stock_text--prepend {
    display: none; }

.table-col_quantity, .table-col_warranty-quantity {
  min-width: 130px;
  min-width: 8.125rem; }
  .table-col_quantity:not(th), .table-col_warranty-quantity:not(th) {
    text-align: center; }

.table-col_warranty {
  min-width: 100px;
  min-width: 6.25rem;
  text-align: center; }

.table-col_note {
  min-width: 200px;
  min-width: 12.5rem; }

.table-col_phone {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_email {
  min-width: 200px;
  min-width: 12.5rem; }

.table-col_address {
  min-width: 200px;
  min-width: 12.5rem; }

.table-col_street {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_city {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_zipcode {
  min-width: 100px;
  min-width: 6.25rem;
  text-align: center; }

.table-col_country {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_company {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_lync-status {
  min-width: 60px;
  min-width: 3.75rem;
  text-align: center; }

.table-col_weight {
  min-width: 80px;
  min-width: 5rem;
  text-align: center; }

.table-col_empty {
  min-width: 120px;
  min-width: 7.5rem; }

.table-col_plus-minus {
  min-width: 40px;
  min-width: 2.5rem;
  text-align: center; }

.table-col_contact-id {
  min-width: 100px;
  min-width: 6.25rem; }

.table-col_contact-photo {
  min-width: 100px;
  min-width: 6.25rem; }

.table-col_contact-name {
  min-width: 100px;
  min-width: 6.25rem; }

.table-col_contact-type {
  min-width: 80px;
  min-width: 5rem; }

.table-col_contact-job {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_contact-department {
  min-width: 140px;
  min-width: 8.75rem; }

.table-col_contact-rules {
  min-width: 80px;
  min-width: 5rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.table-col_contact-rules-yes-no {
  min-width: 105px;
  min-width: 6.5625rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.table-col_claim-date {
  min-width: 120px;
  min-width: 7.5rem;
  text-align: center; }

.table-col_claim_solution {
  min-width: 100px;
  min-width: 6.25rem; }

.table-col_claim_status {
  min-width: 100px;
  min-width: 6.25rem; }

.table-col_claim_commodity {
  min-width: 250px;
  min-width: 15.625rem; }

.table-col_delivery_partno {
  min-width: 200px;
  min-width: 12.5rem; }

.table-col_fidtran_typ {
  min-width: 100px;
  min-width: 6.25rem;
  text-align: center; }

.table-col_warranty_type {
  min-width: 100px;
  min-width: 6.25rem;
  text-align: center; }

.table-col_address-type {
  min-width: 80px;
  min-width: 5rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.table-col_dcn-type {
  min-width: 160px;
  min-width: 10rem; }

.table-col_dcn-counter {
  min-width: 60px;
  min-width: 3.75rem;
  text-align: center; }

.table-cell_status {
  border-left: 4px solid transparent !important;
  border-left: 0.25rem solid transparent !important; }

.table-cell_status--storno {
  border-left-color: #e53935 !important; }
  @media (max-width: 599px) {
    .table-cell_status--storno {
      color: #ffffff !important;
      background: #e53935 !important; } }
  .table-cell_status--storno a {
    color: inherit; }

.table-cell_status--no-delivered {
  border-left-color: #6dbcdb !important; }
  @media (max-width: 599px) {
    .table-cell_status--no-delivered {
      color: #ffffff !important;
      background: #6dbcdb !important; } }
  .table-cell_status--no-delivered a {
    color: inherit; }

.table-cell_status--partly-delivered {
  border-left-color: #0d47a1 !important; }
  @media (max-width: 599px) {
    .table-cell_status--partly-delivered {
      color: #ffffff !important;
      background: #0d47a1 !important; } }
  .table-cell_status--partly-delivered a {
    color: inherit; }

.table-cell_status--complete-delivered {
  border-left-color: #00897b !important; }
  @media (max-width: 599px) {
    .table-cell_status--complete-delivered {
      color: #ffffff !important;
      background: #00897b !important; } }
  .table-cell_status--complete-delivered a {
    color: inherit; }

.table-cell_status--rejected {
  border-left-color: #757575 !important; }
  @media (max-width: 599px) {
    .table-cell_status--rejected {
      color: #ffffff !important;
      background: #757575 !important; } }
  .table-cell_status--rejected a {
    color: inherit; }

.table-cell_status--status-paid {
  border-left-color: #00897b !important; }
  @media (max-width: 599px) {
    .table-cell_status--status-paid {
      color: #ffffff !important;
      background: #00897b !important; } }
  .table-cell_status--status-paid a {
    color: inherit; }

.table-cell_status--status-unpaid-overdue {
  border-left-color: #0d47a1 !important; }
  @media (max-width: 599px) {
    .table-cell_status--status-unpaid-overdue {
      color: #ffffff !important;
      background: #0d47a1 !important; } }
  .table-cell_status--status-unpaid-overdue a {
    color: inherit; }

.table-cell_status--status-unpaid {
  border-left-color: #6dbcdb !important; }
  @media (max-width: 599px) {
    .table-cell_status--status-unpaid {
      color: #ffffff !important;
      background: #6dbcdb !important; } }
  .table-cell_status--status-unpaid a {
    color: inherit; }

.table-cell_status--revenue {
  border-left-color: #00897b !important; }
  @media (max-width: 599px) {
    .table-cell_status--revenue {
      color: #ffffff !important;
      background: #00897b !important; } }
  .table-cell_status--revenue a {
    color: inherit; }

.table-cell_status--payment {
  border-left-color: #e53935 !important; }
  @media (max-width: 599px) {
    .table-cell_status--payment {
      color: #ffffff !important;
      background: #e53935 !important; } }
  .table-cell_status--payment a {
    color: inherit; }

.table-cell-relative {
  width: 100%;
  height: 100%;
  position: relative; }

.panel-heading{margin-bottom:10px;}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  width: 100%;
  display: none;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent; }

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }
  .owl-stage:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    content: "."; }

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-prev, .owl-next, .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-loaded {
  display: block; }

.owl-loading {
  display: block;
  opacity: 0; }

.owl-hidden {
  opacity: 0; }

.owl-refresh .owl-item {
  display: none; }

.owl-item {
  min-height: 1px;
  position: relative;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .owl-item img {
    width: 100%;
    display: block; }

.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-rtl {
  direction: rtl; }
  .owl-rtl .owl-item {
    float: right; }

.owl-animated-out {
  z-index: 10; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.owl-dot {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .owl-dot span {
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: #BDBDBD;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .owl-dot:hover span {
    background: #757575; }
  .owl-dot.active span {
    width: 100%;
    height: 100%;
    background: #757575; }

.owl-dots {
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 32px;
  bottom: -2rem;
  text-align: center;
  font-size: 0; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.c-banner-slider::after {
  content: "";
  display: table;
  clear: both; }

.c-banner-slider_items {
  border: 0 solid #E0E0E0;
  border: 0 solid #E0E0E0; }

.c-banner-slider_item {
  display: none; }

.c-banner-slider_img-wrap {
  text-align: center; }

.owl-item .c-banner-slider_item {
  display: block; }

.c-promo-tabs {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .c-promo-tabs_nav-tabs {
    margin-top: 0;
    margin-bottom: 0; }
    .c-promo-tabs_nav-tabs::after {
      content: "";
      display: table;
      clear: both; }
    .c-promo-tabs_nav-tabs .nav-item {
      width: 25%;
      float: left; }
    .c-promo-tabs_nav-tabs .nav-link {
      display: block;
      padding: 6px 10px;
      padding: 0.375rem 0.625rem;
      text-decoration: none;
      text-align: center;
      font-family: "sen";
      color: #41afa5;
      background: transparent;
      border: 2px solid #41afa5;
      border: 0.125rem solid #41afa5;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      -webkit-transition-property: color, background, border-color;
      transition-property: color, background, border-color;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      .c-promo-tabs_nav-tabs .nav-link:focus, .c-promo-tabs_nav-tabs .nav-link:hover {
        border-color: #BDBDBD #BDBDBD #E0E0E0; }
      .c-promo-tabs_nav-tabs .nav-link.disabled, .c-promo-tabs_nav-tabs .nav-link.disabled:focus, .c-promo-tabs_nav-tabs .nav-link.disabled:hover {
        color: #8f8f8f;
        background-color: transparent;
        border-color: transparent; }
    .c-promo-tabs_nav-tabs .nav-link:hover {
      color: #41afa5;
      background-color: #E3F4F2;
      border-color: #41afa5; }
    .c-promo-tabs_nav-tabs .nav-link.active,
    .c-promo-tabs_nav-tabs .nav-item.open .nav-link {
      color: #ffffff;
      background-color: #41afa5;
      border-color: #41afa5; }
    .c-promo-tabs_nav-tabs .nav-item:not(:first-child) .nav-link {
      border-left: 0; }
  .c-promo-tabs .nav-item {
    width: 33.33333%; }
  .c-promo-tabs .nav-link {
    height: 44px;
    height: 2.75rem;
    line-height: 1;
    position: relative;
    padding: 0; }
  .c-promo-tabs .nav-link_label {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0 10px;
    padding: 0 0.625rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .c-promo-tabs .buttons-area {
    text-align: center; }
    .c-promo-tabs .buttons-area > .btn {
      color: #41afa5;
      background-image: none;
      background-color: transparent;
      border-color: #41afa5;
      float: none; }
      .c-promo-tabs .buttons-area > .btn:hover {
        color: #ffffff;
        background-color: #41afa5;
        border-color: #41afa5; }
      .c-promo-tabs .buttons-area > .btn .preloader_el:before {
        background-color: #41afa5; }
      .open > .c-promo-tabs .buttons-area > .btn.dropdown-toggle {
        color: #ffffff;
        background-color: #41afa5;
        border-color: #41afa5; }
        .open > .c-promo-tabs .buttons-area > .btn.dropdown-toggle:hover {
          color: #ffffff;
          background-color: #338a82;
          border-color: #338a82; }
      .c-promo-tabs .buttons-area > .btn.disabled:hover, .c-promo-tabs .buttons-area > .btn:disabled:hover {
        color: #41afa5;
        background-image: none;
        background-color: transparent;
        border-color: #41afa5; }

.c-pro-stock--available .c-pro-stock_text--append {
  color: #49943c; }

.c-pro-stock--unavailable .c-pro-stock_text--append {
  color: #e55e5e; }

.c-pro-stock--onway .c-pro-stock_text--append {
  color: #fbb03b; }

.c-pro-attr {
  max-width: 36px;
  max-width: 2.25rem;
  line-height: 0;
  display: inline-block;
  float: left;
  margin-top: 1px;
  margin-top: 0.0625rem;
  font-size: 0;
  color: #ffffff;
  background: #424242;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  cursor: help;
  -webkit-transition: max-width 0.3s;
  -o-transition: max-width 0.3s;
  transition: max-width 0.3s; }
  .c-pro-attr:first-child {
    margin-top: 0; }
  .c-pro-attr_icon, .c-pro-attr_label {
    line-height: 36px;
    line-height: 1.25rem;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle; }
  .c-pro-attr_icon {
    width: 36px;
    width: 2.25rem;
    height: 100%;
    text-align: center; }
  .c-pro-attr_label {
    padding: 0 10px;
    padding: 0 0.625rem;
    text-transform: lowercase;
    border-left: 1px solid #ffffff;
    border-left: 0.0625rem solid #ffffff; }
  .c-pro-attr:hover {
    max-width: 100%; }

.c-pro-attr--new {
  color: #ffffff;
  background: #43a047; }

.c-pro-attr--fsale {
  color: #ffffff;
  background: #1976d2; }

.c-pro-attr--csale {
  color: #ffffff;
  background: #ef6c00; }

.c-pro-attr--action {
  color: #ffffff;
  background: #e22d1b; }

.c-pro-attr--bazar {
  color: #ffffff;
  background: #00838f; }

.c-pro-attr--top {
  color: #ffffff;
  background: #6d4c41; }

.c-pro-attr--inline {
  max-width: inherit;
  line-height: inherit;
  display: inline;
  float: none;
  margin-top: 0;
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-size: inherit;
  background: none; }
  .c-pro-attr--inline:first-child {
    margin-left: 0; }
  .c-pro-attr--inline .c-pro-attr_icon {
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: left;
    font-size: inherit; }
  .c-pro-attr--inline .c-pro-attr_label {
    display: none; }

.c-pro-attr--inline.c-pro-attr--new {
  color: #43a047; }

.c-pro-attr--inline.c-pro-attr--fsale {
  color: #1976d2; }

.c-pro-attr--inline.c-pro-attr--csale {
  color: #ef6c00; }

.c-pro-attr--inline.c-pro-attr--action {
  color: #e22d1b; }

.c-pro-attr--inline.c-pro-attr--bazar {
  color: #00838f; }

.c-pro-attr--inline.c-pro-attr--top {
  color: #6d4c41; }

/* #region zakladni dlazdice pro produkt */
.c-pro-tile {
  height: 400px;
  height: 25rem; }
  @media (max-width: 599px) {
    .c-pro-tile {
      width: auto !important;
      height: auto;
      float: none !important; } }
  .c-pro-tile_in {
    padding-top: 40px;
    padding-top: 2.5rem; }
    @media (max-width: 599px) {
      .c-pro-tile_in {
        padding-top: 0; }
        .c-pro-tile_in::after {
          content: "";
          display: table;
          clear: both; } }
  @media (min-width: 480px) and (max-width: 599px) {
    .c-pro-tile_img {
      width: 140px;
      width: 8.75rem;
      float: left;
      margin-right: 20px;
      margin-right: 1.25rem; } }
  @media (max-width: 479px) {
    .c-pro-tile_img {
      max-width: 140px;
      max-width: 8.75rem; } }
  @media (max-width: 599px) {
    .c-pro-tile_overflow {
      position: relative;
      padding-bottom: 52px;
      padding-bottom: 3.25rem;
      overflow: hidden; } }
  .c-pro-tile_name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    @media (max-width: 599px) {
      .c-pro-tile_name {
        height: auto;
        line-height: inherit;
        position: static;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        padding: 0;
        text-align: left; } }
  .c-pro-tile_attrs {
    position: absolute;
    bottom: 100px;
    bottom: 6.25rem;
    left: -10px;
    left: -0.625rem; }
    @media (max-width: 599px) {
      .c-pro-tile_attrs {
        position: static;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; }
        .c-pro-tile_attrs::after {
          content: "";
          display: table;
          clear: both; } }
  @media (max-width: 599px) {
    .c-pro-tile .c-pro-attr {
      max-width: 100%; } }
  .c-pro-tile_prices {
    position: absolute;
    bottom: 0;
    left: 0; }
  .c-pro-tile_price {
    line-height: 20px;
    line-height: 1.25rem;
    padding: 1px 0;
    padding: 0.0625rem 0; }
    .c-pro-tile_price-text--prepend {
      display: block;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) and (max-width: 899px) {
        .c-pro-tile_price-text--prepend {
          font-size: 12px;
          font-size: 0.75rem; } }
    .c-pro-tile_price-text--append {
      display: none; }
    .c-pro-tile_price-value {
      font-size: 20px;
      font-size: 1.25rem;
      color: #ed6498; }
  .c-pro-tile_stock {
    position: absolute;
    bottom: 56px;
    bottom: 3.5rem;
    left: 0; }
    @media (max-width: 599px) {
      .c-pro-tile_stock {
        position: static; } }
    .c-pro-tile_stock .c-pro-stock_text--prepend {
      display: none; }
  .c-pro-tile_order-box {
    position: absolute;
    right: 0;
    bottom: 0; }
  .c-pro-tile_quantity {
    display: inline-block;
    margin-right: 5px;
    margin-right: 0.3125rem; }
    @media (max-width: 899px) {
      .c-pro-tile_quantity {
        display: none; } }
    .c-pro-tile_quantity-text--prepend, .c-pro-tile_quantity-text--append {
      display: none; }
  .c-pro-tile_variants {
    font-size: 14px;
    font-size: 0.875rem; }
  .c-pro-tile_variant .dropdown,
  .c-pro-tile_variant .dropdown-toggle,
  .c-pro-tile_variant .dropdown-menu {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem; }
  .c-pro-tile_variant .dropdown-toggle {
    color: #757575;
    background-image: none;
    background-color: transparent;
    border-color: #757575;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    text-align: left; }
    .c-pro-tile_variant .dropdown-toggle:hover {
      color: #ffffff;
      background-color: #757575;
      border-color: #757575; }
    .c-pro-tile_variant .dropdown-toggle .preloader_el:before {
      background-color: #757575; }
    .open > .c-pro-tile_variant .dropdown-toggle.dropdown-toggle {
      color: #ffffff;
      background-color: #757575;
      border-color: #757575; }
      .open > .c-pro-tile_variant .dropdown-toggle.dropdown-toggle:hover {
        color: #ffffff;
        background-color: #5c5c5c;
        border-color: #5c5c5c; }
    .c-pro-tile_variant .dropdown-toggle.disabled:hover, .c-pro-tile_variant .dropdown-toggle:disabled:hover {
      color: #757575;
      background-image: none;
      background-color: transparent;
      border-color: #757575; }
    .c-pro-tile_variant .dropdown-toggle:after {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 16px;
      font-size: 1rem; }
  .c-pro-tile_variant + .c-pro-tile_variant {
    margin-top: 10px;
    margin-top: 0.625rem; }
  .c-pro-tile_hover-box {
    position: absolute;
    top: 100%;
    right: -1px;
    right: -0.0625rem;
    left: 0;
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    z-index: -1;
    background: inherit;
    box-shadow: inset 0 0 40px 0 #E0E0E0;
    box-shadow: inset 0 0 2.5rem 0 #E0E0E0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    border: 1px solid #BDBDBD;
    border: 0.0625rem solid #BDBDBD;
    border-top: 0; }

.c-pro-tile:hover .c-pro-tile_hover-box {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1; }

/* #endregion */
.owl-item .c-pro-tile {
  height: 400px;
  height: 25rem; }

.owl-item .c-pro-tile_in {
  padding-top: 40px;
  padding-top: 2.5rem; }

.owl-item .c-pro-tile_name {
  height: 40px;
  height: 2.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #424242;
  overflow: hidden;
  max-height: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  position: absolute; }
  .owl-item .c-pro-tile_name > a {
    text-decoration: none;
    color: inherit; }
    .owl-item .c-pro-tile_name > a:hover {
      text-decoration: underline; }

.owl-item .c-pro-tile_img {
  margin: 0 auto;
  text-align: center;
  width: auto;
  float: none; }
  .owl-item .c-pro-tile_img a {
    display: block;
    position: relative; }
  .owl-item .c-pro-tile_img img {
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s; }
  .owl-item .c-pro-tile_img img {
    width: auto;
    display: inline; }
  .owl-item .c-pro-tile_img .b-lazy.loading {
    width: 216px;
    width: 13.5rem;
    margin: 0 auto;
    display: block; }

.owl-item .c-pro-tile_attrs {
  position: absolute;
  margin: 0; }

.owl-item .c-pro-attr {
  max-width: 36px;
  max-width: 2.25rem; }

.owl-item .c-pro-tile_stock {
  position: absolute; }

.owl-item .c-pro-tile_overflow {
  position: static;
  padding: 0;
  overflow: auto; }

.c-art-tile {
  text-align: center; }
  .c-art-tile_img {
    height: 60px;
    height: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin: 10px 0;
    margin: 0.625rem 0; }
    .c-art-tile_img img {
      max-height: 100%;
      vertical-align: middle; }
  .c-art-tile_date {
    font-size: 12px;
    font-size: 0.75rem; }
  .c-art-tile_title {
    height: 56px;
    height: 3.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    overflow: hidden;
    max-height: 3.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis; }
    .c-art-tile_title > a {
      text-decoration: none;
      color: inherit; }
      .c-art-tile_title > a:hover {
        text-decoration: underline; }
  .c-art-tile_perex {
    height: 112px;
    height: 7rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
    overflow: hidden;
    max-height: 7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis; }
    .c-art-tile_perex * {
      line-height: inherit !important;
      margin: 0 !important;
      padding: 0 !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: 400 !important;
      color: inherit !important; }
  .c-art-tile_in {
    height: 300px;
    height: 18.75rem;
    padding: 0 10px;
    padding: 0 0.625rem; }

.page-hp .c-banner-slider .c-banner-slider_items,
.page-hp .c-promo-tabs .nav,
.page-hp .c-promo-tabs .tab-content {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 0;
  padding-left: 0; }


.page-hp .o-base-tiles .o-base-tile {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  position: static; }
  @media (min-width: 992px) {
    .page-hp .o-base-tiles .o-base-tile {
      float: left;
      width: 33.33333%; } }
