.contenttwo {
 display:none;
}
/*color*/
html #dropMenu ul.root-eshop-menu > li:hover > a, .eshop-submenu-root.menu-level-2 a:hover, .title_page.def_color, .prices .price-value, .total .wrapper-tax-payer, #price-value_final {
  color: #1e97b8 !important;
}
/*color-background*/
html body #ebar #quantity_tag::before, #registration_btn, #buy_btn, #send_btn, .basket_merge_buttons, .submit_save, #submit_save, #submit_btn, #show_selected_button, .productPriceBox .buy_btn, .button_new_discussion, .wa-button, #boxNorm #login_btn, .product3 .buy_btn{
  background: #1e97b8 !important;
}
/*color-hover*/
#registration_btn:hover, #buy_btn:hover, #send_btn:hover, .basket_merge_buttons:hover, #submit_save:hover, #submit_btn:hover, #page .productBody .buy_btn:hover, .button_new_discussion:hover, .wa-button:hover, .productList .buy_btn:hover, .fixed-parent-node.visible > a.active {
    background-color: #0d3c55 !important;
}
/*color-border*/
.eshop-submenu-root.menu-level-2, html .bookmark li.selected, ul.bookmark li:hover, html .bookmark li:hover.selected {
    border-bottom: 6px solid #1e97b8;
}
/*top*/
#topBar {
    background: #0d3c55 !important;
  	position:fixed; 
	z-index: 4;
	width: 100%;
}
html body.slider_available .navigate_bar{
  max-width:100%;
  padding-top:45px;
  position:fixed;
  z-index: 3;
  background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.logo-wrapper {
  padding-bottom:10px;
  padding-left: 50px;
}
.slider_available #ebar {
  left: 0% !important;
  margin-top:30px;
  width:100%;
  max-width:100%;
  transform:none !important;
 }
html body #page #search{
  margin:0;
  margin-left: auto;
  margin-top:10px;
  right:120px !important;  
  top: 45px;
}
#site_logo {
    width: 150px;
    height: 60px; 
  	background-image: url('/fotky63990/logo_BOSUT.png') !important;
}
html #dropMenu ul.root-eshop-menu > li:nth-child(n+9){
display:none;
}
html #dropMenu ul.root-eshop-menu > li:nth-child(8) a:after{
display:none;
}
.header_slider, #centerpage, #centerpage2 {
    margin-top: 150px;
}
#slider { 
    border: 0;
}
span.basket_empty {
    display: none;
}
/*menu*/
.eshop-submenu-root.menu-level-2{
  display:flex !important;
  justify-content: center;
  flex-wrap:wrap;
}
#dropMenu ul.root-eshop-menu li:hover ul {
   visibility: visible !important;  
}  
#dropMenu ul.root-eshop-menu ul.menu-level-2 > li {
    display: flex;
  	width: 21%;
}
#dropMenu ul.root-eshop-menu .menu-item-box {
    align-items: center;
    display: flex;
}
html #dropMenu ul.root-eshop-menu > li > a{
  font-weight:bold;
}
#dropMenu ul.root-eshop-menu li > ul.menu-level-2 {
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
  z-index:1;  
  transition: all 0.2s;
  opacity:0;
  display:none !important;
}
#dropMenu ul.root-eshop-menu li:hover > ul.menu-level-2 {    
  transition: all 0.2s;
   opacity:1;
  /*display:flex !important;*/
  display:none !important;
}
.leseni .main_category {
    display: none;
}
.eshop-submenu-root.menu-level-2 a:hover {
    text-decoration: none;
}
#dropMenu ul.root-eshop-menu .menu-item-box .menu-item-img {
 	transform:scale(1);
  	transition: all 0.3s;
}
#dropMenu ul.root-eshop-menu .menu-item-box .menu-item-img:hover {
 	transform:scale(1.2);
  	transition: all 0.3s;
}
.eshop-submenu-root.menu-level-2 a{
  word-break: break-word;
}

#incenterpage { 
    position: relative;
     z-index: 0;
}
/*produkt-kategorie*/
.title_page.def_color {    
 	font-size: 27px;
  margin-bottom: 20px;
display: block;
}
/*product*/
.product { 
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition:all 0.3s;
}
.leseni .product { 
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition:all 0.3s;
  width:100% !important;
  max-width:inherit;
}
.product:hover { 
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    transform:scale(1.1);
    transition:all 0.3s;
}
html body .productTitle a {
    white-space: normal;
 }
/*filter*/
.instant_visible_values_param label{
	position:relative
}
.instant_filter_values {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 25px;
  width: 125px;
  background: #eee;
}
#instant_visible_values_param_2025391 {
  margin-bottom: 10px;
  display:block;
}
.centerpage_instant_visible_parts .instant_visible_param_line span.instant_visible_param_name {    
  vertical-align: middle;
  padding-right:20px;
  padding-bottom:10px;  
}
.instant_visible_values_param .value_names{    
  position: relative;
  background: #0d3c55;
  width: auto;
  height: 35px;
  z-index: 2;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  min-width: 35px;
 }
.instant_visible_values_param .value_names:hover{  
   background: #1e97b8;
  text-decoration:none !important;
} 
.instant_visible_values_param .value_names:active{  
   background: #1e97b8 !important; 
}
.instant_visible_values_param .value_rate{
  display:none;
}
#centerpage_params_filter_selected {
    display: none;
}
#centerpage_params_filter_header {
    display: none;
}
input[type="checkbox"]  {
  opacity:1;
}
input[type="checkbox"]:after  {
  opacity:1;
  background: transparent;
  position: absolute;
  content: "";
  width: 150px;
  height: 50px;
}
.centerpage_instant_visible_parts .instant_visible_param_line span.instant_visible_values_param {
  word-break: break-all;
} 
.filter_values:checked + span.value_names{
 background:#1e97b8 !important;
}
/*produkt-detail*/
 html .box-spc {
    float: right;
    width: 35%;
}
 html .spc table{
   width:auto;
   }
 html .spc table td{
   text-align:left;
}   
/*produkt-detail-parametry*/
.detail-info .select2-container--default .select2-selection--single {
    background-color: #0d3c55 !important;
    border: 1px solid #aaa;
    border-radius: 4px;
  	height: 35px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.detail-info .select2.select2-container.select2-container--default {
    /* width: 50% !important; */
    width: auto !important;
}
.detail-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 35px !important;
}
.select2-search--dropdown {
    display: none !important;
}
.select2-container--open .select2-dropdown--below {
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e97b8;
    color: white;
}
#centerpage_params_filter_area {
  display: inline-block;
  width:55% !important;  
  padding-right:15%;
}
#products_sorting_box {
    display: none;
}
.leseni .products_wrap.full {
    display: inline-block;
   width:28%;
  margin-top: -10px;
}

/* razeni parametru */
#centerpage_instant_visible_params .instant_visible_values_param {
	display: flex;
  flex-wrap: wrap;
}
#centerpage_instant_visible_params .instant_visible_values_param label {
  margin-right: 3px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6, .col-md-3, .col-md-4, .col-md-2, .col-md-8, .col-md-5, .col-md-7{
  position: relative;
  width: 100%;
  min-height: 1px;
  margin:0;
  padding-right:1%;
  box-sizing: border-box;
}
.col-md-6 {
   flex: 0 0 50%;
    max-width: 50%;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;    
}
.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
@media only screen and (max-width: 760px) {
  .col-md-7, .col-md-5 {
   flex: 0 0 100%;
    max-width: 100%;
  }    
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center !important;
}
.komponent {
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    width: 95% !important;
    margin-top: 10px;
  margin-bottom:30px;
}
#buy_btn.komponent{
  margin-top: 20px;
  padding: 15px;
  display: inline-block;
  width: auto !important;
  float: right;
  margin-right: 20px;
  text-decoration: none;
}
#productGallery .nav-container .nav-prev, #productGallery .nav-container .nav-next {
    display: none;
}
#productGallery .owl-item {
    vertical-align: top;
}
/*#productGallery .item {
    margin-top: -150px;
}*/
/* prvni nth-child = radek */
/* druhe nth-child = originalni poradi hodnoty na radku */
/* order = nove poradi */
/* kvuli skriptu se musi nastavit order: 1 nejakemu elementu pokud jej chci prvni, aby se zaskrkl a musi se pokracovat dal, pokud totiz narazi na order 0, ktera je defaultni, pak se zaskrtne tento element */
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(10){
	order: 1;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(11){
	order: 2;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(12){
	order: 3;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(13){
	order: 4;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(14){
	order: 5;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(15){
	order: 6;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(16){
	order: 7;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(17){
	order: 8;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(18){
	order: 9;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(19){
	order: 10;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(20){
	order: 11;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(21){
	order: 12;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(22){
	order: 13;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(23){
	order: 14;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(1){
	order: 15;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(2){
	order: 16;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(3){
	order: 17;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(4){
	order: 18;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(5){
	order: 19;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(6){
	order: 20;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(7){
	order: 21;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(8){
	order: 22;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(1) .instant_visible_values_param label:nth-child(9){
	order: 23;
}
/*#centerpage_instant_visible_params .instant_visible_param_line:nth-child(4) .instant_visible_values_param label:nth-child(2){
	order: 1;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(4) .instant_visible_values_param label:nth-child(2){
	order: 1;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(9) .instant_visible_values_param label:nth-child(1){
	order: 2;
}
#centerpage_instant_visible_params .instant_visible_param_line:nth-child(9) .instant_visible_values_param label:nth-child(2){
	order: 1;
} */
.page-product-detail .image {
    max-width: 100%;
  font-size: 0;
}
#productGallery {
    width: 100%;
    margin: 0;
    display: inline-block;
}
#incenterpage2 .photogall {
    text-align: center;
    width: 100%;
    margin: 0;
    display: inline-block;
}
.article-content li {
    padding: 3px;
}
   .page-product-detail .photogall > a > img {
      max-width: 150px !important;
      width: 150px !important;
      height: 150px;
      object-fit: cover;
     box-shadow: 0 5px 12px rgba(0,0,0,0.1);
  }
@media screen and (max-width: 480px) {
  #productGallery {
      width: 100%;
   }
 #incenterpage2 .photogall {
      width: 100%;
   }
   .page-product-detail .photogall > a > img {
      max-width: 90px !important;
      width: 90px !important;
      height: 90px;
      object-fit: cover;
     box-shadow: 0 5px 12px rgba(0,0,0,0.1);
  }
}
.detail-info .prices .price-novat{
  font-size: 35px;
  color: #1e97b8 !important;
  font-weight:bold;
}
.detail-info .prices .price-novat font{
  font-size: 20px;
	white-space: nowrap;
  }

.name-price-novat.product-total-text{
  font-weight: bold !important;
	font-size: 20px !important;
}
.price-desc {
    font-weight: normal !important;
    font-size: 16px !important;
}
.detail-info .prices .price-value{
  font-size:25px;  
  color:#5D5D5D !important;
}
.printPage.fa.fa-print{
    position: absolute;
    right: 50px;
    top: 250px;
  	font-size: 25px;
	color: #1e97b8;
	cursor: pointer;
}
.printPage.fa.fa-print:hover{
  color: #0d3c55;
  }
#incenterpage .photogall a{
  display:inline-block;
  width:208px;
  height:200px;
  overflow: hidden;  
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  margin: 5px;
}
#incenterpage .photogall img{
  width:100% !important;
  height:100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
  padding: 5px;
 margin: 0;
  }
.odkaz_banner {
    max-width: 200px;
    width: 100%;
    border:solid 1px #1e97b8;     
   transition: all 0.3s;
}
.odkaz_banner:hover {
  background: #1e97b8;
  color:#fff;
  transition: all 0.3s;
}
.odkaz_banner .title_ds {
    float: none;
    text-align: center;
    width: 70%;
    margin-bottom: 10px;
    white-space: initial;
    text-overflow: initial;
    overflow: hidden;
}
.odkaz_banner:hover .title_ds{
  text-decoration:none !important;
  }
.top-bar .top-bar-content{
  float:left;
  padding-left:20px;
  padding-bottom:0;
}
.top-bar .top-bar-content p{
	display:inline-block;
  	margin-right:20px;
}
.top-bar .top-bar-content a{
  color:#fff;
  text-decoration:none;
  }
.top-bar .top-bar-content a:hover{
  text-decoration:underline;
  }
.top-bar .fa{
  margin-right:5px;
}
/*kroky košíku*/
.page-e-finish .header-slider1::before, .page-e-confirm .header-slider1::before, .page-e-send .header-slider1::before, .header-slider2.active::after, .header-slider1.active::after, .page-e-confirm .header-slider2::before, .page-e-send .header-slider2::before, .page-e-send .header-slider3::before, .page-e-send .header-slider3::before {
  box-shadow: inset 0px 0px 0px 7px #1e97b8;
}
.header-slider1.active, .page-e-finish .header-slider1, .page-e-confirm .header-slider1, .page-e-send .header-slider1, .header-slider2.active, .page-e-confirm .header-slider2, .page-e-send .header-slider2, .page-e-send .header-slider3 {
    background: #1e97b8 !important;    
}
.page-e-finish .header-slider1::before, .page-e-confirm .header-slider1::before, .page-e-send .header-slider1::before, .page-e-confirm .header-slider2::before, .page-e-send .header-slider2::before, .page-e-send .header-slider3::before{
	color: #1e97b8 !important; 
}
@media only screen and (max-width: 760px) {
  html body.slider_available .navigate_bar{
   position:relative;
  }
  #topBar {    
  	position:relative;
    top:0;
}
  .slider_available #ebar{
   	position:relative !important; 
    margin-bottom:20px;
  }
  .top-bar .top-bar-login {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
    padding-top: 0;
}
  .top-bar .top-bar-content {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
}
    .top-bar .top-bar-content p{
      margin-bottom:5px;
      margin-right:5px;
}      
  html body.slider_available .navigate_bar {
    padding-top: 0;
}
  html body #page #search {    
    margin: 10px;    
    top: 0;
    max-width: 92%;
}
  .logo-wrapper {
    padding-bottom: 35px;
    padding-left: 0;
}
  .slider_available .navigate_bar {
    height: inherit !important;
}
}
.mt-5{
  margin-top:2rem;
}
.mb-2{
  margin-bottom:1rem;
}
.kontakt p{
  padding-top:0 !important;
  margin-right:3px;
  margin-bottom:10px;
}
.kontakt h3{
  padding:0;
  font-size:18px;
  color:#1e97b8;
  margin-bottom:10px;
  margin-top:15px;
}
.kontakt span{
  margin-right:8px;
 }
.kontakt a{
  text-decoration:none;
   }
.kontakt a:hover{
  color:#1e97b8;
  }
.kontakt .fa{
  font-size:22px;
  color:#1e97b8;
  }
.article-content h2{
 font-size: 27px;
  color:#1e97b8;
  margin-bottom:18px;
  padding:0;
  
}
.article-content iframe {
    width: 100%;
}
.article-content hr {
    display: block;
    color: #f4f4f4;
}
.promovideo {
    width: 100% !important;
    height: 100% !important;
  	min-height: 160px;
    aspect-ratio: 16 / 9;
    max-height: 75vh;
    background: url("/fotky63990/slider/bg-video.jpg");
}
#detail_src_magnifying_small {
    max-height: 350px;
    width: auto;
}
.home #centerpage {    
    max-width: 100% !important;
   margin-top: 147px !important;
}
.home #centerpage #incenterpage{
  margin:0;
  padding:0;
}
.home .article-content {
    margin: 0;
    padding: 0;
}
.home .article-content h2 {
  transition: all 0.3s;
} 
.home .article-content h2:hover {
  transform:scale(1.1);
  transition: all 0.3s;
}  
.myfooter {
background: #f4f4f4;
}
.footer-boxes {
    padding: 1% 0;
}
#incenterpage p {
    line-height: normal;
}
.box-1{
  border: solid 1px #0d3c55;
  margin: 5px;
  padding: 8px;  
}
.box-1 .h3{
  background:#0d3c55;
  color:#fff;
  padding:5px;
  margin-bottom:8px;
  }
.p-0{
  padding: 0 !important;
}
.align-content-stretch{
  align-content: stretch;
	display: flex;
}
#aroundpage {
    padding-bottom: 2rem;
}
.content {
    max-width: 1250px;
    margin: auto;
    padding: 2rem 1rem;
}
.row.content.flex {
  display:flex;
}  
.hp-block{
  text-align:left;
  border-bottom: 1px solid #33a1bf; 
  border-right: 1px solid #33a1bf;
  padding-bottom:5px;
  padding-right:5px;
  margin-bottom:10px;  
}
.hp-block p{
  color:#0d3c55;
  text-transform: uppercase;
  font-size: 18px;
  display:flex;
  align-items: center;
  }
.hp-block .fa{
  margin-right:15px;
  font-size: 40px;
  color:#33a1bf;
  vertical-align: middle;
  padding-left:10px;
  min-width:50px;
}
.home .title_page.def_color {
    font-size: 37px;
    margin-bottom: 1rem;
    margin-top: 3rem;
    display: block;
    text-align: center !important;
    color: #0d3c55 !important;
    text-transform: uppercase;
    line-height: 37px;
}
.box-2{
  margin-bottom:10px;
}
.box-2 .fa{
  font-size:25px;
  border:solid 3px #0d3c55;
  border-radius:50%;
  padding:5px;
  color:#0d3c55;
  margin-bottom:15px;
  width: 30px;
	height: 30px;
	line-height: 30px;
}
.box-2 p{
  font-size:20px;
  text-transform:uppercase;
  }
.box-2 p span{
  text-transform: initial;  
  }
.box-4{
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
  padding:10px;
}  
  .box-4 img {
    max-width: 100%;
    height: auto;
}
.video-clanek{
background:#0d3c55;
 /*background: url("/fotky115607/image/bg-blue.jpg");*/
}
.video-clanek iframe{
 margin: 0.5%;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  max-width: 48%;
}
.footer-box h4 {
    display:none;
}
.footer-box:nth-child(1) {
    width: 30%;
  vertical-align: top;
  text-align:left;
  }
.footer-box:nth-child(1) img {
 margin-bottom:20px;
  }

.footer-box:nth-child(2) {
    text-align:left;
    width:10%;
  }
.footer-box:nth-child(3) {
     text-align:left;
     width:15%;
  }
.footer-box:nth-child(4) {
     text-align:right;     
  }
.footer-box .item-content {
    max-width: inherit;
}  
html table.comments td, table.comments th {
    padding: 0;
    padding-right:10px;
}
html table.comments select {
  min-width: 95%;
}
.pdf-2{
  background: #1e97b8;
  color:#fff;
}
.main-banner{
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
  	transition: all 0.3s;
	max-width: 46%;
	display: inline-block;
	margin: 1%;
}
.main-banner:hover{
  transform:scale(1.1);
  transition: all 0.3s;
}  
.main-banner img{
  width:100%;
  height:auto;
}
.nav-dropdown-wrapper.priority-nav__wrapper {
  display:none;

}
#wherei {
    font-size: 14px;
    text-transform:uppercase;
}
#wherei a{
  background:transparent;
  border:solid 1px #1e97b8;
  text-decoration:none;
  padding:3px 6px;
  transition: all 0.3s;
} 
#wherei a:hover{
   background:#1e97b8;
  color:#fff;
  transition: all 0.3s;
}  
#wherei a:first-child{
  border:none;
}  
#wherei a:first-child:hover{
  background:transparent;
  color:#1e97b8;
}  
#description .spc iframe {
    max-width: 100%;
}
#basket_form .box_text a {
    font-size: 20px !important;
}
.select2-results > ul > li:first-child {
 	display: none 
}
html body #page #page_background .ico_shiping {
    background-color: #1e97b8;
}
.mr-2{
  margin-right:10px;
}  
.footericon a{
    width: 40px;
    height: 40px;
    display:inline-block;
}
.footericon{
	margin-top:5px;
}
.footericon span.fa {
    width: 40px;
    height: 40px;
  color:#fff;
  font-size:30px;
  vertical-align:middle;
  text-align:center !important;
  line-height: 42px;  
}
.myfooter .fa:before {
  }
.footer-box.box-item .fa-whatsapp {
  background: #2ab13f;
}
@media screen and (max-width: 958px) {
  html body.slider_available .navigate_bar{
    height:120px !important;
  }
  #dropMenu {
    top: 0px !important;
	}
  .home .title_page.def_color {
    font-size: 30px !important;
    }
  .hp-block p {    
    font-size: 15px !impoertant;
	}
}  
@media screen and (max-width: 761px) {
  .main-banner{
	max-width: 100%;
	display: block;
}
  .article-content img{
    float: none !important;
  	max-width: 100%;
  	height: auto;
  }
  #page #search {
    top: 60px !important;
    max-width: 97% !important;
	}
  html body.slider_available .navigate_bar {
    height: 120px !important;
	}
  .slider_available .logo-wrapper {
    top: 5px !important;
 }
  .slider_available #ebar {
    position: absolute !important;
    background: none !important;
    right: 10px !important;
    top: 0 !important;
    margin: 0 !important;
    width: auto !important;
    text-align: right !important;  
    border: none;
    max-width: none !important;
	left: inherit !important;
	}
    #aroundpage {
    padding-bottom: 2rem;
    padding-top: 1rem;
	}
  .responsive-menu-button.eshop-menu-button {
    background: #1e97b8;    
	}
  html .fixed-parent-node.visible > .direct-link-text {
    background-color: #1e97b8;
	}
  .home #centerpage {
    margin-top: 0px !important;
	}
  .home .title_page.def_color {
    font-size: 25px !important;
    line-height: 25px;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
	}
  .content {
    max-width: 100% !important;
    margin: auto;
    padding: 1rem;
	}
  #incenterpage p {
    padding: 0 !important;    
	}
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hp-block p {
    font-size: 16px;
	}
  .hp-block .fa {
    margin-right: 5px;
    font-size: 25px;
    padding-left: 0;
    min-width: 35px;
 	}
  .box-2 .fa {
    line-height: 25px;
    padding-left: 3px;
	}
  .video-clanek iframe {
    max-width: 100%;
	}
  #incenterpage .photogall a {
    width: 100px;
    height: 100px;
	}
  .footer-box {
    display: inline-block !important;    
	}
  .footer-boxes {  
    max-width: fit-content;
  }
  .footer-box:nth-child(1) {
    width: 100%;    
	}
    .footer-box:nth-child(2) {
    width: 20%;
      text-align:left;
      margin: 0;
	}
@media screen and (max-width: 761px) {  
      .footer-box:nth-child(2) {
    width: 100%;
      text-align:center;                 
	}
}  
   .footer-box:nth-child(3) {
    width: 68%;
     text-align:right;
     margin: 0;
     padding-top:20px;
	}
  @media screen and (max-width: 761px) {  
      .footer-box:nth-child(3) {
    width: 100%;
      text-align:center;    
        column-count: 1;
	}
}
     .footer-box:nth-child(4) {
    width: 88%;
     text-align:center;
     margin: 0;
     column-count: 2;
       padding-top:20px;
	}
  @media screen and (max-width: 761px) {  
      .footer-box:nth-child(4) {
    width: 100%;
      text-align:center;      
        column-count: 1;
	}
}
  #centerpage_params_filter_area {
    display: block;
    width: 100% !important;
    padding-right: 0;
	}
  .leseni .products_wrap.full {
    display: block;
    width: 100%;
    margin-top: -30px;
	}
  .komponent {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 20px;
	}
  .printPage.fa.fa-print {
    left: 20px;
    top: 90px;
    z-index: 9999;
    text-align:left;
    width: 50px;
}
  #wherei a {
    border: none;
}  
}
.mb-3{
  margin-bottom: 30px;
}
#incenterpage .stock_no, #incenterpage2 .stock_no {
    display: none;
}
#incenterpage .stock_yes, #incenterpage2 .stock_yes {
    display: none !important;
}
#incenterpage2 .detail-box-product .stock_no { 
    display: none;
}
.action-box.box_news.intag_box {
  display: none;
}
html body #page #page_background .ico_new {
  background-color: #0d3c55;
  line-height: 12px;
}
.icons_width_hack .ico_new::before {
	display:none;
}
.menu_main_category{
  width: 100%;
	max-width: 1350px;
}
.menu_main_category .odkaz_banner {
  max-width: 230px;
  width: 100%;
  border: solid 1px #1e97b8;
  transition: all 0.3s;
  padding: 10px;
margin-top: 15px;
  min-height: 68px;
  display: inline-block;
box-sizing: border-box;
margin-left: 15px;
  line-height: 26px;
font-weight: normal;
text-transform: uppercase;
  text-decoration:none;
  font-size:16px;
}
@media screen and (max-width: 761px) {
  .menu_main_category .odkaz_banner {
  margin-left: 0px;
  }
}  
.menu_main_category .odkaz_banner:hover {
  background: #1e97b8;
  color: #fff;
  transition: all 0.3s;
	border: solid 1px #1e97b8;
 }  
.menu_main_category .odkaz_banner.no-img {
  line-height: normal;
}
.menu_main_category .odkaz_banner.no-img img{
  max-width:100%;
  height:auto;
  margin-bottom:10px;
}

.detail-box-product .col-l {
 width: 62%;
}
@media screen and (max-width: 761px) {
  #form_user table.comments td{
    margin-bottom:10px;
    padding-right:0;
 width: 100%;    
 } 
  html table.comments select {
  min-width: 100%;
  height: 35px !important;
	line-height: 35px;
	font-size: 16px;
	}
}
.gdpr-custom-form label, .gdpr-comment label {
  max-width: 90%;
  line-height: normal;
  text-align: left;
  vertical-align: bottom;
}
.footer-boxes {
  max-width: 100%;
    }
    @media screen and (max-width: 761px) {  
      .footer-boxes {
      padding-left:0 !important;
        }
      }
.footer-box {
  width: 20%;
  vertical-align:top;
}
.footer-box {
 text-align:center;
}
.footer-boxes .footer-box:nth-last-child(1) ul {
  column-count: 2;
}
.footer-boxes .footer-box:nth-last-child(2) ul {
  column-count: 2;
}
.action-box.zbozi-akce.intag_box.action-box-bestsellers {
  display: none;
}
/*.home #centerpage #incenterpage {
  display: flex;
  flex-wrap:nowrap;
}
.home .article-content {
  flex: 1 0 100%;
  order: 1;  
}
.action-box.zbozi-akce.intag_box.action-box-bestsellers {
  flex: 1 0 100%;
  order: 2;  
}
.products_wrap.full {
  flex: 1 0 100%;
  order: 3;
}
.action-box.zbozi-akce.intag_box.action-box-deals {
  flex: 1 0 100%;
  order: 4;
}*/
.home #incenterpage > div{
   margin: 0;
  padding: 0;
  grid-column-start: 1;
  grid-column-end: 3;
}
.home #centerpage #incenterpage {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 20% 80%;
}
@media (max-width: 1250px) {
  .home #centerpage #incenterpage {
      grid-template-columns: 0% 100%;
  }
}
.home  #centerpage #incenterpage .article-content {
  margin: 0;
  padding: 0;
  grid-column-start: 2;
  grid-column-end: 3;
}
.home  #centerpage #incenterpage .article-content:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.home  #centerpage #incenterpage .article-content:nth-child(7) {  
  grid-row-start: 3;
  grid-row-end: 11;
  grid-column-start: 1;
  grid-column-end: 2;
  padding:0 5%;  
}
@media (max-width: 1250px) {
.home  #centerpage #incenterpage .article-content:nth-child(7) { 
  display:none;
  	}
  }
.home #centerpage #incenterpage .article-content:nth-child(10) {
  grid-row-start: 3;
  grid-row-end: 11;
  grid-column-start: 3;
  grid-column-end: 4;
  padding: 0 5%;  
}
@media (max-width: 1250px) {
  .home #centerpage #incenterpage .article-content:nth-child(10) {
     display:none;
  }
}
.home  #centerpage #incenterpage .article-content:nth-child(n+16) {  
  grid-column-start: 1;
  grid-column-end: 3;  
}
.home #centerpage #incenterpage {
  gap: 20px;
}
@media (max-width: 766px) {
  .home #centerpage #incenterpage {
  gap: 0px;
	}
}
@media (max-width: 1250px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width:50%;
  }
}  
@media (max-width: 576px) {
.col {
  flex: 0 0 100%;
  max-width: 100%;
 }
} 
#google_translate_element {
  position: relative;
  display: inline-block;
  top: -5px;
}
.skiptranslate.goog-te-gadget {
  visibility: hidden;
}
#\:0\.targetLanguage {
  display: inline-block;
  visibility: initial;
}
#\:1\.container {
  display: none;
}
body.lang-sk{
  top: 0 !important;
}
.goog-te-gadget .goog-te-combo { 
  margin-bottom: 0 !important;
  margin-top: 2px !important;
}
.product-tags{
    width:auto;
}
.product-tag {
  max-width:100% !important;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 10px;
}
.product-tag.ico_shiping .tag-icon .fa:before {
  font-size: 15px;
  }
.product-tag .tag-title {  
  padding: 0 !important;
}
.product-status {
  display: inline-block;
}
.product-status-box{
  margin-bottom:5px;
}
.icons_width_hack {
  width: auto;
  float: left;
}
.product .product-tags{
    margin-left: 3px;
    float: left;
   width: auto;
}
.product .icons_width_hack, .product3 .icons_width_hack {
  width: auto !important;  
}
.product-tag .tag-icon {
  display: inline-block;
}
.product .product-tag .tag-title{
    display: inline-block;
}
.product .product-tag, .product3 .product-tag {
  padding: 3px 8px;
  border-radius: 0;
  font-weight:bold;
}
.nav_top{
 display:inline-block;
}
@media (max-width: 766px) {
.nav_top{
    display:block;
	text-align:center; 
}
  .nav_top span{
    margin-left:10px;
     }
  .nav_top a span{
    margin-left:0 !important;
  }
 #\:0\.targetLanguage {
    display: block;
    visibility: initial;
    margin: 5px auto;
}  
}  
@media (min-width: 600px) AND (max-width: 1350px){
  .top-bar .top-bar-content p{
  font-size:14px;
	}    
  .top-bar .top-bar-login {  
  font-size: 16px;
  }
}  
@media (min-width: 600px) AND  (max-width: 1245px) {
  .top-bar .top-bar-content p{
  font-size:16px;
	}    
  .top-bar .top-bar-login {  
  font-size: 12px;
  }
}  
@media (min-width: 600px) AND (max-width: 1145px) {
	html body.slider_available .navigate_bar {
  	height: 150px !important;
     padding-top: 75px;
	}
  .slider_available #ebar {
  	margin-top: 55px;
	}
  html body #page #search{
    top: 70px;
  }
}
.header-slider {
  margin-top: 80px;
}
#cookies-agreement {
  max-height: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8) !important;
  opacity: 1 !important;
  z-index:9999;
}
#cookies-agreement .cookies-notify {
  width: 100%;
  max-width:700px;
  position: absolute;
  left: 50%;
  margin-left:-350px;
  top: 30%;
  background-color: #fff;
  border-radius: 5px;
  min-height: 230px;
  box-sizing: border-box;
}
#cookies-agreement .cookies-notify__bar1 {
  display: block; 
}
#cookies-agreement .cookies-notify__text {
	width:100%;  
    font-size:16px !important;
	 line-height: normal;
    margin-bottom:10px;
}
#cookies-agreement .cookies-notify__detail_button {
  position: relative;  
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 20px;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  transition: all 0.2s;
  color: #999999 !important;
  background-color: #cccccc;
  width: 100% !important;    
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
}
#cookies-agreement .cookies-notify__detail_button:hover {
  text-decoration:none;
  }
#cookies-agreement .cookies-notify__button {  
  width:100%;  
  vertical-align: middle;
}
#cookies-agreement .cookies-notify__button a {
  box-shadow: none;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal;
  padding: 12px 25px 12px;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  transition: all 0.2s;  
  letter-spacing: normal !important;
  text-transform: none !important;
  line-height: normal !important;
  padding: 20px !important;
  right: 10%;
  bottom: 10px;
  width: 50% !important;  
  text-align: center;
  color: #ffffff;
  background-color: #28a745 !important;
  border-radius: 0 !important;
}
#cookies-agreement #cookies-notify__disagree {
    background-color: #cccccc !important;  
    color: #999 !important;
}
#cookies-agreement .cookies-notify__detail_box #cookies-notify__cookie_detail #cookies-notify__cookie_detail_table {
  margin-bottom: 50px;
}
.cookies-notify__bar{
	background:#fff;
    box-shadow: none;
}
@media (max-width: 766px) {
  #cookies-agreement .cookies-notify {
  width: 100% !important;
  left: 0;
  margin-left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0px;
  padding-bottom:20px;
}
  #cookies-agreement .cookies-notify__detail_button {
  position: relative;
  margin: 0;
  margin-top:20px;   
  display: block;
  width: 100% !important; 
  left:0;
}
  #cookies-agreement .cookies-notify__button {
    position: relative;
    display:block;
    margin: 10px auto 0px !important;
    right: 0;
    display:flex;
    }
}
.menu-wrapper li span{
  vertical-align:middle !important;
}
.page-product-detail h3 {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px;
  line-height: normal;
  color: #1e97b8 !important;
  font-weight: bold;
}
.instruktazobrazek{
  max-width: 100%;
}
/* oddelani webarealovskych novych css zincum.css */
html body #page .centerpage_instant_visible_parts .instant_visible_values_param {
  display: flex !important;
  border: none !important;
}
html body #page .centerpage_instant_visible_parts .instant_visible_values_param label {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 36px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
}
html body #page .centerpage_instant_visible_parts .instant_visible_values_param label .value_names {
  text-align: center !important;
}
html body #page .centerpage_instant_visible_parts {
  display: block !important;
}
html body #page .centerpage_instant_visible_parts .instant_visible_param_line span.instant_visible_param_name {
  display: table-cell !important;
}
/* konec oddelani webarealovskych novych css zincum.css */