@charset "UTF-8";
/* 
    Created on : 30.4.2019, 12:18:05
    Author     : MICHAL ŠIROKÝ
    
    Created on : 27.8.2019
    Edit     : MICHAL EICHNER    
*/

.bg-white {
  background-color: #FFFFFF;
}
.notifyjs-corner{margin-top:80px !important;z-index:99999999999 !important;}
.c-orange {
  color: #FF7B00;
}
.c-454545 {
  color: #454545;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0px;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.container.container-big {
  max-width: 1395px;
}
a {
  color: #0071B6;
  text-decoration: none;
}
a:hover {
  color: #FF7B00;
  text-decoration: underline;  
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear,
.clearfix {
  clear: both;
}
.weight300 {
  font-weight: 300 !important;
}
.weight400 {
  font-weight: 400 !important;
}
.weight500 {
  font-weight: 500 !important;
}
.weight600 {
  font-weight: 600 !important;
}
.weight700 {
  font-weight: 700 !important;
}
.weight800 {
  font-weight: 800 !important;
}
.weight900 {
  font-weight: 900 !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .clear-sm,
  .clearfix-sm {
    clear: both;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .clear-md,
  .clearfix-md {
    clear: both;
  }
}
@media (min-width: 1100px) {
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .clear-lg,
  .clearfix-lg {
    clear: both;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .clear-xl,
  .clearfix-xl {
    clear: both;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
.size12 {
  font-size: 12px !important;
}
.size13 {
  font-size: 13px !important;
}
.size14 {
  font-size: 14px !important;
}
.size15 {
  font-size: 15px !important;
}
.size16 {
  font-size: 16px !important;
}
.size17 {
  font-size: 17px !important;
}
.size18 {
  font-size: 18px !important;
}
.size19 {
  font-size: 19px !important;
}
.size20 {
  font-size: 20px !important;
}
.w0pct {
  width: 0%;
}
.w1pct {
  width: 1%;
}
.w2pct {
  width: 2%;
}
.w3pct {
  width: 3%;
}
.w4pct {
  width: 4%;
}
.w5pct {
  width: 5%;
}
.w6pct {
  width: 6%;
}
.w7pct {
  width: 7%;
}
.w8pct {
  width: 8%;
}
.w9pct {
  width: 9%;
}
.w10pct {
  width: 10%;
}
.w11pct {
  width: 11%;
}
.w12pct {
  width: 12%;
}
.w13pct {
  width: 13%;
}
.w14pct {
  width: 14%;
}
.w15pct {
  width: 15%;
}
.w16pct {
  width: 16%;
}
.w17pct {
  width: 17%;
}
.w18pct {
  width: 18%;
}
.w19pct {
  width: 19%;
}
.w20pct {
  width: 20%;
}
.w21pct {
  width: 21%;
}
.w22pct {
  width: 22%;
}
.w23pct {
  width: 23%;
}
.w24pct {
  width: 24%;
}
.w25pct {
  width: 25%;
}
.w26pct {
  width: 26%;
}
.w27pct {
  width: 27%;
}
.w28pct {
  width: 28%;
}
.w29pct {
  width: 10%;
}
.w30pct {
  width: 30%;
}
.w31pct {
  width: 31%;
}
.w32pct {
  width: 32%;
}
.w33pct {
  width: 33%;
}
.w34pct {
  width: 34%;
}
.w35pct {
  width: 35%;
}
.w36pct {
  width: 36%;
}
.w37pct {
  width: 37%;
}
.w38pct {
  width: 38%;
}
.w39pct {
  width: 39%;
}
.w40pct {
  width: 40%;
}
.w41pct {
  width: 41%;
}
.w42pct {
  width: 42%;
}
.w43pct {
  width: 43%;
}
.w44pct {
  width: 44%;
}
.w45pct {
  width: 45%;
}
.w46pct {
  width: 46%;
}
.w47pct {
  width: 47%;
}
.w48pct {
  width: 48%;
}
.w49pct {
  width: 49%;
}
.w50pct {
  width: 50%;
}
.w51pct {
  width: 51%;
}
.w52pct {
  width: 52%;
}
.w53pct {
  width: 53%;
}
.w54pct {
  width: 54%;
}
.w55pct {
  width: 55%;
}
.w56pct {
  width: 56%;
}
.w57pct {
  width: 57%;
}
.w58pct {
  width: 58%;
}
.w59pct {
  width: 59%;
}
.w60pct {
  width: 60%;
}
.w61pct {
  width: 61%;
}
.w62pct {
  width: 62%;
}
.w63pct {
  width: 63%;
}
.w64pct {
  width: 64%;
}
.w65pct {
  width: 65%;
}
.w66pct {
  width: 66%;
}
.w67pct {
  width: 67%;
}
.w68pct {
  width: 68%;
}
.w69pct {
  width: 69%;
}
.w70pct {
  width: 70%;
}
.w71pct {
  width: 71%;
}
.w72pct {
  width: 72%;
}
.w73pct {
  width: 73%;
}
.w74pct {
  width: 74%;
}
.w75pct {
  width: 75%;
}
.w76pct {
  width: 76%;
}
.w77pct {
  width: 77%;
}
.w78pct {
  width: 78%;
}
.w79pct {
  width: 79%;
}
.w80pct {
  width: 80%;
}
.w81pct {
  width: 81%;
}
.w82pct {
  width: 82%;
}
.w83pct {
  width: 83%;
}
.w84pct {
  width: 84%;
}
.w85pct {
  width: 85%;
}
.w86pct {
  width: 86%;
}
.w87pct {
  width: 87%;
}
.w88pct {
  width: 88%;
}
.w89pct {
  width: 89%;
}
.w90pct {
  width: 90%;
}
.w91pct {
  width: 91%;
}
.w92pct {
  width: 92%;
}
.w93pct {
  width: 93%;
}
.w94pct {
  width: 94%;
}
.w95pct {
  width: 95%;
}
.w96pct {
  width: 96%;
}
.w97pct {
  width: 97%;
}
.w98pct {
  width: 98%;
}
.w99pct {
  width: 99%;
}
.w100pct {
  width: 100%;
}
.w33-33pct {
  width: 33.33%;
}
select,
input,
textarea {
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: '';
}
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
::placeholder {
  color: #323232;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323232;
}
::-ms-input-placeholder {
  color: #323232;
}
label {
  display: block;
  padding-bottom: 10px;
}
input {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  height: 36px;
  border: 1px solid #DBDBDB;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 0 15px;
  color: #323232;
}
input[type="text"].big-input,
input[type="password"].big-input,
input[type="number"].big-input,
input[type="email"].big-input {
  height: 50px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}
input[type="text"].extra-big-input,
input[type="password"].extra-big-input,
input[type="number"].extra-big-input,
input[type="email"].extra-big-input {
  height: 60px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}
input[type="text"].not-shadow,
input[type="password"].not-shadow,
input[type="number"].not-shadow,
input[type="email"].not-shadow {
  box-shadow: none;
}
input[type="text"].with-shadow,
input[type="password"].with-shadow,
input[type="number"].with-shadow,
input[type="email"].with-shadow {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  visibility: hidden;
  width: auto;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 500;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type="checkbox"]:hover + label:before {
  border: 1px solid #E80E0E;
}
input[type="checkbox"]:checked + label:before {
  background: #FFFFFF;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0071b6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="radio"] + label:before {
  border-radius: 50%;
}
input[type="radio"]:hover + label:before {
  border: 1px solid #E80E0E;
}
input[type="radio"]:checked + label:before {
  border: 1px solid #FFFFFF;
  background: #E80E0E;
}
input.range-slider {
  -webkit-appearance: none;
  min-height: 3px;
  background: transparent;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  padding: 0px;
}
input.range-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #DFDFDF;
  border: 0;
}
input.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background: #E80E0E;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px;
}
input.range-slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: #E80E0E;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
}
input.range-slider::-moz-range-progress {
  background-color: #E80E0E;
  height: 3px;
}
input.range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #DFDFDF;
  border: 0;
}
input.range-slider::-ms-track {
  width: 100%;
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input.range-slider::-ms-fill-lower {
  background: #E80E0E;
  border-radius: 10px;
}
input.range-slider::-ms-fill-upper {
  background: #DFDFDF;
  border-radius: 10px;
}
input.range-slider::-ms-thumb {
  border: none;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #E80E0E;
  margin: 0px;
}
input.range-slider:focus::-ms-fill-lower {
  background: #E80E0E;
}
input.range-slider:focus::-ms-fill-upper {
  background: #DFDFDF;
}

/******************************* START SWIPER *******************************/
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
    }
    .gallery-top {
      height: 482px;
      width: 382px;
      padding: 20px 0px;      
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      margin: 10px auto;
      height: 108px !important; 
      width: 382px;     
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    
    .ramec_stred {
      margin: 0px auto;
      height: 482px;
      width: 422px;        
    }  
    .swiper-slide-small-box{
      width: 86px !important;
      height: 86px !important;
      display: inline-block !important;
      border: 1px solid #A1BEE0;
      border-radius: 6px;
      padding: 10px;                        
    }  
    .swiper-slide-small{
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;    
      border-radius: 5px !important;
      height: 100%;
      width: 100%;
    }
    .gallery_small{
      position: relative;
      margin-bottom: 60px; 
    }
    .swiper-button-prev{
      left: -20px;      
    }
    .swiper-button-next{
      right: -20px;      
    }  

    .lb-dataContainer{
      display: none;
    }
    .lightboxOverlay{
      z-index: 99999 !important;
    }
    .lightbox{
      z-index: 999999 !important;   
    }
    .swiper-container{
      padding: 20px 0px !important;
                    
    }
    
#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }    
  
/******************************* END SWIPER *******************************/

.quantity {
  position: relative;                     
}
.header .main_header.fixed .search .button_top_search{
  margin-top: 22px;
}
.button_top_search{
  font-size: 16px;
  line-height: 19px;  
  position: absolute;
  right: 20px;
  top: 20px;
  width: 94px;
  height: 36px !important;
  background: #FF7B00;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .1s;
  margin: 0;
  padding: 0; 
  
  border: none;            
}
@media (min-width: 1100px) {
  .button_top_search {
    margin-top: 36px; 
    top: 0;
    right: 0;
  }
 }
   .button_top_search:hover {
   background-color: rgb(237,107,23);
  }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 115px;
  height: 37px;
  line-height: 1.65;
  font-size: 16px;  
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 35px;
  border: 1px solid #0071b6;
  border-radius: unset;  
  text-align: right;
}
.product-info .quantity input {
	text-align: left;
	padding-left: 15px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 35px;
}

.quantity-button {
  
  position: relative;
  cursor: pointer;

  width: 20px;
  text-align: center;

  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #0071b6;  

    display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.quantity-button.quantity-up svg{
  width: 100%;
}



.range-wrapper {
  position: relative;
}
.range-wrapper .range-label {
  position: absolute;
  top: -18px;
  width: 100%;
  text-align: center;
}
.select-search {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
}
.select-search .selected {
  width: calc(100% - 50px);
  float: left;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
}
.select-search .icon {
  width: 50px;
  float: right;
  height: 60px;
  cursor: pointer;
}
.select-search .list {
  padding: 10px 15px;
  display: none;
  position: absolute;
  z-index: 99;
  top: 75px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  left: 0px;
  right: 0px;
  min-width: 220px;
}
.select-search .list.show {
  display: block;
}
.select-search .list ul {
  padding: 0px;
  margin: 0px;
  height: 190px;
  overflow: hidden;
  margin-top: 10px;
}
.select-search .list ul li {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
}
.select-search .list ul li a {
  color: #222222;
  text-decoration: none;
}
.select-search .list .search-component {
  width: calc(100% + 20px);
  height: 30px;
  background: #F5F5F5;
  border-radius: 60px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.select-search .list .search-component input[type="text"] {
  border: 0px;
  height: 30px;
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 13px;
  font-weight: normal;
  float: left;
  background: #F5F5F5;
}
.select-search .list .search-component input[type="submit"] {
  height: 30px;
  width: 30px;
  border: 0px;
  background: url("../img/icons/chat/icon-search.svg") no-repeat left center;
  background-size: 50%;
  font-size: 0px;
  cursor: pointer;
}
.select-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}
.select-wrapper.not-shadow {
  box-shadow: none;
}
.select-wrapper.big-select {
  height: 60px;
}
.select-wrapper.big-select select {
  height: 60px;
}
.select-wrapper select {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  height: 50px;
  margin-top: -1px;
  padding: 0 30px 0 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #323232;
  font-size: 14px;
  font-weight: 500;
}
.select-wrapper select option:disabled {
  color: #BEBEBF;
}
.select-wrapper .select-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  pointer-events: none;
  color: #777777;
}
.select-wrapper:focus {
  outline: none;
}
textarea {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  color: #666666;
  height: 230px;
  resize: none;
}
textarea.not-shadow {
  box-shadow: none;
}
.file-wrapper input {
  display: none;
}
.file-wrapper .txt {
  color: #454545;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  width: calc(100% - 170px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
  text-decoration-line: underline;
}
.file-wrapper .btn {
  width: 170px !important;
  font-size: 16px !important;
  background: #FF7B00;
  border-radius: 5px 0px 0px 5px;
  display: block;
  float: left;
  cursor: pointer;
}
.file-wrapper .btn i {
  font-size: 9px;
  position: relative;
  top: -1px;
}
.file-wrapper .btn:hover {
  background: #0071B6;
}
.button_dotaz_na_zbozi{
  border: none;
  background: transparent;
  font-size: 1rem;
  text-decoration: underline;
  color: #0071b6;     
  margin-top: 2px; 
  display: block;  
}
.modal-backdrop{
  z-index: 999999;    
}
.modal{
  z-index: 9999999999;  
}
.modal-content{
  border-radius: unset;
  border: unset;    
}
.modal-header{
  background: #0071B6;  
  position: relative;
  padding: 16px 30px 16px 30px;
  color: white;
  border-radius: unset;    
}
.modal-header h5{
  font-size: 26px;
  line-height: 21px;   
}
.modal-body{
  padding: 16px 30px 16px 30px;  
}
.button_dotaz_na_zbozi_modal{
  font-size: 16px;
}
.button_dotaz_na_zbozi_modal input[type="text"] {
    width: 100%;
    background: #F2FAFF;
    border: 1px solid #A7C2E2;
    box-sizing: border-box;
    border-radius: 5px;
    height: 31px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;    
}
.button_dotaz_na_zbozi_modal textarea {
  border: 1px solid #A7C2E2;
  box-shadow: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  height: 135px; 
  resize: vertical;
  min-height: 135px;        
}
p.dotaz_zbozi_nazev_zbozi{
  font-weight: 400 !important;
  width: 100%;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  padding: 3px 15px;
  color: #323232;  
}
.textarea_resize_img{
  position: absolute;
  bottom: 4px;
  right: 16px;
  z-index: 1;
  pointer-events: none;
  z-index: 99999999999999999;
  background: white;;
  width: 18px;
  height: 18px;    
}

/* Reset Select */
.select_design select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  /* border: 0 !important; */
  background: #ffffff;
  border: 1px solid #D2E0F1;
  background-image: none;
}
/* Remove IE arrow */
.select_design select::-ms-expand {
  display: none;
}
/* Custom Select */
.select_design {
  position: relative;
  display: flex;
  width: 20em;
  height: 34px;
  line-height: 3;
  background: white;
  overflow: hidden;
  border-radius: .25em;
}
.select_design select {
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: calc(1.5em + .5rem + 4px);
  padding: .25rem .5rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  flex: 1;
  max-width: 100% !important;
  width: 100% !important;
  cursor: pointer;
}
/* Arrow */
.select_design::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* padding: 0 1em; */
  background-color: #0071b6;
  background-image: url(../img/icons/chevron-down-solid.svg);
  background-position: 50% 50%;
  -webkit-background-size: 11px 11px;  
  -moz-background-size: 11px 11px;  
  -o-background-size: 11px 11px;  
  background-size: 11px 11px;  
  background-repeat: no-repeat;  
  
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  width: 30px;
  height: 29px;
  margin: 2px;
  text-align: center;      
}
/* Transition */
.select_design:hover::after {
  color: #f39c12;
}



.modal_body_textarea label{
  margin-top: 8px;    
}
.modal-footer{
    padding: 0px;
    border-top: none;
    margin: 14px 30px 30px 30px;
    position: relative;    
}
.modal-footer a.zavrit_modal{
    position: absolute;
    text-align: left;
    left: 0px;
    text-decoration: underline;  
}
.modal-footer input.d-inline-block{
  padding: 0px 60px;
}
.ui-autocomplete {
  width: 100%;
  max-width: 670px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  height: 330px;
  padding: 20px;
  z-index: 999;
  display: none;
  height: 290px;
  margin: 0;
  list-style: none;
  overflow: auto;
}
.ui-autocomplete .visible {
  display: block;
}
.ui-autocomplete li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.ui-autocomplete li:before {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  margin-left: -20px;
  width: 7px;
  height: 20px;
  background: url("../img/icons/icon-odrazka-velka.svg") no-repeat left center;
}
.ui-helper-hidden-accessible {
  display: none;
}
.transparent-input {
  border: 1px solid #F5F5F5;
  height: 63px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding: 0 30px;
}
.transparent-input label {
  width: auto;
  font-weight: 500;
  white-space: nowrap;
  line-height: 63px;
  font-size: 13px;
  color: #323232;
}
.transparent-input input[type="text"],
.transparent-input input[type="password"],
.transparent-input input[type="email"],
.transparent-input input[type="number"] {
  color: #323232;
  border: 0px;
  background: transparent;
  width: 100%;
  font-weight: bold;
  padding: 0 10px;
  height: 63px;
  font-size: 13px;
}
.icon_info{
    position: relative;
    background: url(../img/icons/info.svg) 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 3px;
    left: 4px;
}
.big-special-input {
  border: 1px solid #F5F5F5;
  height: 60px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding: 0 15px;
  border-radius: 4px;
}
.big-special-input label {
  width: auto;
  font-weight: 500;
  white-space: nowrap;
  line-height: 60px;
  font-size: 13px;
  color: #323232;
}
.big-special-input input[type="text"],
.big-special-input input[type="password"],
.big-special-input input[type="email"],
.big-special-input input[type="number"] {
  color: #323232;
  border: 0px;
  background: transparent;
  width: 100%;
  font-weight: 500;
  padding: 0px;
  height: 60px;
  font-size: 13px;
}
.upload-with-preview .row-img-preview {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.upload-with-preview .row-img-preview .col.img-preview {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.upload-with-preview .img-preview .img {
  height: 94px;
  background: #E9E9E9;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.upload-with-preview .img-preview .img img {
  width: 100%;
  height: 100%;
}
.upload-with-preview .img-preview .img span {
  background: #FFFFFF;
  border-radius: 3px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 11px;
  color: #000000;
  z-index: 100;
}
.upload-with-preview .img-upload-preview {
  padding: 0 !important;
}
.upload-with-preview .img-upload-preview .img {
  height: 330px;
  background: #E9E9E9;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.upload-with-preview .img-upload-preview .img img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.upload-with-preview .img-upload-preview .img span {
  background: #FFFFFF;
  border-radius: 3px;
  width: 120px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 11px;
  color: #000000;
  z-index: 100;
}
.upload-with-preview .img-upload-preview .img .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px !important;
  margin: auto;
  z-index: 100;
}
.upload-with-preview .img-upload-preview .img input[type="file"] {
  display: none;
}
.ui-autocomplete {
  top: 295px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-check-label {
  display: inline-block !important;
  position: relative !important;
  padding-left: 25px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  line-height: 15px !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.product-info .form-check-label {
	font-size: 16px !important;
	font-weight: 500 !important;
}
.form-check-label.size14 {
  font-size: 14px !important;
}
.form-check-label:before {
  content: '' !important;
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
  left: 0 !important;
  top: 0 !important;
  border: 1px solid #0071b6 !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  background: #fff;
}
.form-check-label a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ui-autocomplete {
    left: 0 !important;
  }
}
.range-slider-two-handler {
  position: relative;
  width: 100%;
}
.range-slider-two-handler input[type="number"] {
	height: auto;
	display: inline;
	width: 50px;
  text-align: center;
  background: #f2faff;
  border: 1px solid #a7c2e2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 3px 3px 3px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 7px;
  background: #E8EFF9;
  margin: 20px 0;
  margin-top: 10px;
    
}
.ui-widget.ui-widget-content{
  border: 1px solid #e8eff9 !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5.5px;
  margin-left: -3px;
  background: #fff url("../img/icons/handle.svg") no-repeat center center;
  border-radius: 50%;
  border: 1px solid #96B1DC;
}
.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -16px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #0071b6;
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.label-od,
.label-do {
  position: absolute;
  top: -34px;
}
.label-do {
  right: 0px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.header:after {
  content: "";
  height: 110px;
  width: 100%;
  display: block;
}
.header .before_header {
  background: #0071B6;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: right;
}
.header .before_header a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 31px;
}
.header .before_header a:hover {
	text-decoration: underline;
}
.header .before_header .contact_before {
  padding-right: 10px;
}
.header .before_header .terms_before {
  padding-right: 10px;
}
.header .before_header .user_before {
  padding-right: 0px;
}
.header .before_header .user_before i {
  padding-right: 8px;
}
.header .before_header .user_before .icon_user {
  position: relative;
  top: -1px;
}
.header .main_header {
  height: 110px;
  border-bottom: 1px solid #A9C3E2;
  transition-duration: 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
}
.header .main_header .logo {
  padding-top: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.header .main_header .logo img {
  width: 246px;
}
.header .main_header .respo-icons {
  display: none;
}
.header .main_header .search {
  padding-top: 36px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  position: relative;  
}
.header .main_header .search input[type="text"] {
    background-size: 20px;
    height: 36px !important;
    width: calc(100% - 94px);
    background-color: #F2FAFF;
    border: 1px solid #A7C2E2;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right-width: 0;
    padding-left: 40px;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    top: 0px;
    position: relative; 
    padding-top: 0px;
    margin-top: 0px;        
    font-size: 16px;    
}
.header .main_header .search input[type='submit'] {
  background: #FF7B00;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  width: 94px;
  height: 36px !important;
  color: #fff;
  position: relative;
  top: -1px;
  position: relative;  
  padding-top: 0px;
  margin-top: 0px;  
}
.header .main_header .header_icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  text-align: right;
}
.header .main_header .header_icon {
  display: inline-block;
/*  padding-top: 34px; */
  padding-top: 15px;
  padding-right: 20px;
}
.header .main_header .header_icon:last-child {
  padding-right: 0px;
}
.header .main_header .header_icon a {
  color: #454545;
  text-decoration: none;
  font-size: 16px;
}
.header .main_header .header_icon img, .header .main_header .header_icon svg {
  /* padding-right: 15px; */
  margin-right: 15px;  
}
.icon_header_top{
  width: 46px;
  height: 46px;
  position: relative;
  top: -2px;    
}
.icon_kosik{
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 16px;
  background-image: url('../img/icons/icon_kosik_normal.svg');
  margin-right: 15px;  
  background-size: 45px 45px;
  -webkit-background-size: 45px 45px;  
  -moz-background-size: 45px 45px;  
  -o-background-size: 45px 45px;   
}

.icon_kosik.active{
  background-image: url('../img/icons/icon_kosik_active.svg');
}
.icon_kosik:hover{
  background-image: url('../img/icons/icon_kosik_hover.svg');
}
.icon_mam_dotaz{
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url('../img/icons/mam-dotaz.svg');
  /* margin-right: 15px; */  
  background-size: 20px 15px;
  -webkit-background-size: 20px 15px;  
  -moz-background-size: 20px 15px;  
  -o-background-size: 20px 15px;
  margin-right: 7px;  
}
.svg_icon_kosik:hover .blue_fill{
  fill: white;
  stroke: #0071B6;   
} 
.blue_fill {
  fill: #0071B6;  
}
svg.blue_stroke {
  stroke: #0071B6;  
}
svg.blue_stroke:hover {
  stroke: #ffffff;
  fill: #FF7B00;  
}
svg.blue_fill {
  stroke: #ffffff;
  fill: #0071B6;  
}
.header .main_header.fixed {
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  background: #fff;
}
.header .main_header.fixed .logo {
  padding-top: 21px;
}
.header .main_header.fixed .search {
  padding-top: 22px;
}
.header .main_header.fixed .header_icon {
  /*padding-top: 18px; */
}
.header .main_header.fixed .header_icon {
  padding-top: 0px;  
}
.header .main_header .header_icon{

}
@media (max-width: 1300px) {
  .header .main_header .search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header .main_header .header_icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }
  .header .main_header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1100px) {
  .header .main_header .search {
    display: none;
  }
  .header .main_header .search.show {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 8888;
    padding: 20px;
    border-bottom: 1px solid #A9C3E2;
  }
  .header .main_header .header_icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right;
  }
  .header .main_header .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 900px) {
  .header:after {
    height: 60px;
  }
  .header .before_header,
  .header .header_icons {
    display: none;
  }
  .header .main_header {
    height: 60px;
  }
  .header .main_header.fixed {
    height: 60px;
  }
  .header .main_header .logo {
    padding-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .main_header .logo img {
    width: auto;
    height: 22px;
  }
  .header .main_header .respo-icons {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
  }
  .header .main_header .respo-icons a {
    display: inline-block;
    padding: 0 10px;
    line-height: 60px;
  }
  .header .main_header .respo-icons .header-menu {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #A9C3E2;
  }
  .header .main_header .respo-icons .header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header .main_header .respo-icons .header-menu ul li a {
    padding: 0;
    line-height: 30px;
  }
  .header .main_header .respo-icons .header-menu.show {
    display: block;
    z-index: 8888;
  }
}
@media (max-width: 380px) {
  .header .main_header .respo-icons a {
    padding: 0 5px;
  }
}
.fake-header {
  height: 82px;
  width: 100%;
}
.main .caution {
  width: 15px;
  height: 15px;
  font-size: 12px !important;
  border-radius: 50%;
  line-height: 15px !important;
  text-align: center;
  color: #EF7800 !important;
  border: 1px solid #EF7800;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}
.modal-backdrop.show {
    opacity: .5;
}
.main .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 247px);
  flex: 0 0 calc(100% - 247px);
  max-width: calc(100% - 247px);
  padding-left: 57px;
}
.main .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #454545;
}
.main .content .slider img {
  width: 100%;
}
.main .content .title {
  display: inline-block;
  border-top: 4px solid #FF7B00;
  margin-top: 20px;
}
.main .content .title h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .content a.blue {
  text-decoration: none;
  color: #0071B6;
}
.main .content a.blue:hover{
  color: #FF7B00;
  text-decoration: underline;
}
.main .content a.orange {
  text-decoration: underline;
  color: #FF7B00;
}
.main .content .product_list .product_item {
  border: 1px solid #A6C0E1;
  border-top: 4px solid #0071B6;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  cursor: pointer;
}
.main .content .product_list .product_item .item-pic {
  height: 200px;
  margin: 30px 20px;
}
.main .content .product_list .product_item .item-pic img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 200px;
}
.main .content .product_list .product_item:hover .item-bg-hover {
  background: rgba(132, 169, 214, 0.40);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.main .content .product_list .product_item .item_description {
  padding-left: 20px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #454545;
  position: relative;
  z-index: 999;
}
.main .content .product_list .product_item .item_description a {
  color: #454545;
}
.main .content .product_list .product_item .item_description a:hover {
  text-decoration: none;
}
.main .content .product_list .product_item .price {
  color: #FF7B00;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  position: relative;  
  z-index: 999;
}
.main .content .product_list .product_item ul.icon_item {
    position: absolute;
    bottom: 300px;
    right: 10px;
    top: 10px;
    z-index: 999;
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.main .content .product_list .product_item .icon_item li{
  list-style: none;
  display: inline;
  background: white;  
}
.main .content .product_list .product_item .like_button {
  background: #FF7B00;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 300px;
  right: 10px;
  top: 10px;
  text-align: center;
  border-radius: 3px;
  z-index: 999;  
}
.main .content .product_list .product_item .to_detail {
  background: #0071B6;
  width: 108px;
  height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -1px;
  line-height: 30px;
  font-size: 16px;
}
.main .content .product_list .product_item .to_detail i {
  color: #fff;
  padding-left: 5px;
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.main .content .product_list .product_item .variants {
  padding: 15px;
  position: absolute;
  top: 0;
  /* background: #84A9D6; */
  display: none;
  min-height: 235px;
  z-index: 999;
  width: 100%;
  
}
.main .content .product_list .product_item .variants img {
  width: 100%;
  height: 66.48px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
  padding: 6px;
}
.main .content .product_list .product_item .variants img:hover {
  border: 1px solid #FF7B00;
}
.main .content .product_list .product_item .variants .row {
  margin-left: -5px;
  margin-right: -5px;
}
.main .content .product_list .product_item .variants .col-4 {
  padding: 5px;
}
.main .content .product_list .product_item .variants .more {
  display: block;
  height: 66.25px;
  background: #FF7B00;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
}
.main .content .product_list .product_item .variants .more:hover {
  text-decoration: none;
  border: 1px solid #fff;
}
.main .content .product_list .product_item:hover {
  /*background: #84A9D6; */
  border-top: 4px solid #FF7B00;
}
.main .content .product_list .product_item:hover .to_detail {
  background: #FF7B00;
  text-decoration: none;
}
.main .content .product_list .product_item:hover .item_description {
  color: #fff;
}
.main .content .product_list .product_item:hover .item_description a {
  color: #fff;
}
.main .content .product_list .product_item:hover .item_description a:hover {
  text-decoration: none;
}
.main .content .product_list .product_item:hover .price {
  color: #fff;
}
.main .content .product_list .product_item:hover .variants {
  display: block;
}
.main .content .about_us .about_us_title {
  display: inline-block;
  border-top: 4px solid #FF7B00;
  margin-top: 20px;
}
.breadcrumbs_icon{
  margin-right: 2px;
  position: relative;
  top: -2px;
}
.main .content .about_us .about_us_title h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .content .about_us p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: #454545;
}
.main .content .motto_block {
  border: 1px solid #A6C0E1;
  border-top: 5px solid #0071B6;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main .content .motto_block:hover {
  background: #84A9D6;
  border-top: 4px solid #FF7B00;
}
.main .content .motto_block:hover h3 {
  color: #fff;
}
.main .content .motto_block:hover p {
  color: #fff;
}
.main .content .motto_block h3 {
  color: #0071B6;
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
}
.main .content .motto_block p {
  font-size: 16px;
  line-height: 23px;
  color: #454545;
  font-weight: normal;
  height: 46px;
  overflow: hidden;
}
.main .menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 247px;
  flex: 0 0 247px;
  max-width: 247px;
  z-index: 7777;  
}
.main .menu .respo-toggle {
  overflow: hidden;
}
.main .menu ul.left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  /* border: 1px solid #A1BEE0;
  border-bottom: 0px; */
  border-right: 1px solid #A1BEE0;
  border-left: 1px solid #A1BEE0;
}
.main .menu ul.left-menu li {
  min-height: 39px;
  background: #F2FAFF;
  padding: 0;
  line-height: 38px;
  border-bottom: 1px solid #A1BEE0 !important; 
  /* border-top: 1px solid #A1BEE0 !important; */
  border-radius: 0;
  border: 0;
  cursor: pointer;
  color: #454545;
  font-size: 16px;
  position: relative;
}
.main .menu ul.left-menu li ul{
  
}
.main .menu ul.left-menu li:first-child{
  /* border-top: 1px solid #f2faff !important; */ 
}
.main .menu ul.left-menu li ul li:first-child{
  /*border-top: none !important; */
/*   margin-top: 2px; */  
}
.main .menu ul.left-menu li:last-child{
  border-bottom: 1px solid #A1BEE0 !important;   
}
.main .menu ul.left-menu li:last-child ul li:last-child{
  border-bottom: 1px solid #A1BEE0 !important; 
}
.main .menu ul.left-menu li ul li:last-child{
  /* border-bottom: none !important; */
  padding-bottom: 24px;  
}
.main .menu ul.left-menu li:last-child ul li{ 
 /* border-bottom: 1px solid #A1BEE0 !important; */
}
.main .menu ul.left-menu li .menu-header {
  height: 38px;
  line-height: 38px;
  display: block;
}
.main .menu ul.left-menu li a {
  color: #454545;
  text-decoration: none;
  display: block;
}
.main .menu ul.left-menu li .icon {
  margin-right: 9px;
  position: relative;
  top: -1px;
  margin-left: 13px;
	float: left;
  fill:#0071B6;  
  /* top: 9px; */  
  /* top: 12px; */
}
.main .menu ul.left-menu li .icon svg{
  fill: #0071B6;
}
.main .menu ul.left-menu li.show .icon svg{
  fill: #ffffff;
}
.main .menu ul.left-menu li:hover .icon svg{
  fill: #ffffff;
}

/*.main .menu ul.left-menu li:after {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  right: 8px;
  top: 9px;
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/arrow_down.svg") no-repeat center;
  mask: url("../img/icons/arrow_down.svg") no-repeat center;
}*/

.main .menu ul.left-menu li:after {
  display: none;
  /*display: inline-block; */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: transparent !important;
/*  width: 13px;
  height: 21px; */
  position: absolute;
  right: 8px;
  top: 9px;
  line-height: 22px;
  color: black;
      
}

.main .menu ul.left-menu li:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
}                                                                   
.main .menu ul.left-menu li:hover:after {
  background: transparent !important;
  color: white;
}
.main .menu ul.left-menu li i.menu_sipka {
  content: "";
  position: absolute;
  top: 0px;
  right: 10px;
  /* padding: 0 1em; */
  
  /* background-image: url(../img/icons/arrow_down_thin.svg); */
  /* background-image: url(../img/icons/chevron-down-solid.svg); */
  /* background-image: url(../img/icons/chevron-down-solid-black.svg); */
/*  background-position: 0% 0%;
  -webkit-background-size: 14px 21px;
  -moz-background-size: 14px 21px;
  -o-background-size: 14px 21px;
  background-size: 14px 21px;
  background-repeat: no-repeat;
*/  
/*  cursor: pointer;
  pointer-events: none; */
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  width: 14px;
  height: 38px;
  margin: 0px;
  text-align: center;   
  z-index: 1; 
}
.main .menu ul.left-menu li i.menu_sipka svg{
  fill: #0071b6;  
}

.main .menu ul.left-menu li.show i.menu_sipka svg{
  transform: rotate(180deg);    
  fill: #ffffff; 
}
.main .menu ul.left-menu li:hover i.menu_sipka svg{
  fill: #ffffff;  
  /* background-color: red; */
}


 /* 
.main .menu ul.left-menu li:after {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  right: 8px;
  top: 9px;
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/arrow_down.svg") no-repeat center;
  mask: url("../img/icons/arrow_down.svg") no-repeat center;
}  */
.main .menu ul.left-menu li.notarrow:after {
  display: none;
}
.main .menu ul.left-menu li:hover .menu-header {
  display: block;
  background: #faaa5f;
  margin: -1px -1px -1px -1px;
  line-height: 40px;
  height: 40px;
  color: #fff;
}
.main .menu ul.left-menu li:hover a {
  color: #fff;
}
.main .menu ul.left-menu li:hover:after {
  background-color: #fff;
  right: 9px;
  top: 10px;
}
.main .menu ul.left-menu li:hover .icon {
/*  background-color: #FFFFFF;   */  
  margin-left: 14px;
  fill: #ffffff;  

}
.main .menu ul.left-menu li.show {
  border: 0px !important;
/*  border-top: 1px solid #ff8500 !important; */  
}
.main .menu ul.left-menu li.show .menu-header {
  display: block;
  background: #FF8500;
  /*margin: -1px; */
  margin: -1px -1px 0px -1px;
  line-height: 40px;
  height: 39px;
  color: #fff;
}
.main .menu ul.left-menu li.show a {
  color: #fff;
}
.main .menu ul.left-menu li.show:after {
  background-color: #fff;
  right: 9px;
  top: 10px;
  transform: rotate(180deg);
}
.main .menu ul.left-menu li.show .icon {
  /*background-color: #FFFFFF; */
  margin-left: 14px;
  background-position: 0px -29px;
  background-color: transparent;  
  fill: #ffffff;  
}
.main .menu ul.left-menu li.show ul {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;  
}
.main .menu ul.left-menu li ul {
  display: none;
  padding: 0px 0px;
/*  padding: 5px 0px; */
  list-style: none;
  margin: 0;
}
.main .menu ul.left-menu li ul li {
  min-height: 24px;
  /*border-top: 0px solid #A1BEE0 !important; */
  border-top: none !important;   
  border-bottom: 0px solid #A1BEE0 !important;
  /* margin: -5px 0px; */
  /* margin: 0px 0px; */
  font-style: 14px;
  color: #000;
  line-height: 24px;
  padding-left: 38px;
  cursor: pointer;
  height: 24px;
  font-size: 14px;
  background: #ffffff;
}
.main .menu ul.left-menu li ul li a {
  color: #454545 !important;
}
.main .menu ul.left-menu li ul li:after {
  display: none !important;
}
.main .menu ul.left-menu li ul li:hover {
  background: #A9C3E2;
  /* margin: -5px -1px; */
  margin: 0px -1px;
  /*padding-left: 43px; */
  padding-left: 38px;  
  height: 24px;
  z-index: 999;
}
.main .menu ul.left-menu li ul li.active{
  background: #0071B6; 
  /* margin: 0px 0px; */
   margin: 0px -1px; 
  /* margin: -5px -1px; */
  /* padding-left: 43px; */
  padding-left: 38px;  
  height: 24px;
  z-index: 999;
}
.icon_second_menu{
  margin-left: 12px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  top: -1px;    
}
.main .menu ul.left-menu li ul li.active a,
.main .menu ul.left-menu li ul li:hover a {
  color: #fff !important;
}
.main .menu .menu_title {
  background: #0071B6;
  height: 38px;
  line-height: 38px;
  padding-left: 38px;
  color: #fff;
  font-size: 18px;
}
.main .menu .card {
  border-radius: 0px;
  border: 1px solid #A1BEE0;
  border-top: 0;
}
.main .menu .card .card-header {
  background: #F2FAFF;
  position: relative;
  padding: 0;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #A1BEE0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
.main .menu .card .card-header:hover {
  background: #FF8500;
  margin: -1px;
  line-height: 40px;
  height: 40px;
}
.main .menu .card .card-header:hover .icon {
  background-color: #FFFFFF;
}
.main .menu .card .card-header:hover .menu_item {
  color: #FFFFFF;
}
.main .menu .card .card-header:hover.arrow_down:after {
  background-color: #FFFFFF;
}
.main .menu .card .card-header:hover.arrow_down:after {
  right: 9px;
  top: 10px;
}
.main .menu .card .card-header.arrow_down:after {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  position: absolute;
  right: 8px;
  top: 9px;
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/arrow_down.svg") no-repeat center;
  mask: url("../img/icons/arrow_down.svg") no-repeat center;
  transition-duration: 0.2s;
}
.main .menu .card .card-header:not(.collapsed) {
  background: #FF8500;
  margin: -1px;
  line-height: 40px;
  height: 40px;
}
.main .menu .card .card-header:not(.collapsed) .icon {
  background-color: #FFFFFF;
}
.main .menu .card .card-header:not(.collapsed) .menu_item {
  color: #FFFFFF;
}
.main .menu .card .card-header:not(.collapsed).arrow_down:after {
  background-color: #FFFFFF;
  transform: rotate(180deg);
  right: 9px;
  top: 10px;
}
.main .menu .card .card-header:not(.collapsed) .menu_item {
  padding-left: 14px;
}
.main .menu .card .menu_item {
  color: #454545;
  font-size: 16px;
  padding-left: 13px;
}
.main .menu .card .menu_item:hover {
  padding-left: 14px;
}
.main .menu .card .menu_item .icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.main .menu .card .menu_item a {
  text-decoration: none;
  color: #454545;
}
.main .menu .card .card-body {
  padding: 5px 0;
}
.main .menu .card .card-body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main .menu .card .card-body ul li {
  margin: -5px -1px;
  font-style: 14px;
  color: #000;
  line-height: 38px;
  padding-left: 42px;
  cursor: pointer;
}
.main .menu .card .card-body ul li.active,
.main .menu .card .card-body ul li:hover {
  background: #0071B6;
}
.main .menu .card .card-body ul li.active a,
.main .menu .card .card-body ul li:hover a {
  color: #fff;
}
.main .menu .card .card-body a {
  color: #000;
}
.main .menu .card_second {
  margin: 60px 0;
}
.main .menu .card_second .card_header_second {
  background: #0071B6;
  position: relative;
  padding: 0;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #A1BEE0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  padding-left: 38px;
}
.main .menu .card_second .info_menu {
  background: #fff;
  position: relative;
}
.main .menu .card_second .info_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main .menu .card_second .info_menu ul li {
  height: 38px;
  line-height: 38px;
  border: 1px solid #A1BEE0;
  border-top: 0;
  /*padding-left: 42px; */
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
.main .menu .card_second .info_menu ul li.active { background: #F2FAFF; }
.main .menu .card_second .info_menu ul li a {
  color: #454545;
}
.main .show_more {
  background: #FF7B00;
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main .show_more:hover {
  text-decoration: none;
}
.main .pagination {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  height: 24px;
  margin-top: 22px;  
}
.main .pagination .page-link:focus {
  box-shadow: none;
}
.item_produktu{
  
}
.main .pagination .button {
  background: #fff;
  /* width: 25px; */
  padding: 0px 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #A1BEE0;
  box-sizing: border-box;
  display: inline-block;
  color: #454545 !important;
  border-radius: 0px !important;
}
.main .pagination .button:hover{
  background: #A9C3E2;
  color: #fff !important;
  text-decoration: none;
}
.main .pagination .button.active {
  background: #0071B6;
  color: #fff !important;
  text-decoration: none;
}

.main .pagination .next {
  background: #fff;
  border: 1px solid #A1BEE0;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px  !important;
  display: inline-block;
  padding: 0 7px;
  color: #454545;
  border-radius: 0px !important;
}
.main .pagination .next:hover {
  background: #0071B6;
  color: #fff;
  text-decoration: none;
}
.main .pagination .previous {
  background: #fff;
  border: 1px solid #A1BEE0;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px  !important;
  display: inline-block;
  padding: 0 7px;
  color: #454545;
  border-radius: 0px !important;
}
.main .pagination .previous:hover {
  background: #0071B6;
  color: #fff;
  text-decoration: none;
}
.main ul.breadcrumb {
  color: #5B5B5B;
  background: #fff !important;
  padding: 0px !important;
  margin-bottom: 0;
}
.main ul.breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /*text-transform: capitalize;*/
}
.main ul.breadcrumb li::first-letter {
    text-transform: capitalize;
}
.main ul.breadcrumb li .ico-home {
  background-color: #5B5B5B !important;
  position: relative;
  top: -2px;
}
.main ul.breadcrumb li .fas {
  margin: 0 7px;
  font-size: 9px;
  position: relative;
  top: -2px;
}
.main ul.breadcrumb li a {
  color: #5B5B5B;
}
.main ul.breadcrumb li a:hover {
  text-decoration: none;
}
.main .categories_title {
  color: #0071B6;
  font-weight: normal;
  font-size: 26px;
  line-height: 42px;
  margin-top: 5px;
  /*text-transform: capitalize;*/
}
main .categories_title::first-letter {
    text-transform: capitalize;
}
div.categories_desc {
	padding-bottom: 30px;
  font-size: 16px;
  clear: both;
  margin-top: -10px;
}
.main .categories {
  margin-bottom: 40px;
}
.main .categories a {
  color: #454545;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 15px;
  margin-top: 5px;
}
.main .categories a:hover,
.main .categories a.active {
  color: #0071B6;
  text-decoration: none;
}
.main .displayed_items {
  margin-top: -17px;
}
.main .displayed_items a {
  color: #454545;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 43px;
  margin-left: 15px;
  margin-top: 5px;
}
.main .displayed_items a:hover,
.main .displayed_items a.active {
  color: #0071B6;
  text-decoration: none;
}
.main .terms_conditions {
  display: inline-block;
  color: #454545;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.main .terms_conditions h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .terms_conditions .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #454545;
}
.main .terms_conditions h3 {
  font-size: 20px;
  color: #0071B6;
  line-height: 23px;
  font-weight: normal;
}
.main .terms_conditions h4 {
  color: #454545;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.main .terms_conditions ol {
  font-weight: 500;
}
.main .terms_conditions ol li ol {
  color: #454545;
  padding-top: 10px;
  font-weight: 300;
}
.main .order h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .order form {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #454545;
}
.main .order form input[type="text"], .main .order form input[type="password"] {
  width: 100%;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 31px;
}
.main .order form input[type="text"].error, .main .order form input[type="password"].error,.main .order form textarea.error {
	background: #ffecec;
  border: 1px solid #f78686;
}
.main .order form label.error,.main .order form label.error a {
	color: #f78686 !important;
}
.main .order form textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2E0F1;
  box-sizing: border-box;
  border-radius: 5px;
  height: 75px;
  box-shadow: none;
}
.main .order .id_data {
  height: 29px;
  background: #0071B6;
  padding: 0;
}
.main .order .id_data a {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  display: block;
  padding: 0 10px;
}
.main .order .id_data a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0,92,191);
}
.main .order .id_data i {
  font-size: 9px;
  color: #fff;
  position: relative;
  top: -2px;
  padding-left: 4px;
}
.main .contact h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .contact {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #454545;
}
.main .contact input[type="text"], .main .contact input[type="password"] , .main .contact input[type="email"] {
  width: 100%;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 31px;
}
.main .contact input[type="text"].error, .main .contact input[type="password"].error {
  background: #f8d7da;
  /*border: 1px solid #f5c6cb;*/
}
.main .contact select {
  width: 100%;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 31px;
  padding: 0 10px;
}
.main .contact textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2E0F1;
  box-sizing: border-box;
  border-radius: 5px;
  height: 75px;
  box-shadow: none;
}
.main .contact .id_data {
  height: 29px;
  background: #0071B6;
  padding: 0 10px;
}
.main .contact .id_data a {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}
.main .contact .id_data a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0,92,191);
}
.main .contact .id_data i {
  font-size: 9px;
  color: #fff;
  position: relative;
  top: -2px;
  padding-left: 4px;
}
.main .contact .registration {
  border: 1px solid #D2E0F1;
}
.main .contact .registration a {
  text-decoration: underline;
}
.main .print_box {
  border: 1px solid #D2E0F1;
}
.main .print_box a {
  text-decoration: underline;
}
.reset_padding_lr{
  padding-right: 0px;
  padding-left: 0px;  
}
.padding_left_15{
  padding-left: 15px;
}
.main .print_box p.print_box_info {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #454545;
}
.main .print_box textarea {
  width: 100%;
  background: #f2faff;
  border: 1px solid #D2E0F1;
  box-sizing: border-box;
  border-radius: 5px;
  height: 75px;
  box-shadow: none;
  margin: 10px 0;
}
.main .adress_table {
  border: 1px solid #A1BEE0;
  width: 100%;
}
.main .adress_table th {
  height: 38px;
  color: #0071B6;
  border-bottom: 1px solid #A1BEE0;
  background: #F2FAFF;
  padding-left: 30px;
  font-weight: normal;
  font-size: 16px;
}
.main .adress_table td {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #454545;
}
.main .form-check-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #454545 !important;
}
.main input[type="submit"] {
  height: 47px;
  background: #FF7B00;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  box-sizing: border-box;
  width: auto !important;
  border: 0px;
  padding: 0 40px;
}
.main input[type="submit"]:hover {
	background-color: rgb(237,107,23);
}
.main .breadcrumb_cart .breadcrumb_cart_ul {
  text-align: center;
  margin: 0;
  padding: 40px 0;
  padding-top: 10px;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li {
  display: inline-block;
  height: 81px;
  vertical-align: top;
  font-size: 16px;
  color: #454545;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.done {
  background: #F2FAFF;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li img {
  padding-top: 29px;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.step {
  border: 1px solid #0071B6;
  border-radius: 50%;
  box-sizing: border-box;
  width: 81px;
  height: 81px;
  line-height: 81px;
  text-align: center;
  overflow: hidden;
  margin: 0 20px;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.step a {
  color: #454545;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.step a:hover {
  text-decoration: none;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.step.active {
  background: #0071B6;
  color: #fff;
}
.main .breadcrumb_cart .breadcrumb_cart_ul li.step.active a {
  color: #fff;
}
.main .cart-table {
  width: 100%;
  border: 0px;
}
.main .cart-table tr th {
  background: #84A9D6;
  color: #FFFFFF;
  height: 38px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: normal;
}
.main .cart-table tr td {
  padding: 20px 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #454545;
  border-bottom: 1px solid #A9C3E2;
  vertical-align: middle;
}
.main .cart-table tr td a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #0071B6;
}
.main .cart-table.summary th,
.main .cart-table.summary td {
  padding-left: 30px;
  padding-right: 30px;
}
.main .summary_cart {
  border: 1px solid #A1BEE0;
  padding: 20px;
}
.main .summary_cart table {
  width: 100%;
}
.main .summary_cart table tr td {
  padding: 5px 15px;
  font-weight: normal;
  font-size: 16px;
  color: #454545;
}
.main .summary_cart table tr td span {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.main .summary_cart table tr td.text {
  max-width: 360px;
}
.main .product-info p {
  margin-bottom: 3px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
.main .product-info p strong {
  font-weight: 400;
}
.main .description h3 {
  font-size: 20px;
  font-weight: normal;
}
.main .product-variant .d-inline-block {
  width: 64px;
  text-align: center;
  padding: 2px;
}
.main .product-variant .product-size-item {
  border: 1px solid #a1bee0;
  /*padding: 5px;*/
  /*padding: 10px 15px;*/
  padding: 6px 10px;
  border-radius: 5px;
  float: left;
  margin: 0 5px 0 0;
  min-width: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
.main .product-variant .product-size-item:hover {
	border: 1px solid #a1bee0;
  background-color: #a1bee0;
  color: #fff;
  text-decoration: none;
}
.main .product-variant .product-size-item.active {
	border: 1px solid #0071b6;
  background-color: #0071b6;
  color: #fff;
  text-decoration: none;
}
.main .product-variant {
	width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.main .product-variant .d-inline-block img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
}
.main .product-variant .d-inline-block.active {
  border: 1px solid #A1BEE0;
  border-radius: 6px;
}
.main .product_price {
	font-size: 20px;
}
.main .print h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .print p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #454545;
}
.main .print .print-in {
  /*width: calc(100% - 40px);*/
}
.main .id_data {
  height: 29px;
  background: #0071B6;
  padding: 0 10px;
}
.main .id_data a {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}
.main .id_data a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0,92,191);
}
.main h2 {
  font-size: 26px;
  color: #0071B6;
  line-height: 42px;
  font-weight: normal;
}
.main .uploaded {
  padding-top: 5px;
  padding-bottom: 15px;
}
.main .uploaded .txt {
  text-decoration-line: underline;
  color: #0071B6;
  font-size: 16px;
  line-height: 31px;
  border-radius: 5px;
  height: 31px;
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  width: calc(100% - 40px);
  float: left;
}
.main .uploaded .delete {
  width: 40px;
  text-align: center;
  float: left;
  line-height: 31px;
}
.main .more_info {
  padding-bottom: 10px;
}
.main .more_info input[type="text"] {
  color: #454545;
  font-size: 16px;
  font-weight: 300;
  height: 41px;
  line-height: 41px;
  background: #FFFFFF;
  border: 1px solid #D2E0F1;
  border-radius: 5px;
}
.main .menu_title_respo,
.main .text-respo,
.main .respo-label {
  display: none;
}
@media (max-width: 1100px) {
  .main .menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .menu .menu_title,
  .main .menu .respo-toggle,
  .main .menu .card_second {
    display: none;
  }
  .main .menu .menu_title.show,
  .main .menu .respo-toggle.show,
  .main .menu .card_second.show,
  .main .menu .menu_title.menu_title_respo,
  .main .menu .respo-toggle.menu_title_respo,
  .main .menu .card_second.menu_title_respo {
    display: block;
  }
  .main .menu .respo-toggle {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 38px;
    z-index: 9;
  }
  .main .menu .menu_title_respo {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
  }
  .main .menu .menu_title_respo.show:after {
    transform: rotate(180deg);
  }
  .main .menu .menu_title_respo:after {
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #fff;
    -webkit-mask: url("../img/icons/arrow_down.svg") no-repeat center;
    mask: url("../img/icons/arrow_down.svg") no-repeat center;
    transition-duration: 0.2s;
  }
  
  .main .content {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 790px) {
  .main .text-respo {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    padding: 0 15px;
    text-align: justify;
  }
  .main .summary_cart .text {
    display: none;
  }
  .main .summary_cart .respo-left {
    text-align: left !important;
  }
  .main .respo-label {
    display: block;
  }
  .main .cart-table {
    display: block;
    width: 100%;
  }
  .main .cart-table:after {
    content: "";
    clear: both;
    display: block;
  }
  .main .cart-table tbody {
    display: block;
    width: 100%;
  }
  .main .cart-table tr {
    display: block;
    width: 100%;
    border: 1px solid #A9C3E2;
  }
  .main .cart-table tr:after {
    content: "";
    clear: both;
    display: block;
  }
  .main .cart-table tr th {
    display: none;
  }
  .main .cart-table tr td {
    display: block;
    width: 50%;
    border: 0px;
    padding: 10px 20px;
    float: left;
    text-align: left !important;
  }
  .main .cart-table tr td.respo-w30pct {
    width: 30%;
  }
  .main .cart-table tr td.respo-w70pct {
    width: 70%;
  }
  .main .cart-table tr td.respo-w100pct {
    width: 100%;
    clear: both;
  }
}
@media (max-width: 576px) {
  .main .cart-buttons .btn.d-inline-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .main .breadcrumb_cart .breadcrumb_cart_ul li {
    display: none;
  }
  .main .breadcrumb_cart .breadcrumb_cart_ul li.step {
    display: block;
    width: 100%;
    border-radius: 0%;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.footer {
  background: #0071B6 url('../img/picture_background.svg') no-repeat right bottom;
  min-height: 214px;
  color: #fff;
  padding-top: 57px;
  margin-top: 40px;
}
.footer .form-check-label {
  font-size: 14px !important;
  padding-left: 20px !important;
}
.footer h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer p {
  margin: 0;
}
.footer .your_email {
  max-width: 358px;
}
.footer .your_email input[type="text"] {
  height: 36px;
  width: calc(100% - 94px);
  background: #F2FAFF;
  border: 1px solid #A7C2E2;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-width: 0;
  padding-left: 16px;
}
.footer .your_email input[type='submit'] {
  background: #FF7B00;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  width: 94px;
  height: 36px;
  color: #fff;
}

.footer .your_email input[type='submit']:hover{
  background: #e66f00 !important;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
.footer ul a {
  text-decoration: none;
  color: #fff;
}
.footer ul a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 180px;
  }
}
.icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-small {
  width: 20px;
  height: 20px;
}
.icon.icon-big {
  width: 40px;
  height: 40px;
}
.icon-small-l-menu{
  width: 15px;
  height: 15px;
}
/*.icon.ico-psaci-potreby {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/psaci_potreby.svg") no-repeat center;
  mask: url("../img/icons/psaci_potreby.svg") no-repeat center;
}
.icon.ico-psaci-potreby {
  background-image: url(../img/icons/psaci_potreby.svg);
  background-position: 0px 0px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;  
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-psaci-potreby {
  background-position: 0px -29px;
  background-color: transparent;
}
.icon.ico-kancelar {
  background-image: url(../img/icons/kancelar.svg);
  background-position: 0px 0px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-kancelar {
  background-position: 0px -26px;
  background-color: transparent;
}
.icon.ico-tasky {
  background-image: url(../img/icons/tasky.svg);
  background-position: 0px 0px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-tasky {
  background-position: 0px -29px;
  background-color: transparent;
}
.icon.ico-auto {
  background-image: url(../img/icons/auto.svg);
  background-position: 0px -1px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-auto {
  background-position: 0px -24px;
  background-color: transparent;
}
.icon.ico-kabel {
  background-image: url(../img/icons/kabel.svg);
  background-position: 0px 0px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-kabel {
  background-position: 0px -29px;
  background-color: transparent;
}
.icon.ico-domacnost {
  background-image: url(../img/icons/domacnost.svg);
  background-position: 0px -1px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-domacnost {
  background-position: 0px -26px;
  background-color: transparent;
}
.icon.ico-kalendare {
  background-image: url(../img/icons/kalendare.svg);
  background-position: 0px -1px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-kalendare {
  background-position: 0px -30px;
  background-color: transparent;
}
.icon.ico-kategorie {
  background-image: url(../img/icons/kategorie.svg);
  background-position: 0px -2px;
  -webkit-background-size: 15px 45px;  
  -moz-background-size: 15px 45px;  
  -o-background-size: 15px 45px;
  background-size: 15px 45px;  
}
.main .menu ul.left-menu li:hover .icon.ico-kategorie {
  background-position: 0px -26px;
  background-color: transparent;
}
*/

/*
.icon.ico-kancelar {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/kancelar.svg") no-repeat center;
  mask: url("../img/icons/kancelar.svg") no-repeat center;
} 
.icon.ico-tasky {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/tasky.svg") no-repeat center;
  mask: url("../img/icons/tasky.svg") no-repeat center;
}  
.icon.ico-auto {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/auto.svg") no-repeat center;
  mask: url("../img/icons/auto.svg") no-repeat center;
}   
.icon.ico-kabel {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/kabel.svg") no-repeat center;
  mask: url("../img/icons/kabel.svg") no-repeat center;
}  
.icon.ico-domacnost {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/domacnost.svg") no-repeat center;
  mask: url("../img/icons/domacnost.svg") no-repeat center;
}   
.icon.ico-kalendare {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/kalendare.svg") no-repeat center;
  mask: url("../img/icons/kalendare.svg") no-repeat center;
}   
.icon.ico-kategorie {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/kategorie.svg") no-repeat center;
  mask: url("../img/icons/kategorie.svg") no-repeat center;
}   */
.icon.ico-black_mail {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/black_mail.svg") no-repeat center;
  mask: url("../img/icons/black_mail.svg") no-repeat center;
}
.icon.ico-search_black {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/search_black.svg") no-repeat center;
  mask: url("../img/icons/search_black.svg") no-repeat center;
}
.icon.ico-tel {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/tel.svg") no-repeat center;
  mask: url("../img/icons/tel.svg") no-repeat center;
}
.icon.ico-menu {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/menu.svg") no-repeat center;
  mask: url("../img/icons/menu.svg") no-repeat center;
}
.icon.ico-home {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/home.svg") no-repeat center;
  mask: url("../img/icons/home.svg") no-repeat center;
}
.icon.ico-handle {
  background-color: #0071B6;
  -webkit-mask: url("../img/icons/handle.svg") no-repeat center;
  mask: url("../img/icons/handle.svg") no-repeat center;
}
.btn {
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #0071B6;
  color: #fff;
}
.btn.d-inline-block {
  display: inline-block;
  width: auto;
}
.btn:hover {
  color: #fff;
  background-color: rgb(0,92,191);
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-orange {
  background: #FF7B00;
}
.btn.btn-orange:hover {
  background: rgb(237,107,23);
}
.btn.btn-default {
	color: #444;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.btn.btn-default:hover {
	color: #444;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.btn.small-btn {
  height: 33px;
  line-height: 33px;
}
.btn.middle-btn {
  height: 36px;
  line-height: 36px;
}
.btn.big-btn {
  height: 55px;
  line-height: 55px;
}
.btn.white-btn {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
}
.btn.grey-btn {
  background: #121820;
}



.block-top {
	margin-bottom: 20px;
	*zoom: 1
}
.block-top:before, .block-top:after {
	content: "";
	display: table
}
.block-top:after {
	clear: both
}
.block-top-left {
	float: left
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
.block-top-left {
	float: none
}
}
.block-top-right {
	float: left
}
.block-top-right .block-top__meta {
	margin-top: 0;
	margin-bottom: 4px
}
.block-top h1, .block-top h3 {
	font-weight: bold;
	font-size: 18px
}
.block-top__meta {
	color: #c1cad1;
	display: block;
	margin-top: 4px
}
.account {
	margin-bottom: 40px;
	border: 1px solid #bdcad1;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 0
}
.account__title {
	color: #014978;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px
}
.account__block {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	font-size: 14px
}
@media all and (max-width: 550px) {
.account__block {
	width: 100%;
	margin-right: 0;
	display: block
}
}
.account__block:nth-of-type(even) {
	margin-right: 0
}
.account__block__top {
	*zoom: 1;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd
}
.account__block__top:before, .account__block__top:after {
	content: "";
	display: table
}
.account__block__top:after {
	clear: both
}
a.account__edit {
	float: right;
	color: #014978
}
a.account__edit:hover {
	color: #262a2c
}
.account__block__title {
	display: block;
	float: left;
	font-size: 15px
}
.order {
	*zoom: 1
}
.order:before, .order:after {
	content: "";
	display: table
}
.order:after {
	clear: both
}
.order-left {
	float: left;
	width: 49.05%;
	margin-right: 5.66%
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
.order-left {
	margin-right: 0;
	width: 100%;
	float: none;
	margin-bottom: 40px
}
}
.order-right {
	float: left;
	width: 45.29%
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
.order-right {
	width: 100%;
	float: none
}
}

#basket {
	width: 100%;
	margin-bottom: 40px
}
#basket th {
	border-bottom: 1px solid #dbe1e6;
	color: #8b99a3;
	font-weight: 600;
	padding: 10px 0
}
@media all and (max-width: 650px) {
#basket th {
	display: none
}
}
#basket td {
	border-bottom: 1px solid #dbe1e6;
	padding: 20px 1%
}
@media all and (max-width: 650px) {
#basket td {
	width: 100% !important;
	display: block;
	text-align: center
}
}
#basket .col-1 {
	text-align: left
}
@media all and (max-width: 650px) {
#basket .col-1 {
	text-align: center
}
}
#basket .col-2,
#basket .col-3,
#basket .col-4,
#basket .col-5 {
	text-align: center
}
#basket .col-1 {
	width: 45%
}
#basket .col-2 {
	width: 12%
}
#basket .col-3 {
	width: 18%
}
#basket .col-4 {
	width: 11%
}
#basket .col-5 {
	width: 14%
}
.basket__product {
	font-size: 0
}
.basket__product__img {
	display: inline-block;
	vertical-align: middle;
	max-width: 130px;
	width: 100%;
	text-align: center;
	height: 146px;
	line-height: 146px
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
.basket__product__img {
	width: 30%;
	max-width: 100%
}
}
@media all and (max-width: 650px) {
.basket__product__img {
	width: 100%;
	display: block
}
}
.basket__product__img img {
	max-height: 120px
}
a.basket__product__title {
	display: inline-block;
	vertical-align: middle;
	max-width: 360px;
	width: 100%;
	font-size: 15px;
	text-decoration: none
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
a.basket__product__title {
	width: 70%;
	max-width: 100%
}
}
@media all and (max-width: 650px) {
a.basket__product__title {
	width: 100%;
	display: block
}
}
.basket__price {
	font-size: 17px
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
.basket__price {
	font-size: 14px
}
}
.b-login .profil-block-body {
	background-color: #f5f5f5;
	padding-top: 50px
}
.b-login .log__label {
	margin-bottom: 20px
}
.b-login .b-login-wrap {
	margin-bottom: 14px
}
.b-login .b-login-wrap:nth-of-type(2) {
	margin-bottom: 0
}
.orderFormItem.savedAddress {
	background-color: #f69f22;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.b-register {
	float: right
}
.b-profil {
	float: left
}
.log-block-body {
	margin-top: 30px;
	padding: 36px 45px
}
.profil-block-body {
	margin-top: 30px;
	padding: 0 0
}
@media all and (min-width:768px) and (max-width:989px), all and (max-width:767px) {
.log-block-body {
	padding: 14px
}
.profil-block-body {
	padding: 14px
}
}
.log-block-body::-webkit-input-placeholder, .profil-block-body::-webkit-input-placeholder {
	color: #727f88
}
.log-block-body:-moz-placeholder, .profil-block-body:-moz-placeholder {
	color: #727f88;
	opacity: 1
}
.log-block-body::-moz-placeholder, .profil-block-body::-moz-placeholder {
	color: #727f88;
	opacity: 1
}
.log-block-body:-ms-input-placeholder, .profil-block-body:-ms-input-placeholder {
	color: #727f88
}
.log-block-body input[type=email], .log-block-body input[type=password], .log-block-body input[type=tel], .log-block-body input[type=text], .log-block-body select, .log-block-body textarea {
	display: block;
	width: 100%;
	background: none #fff;
	font-family: 'Open Sans';
	height: 50px;
	padding: 0 20px;
	border: 1px solid #c1cad1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #727f88
}
.log-block-body textarea {
	padding: 20px;
	height: 120px;
	max-width: 100%;
	min-width: 100%
}
.log-block-body input+input {
	margin-top: 10px
}
.log-block-body button {
	border: none;
	background-color: #0071b6;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	height: 50px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.log-block-body button:hover {
	background-color: #6e6e6e;
	border-color: #595c5d
}
.log__label {
	text-transform: uppercase;
	display: block
}
.profil-block-body input[type=email], .profil-block-body input[type=password], .profil-block-body input[type=tel], .profil-block-body input[type=text], .profil-block-body select, .profil-block-body textarea {
	display: block;
	width: 100%;
	background: none #fff;
	font-family: 'Open Sans';
	height: 50px;
	padding: 0 20px;
	border: 1px solid #c1cad1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #727f88
}
.profil-block-body textarea {
	padding: 20px;
	height: 120px;
	max-width: 100%;
	min-width: 100%
}
.profil-block-body input+input {
	margin-top: 10px
}
.profil-block-body button {
	border: none;
	background-color: #0071b6;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	height: 50px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.profil-block-body button:hover {
	background-color: #6e6e6e;
	border-color: #595c5d
}
.profil__label {
	text-transform: uppercase;
	display: block
}
.b-login__notice {
	color: #727f88
}
.b-login__notice p {
	margin-bottom: 0
}
.b-login-meta {
	margin-top: 10px;
	margin-bottom: 20px
}
.b-login-meta:after, .b-login-meta:before {
	content: "";
	display: table
}
.b-login-meta:after {
	clear: both
}
.b-login-meta a {
	color: #6e6e6e;
	text-decoration: none
}
.b-login-meta a:hover {
	text-decoration: underline
}
.b-login__forgot {
	float: left
}
@media all and (min-width:990px) and (max-width:1420px), all and (min-width:768px) and (max-width:989px), all and (max-width:767px) {
.b-login__forgot {
	float: none;
	margin-bottom: 6px
}
}
.b-login-remember {
	float: right
}
@media all and (min-width:990px) and (max-width:1420px), all and (min-width:768px) and (max-width:989px), all and (max-width:767px) {
.b-login-remember {
	float: none
}
}
.b-register .b-login-wrap {
	margin-bottom: 20px
}
.b-register sup {
	color: #c62424;
	font-size: 16px
}
.b-register .log__label {
	margin-bottom: 3px
}
.b-register button {
	background-color: #0071b6
}
.b-register button:hover {
	background-color: #6e6e6e
}
.b-profil .b-login-wrap {
	margin-bottom: 20px
}
.b-profil sup {
	color: #c62424;
	font-size: 16px
}
.b-profil .log__label {
	margin-bottom: 3px
}
.b-profil button {
	background-color: #0071b6
}
.b-profil button:hover {
	background-color: #6e6e6e
}

.main .cart-table tr td.with-input {
	vertical-align: middle;
}

.eu-cookies {
	top: auto !important;
	bottom: 0;
	background-color: rgb(132,169,214) !important;
	font-size: 16px;
}

.eu-cookies button  {
	background-color: #FF7B00 !important;
	border: 0 none !important;
	display: inline-block;
	width: auto;
	margin: 0 10px;
	padding: 5px 15px !important;
}

.eu-cookies a  {
	font-weight: 300;
}

#form-register .icon_info {
	margin-top: -5px;
}

img.lb-image{max-width: 650px !important;height: auto !important;}

@media screen and (max-width: 769px) {
  .search-result {
    width: calc(100% - 10px);
    top: 59px;
    left: 5px;
  }
  .search-result:before {
    top: -11px;
    left: 28px;
  }
}
.main_header.fixed .search-result {
  top: 61px;
}
.search-result.active {
  display: block;
}
.search-result {
  display: none;
  position: absolute;
  z-index: 100;
  width: calc(100% - 23px);
  top: 75px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
  z-index: 99999;
}
.search-result:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #eeeeee;
  top: -11px;
  left: 13px;
  background: white;
  transform: rotate(45deg);
}
.search-result-cont {
  padding: 15px 15px 10px 15px;
}
a.search-history-item {
  margin-right: 5px;
  background: rgb(1 113 182);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 10px;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 5px;
}
.search-result .search-history-item:hover {
  background: rgb(254 122 2);
}
.search-result .search-item {
  cursor: pointer;
  margin-bottom: 2px !important;
}
.search-result .search-item .img {
  width: 30px;
  text-align: center;
  min-height: 25px;
  padding: 2px;
}
.search-item .product span {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #454545;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 400px;
}
.search-result .search-item .product span strong {
  font-weight: 900;
  color: #fd7903 !important;
}
.search-result .search-item .price {
  color: #fe7a02;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.search-result .search-item .img i.fa-folder {
  color: #0171b6;
  font-size: 20px;
}
.search-result .search-item:hover .product span {
  text-decoration: underline;
}
.search-result .search-item:hover .price {
  text-decoration: none !important;
}
