/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('/files/fonts/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('/files/fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('/files/fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'RobotoSlab';
    src: url('/files/fonts/RobotoSLab-Thin.ttf') format('truetype');
    font-weight: 200;
}


/********************/
/** Global
*********************/ 
body{
  	position: relative;
	text-align: left;
  	font-family: 'Roboto';
	font-weight: 300;
      font-size: 17px;
	background: white;
}

* {
	margin: 0px;
	padding: 0px;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

h1, .h1{ 
	font-family: 'RobotoSlab';
  	font-weight: 300;
  	font-size: 24px;
 	color: #00365f;
  	margin-bottom: 10px;
}

h2, .h2{
	font-family: 'RobotoSlab';
  	font-weight: bold;
  	font-size: 19px;
  	color: #00365f;
  	margin-bottom: 10px;
}
.underlined{
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #b5ddfb;
	margin-bottom: 15px;
	padding-bottom: 3px;
	margin-top: 35px;
}
.nomargin{
	margin: 0;
}

h3, .h3{
	font-family: 'Roboto';
  	font-weight: bold;
	font-size: 17px;
    	color: #30b4ff;
  	margin-bottom: 10px;
}
.index-text h1{
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.5;
}
h1 a{
	font-size: inherit;
}
ul{
	padding: 0;
}
li{
	list-style: none;
	padding-left: 20px;
	position: relative;
}
p, li, td, a{
  	font-weight: 300;
  	font-size: 17px;
  	color: black;
}
.btn{
	font-size: 17px;
	border-radius: 0;
}
li:before{
	content: '\f45c';
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: black;
	font-size: 6px;
    	vertical-align: top;
    	display: inline-block;
	position: absolute;
	top: 0.6rem;
	left: 0;
}	
b, strong{
	font-weight: bold;
}
a{
  	text-decoration: underline;
}
a:hover{
 	text-decoration: none; 
 	color: #30b4ff;
}
img{
	max-width: 100%;
	height: auto;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
	padding: 5px;
	border: 1px solid #e0e0e0;
}
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}
.mobile-only{
	display: none;
}
/*.vice{
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto';
	background: white;
	display: inline-block;
	position: relative;
	margin: 0 30px;
	padding: 0 3px;
	text-decoration: none;
	color: black;
}
.vice:after{
	content: '';
	height: 1px;
	width: calc(100% + 50px);
	position: absolute;
	top: 55%;
	left: -25px;
	background: #da0001;
	z-index: -1;
}
.vice:hover{
	color: #da0001;
}*/
.btn{
	text-decoration: none;
	box-shadow: none;
	padding: 0.375rem 1rem;
	color: black;
	border: 1px solid #dbdbdb;
	background: white;
	outline: none !important;
	box-shadow: none !important;
}
.btn:hover{
	background: #DDDDDD;
}
.btn-primary{
	background: #30b4ff;
	border: 1px solid #30b4ff;
	color: white;
	border-radius: 3px;
	padding: 0.375rem 1rem;
	border-radius: 0;
	outline: none !important;
	box-shadow: none;
}
.btn-primary:hover{
	background: #00365f;
	border: 1px solid #00365f;
	color: white;
}
.btn-secondary{
	border-radius: 0;
	padding: 0.4rem 2rem;
	border-radius: 0;
	color: #00365f;
	font-family: 'RobotoSlab';
	border: 1px solid #b5ddfb;
    	background: white;
}
.btn-secondary:hover, .index-banner:hover .btn-secondary{
	background: #00365f;
	color: white;
	border: 1px solid #00365f;
}
main{
	margin-bottom: 2rem;
}
section.blue{
	padding: 50px 0;
	background: #eff8ff;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible, .switcher .fader{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible, .switcher .scaler{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.rotater{
	font-size: 50px;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}
.rotater:hover .to-rotate{
    	-ms-transform: rotateY(360deg);
    	-webkit-transform: rotateY(360deg);
    	transform: rotateY(360deg);
    	transition: ease-in-out .6s;
    	-webkit-transition: ease-in-out .6s;
}
.zoomIn {
    	-webkit-animation-duration: 1s;
    	animation-duration: 1s;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode: both;
    	-webkit-animation-name: zoomIn;
    	animation-name: zoomIn;
}
.zoomIn p{
	font-size: 30px;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.topper{
	transition: all 0.25s ease-in-out 0s;
}
.topper:hover{
    	transition: all 0.25s ease-in-out 0s;
    	margin-top: -10px;
    	margin-bottom: 10px;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	position: relative;
}
.kategorie-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 30px 0;
}
.kategorie-box{
	position: relative;
	display: flex;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	border: 1px solid #b5ddfb;
	background: white;
	align-items: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.kategorie-box-img{
	display: flex;
	align-items: center;
	width: 50px;
	height: 70px;
	margin-right: 10px;
}
.kategorie-box-img img{
	max-width: 100%;
	max-height: 70px;
}
.kategorie-box-name{
	color: #00365f;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0;
}
.kategorie-box:hover{
	border: 1px solid #00365f;	
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
.kategorie-box:hover .kategorie-box-name{
	color: #00365f;
}
#menu_top{
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	justify-content: center;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	text-align: left;
	display: inline-block;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: static;
    display: inline-block;	
	padding: 0;
}
.nav li:before{
	content: '';
}
.nav li.lvl-1{
	padding: 3px 10px;
}
.nav li.lvl-1 > a {
    font-size: 18px;
    color: #00365f;
	font-family: 'RobotoSlab';
    font-weight: normal;
	padding: 10px 20px;
	border-radius: 0;
    text-decoration: none !important;
    display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:hover{
	color: #30b4ff;
}

.nav li.lvl-1 > a:hover:after, .nav li.lvl-1 > a.active:after, .dropdown-toggle:hover:after{
	width: 100%;
	height: 2px;
	background: #30b4ff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: none;
	border: none;
}
.dropdown-toggle::before {
    display: none;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
	border: none;
    border-top: 1px solid #b5ddfb;
    border-bottom: 1px solid #b5ddfb;
    margin: 0;
    background-color: #f6fbff;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 500;
    height: auto;
	float: none;
	max-width: calc(100vw - 11px);
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-transform: uppercase;
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
}
/********************/
/** HEADER
*********************/ 
#logo{
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	position: relative;
}
#logo p{
	font-weight: 300;
	font-size: 21px;
	color: #30b4ff;
	margin: 0;
	display: inline-block;	
	text-align: left;
}
#logo .big{
	font-weight: 300;
	font-size: 36px;
	color: #00365f;
}
.fcb{
	display: inline-block;
	margin-left: 10px;
}
#stripe{

}
body.default #stripe{
	margin-bottom: 20px;
}
body.default #stripe > .container:after{
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid #b5ddfb;
}
.collapse_open, .collapse_close{
    display: none;
    color: transparent;
    height: 0;
}
.login-box a:nth-of-type(2):before{
	content: '|';
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}
#header{
	padding-top: 40px;
	padding-bottom: 40px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf6ff+0,ffffff+100 */
background: #ebf6ff; /* Old browsers */
background: -moz-linear-gradient(top,  #ebf6ff 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ebf6ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ebf6ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.double-border{
    	border-bottom: 1px solid #b5ddfb;
	border-top: 1px solid #b5ddfb;
	height: 4px;
}

#logo a{
	text-decoration: none;
}
#logo img{
	margin-right: 13px;
    	max-height: 95px;
}
#logo span{
	display: inline-block;
	font-family: 'Roboto';
	color: black;
	font-weight: 300;
	line-height: 1.2;
	font-size: 24px;
	vertical-align: middle;
}	
#logo p{
	font-weight: normal;
}
#logo span strong{
	font-weight: bold;
}
.searchbox{
	position: relative;
	display: inline-block;
	margin: 2px 0;
}
.searchbox form{
	position: relative;
}
.searchbox .lupa{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #00365f;
    	width: 50px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
}
.searchbox .search_text{
	padding: 11px 15px;
	padding-left: 50px;
	border: 1px solid #00365f;
	font-family: 'Roboto';
	color: #00365f;
	width: 100%;
	min-width: 235px;
}
.searchbox .submit{
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: white;
	background: #00365f;
	font-size: 16px;
    	padding: 0 14px;
	border: none;
	cursor: pointer;
}
.searchbox .submit:hover{
	background: #30b4ff;
	color: white;
}
#kontakt{
	margin-top: 10px;
}
#kontakt p{
	color: #00365f;
	display: inline-block;
	margin-bottom: 0;
}
#kontakt p a{
	color: #00365f;
}
#kontakt p, #kontakt p a{
	font-family: 'Roboto';
	text-decoration: none;
	font-weight: normal;
}
#kontakt p a:hover{
	text-decoration: underline;
}

.login{
	display: inline-block;
	border: 1px solid #dbdbdb;
	background: white;
	color: black;
	padding: 10px 15px;
	margin: 2px 0;
}
.login:hover{
	background: #393939;
	color: white;
}

/**********************************/
/*         KOSIK HLAVICKA
/*********************************/

a.mex-login-box{
	color: #00365f;
	display: inline-block;
	margin-right: 30px;
}
div.mex-div-kosik-top-box{
	margin: 2px 0;
	border: none;
	background: transparent;
}
div.mex-div-kosik-top-box > a{
	font-size: 17px;
	text-decoration: none;
	padding: 10px 15px;
	padding-top: 9px;
	display: block;
	color: #00365f;
}
div.mex-div-kosik-top-box > a:hover{
	text-decoration: none;
	background: transaprent;
	color: #00365f;
}
div.mex-div-kosik-top-box > a:hover .kosik-kosik{
	text-decoration: underline;
}
.kosikCena{
	text-decoration: none;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 17px;
	color: #30b4ff;
}
.kosikCena:hover, .eshopTopBox:hover .kosikCena{
	color: #30b4ff;
	text-decoration: underline;
}

.kosikCena:hover #kosik-box-kusu-cena{
	text-decoration: underline;
}
.kosikCena .fa-shopping-cart{
	color: #7aa7db;
	margin-right: 8px;
}
.kosikCena #kosik-box-kusu-zbozi{
	font-weight: bold;
	background: #da0001;
	color: white;
	padding: 0px 6px;
	margin-right: 10px;
	margin-left: 5px;
	text-decoration: none !important;
}
.kosikCena #kosik-box-kusu-cena{
	font-weight: bold;
	text-decoration: none !important;
}
span.inCart {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
	font-weight: bold;
    background: #30b4ff;
	border-radius: 3px;
    line-height: 20px;
    text-align: center;
    padding: 3px 5px;
}

/********************/
/** LEFT COL
*********************/ 
.left-col{
	max-width: 285px;
    	width: 285px;
	margin-bottom: 1rem;
}
#tips{
	border: 3px solid #da0001;
	padding: 4px;
	margin-bottom: 15px;
}
#tips > div{
	border: 1px solid #da0001;
	background: #da0001;
}
#tips a{
	font-family: 'Roboto';
	font-weight: Bold;
	font-size: 17px;
	color: white;
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#tips a:hover, #tips a.selected{
	background: #393939;
	color: white;
}
#cat .h3{
	font-size: 19px;
	color: black;
}
#category{
	border: 1px solid #393939;
	background: #393939;
	padding: 0.5rem 0;
	margin-bottom: 15px;
}
#category.item1{
	position: relative;
	z-index: 500;
}	
#category.item1 > p > a{
	text-transform: uppercase;
}
#category a{
	display: block;
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
	padding: 4px 15px;
	border: 1px solid transparent;
	line-height: initial;
	color: white;
	margin-left: -1px;
	margin-right: -1px;
}
#category a:hover, #category a.hover, #category a.selected, #category p.open > a{
	color: white;
	border: 1px solid #da0001;
	background: #da0001;
}
#category p{
	margin-bottom: 0;
}
#category .close{
	opacity: 1;
	box-shadow: none;
	padding: 0;
	color: inherit;
	font-size: inherit;
	float: none;
	font-weight: inherit;
	text-shadow: none;
}	
#category .close + .item2{
	display: none;
}
#category .close a{
    	padding: 4px 15px;
}
#category .item2 a{
	color: black;
	background: white;
	padding: 2px 20px;
	margin-left: 0;
	margin-right: 0;
}
#category .item2 p{
	margin: 0;
}
#category .item2 a:hover, #category .item2 a.selected{
	color: black;
	border: 1px solid #D5D3D4;
	background: #D5D3D4;

}
#category .item2 a .fas{
	font-size: 8px;
	margin-right: 10px;
	vertical-align: middle;
}
#category .item2 a:hover .fas, #category .item2 a.selected .fas{
	color: #e8c52d;
}

/********************/
/** MAIN COL
*********************/ 
.main-col{
    	max-width: calc(100% - 285px);
	flex: 0 0 calc(100% - 285px);
}
.editable_section a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 2px solid #D5D3D4 !important;
	margin: 5px !important;
	max-width: 100%;
	width: auto !important;
      height: auto !important;
	z-index: 50;
}
.editable_section a[rel="lightbox[all]"] img:hover, .editable-section a[rel="lightbox[all]"] img:hover{
	border: 2px solid #AD0101 !important;
}

/********************/
/** SLIDESHOW
*********************/ 
#slideshow{
	border: 1px solid #dbdbdb;
	margin-bottom: 40px;
}
.slick-dots{
	bottom: -30px;
	z-index: 10;
}
.slick-dots li{
	margin: 0;
	margin-right: 0.5rem;
	padding: 0;
	width: 15px;
	height: 15px;
}
.slick-dots li:before{
	content: '';
}
.slick-dots li button{
	background: #dbdbdb;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 0;
}
.slick-dots li button:before{
	content: '' !important;
}
.slick-dots li.slick-active button, .slick-dots li:hover button{
	background: #da0001;
}

/********************/
/** BANNERS
*********************/ 
#banners{
	margin-top: 50px;
	margin-bottom: 80px;
}
.banner{
	text-align: left;
	position: relative;
	margin-bottom: 1rem;
	padding: 15px 20px;
	background: #eff8ff;
	margin: 0 10px;
	padding-bottom: 30px;
}
.banner:nth-of-type(2), .banner:nth-of-type(5){
	background: #eff3ff;
}	
.banner:nth-of-type(3){
	background: #ecfdff;
}
.banner:after{
	content: '\f30b';
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	position: absolute;
    	bottom: 0;
    	right: 15px;
    	font-size: 35px;
	color: #00365f;
}
.banner h2{
	position: relative;
	text-align: left;
	padding-bottom: 8px;
}
.banner h2:after{
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 100px;
	background: #a1ccee;
}
.banner h2 a{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00365f;
	text-decoration: none;
}
.banner h2 a:hover{
	color: #30b4ff;
}
.banner li a{
	font-family: 'RobotoSlab';
	color: #00365f;
	text-decoration: none;
	font-size: 18px;
}
.banner li a:hover{
	text-decoration: underline;
}
.banner li{
	position: relative;
	padding-left: 20px;
}
.banner li:before{
	content: '';
	width: 8px;
	height: 4px;
	background: #a1ccee;
	position: absolute;
	left: 0;
	top: 11px;
}

/********************/
/** PRODUCTS
*********************/

.produkty{
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.produkty .card {
    	flex-basis: 20%;
	position: relative;
	text-align: center;
	line-height: 1.1;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	background: transparent;
	max-width: 20%;
}
.produkty .card:hover{
	border: 1px solid #b5ddfb !important;
	z-index: 1;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}
.produkty hr{
	width: 100%;
	flex-basis: 100%;
	display: block;
	border-top: 1px solid #b5ddfb;
	margin: 15px 0;
}
/*.produkty > .card + .card:hover{
	border-left: none;
}*/
.produkty .card .link-fill{
	z-index: 5;
}
.card-header, .card-body, .card-footer{
	padding: 0.5rem;
}
.produkty .h2{
	height: 2.2em;
	overflow: hidden;
	line-height: 1;
	margin-bottom: 15px;
}
.produkty .h2 a{
	font-family: 'Roboto';
	font-size: 17px;
	text-decoration: none;
	color: #225174;
	font-weight: 300;
}
.produkty .card_img{
	position: relative;
	margin-bottom: 15px;
	min-height: 8rem;
	height: 225px;
	text-align: center;
}
.produkty .card_img img{
	max-height: 225px;
	width: auto;
}
.akce{
	position: absolute;
	left: 0;
	z-index: 1;
}
.akce span{
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	display: block;
	position: relative;
	line-height: 1.5;
	margin-bottom: 3px;
	min-width: 95px;
	height: 26px;
}
.akce span:after{
	content: '';
	position: absolute;
    	left: 100%;
    	top: 0;
}
.akce .novinka{
	background: #0cbfd4;
}
.akce .novinka:after{
    	border-top: 13px solid #0cbfd4;
    	border-bottom: 13px solid #0cbfd4;
    	border-left: 2px solid #0cbfd4;
    	border-right: 7px solid transparent;
}
.akce .tip{
	background: #0295e1;
}
.akce .tip:after{
    	border-top: 13px solid #0295e1;
    	border-bottom: 13px solid #0295e1;
    	border-left: 2px solid #0295e1;
    	border-right: 7px solid transparent;
}
.akce .sleva{
	background: #9666d7;
}
.akce .sleva:after{
    	border-top: 13px solid #9666d7;
    	border-bottom: 13px solid #9666d7;
    	border-left: 2px solid #9666d7;
    	border-right: 7px solid transparent;
}
.produkty .card-text{
	font-size: 17px;
	color: #4e4e4e;
	margin-bottom: 4px;
	height: 2.5rem;
	overflow: hidden;
}
.produkty .card .produkt_cena_s_dph{
	font-weight: bold;
	margin-bottom: 5px;
	color: #00365f;
	font-size: 20px;
}
.dostupnost{
	display: inline-block;
	color: #6bbd01;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	position: relative;
}
.dostupnost.produkt-dostupnost-vyprodano{
	color: #d80202;
}
.dostupnost.produkt-dostupnost-vyprodano:before,
.dostupnost.produkt-dostupnost-nevyprodano:before{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	display: inline-block;
	margin-right: 6px;
}
.dostupnost.produkt-dostupnost-vyprodano:before{
	content: '\f00d';
	color: #d80202;
}
.dostupnost.produkt-dostupnost-nevyprodano:before{
	content: '\f058';
	color: #6bbd01;
}
.produkty .card .card-footer{
	background: transparent;
	border: none;
}
.produkty .card:hover .btn-primary{
	background: #77b4fa;
}

/********************/
/** SWITCHER
*********************/

.nav-tabs .nav-item{
	margin-bottom: -4px;
}
.switcher .nav-tabs .nav-link, .switcher .nav-tabs .nav-link.active, .switcher .nav-tabs .nav-item.show .nav-link{
	color: #00365f;
    	font-weight: 300;
	margin: 0;
    	margin-bottom: 0;
	margin-right: 15px;
	border: 1px solid #b5ddfb;
	background: #ecfdff;
	font-size: 19px;
	border-radius: 0;
	text-decoration: none;
}
.switcher .nav-tabs .nav-link.active, .switcher .nav-tabs .nav-item.show .nav-link, .switcher .nav-tabs .nav-link:hover{
	color: #00365f;
	font-weight: bold;
	background: white;
	border-bottom: 1px solid white;
}

/********************/
/** INDEX BANNERS
*********************/

.index-banner{
	text-align: center;
}
.index-kategorie-banner-nazev{
	color: #00365f;
	font-weight: 300;
	font-size: 24px;
}
.index-banner-img{
	text-align: center;
}
.index-banner-img > div{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00365f;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	margin: 10px auto;
}
.index-banner-popis{
	font-weight: bold;
	color: #00365f;
	max-width: 210px;
    	margin: 0 auto;
    	margin-bottom: 30px;
}
.index-banner:hover .index-banner-img > div{
	background: #30b4ff;
}
.index-banner .btn{
	margin: 0;
}

/********************/
/** PRODUCTS DETAIL
*********************/
#product-image{
	max-width: 100%;
}
.detail_img{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.detail_img p.akce{
	position: absolute;
    	left: 0;
    	bottom: auto;
    	top: 10px;
    	text-align: left;
    	z-index: 15;
}
#img-popup-1{
	margin-bottom: 1rem;
	display: inline-block;
}
.product-detail{
	margin-top: 1rem;
}
.detail_images{
	margin-left: -5px;
	margin-right: -5px;
	justify-content: center;
}
.detail_image{
	position: relative;
	height: 135px;
	border: none;
	margin-bottom: 5px;
}
.detail_image a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.detail_image a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
}
.produkt_detail_info{

}
.produkt_detail_info label{
	color: #11436a;
	font-size: 17px;
	font-weight: bold;
}
.produkt_detail_info select{
	max-width: 100%;
	width: 100%;
	border: 1px solid #690102;
    	padding: 0.25rem;
	margin-bottom: 0.25rem;
}
.doplnky_img{
	margin: 0.5rem 0;
}
.doplnky_img img{
	margin-bottom: 0.25rem;
	max
}
.product_detail_table{
	width: 100%;
	margin-bottom: 1rem;
}
.product_detail_table td{
	border-bottom: 1px solid #690102;
	padding: 0.25rem 0;
	color: black;
}
.product_detail_table .Produkt-CenaSDPH-Box td{
	font-size: 21px;
	font-weight: bold;
}
.product_detail_table .dostupnost{
	color: #549a02;
	font-weight: bold;
}
.product_detail_table .dostupnost.produkt-dostupnost-vyprodano, .Produkt-Vyprodano-Box{
	color: #d80202;
}
.product-table-params td{
	border: 1px solid #dbdbdb;
	padding: 2px 8px;
}
.detail_box h1{
	margin-bottom: 20px;
}

.detail_box h2{
	border-bottom: 1px solid #00365f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#roll-box{
	position: relative;
}
#infoBox{
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#infoBox .top{
	/*padding: 15px;
	background: #f9f9f9;
	border: 1px solid #dbdbdb;*/
	padding: 15px 0;
	display: flex;
    	align-items: center;
    	justify-content: space-between;
}
#infoBox .top .prices{
	display: inline-block;
}
#infoBox .top .prices p{
	display: block;
}	
#infoBox .top .koupit > div{
	display: inline-block;
	vertical-align: middle;
}
#infoBox .white{
	/*background: white;
	border: 1px solid #dbdbdb;
	border-top: none;*/
	overflow: hidden;
	padding: 10px 0;
}
.Produkt-Mnozstvi {
    	border: 1px solid #afafaf;
    	padding: 11px 8px;
    	width: 45px;
    	margin-right: 4px;
    	text-align: center;
}
#infoBox .pocet-ks-label{
	display: inline-block;
	line-height: 40px;
	vertical-align: bottom;
}
#infoBox .kosik_pocet_button{
	border: 1px solid #dbdbdb;
	background: white;
	width: 40px;
	height: 40px;
}
#infoBox .kosik_pocet_button:hover{
	background: #393939;
}
#anchors {
    display: inline-block;
}
#anchors p{
	margin-bottom: 10px;
}
#anchors p.dostupnost{
	font-weight: bold;
}
.detail_info_table{
	width: 100%;
}
.detail_info_table td{
	border-bottom: 1px solid #dbdbdb;
	padding: 4px 0;
}
.detail_cena_s_dph{
	color: #1c2e70;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

#infoBox #print, #infoBox #popUpDotaz{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	padding-left: 6px;
	color: #1c2e70;
	text-decoration: underline;
}
#infoBox #print:hover, #infoBox #popUpDotaz:hover{
	text-decoration: none;
}	
#infoBox .fas{
	color: #1c2e70;
}
#infoBox .top p{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	position: relative;
}
.tlacitkoKoupit {
    	color: white;
    	outline: none;
    	background: #30b4ff;
    	font-size: 17px;
    	padding: 9px 35px;
    	border: 1px solid #30b4ff;
	border-radius: 3px;
	cursor: pointer;
	/*z-index: 10;*/
    	position: relative;
	outline: none !important;
	box-shadow: none !important;
}
.tlacitkoKoupit:hover, .produkt_box:hover .tlacitkoKoupit{
	background: #00365f;
	color: white;
	border: 1px solid #00365f;
}
.tlacitkoKoupit:after {
    	content: "\f07a";
    	height: 100%;
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: white;
	display: inline-block;
	margin-left: 5px;
}
.tlacitkoKoupit:hover:after{
	background: transparent;
	color: white;
}

/***************************/
/*  PRODUKT SWITCHER
/***************************/

.produkt_switcher{
	margin-bottom: 2rem;
	margin-top: 2rem;
}	
.produkt_switcher .switcher-content{
	padding: 25px;
	padding-bottom: 15px;
	border: 1px solid #dbdbdb;
}
.produkt_switcher .switcher-bar{
	border-bottom: none;
	background: white;
	display: block;
}
.produkt_switcher .switcher-bar .nav-item{
	display: inline-block;
}
.produkt_switcher .switcher-bar .switcher-toggle{
	font-size: 21px;
	font-weight: 300;
	padding: 0.5rem 1.5rem;
	background: #eef7ff;
	margin: 0;
	margin-right: 0.5rem;
	color: black;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
	position: relative;
	margin: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover, 
.produkt_switcher .switcher-bar .switcher-toggle.active{
	background: white;
	border-bottom: 1px solid white;
	color: black;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover:before, 
.produkt_switcher .switcher-bar .switcher-toggle.active:before{
	display: none;
}

/***************************/
/*  SOUVISEJICI PRODUKTY
/***************************/

.produkty-pribuzne{
	margin: 0 40px;
}
.produkty-pribuzne img{
	display: inline-block;
}
.produkty-pribuzne .slick-list{
	margin-right: -1px;
}
.produkty-pribuzne.slick-slider .slick-track{
	min-width: 100%;
}
.produkty-pribuzne.slick-slider .slick-track, .produkty-pribuzne.slick-slider .slick-list{
	padding: 0 1px;
}
.produkty-pribuzne .card{
	flex-basis: 25%;
	max-width: 25%;
}
.dalsi-obrazky-navigace{
	text-align: center;
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
	z-index: 100;
}
.prev-arrow, .next-arrow{
	vertical-align: top;
	color: transparent;
	border: none;
	background: transparent;
	width: 40px;
	height: 40px;
	z-index: 100;
	cursor: pointer;
	outline: none !important;
	display: inline-block;
	position: relative;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}
.slick-prev:before, .slick-next:before,
.prev-arrow:before, .next-arrow:before{
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: #00365f;	
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.slick-prev:hover:before, .slick-next:hover:before,
.prev-arrow:hover:before, .next-arrow:hover:before{
	color: #30b4ff;
}
.slick-prev:before{
	content: '\f104';
}
.slick-next:before{
	content: '\f105';
}
.product-detail .slick-prev:before, .product-detail .prev-arrow:before{
	content: '\f30a';
}
.product-detail .slick-next:before, .product-detail .next-arrow:before{
	content: '\f30b';
}
.product-detail .prev-arrow.slick-disabled:before, .product-detail .next-arrow.slick-disabled:before{
	content: '';
}
.slide-counter{
	display: inline-block;
	text-align: center;
	width: 60px;
	vertical-align: middle;
    	line-height: 40px;
}

/***************************/
/*  ROZCESTNIKY
/***************************/
.kategorie-bannery{
	display: flex;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 15px;
}
.kategorie-banner{
	display: inline-block;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	min-width: 221px;
	margin: 5px;
	position: relative;
}
.kategorie-banner-inner{
	display: flex;
	align-items: center;
	border: 1px solid #b5ddfb;
	padding: 5px;
	margin: 2px;
	position: relative;
}
.kategorie-banner-inner img{
	max-height: 70px;
	width: auto;
}
.kategorie-banner-inner p{
    	color: #00365f;
    	font-weight: bold;
    	font-size: 17px;
	margin: 0;
	margin-left: 10px;
}
.kategorie-banner:hover .kategorie-banner-inner{
    border: 1px solid #00365f;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

/***************************/
/*  FILTER
/***************************/
.filter{
	width: auto;
	padding: 10px;
	border: 1px solid #dbdbdb;
    	background: #f9f9f9;
	overflow: hidden;
	margin-bottom: 20px;
}
.filterForm{
	display: flex;
	flex-wrap: wrap;
}
.filter_selecter{
	display: flex;
	align-items: center;
	flex-basis: 33.333%;
	max-width: 33.33%;
	min-width: 280px;
}
div.filter_selecter p{
	font-weight: bold;
	line-height: 35px;
	margin: 0;
}
div.filter_selecter select{
	height: 35px;
	flex-grow: 1;
	border: 1px solid #dbdbdb;
	margin-left: 10px;
	margin-right: 20px;
}
div.filter_selecter:last-of-type select{
	margin-right: 0;
}
.filter .buttonFilterSend {
    display: none;
}

/***************************/
/*  AKTUALITY
/***************************/
#aktuality_wrap{
	position: relative;
	margin-bottom: 3rem;
	margin-top: 1.5rem;
}
#aktuality_slide{
	border: 1px solid #d4e5f4;
	border-top: none;
	padding: 5px 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.aktuality_col_container {
  width: auto;
  height: auto;
}
.aktuality_box {
  	height: auto;
  	padding: 10px;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
#aktuality_slide .aktuality_box{
	min-height: 140px;
}	
#aktuality_slide .aktuality_box .aktuality_name{
	overflow: hidden;
	height: 2.4em;
}
#aktuality_slide .aktuality_box .aktuality_text{
	height: 4.5em;
	overflow: hidden;
}

#aktuality_slide .aktuality_box .aktuality_img{
	margin-left: 0.5rem;
	background: #f0f7ff;
}
.archive .aktuality_box{
	border: 1px solid #d5e9ff;
}
.archive .aktuality_box:nth-child(odd){
	background: #f0f7ff; 
}
.aktuality_date {
  font-size: 8pt;
  color: #000000;
  display: none;
}
.aktuality_name a{
	font-size: 23px;
	color: black;
	text-decoration: none;
}
.aktuality_name a:hover{
  	text-decoration: underline;
}
.aktuality_text p{
	font-size: 17px;
	overflow: hidden;
    	height: 4.5em;
	color: #4e4e4e;
	font-weight: 300;
	margin-right: 10px;
	margin-bottom: 0;
}
.aktuality_img{
	float: right;
	width: 180px;
	height: 140px;
	position: relative;
	margin-bottom: 0;
}
.archive .aktuality_box:nth-child(even) .aktuality_img{
	background: #ffffff;
}
.archive .aktuality_box:nth-child(odd) .aktuality_img{
	background: white;
}
.aktuality_img a{
	display: block;
	width: 180px;
	height: 140px;
}
.aktuality_img a img {
	margin: auto !important;
	border: none !important;
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
}
.aktuality_vice_odkaz {
}
.aktuality_vice_odkaz a{
	color: #4e4e4e;
	font-size: 17px;
	font-weight: 300;
}
.aktuality_vice_odkaz a:hover{
	color: #3b6596;
}
#aktualita{
	background: white;
	border: 1px solid #d4e5f4;
	position: relative;
	padding: 15px;
	padding-bottom: 45px;
      font-size: 17px;
      font-weight: 300;
}
.aktuality_vice_odkaz.abs{
	position: relative;
	text-align: right;
	margin-top: 15px;
}	
.aktuality_vice_odkaz.abs a{
    	display: inline-block;
	padding: 5px 15px;
    	margin-top: 10px;
    	background: #f26b23;
    	color: white;
    	text-decoration: none;
    	font-size: 15px;
}	
.aktuality_vice_odkaz.abs a:hover{
	background: #fc4700;
}
.vice_odkaz{
	text-align: center;
}
.vice_odkaz a{
    clear: both;
    text-align: center;
    padding: 5px 15px 7px 15px;
    margin-bottom: 10px;
    background: #f26b23;
    color: white;
    text-decoration: none;
    display: inline-block;
}
.vice_odkaz a:hover {
    background: #fc4700;
}
.numbering{
	position: absolute;
	top: 0;
	left: 105px;
}
.numbering .slick-dots{
	position: relative;
	bottom: auto;
	width: auto;
}
.numbering .slick-dots li button{
	color: black;
	content: initial;
    	font-size: 15px;
	line-height: 1em;
    	height: auto;
	width: auto;
	border: 1px solid transparent;
	padding: 5px 6px;
	border-radius: 0;
	background: transparent;
}
.slick-dots li button:before{
	content: none;
}
.numbering .slick-dots .slick-active button, .numbering .slick-dots li button:hover{
	border: 1px solid #e8c52d;	
	background: transparent;
}

/***************************/
/*  FOOTER
/***************************/

#nadpatickou{
	background: white;	
}
#nadpatickou .row{
	padding: 30px 0;
}
#nadpatickou p.h2{
	font-weight: bold;
}
.dolniMenu{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.dolniMenu li{
	padding-left: 0;
	color: #00365f;
}
.dolniMenu li:before{
	display: none;
}
.dolniMenu a{
	text-decoration: none;
	line-height: 2;
	color: #00365f;
}
.dolniMenu a:hover{
	text-decoration: underline;
}
.box-footer {
    display: flex;
    align-items: normal;
    margin-bottom: 10px;
}
.box-footer i {
    color: #00365f;
    font-size: 20px;
    margin-right: 7px;
	margin-top: 3px;
    width: 25px;
    height: 25px;
}
.box-footer p {
    margin: 0;
	color: #00365f;
}
.box-footer a{
	color: #00365f;
	text-decoration: none;
}
.box-footer a:hover{
	text-decoration: underline;
}
#nadpatickou p, #nadpatickou a, #nadpatickou td, #nadpatickou th {
    font-size: 17px;
    font-weight: 300;
}
#nadpatickou table{
	margin: 0;
}
#nadpatickou td, #nadpatickou th {
    padding: 3px 0;
	border: none;
	color: #00365f;
}
#nadpatickou th {
    padding-right: 10px;
}
#nadpatickou tr:first-of-type th, #nadpatickou tr:first-of-type td {
    padding-top: 0;
}

footer{
	background: #00365f;
	padding: .5rem 0;
}
footer p{
	margin-bottom: 4px;
	color: white;
}
footer a{
	text-decoration: none;
	color: white;
}
footer a:hover{
	text-decoration: underline;
	color: white;
}

.footer-link{
	border: 1px solid #30b4ff;
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	position: relative;
}
.footer-link:hover{
	border: 1px solid white;
}
.footer-link p{
	color: white;
	font-size: 18px;
	font-weight: normal;
}
.footer-link p.h2{
	font-size: 30px;
	line-height: 45px;
}

/********************/
/** BREADCRUMB
*********************/ 
.breadcrumb{
	background: transparent;
	padding: 0;
	align-items: center;
	color: #11436a;
	padding: 0;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 30px;
}
.drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 0.75rem;	
}
.breadcrumb a{
	display: inline-block;
	text-decoration: underline;
	color: #11436a;
}
.breadcrumb .drobeckova-navigace-nazev{
	display: inline-block;
	color: #11436a;
}
.breadcrumb a:hover{
	text-decoration: none;
}

/********************/
/** ROZCESTNIK
*********************/ 
.podkategorie-section{
	border: 1px solid #d5e9ff;
	background: #f0f7ff;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.podkategorie{
	position: relative;
	margin-bottom: 0.5rem;
	
}
.podkategorie a{
	z-index: 10;
}
.podkategorie-nadpis{
	height: 2.6em;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.5rem;
}
.podkategorie .h2{
	font-size: 18px;
	color: #013153;
}
.podkategorie-image{
	height: 100px;
	border: 1px solid transparent;
	background: white;
	position: relative;
}
.podkategorie-image img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
}
.podkategorie:hover .podkategorie-image, .podkategorie.active .podkategorie-image{
	border: 1px solid #618098;
}
.podkategorie:hover .h2, .podkategorie.active .h2{
	text-decoration: underline;
}

/********************/
/** FILTR
*********************/ 
.filterFormTable{
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #f9f9f9;
}
.filterFormTable td{
	padding: 1px 10px;
	font-size: 17px;
}
.filterFormTable tr:first-of-type td:first-of-type{
	padding-top: 10px;
}
.filterFormTable tr:last-of-type td:last-of-type{
	padding-bottom: 10px;
}
.filterFormTable tr:nth-of-type(even) td{
	padding-bottom: 5px;
}
.filterFormTable select{
	width: 100%;
	border: 1px solid #dbdbdb;
}
.buttonFilterPneuSend{
    color: white;
    outline: none;
    background: #393939;
    font-size: 17px;
    padding: 4px 20px;
    text-transform: uppercase;
    border: 1px solid #393939;
    cursor: pointer;
    z-index: 1000;
	display: block;
    position: relative;
	width: 100%;
}
.buttonFilterPneuSend:hover{
	background: #da0001;
	border: 1px solid #da0001;
	color: white;
}

/********************/
/** STRANKOVANI
*********************/ 
.produkt_pagination{
	flex-basis: 100%;
	margin-bottom: 0.5rem;
}
.strankovani-odkaz, .pgr{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Roboto';
	color: black;
	font-size: 16px;
	padding: 0 0.4rem;
}
.strankovani-odkaz{
	border: 1px solid #b5ddfb;
	background: #e8f5ff;
	color: #00365f;
}
.pgr, .strankovani-odkaz:hover{
	background: #30b4ff;
	border: 1px solid #30b4ff;
	color: white;
}
.produkt_pagination a:first-of-type.strankovani-sipky img, .produkt_pagination a:last-of-type.strankovani-sipky img{
	display: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky, .produkt_pagination a:last-of-type.strankovani-sipky{
	width: 0.5rem;
	text-decoration: none;
}
.produkt_pagination a:first-of-type.strankovani-sipky:before,
.produkt_pagination a:last-of-type.strankovani-sipky:before{
    	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color: #30b4ff;
    	font-size: 200%;
    	line-height: 23px;
    	vertical-align: text-top;
}
.produkt_pagination a:first-of-type.strankovani-sipky:before{ 
	content: "\f0d9";
}
.produkt_pagination a:last-of-type.strankovani-sipky:before{
	content: "\f0da";
}

/********************/
/** FORM
*********************/ 

button#modal-launch{
    	background: none;
    	border: none;
    	cursor: pointer;
	padding: 0;
	text-shadow: none;
    	line-height: inherit;
    	vertical-align: top;
}
.modal-content{
	border: none;
	border-radius: 0;
	font-family: Roboto,sans-serif;
}
div.modal-header {
	border-radius: 0;
	background: #00365f;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-family: 'Roboto';
	font-weight: bold;
}

span.mandatory-star {
    	color: #ff6d6d;
}

.modal-dialog .modal-body {
    	background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #30b4ff;
	color: white;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	background: #30b4ff;
	border-radius: 3px;
}

.modal-dialog .btn-primary:hover{
	background: #00365f; 
	border: 1px solid #00365f;
	color: white;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

div.mex-eshop-product-added .mex-product-added-header{
	    background: #00365f;
}

/***************************/
/*  LOGIN
/***************************/
input.button, input.buttonRegistrace, table input.buttonRegistrace{
	text-align: center;
    text-decoration: none;
    padding: 8px 15px;
	width: 170px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #f26b23;
    background: #f26b23;
	color: white;
    font-weight: normal;
	margin-bottom: 5px;
}

input.button:hover, input.buttonRegistrace:hover {    
	border: 1px solid #fc4700;
    background: #fc4700;
    color: white;
}

.loginBox {
	margin-bottom: 15px;
}

.loginBox input{
	height: 30px;
	border: 1px solid #d0cfcf;
	width: 180px;
	margin-right: 25px;
	padding: 0 5px;
}

.mex-form input
{
    padding: 5px;
    display: block;
    width: 300px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 12pt;
    border: 1px solid #d8d7d8;
    margin-top: 5px;
    margin-bottom: 10px;
}


.mex-form input[type='button']
{
	text-align: center;
    text-decoration: none;
    padding: 8px 15px;
	width: 170px;
    font-size: 14px;
    cursor: pointer;
        border: 1px solid #da0001;
        background: #da0001;
	color: white;
    font-weight: normal;
	margin-bottom: 5px;
	font-family: Roboto;
}

.mex-form input[type='button']:hover{
	border: 1px solid #AD0101;
    background: #AD0101;
    color: white;
}

.Customer-Login label {
    display: block;
    margin-top: 10px;
}


a.Customer-ZapomenuteHeslo {
    color: #616161;
    display: block;
    margin-top: 10px;
}


a.Customer-VytvoritUcet {
    color: #616161;
    display: block;
    margin-top: 10px;
}

/***************************/
/*  PASSWORD CHECK
/***************************/

.short{
	font-weight:bold;
	color:#FF0000;
	font-size:larger;
}
.weak{
	font-weight:bold;
	color:orange;
	font-size:larger;
}
.good{
	font-weight:bold;
	color:#2D98F3;
	font-size:larger;
}
.strong{
	font-weight:bold;
	color: limegreen;
	font-size:larger;
}

/***************************/
/*  KOSIK WIDGET
/***************************/

.ui-dialog .ui-dialog-title{
	font-weight: 300;	
	font-family: 'Roboto';
	font-size: 24px;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: 1px solid #da0001 !important;
	color: white;
	background: #da0001;
}
.ui-dialog .ui-dialog-buttonpane button:hover{
	background: #AD0101;
	border: 1px solid #AD0101 !important;
}

/***************************/
/*  KOSIK
/***************************/

div.mex-multistep-navigation .mex-phase-number-selected {
	background: #00365f;
	border: 1px solid #00365f;
    	color: white;
}
div.mex-div-kosik-top-box .mex-div-popup-box{
	border: 1px solid #00365f;
}
div.mex-div-kosik-top-box .mex-div-popup-box.visible:before{
    	border-left: 1px solid #00365f;
    	border-top: 1px solid #00365f;
}

/***************************
 GLOBALNI STYLY
***************************/
.gl-text{
	font-size: 17px;
	font-weight: normal;
	font-family: inherit;
}
.gl-text-bold{
	font-weight: bold;
}
.gl-text-light{
	font-weight: 300;
}
.gl-text-uppercase{
	text-transform: uppercase;
}
.gl-text-italic{
	font-style: italic;
}
.gl-text-crossed{
	text-transform: line-through;
}
.gl-text-center{
	text-align: center;
}
.gl-text-big{
	font-size: 20px;
}
.gl-text-small{
	font-size: 15px;
}
.gl-text-white{
	color: white;
}
.gl-text-title{
	font-size: 24px;
	font-weight: normal;
}
.gl-text-subtitle{
	font-size: 19px;
	font-weight: bold;
}
.gl-relative{
	position: relative;
}
/* Použít např. pro odkaz vyplňující celý div, klikací plochu... nadřazený element musí mít position: relative; */
.gl-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: block;
}
.gl-border{
	border: 1px solid #d7d7d7;
}
.gl-border-bottom{
	border-bottom: 1px solid #d7d7d7;
}
.gl-border-top{
	border-top: 1px solid #d7d7d7;
}
.gl-border-left{
	border-left: 1px solid #d7d7d7;
}
.gl-border-right{
	border-right: 1px solid #d7d7d7;
}
.gl-bg-light{
	background: #d7d7d7;
}
.gl-bg-dark{
	background: #262626;
}
.gl-padding{
	padding: 5px;
}
.gl-padding-bottom{
	padding-bottom: 5px;
}
.gl-margin{
	margin: 5px;
}
.gl-margin-bottom{
	margin-bottom: 5px;
}
.gl-transition{
	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
}
.gl-justify{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

/*********************************
 BOOTSTRAP REBOOT + DEFAULT STYLY
*********************************/

* {
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
b, strong {
  	font-weight: bold;
}
img {
	margin: 0; 
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  	vertical-align: top;
  	text-align: left;
}
ul, ol {
	list-style-position: inside;
	margin: 0 0 12px 0px;
}
#cookies_souhlas {
	width: 100% !important;
}



/********************/
/** RESPONSIVE
*********************/ 
@media (min-width: 1440px){
.container {
    max-width: 1310px;
}
}
@media (min-width: 1300px){
.searchbox form:not(.show) {
    display: block;
}
}

@media screen and (max-width: 1450px){
.footer-link p.h2{
	font-size: 26px;
}
.footer-link p{
	font-size: 17px;
}	
.footer-link{
	padding: 5px;
}
.mex-login-box span{
	display: none;
}
a.mex-login-box{
	margin-right: 0;
	padding: 10px 15px;
}
#eshopTogglePopBox .kosik-kosik,
#eshopTogglePopBox span.inCart,
#eshopTogglePopBox .kosikCena{
	display: none;
}
.search-toggle{
	padding: 10px 15px;
}
}

@media screen and (max-width: 1300px){
.mobile-only{
	display: block;
}
.searchbox{
	position: static;
}
.search-toggle{
	background: transparent;
	border: none;
	cursor: pointer;
}
.searchbox form{
	position: absolute;
	z-index: 100;
	width: 500px;
    	left: 0;
    	right: 0;
    	margin: auto;
}
.searchbox form:not(.show){
	display: none;
}
#kontakt {
    display: none;
}
header .row.justify-content-between > * {
    flex-basis: auto;
    width: auto;
    flex-grow: 0 !important;
    position: static;
}
#header{
	padding-top: 20px;
	padding-bottom: 15px;
}
header .row.justify-content-between{
	justify-content: center !important;
}
.main-col{
	max-width: calc(100% - 285px);
}
.produkty .card{
	flex-basis: 25%;
	max-width: 25%;
}
#category .item1 .section.visible{
	max-width: 125%;
}	
}

@media screen and (max-width: 1100px){

.col-logo{
	width: auto;
}
.produkty .card{
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.left-col, .main-col{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin-bottom: 2rem;
}
.main-col{
	margin-top: 1rem;
}
.index-banner{
	flex-basis: 50%;
	margin-bottom: 20px;
}
#index-banners .row{
	justify-content: center;
}	
#header, #header .text-right{
	text-align: center !important;
}
#nadpatickou .row{
	flex-wrap: wrap;
}
#nadpatickou .row > *, footer .row > *{
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	text-align: center !important;
}
.footer-link{
	margin-top: 20px;
	padding: 5px 20px;
}
footer{
	padding: 30px 0;
}
.dolniMenu{
	width: 100%;
	margin-bottom: 0;
}
.box-footer{
	justify-content: center;
	align-items: center;
}
#logo{
	margin: 0.5rem 0;
}
.banner{
	flex-basis: 50%;
	max-width: calc(50% - 20px);
	margin-bottom: 20px;
}
#menu_top, #kontakt{
	max-width: 100%;
	flex-basis: 100%;
}
.collapse_open, .collapse_close{
	text-align: center;
    	width: 100%;
	height: auto;
	color: black;
	padding: 0.5rem 0;
	font-size: 130%;
	cursor: pointer;
}
.collapse_open .fas, .collapse_close .fas{
	margin-right: 0.5rem;
}
.collapse_open{
	display: block;
}
.collapsible{
	max-height: 0;	
    	transition: all 0.4s ease-in;
	overflow: hidden;
	margin-bottom: 0;
}
.collapsible.visible{
	max-height: 1000px;
	transition: all 0.4s ease-out;
	margin-bottom: 1rem;
}
.navbar-toggler {
    display: block !important;
    color: #00365f;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
.navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: #00365f;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.navbar-inner{
	width: 100%;
	text-align: center;
}
.nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}#kontakt{
	text-align: center !important;
	margin: 1rem 0;
}
.kosikFirstTd a{
   /* 	max-height: 4.5em; */
    	overflow: hidden;
    	display: block;
}
.filter_selecter {
    	flex-basis: 100%;
	margin-bottom: 8px;
	max-width: 100%;
}
div.filter_selecter select{
	margin-right: 0;
}
}

@media screen and (max-width: 1000px){
#header{
	position: relative;
	padding: 5px 0;
}	
header .row.justify-content-between > *{
	flex-basis: auto;
	width: auto;
	flex-grow: 0 !important;
	position: static;
}
header .row.justify-content-between > .col-logo{
	flex-basis: 100%;
	width: 100%;
}
header .row.justify-content-between > .col-mobile-half{
	flex-basis: auto;
	width: auto;
}
.searchbox form{
	width: 75vw;
	top: calc(100% - 20px);	
}
#kontakt{
	display: none;
}
div.mex-div-kosik-top-box > a{
	padding: 2px 10px;
}	
div.mex-div-kosik-top-box .mex-div-popup-box{
	display: none !important;
}
a.mex-login-box{
	margin-right: 0;
}
#logo{
	justify-content: center;
}
#slideshow .slick-prev{
	left: 0;
}
#slideshow .slick-next{
	right: 0;
}
.double-border{
	border-top: none;
	height: 0;
}
}

@media screen and (max-width: 720px){
header .row.justify-content-between > .col-logo {
    	flex-basis: auto;
    	width: auto;
}
#logo p{
	display: none;
}
#logo .big{
	font-size: 30px;
}
#logo img{
	margin-right: 0;
}	
#kontakt p{
	margin-left: 0;
	display: block;
	text-align: center;
	margin-bottom: 0.3rem;
}
#kontakt p span{
	display: block;
	text-align: center;
}
.produkty .card{
	flex-basis: 50%;
	max-width: 50%;
}
.banner{
	flex-basis: 100%;
	max-width: 100%;
}
.archive .aktuality_img {
    float: none;
    width: 100%;
}
#infoBox .top{
	display: block;
}
#infoBox .top .prices{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}	
#infoBox .top .prices p{
	display: inline-block;
}
#infoBox .pocet-ks-label{
	display: none;
}
#infoBox .top .koupit > div.Produkt-Koupit-Box{
	width: calc(100% - 125px);
}
.tlacitkoKoupit{
	width: 100%;
}	
#infoBox .top .koupit > div{
	margin-bottom: 5px;
}
}

@media screen and (max-width: 500px){
.produkty .card{
	flex-basis: 100%;
	max-width: 100%;
}
}



/****************
PRINT
****************/

@media print {

#stripe, .searchbox, .kosikCena, .left-col, footer, #nadpatickou, #infoBox{
	display: none;
}
.main-col{
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}

}



/*************************/
/***   RECENZE         ***/
/*************************/
div.mex-recenze-list .mex-div-recenze {
	text-align: center;
	border: none;
    	margin-bottom: 20px;
}

div.mex-recenze-list .mex-p-nadpis {
    	background-image: url(/glm/module/icon/5star.png);
    	background-repeat: no-repeat;
    	background-position: center bottom 10px;
    	padding-bottom: 39px;
    	margin-bottom: 25px;
	border: none;
	font-weight: bold;
}

div.mex-recenze-list .mex-div-text {
    	border: 1px solid #dedede;
	background: #f7f7f7;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

div.mex-recenze-list .mex-div-text:after {
	content: '';
    	border-bottom: 1px solid #dedede;
    	border-right: 1px solid #dedede;
	background: #f7f7f7;
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);	
	position: absolute;
    	bottom: -11px;
    	left: 0;
    	right: 0;
    	margin: auto;
}

div.mex-recenze-list .mex-div-autor-box {
	text-align: center;
}

div.mex-recenze-list .mex-recenze-autor {
    	font-weight: bold;
	margin-bottom: 0;
}

div.mex-recenze-list .mex-recenze-autor-pozice {
	margin-bottom: 8px;
}

div.mex-recenze-list .mex-a-web {
	word-break: break-all;
}

@media screen and (max-width: 768px){
div.mex-recenze-list .mex-div-recenze {
	margin-bottom: 30px;
}
div.mex-recenze-list .mex-recenze-autor-pozice {
	margin-bottom: 3px;
}
}


/*************************/
/***   VERZE BOXY      ***/
/*************************/
div.mex-produkt-verze-box-wrap{
	margin-bottom: 10px;
}
div.mex-produkt-verze-box{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	border: 2px solid #dedede;
	cursor: pointer;
	padding: 0 15px;
	margin-bottom: 4px;
}
div.mex-produkt-verze-box:hover, div.mex-produkt-verze-box.mex-produkt-verze-box-selected{
	border: 2px solid #333333;
}
p.mex-produkt-verze-box-name{
	margin: 0;
	padding: 8px 0;
	min-width: 1em;
}
img.mex-produkt-verze-box-img{
	max-height: 60px;
}
img + p.mex-produkt-verze-box-name{
	display: none;
}


/***********************************/
/***   VERZE BOXY WEB SPECIFIC   ***/
/***********************************/
div.mex-produkt-verze-box{
	border: 2px solid #b5ddfb;
}
div.mex-produkt-verze-box:hover, div.mex-produkt-verze-box.mex-produkt-verze-box-selected{
	border: 2px solid #00365f;
}
#mex-produkt-verze-box-wrap-2 p.mex-produkt-verze-box-name{
	display: none;
}
