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



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



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

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

h1, .h1{ 
	font-family: 'Playfair Display', serif;
  	font-weight: 300;
  	font-size: 36px;
 	color: black;
  	margin-bottom: 20px;
	padding-top: 10px;
}

h2, .h2{
	font-family: 'Playfair Display', serif;
  	font-weight: bold;
  	 font-size: 36px;
  font-weight: 400; /* Regular */
  line-height: 1.4;
  	color: black;
      margin-bottom: 15px;
      margin-top: 30px;
}
.underlined{
	color: black;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding-bottom: 3px;
	margin-top: 35px;
}
.nomargin{
	margin: 0;
}

h3, .h3{
	font-family: 'Playfair Display';
  
    	color: #989898;
  	margin-bottom: 10px;
 font-size: 30px;
  font-weight: 700; /* Bold */
  line-height: 1.25;
}

.section-title-main{
font-size: 24px;
  font-weight: 400; /* Regular */
  line-height: 1.3;
}
.index-text h1{
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
ul{
	padding: 0;
}
li{
	list-style: none;
	padding-left: 20px;
	position: relative;
}
p, li, td, a, span{
  	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: black;
}
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;
}

.EditableContent *:not(.justified-gallery) a[rel="lightbox[all]"] img{
	margin: 4px !important;
}	
.link-fill{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 10;
}
.vice{
	font-size: 20px;
	font-weight: 300;

	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: 5px 20px;
	color: black;
	border: 1px solid #dbdbdb;
	background: white;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 4px;
}
.btn:hover{
	background: #DDDDDD;
}
.btn i{
	margin-left: 6px;
}
.btn-primary{
	background: white;
	border: 1px solid #dbdbdb;
	color: black !important;
	border-radius: 4px;
	padding: 5px 20px;
	outline: none !important;
	box-shadow: none;
	font-weight: normal;
	font-size: 17px;
    	min-height: 40px;
}
.btn-primary:hover{
	background: black;
	border: 1px solid black;
	color: white !important;
}
.btn-secondary{
	border-radius: 0;
	padding: 0.2rem 2rem;
	border-radius: 0;
	color: black;
	border: 1px solid #d0cfcf;
    	background: white;
}
.btn-secondary:hover{
	background: #f2f2f2;
	color: black;
	border: 1px solid #d0cfcf;
}
.btn-black-outline{
	background: white;
	border: 1px solid black;
	color: black !important;
	border-radius: 4px;
}
.btn-black-outline:hover{
	background: black;
	border: 1px solid black;
	color: white !important;
}
.btn-big{
	padding: 15px 35px;
}
.btn-link{
	color: black;
}
.btn-link:hover{
	color: black;
}

main{
	margin-bottom: 2rem;
}
.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{
	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{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.rotater{
	font-size: 50px;
	text-align: center;
}
.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;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
@-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;
}

.curved-shadow {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  box-shadow: none;
  background: white;
}


input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 2px;
  background-clip: content-box;
  border: 1px solid #bbbbbb;
  background-color: transparent;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none !important;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: black;
  border: 1px solid black;
}

form.mex-eshop-carrier-payment .mex-radio-doprava, form.mex-eshop-carrier-payment .mex-radio-platba{
	top: calc(50% - 7px);
}

/**********************************/
/*         MENU
/**********************************/
#menu_top .container{
	padding: 0;
	overflow: visible;
}
#menu_top{
	display: inline-block;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.navbar-inner{
	width: 100%;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;	
	padding: 0;
}
.nav li:before{
	content: '';
}
.nav li.lvl-1{
	padding: 3px 10px;
}
.nav li.lvl-1 > a {
    	font-size: 17px;
    	color: white;
	
    	font-weight: 300;
	padding: 7px 10px;
	border-radius: 0;
    	text-decoration: none !important;
    	display: inline-block;
	position: relative;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .dropdown-toggle:hover{
	background: white;
	color: black;
}
#menu_top .nav{
	justify-content: flex-end;
	display: flex;
}	
#menu_top .nav li{
	padding: 0;
}
#menu_top .nav li:after{
	content: '';
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: white;
    margin-right: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle::before {
    display: none;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    margin-left: 0.5em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    border-top: none;
    border-left: none;
	margin-bottom: 6px;
    transform: rotate(45deg);
    vertical-align: middle;
}


/* Optional: rotate back up when dropdown is open */
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}

.dropdown-toggle::before {
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    margin: 0;
    left: 0px;
	top: 39px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}

/**********************************/
/*         MENU - KATEGORIE
/**********************************/
#menu_kategorie{	
	color: white;
	background-color: black;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
#menu_kategorie .container{
	position: relative;
}
.dropdown-menu-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 30px 0;
}
.dropdown-menu-box{
	position: relative;
	display: flex;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	border: 1px solid #d6d6d6;
	background: white;
	align-items: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.dropdown-menu-box a{
	z-index: 2;
	background: transparent !important;
}
.kategorie-box-img{
	display: flex;
	align-items: center;
	width: 50px;
	height: 70px;
	margin-right: 10px;
	z-index: 1;
}
.kategorie-box-img img{
	max-width: 100%;
	max-height: 70px;
}
.kategorie-box-name{
	color: black;
	font-weight: 300;
	font-size: 17px;
	z-index: 1;
	margin-bottom: 0;
}
.dropdown-menu-box:hover{
	border: 1px solid #b40b8e;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.dropdown-menu-box:hover .dropdown-menu-box-name{
	color: black;
}

#menu_kategorie .navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
	justify-content: center;
}
#menu_kategorie .navbar-toggler {
    display: none;
}
#menu_kategorie .navbar-inner{
	text-align: left;
	width: 100%;
}
#menu_kategorie .nav {
    	justify-content: center;
	display: flex;
	flex-wrap: nowrap;
}
#menu_kategorie .nav li {
    	margin: 0;
    	display: inline-block;	
	padding: 0;
}
#menu_kategorie .nav li:before{

}
#menu_kategorie .nav li.lvl-1{
	padding: 0;
}
#menu_kategorie .nav li.lvl-1 > a {
    	font-size: 18px;
    	color: white;
	text-transform: uppercase;
    	font-weight: 300;
	padding: 10px 12px;
	border-radius: 0;
    	text-decoration: none !important;
    	display: inline-block;
	position: relative;
}
#menu_kategorie .nav li.lvl-1 > a:hover, #menu_kategorie .nav li.lvl-1 > a.active{
	color: #d5c5b2;
	background: transparent;
}

#menu_kategorie .nav li.lvl-1:hover > a, #menu_kategorie .nav li.lvl-1.active > a, #menu_kategorie .nav li.lvl-1:hover .dropdown-toggle{
	color: #d5c5b2;
	background: black;
}
#menu_kategorie .nav li.lvl-1:hover .dropdown-toggle::before, #menu_kategorie .nav li.lvl-1 .dropdown-toggle.active::before, #menu_kategorie .nav li.lvl-1 .dropdown-toggle.active{
	color: #dbc5b0;
	background: black;
}
#menu_kategorie .dropdown-menu {
    	border-radius: 0;
	border: 1px solid #dbdbdb;
    	margin: 0;	
    	top: 100%;
    	background-color: white;
    	transform-origin: 50% 0;
    	transform: scaleY(0);
    	opacity: 0;
    	display: block;
    	transition: transform 0.3s, opacity 0.3s;
    	z-index: 500;
    	height: auto;
	min-width: 100%;
	float: none;
}
#menu_kategorie .dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
#menu_kategorie .dropdown-menu a{
	text-transform: none;
	text-decoration: none;
}
#menu_kategorie .dropdown-menu a:hover, #menu_kategorie .dropdown-menu a:active{
	background: black;
	color: white;
}

/********************/
/** HEADER
*********************/ 
.col-logo {
    align-items: center;
    display: flex;
}
.logo{
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: space-between;
	position: relative;
	margin: 15px 0;
	margin-right: 10px;
}
.logo p{
	font-weight: 300;
  	
	color: black;
	margin: 0;
	display: inline-block;	
	text-align: left;
}
.logo .big{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
}
.logo .purple{
	font-family: 'Pacifico';
	font-size: 25px;
	color: #b40b8e;
	display: block;
	text-align: right;
}
p.nadpis {
    	display: inline-block;
	margin: 0;
	
	font-size: 25px;
	text-transform: uppercase;
}
.fcb{
	display: inline-block;
	margin-left: 10px;
}
#kontakt .fcb:hover{
	color: #da0001 !important;
}
#stripe{
	background: black;
}
.collapse_open, .collapse_close{
    display: none;
    color: transparent;
    height: 0;
}
#kontakt p{
	display: inline-block;
	margin-bottom: 0;
}
#kontakt p, #kontakt p a{
	color: white;
	
	text-decoration: none;
}
#kontakt p a:hover{
	text-decoration: underline;
}
.login-box a:nth-of-type(2):before{
	content: '|';
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
}
#header{
	margin-bottom: 15px;
}
#logo a{
	text-decoration: none;
}
#logo img{
	margin-right: 13px;
    	max-height: 95px;
}
#logo span{
	display: inline-block;
	
	color: black;
	font-weight: 300;
	line-height: 1.2;
	font-size: 24px;
	vertical-align: middle;
}	
#logo span strong{
	font-weight: bold;
}
.searchbox{
	position: relative;
	display: inline-block;
	margin: 2px 0;
}
#form_search {
    display: flex;
    margin-bottom: 30px;
}
.searchbox .search_text{
	padding: 11px 15px;
	border: 1px solid #dbdbdb;
	
	color: #4b4b4b;
	width: 350px;
	min-width: 235px;
	border-radius: 4px;
	margin-right: 5px;
}
.searchbox .submit{
    	padding: 11px 14px;
}
.searchbox .submit:hover{

}
.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
/*********************************/

div.mex-div-kosik-top-box{
	margin: 2px 0;
	border: none;
	background: transparent;
	padding: 10px 0;
}
div.mex-div-kosik-top-box .a_cena{
	text-decoration: none;
}
a.mex-login-box:hover{
	color: #d6d6d6;
	text-decoration: none;
}
.eshop-box > a{
	text-decoration: none;
	font-size: 17px;
	font-weight: 300;
  	
	padding: 10px 10px;
	padding-top: 9px;
	cursor: pointer;
}
.eshop-box > a i{
	font-size: 19px;
}
.eshop-box > a:hover i{
	color: #d6d6d6;
}
.eshopTopBox > a{
	text-decoration: none;
	display: block;
}
.eshopTopBox > a:hover{
	color: #d6d6d6;
}
.eshopTopBox:hover{

}
.kosikCena{
	text-decoration: none;
	
	font-weight: 300;
	font-size: 19px;
	color: black;
}
.kosikCena:hover, .eshopTopBox:hover .kosikCena{
	color: #d6d6d6;
	text-decoration: none;
}

.kosikCena:hover #kosik-box-kusu-cena{
	text-decoration: underline;
}
.kosikCena .fa-shopping-cart{
	color: black;
	margin-right: 8px;
}
.kosikCena #kosik-box-kusu-zbozi{
	font-weight: bold;
	background: black;
	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: black;
	font-weight: bold;

	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-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-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);
	margin-top: 26px;
}
.editable_section a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img{
	border: 2px solid white !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 #D5D3D4 !important;
}

/********************/
/** SLIDESHOW
*********************/ 
#slideshow{

}
#slideshow .slick-slide img{
	display: initial;
	border-bottom: 1px solid #ece1d6;
}	
.slick-dots{
	bottom: 50px;
	z-index: 10;
	width: 100%;
	text-align: end;
	left: 0;
	rigth: 0;
}
	@media (max-width: 768px) {
.slick-dots{
	bottom: 10px;
}

}
.slick-dots li{
	margin: 0;
	margin: 0 0.25rem;
	padding: 0;
	width: 18px;
	height: 18px;
}
.slick-dots li:before{
	content: '';
	background: transparent;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	left: 0;
    	right: 0;
    	top: 0;
    	bottom: 0;
   	margin: auto;
}
.slick-dots li button{
	background: #eaeaea;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	margin: 0;
}
.slick-dots li button:before{
	background: black;
	position: absolute;
	width: 8px;
	height: 8px;
	color: transparent !important;
	opacity: 0 !important;
}
.slick-dots li.slick-active:before, .slick-dots li:hover:before{
	background: black;
}
.caption{
	text-align: center;
	padding: 50px 0;
}
.caption p{
	font-size: 60px;
	text-align: center;
	
	text-transform: uppercase;
}	
.caption p.big{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 75px;
	text-align: center;
}
	

/********************/
/** BANNERS
*********************/ 
#banners{
}
.banner{
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}
.banner a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}	
.banner .h3{
	font-size: 22px;
	color: black;
}
.banner .banner_img{
	border: 1px solid #dbdbdb;
	position: relative;
	width: 100%;
	height: 150px;
	background: white;
}
.banner:hover .banner_img{
	border: 1px solid #da0001;
}
.banner .banner_img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 130px;
	max-width: 100%;
}
.banner:hover .vice{
	color: #da0001 !important;
}

/********************/
/** PRODUCTS
*********************/
.content-title{
	font-size: 30px;
	
	font-weight: 300;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.produkty{
	flex-wrap: wrap;
    clear: both;
    margin-top: 20px;
}
.produkty-slide{
	margin-left: -1px;
}
.produkty-slide .slick-list.draggable{
	padding-left: 1px;
}
.produkty-slide .slick-track{
	min-width: 100%;
}
.produkty .card {
    	flex-basis: 20%;
	position: relative;
	text-align: center;
	line-height: 1.1;
	border: 1px solid #dbdbdb !important;
	border-bottom: 1px solid transparent !important;
	border-top: 1px solid transparent !important;
	border-radius: 0 !important;
	margin-bottom: 2rem;
	background: transparent;
	max-width: 20%;
	margin-left: -1px !important;
}
.produkty-slide .card{
	flex-basis: 20%;
	max-width: 20%;
}
.produkty .card:hover{
	border: 1px solid black !important;
	z-index: 1;
}
.pt-45 {
    padding-top: 45px;
}

/*******************************/
/***   UNIVERZALNI PRODUKT   ***/
/*******************************/
.mex-standard-products {
    flex-wrap: wrap;
}
.mex-standard-products .mex-produkt-standard{
	flex-basis: 20%;
    	position: relative;
    	text-align: center;
    	line-height: 1.1;
    	border: 1px solid #dbdbdb !important;
    	border-bottom: 1px solid transparent !important;
    	border-top: 1px solid transparent !important;
    	border-radius: 0 !important;
    	margin-bottom: 2rem;
    	background: transparent;
    	max-width: calc(20% + 1px);
    	margin-left: -1px !important;
}
.mex-standard-products .mex-produkt-standard:hover {
    	border: 1px solid black !important;
    	z-index: 1;
}
.mex-produkt-standard .card-body,
.mex-produkt-standard .card-footer{
	padding: 10px;
}
.mex-produkt-standard .card-footer{
	border: none;
	background: transparent;
}
.mex-standard-products .mex-produkt-standard a.link-fill{
	z-index: 5;
}
.mex-produkt-standard .h2 {
    	height: 2.1em;
    	overflow: hidden;
    	line-height: 1;
    	margin-bottom: 15px;
	margin-top: 10px;
}
.mex-produkt-standard .h2 a{
	text-transform: initial;
	text-decoration: none;
	font-size: 17px;
	color: black;
	font-weight: normal;
}
.mex-produkt-standard:hover .h2 a{
	text-decoration: underline;
}
.mex-produkt-standard .mex-produkt-standard-img{
    	position: relative;
    	margin-bottom: 15px;
   	min-height: 8rem;
    	height: 220px;
    	text-align: center;
}
.mex-produkt-standard .mex-produkt-standard-img img {
    	max-height: 220px;
    	width: auto;
	display: inline-block;
}
.mex-produkt-standard .mex-produkt-standard-tags {
    	position: absolute;
    	left: -10px;
    	top: 30px;
    	z-index: 1;
	text-align: left;
}
.mex-produkt-standard-tag {
    	color: white;
    	font-size: 14px;
    	font-weight: normal;
    	padding: 0 5px;
    	display: inline-block;
    	position: relative;
    	line-height: 1.5;
	margin-bottom: 1px;
}
.mex-produkt-standard-tags-icon .mex-produkt-standard-tag:before{
	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	display: inline-block;
	color: white;
	margin-right: 5px;
}
.mex-produkt-standard-tags-icon .tag-vyprodej:before{
	content: '\f02b';
}
.mex-produkt-standard-tags-icon .tag-sleva:before, .mex-produkt-standard-tags-icon .tag-akce:before{
	content: '\f295';
}
.mex-produkt-standard-tags-icon .tag-doporucujeme:before, .mex-produkt-standard-tags-icon .tag-tip:before{
	content: '\f164';
}
.mex-produkt-standard-tags-icon .tag-novinka:before{
	content: '\f005';
}
.mex-produkt-standard-tags-full .tag-vyprodej{
	background: #b40b8e;
}
.mex-produkt-standard-tags-full .tag-akce{
	background: #e00703;
}
.mex-produkt-standard-tags-full .tag-sleva{
	background: #fe6703;
}
.mex-produkt-standard-tags-full .tag-doporucujeme{
	background: #359600;
}
.mex-produkt-standard-tags-full .tag-novinka{
	background: #059cea;
}
.mex-produkt-standard-tags-full .tag-tip{
	background: #359600;
}

.mex-produkt-standard-tags-outline .mex-produkt-standard-tag{
	background: white;
	font-weight: bold;
}
.mex-produkt-standard-tags-outline .tag-vyprodej{
	color: #b40b8e;
	border: 1px solid #b40b8e;
}
.mex-produkt-standard-tags-outline .tag-akce{
	color: #e00703;
	border: 1px solid #e00703;
}
.mex-produkt-standard-tags-outline .tag-sleva{
	color: #fe6703;
	border: 1px solid #fe6703;
}
.mex-produkt-standard-tags-outline .tag-doporucujeme{
	color: #359600;
	border: 1px solid #359600;
}
.mex-produkt-standard-tags-outline .tag-novinka{
	color: #059cea;
	border: 1px solid #059cea;
}
.mex-produkt-standard-tags-outline .tag-tip{
	color: #010667;
	border: 1px solid #010667;
}
.mex-produkt-standard-tags-outline .mex-produkt-standard-tag:before{
	color: inherit;
}

.mex-produkt-standard .mex-produkt-standard-favourite{
	position: absolute;
	top: 0;
	right: 0;
	color: #dbdbdb;
	z-index: 50;
	cursor: pointer;
}
.mex-produkt-standard .mex-produkt-standard-favourite:hover,
.mex-produkt-standard .mex-produkt-standard-favourite.is-favourite{
	color: #e00703;
}	
.mex-produkt-standard .mex-produkt-standard-discount{
	background: #e00703;
	border: 3px solid white;
	position: absolute;
	top: 15px;
	right: 0;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
}
.mex-produkt-standard .mex-produkt-standard-discount span{
	color: white;
	font-size: 23px;
	font-weight: bold;
}
.mex-produkt-standard .mex-produkt-standard-colors{
	text-align: center;
	margin: 5px 0;
}
.mex-produkt-standard .mex-produkt-standard-color{
	display: inline-block;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	z-index: 50;
	position: relative;
	cursor: pointer;
}
.mex-produkt-standard .mex-produkt-standard-vyrobce{
	margin-bottom: 5px;
}
.mex-produkt-standard .mex-produkt-standard-code{
	margin-bottom: 5px;
}
.mex-produkt-standard .reccomended-price-wrap{
	margin-bottom: 5px;
}
.mex-produkt-standard .reccomended-price{
	text-decoration: line-through;
}
.mex-produkt-standard .price-with-vat-wrap{
	color: black;
	margin-bottom: 5px;
	font-weight: bold;
}	
.mex-produkt-standard .dostupnost {
    	display: inline-block;
    	font-size: 17px;
    	font-weight: 300;
    	margin: 5px 0;
    	color: black;
}
.mex-produkt-standard .dostupnost.produkt-dostupnost-vyprodano {
    	color: #e00703;
}
.mex-produkt-standard .produkt-dostupnost-nevyprodano:before, 
.mex-produkt-standard .produkt-dostupnost-vyprodano:before {
    	content: '';
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
    	width: 17px;
   	margin-right: 6px;
    	display: inline-block;
}
.mex-produkt-standard .produkt-dostupnost-nevyprodano:before {
    	content: '\f058';
}
.mex-produkt-standard .produkt-dostupnost-vyprodano:before {
    	content: '\f057';
}
.mex-produkt-standard .mex-produkt-standard-versions{
	margin: 5px 0;
}
.mex-produkt-standard .mex-produkt-standard-versions select{
	position: relative;
	z-index: 10;
	border: 1px solid #dbdbdb;
}
.mex-produkt-standard .mex-produkt-standard-pocet{
	margin-bottom: 8px;
}
form.mex-form-produkt-mnozstvi button.mex-button-plus-minus{
	background: white;
}
form.mex-form-produkt-mnozstvi button.mex-button-plus-minus:hover{
	background: #d7d7d7;
	color: black;
}
.mex-produkt-standard .mex-produkt-standard-btn{
	margin: 0;
	z-index: 10;
}
.mex-produkt-standard .btn{
	position: relative;
}
.card.mex-produkt-standard:hover .btn{
	background: black;
    	border: 1px solid black;
    	color: white !important;
}
.mex-produkt-standard .btn-koupit:before{
	content: '\f07a';
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
   	margin-right: 6px;
    	display: inline-block;
}
@media screen and (max-width: 1300px){
.mex-standard-products .mex-produkt-standard {
    	flex-basis: 25%;
    	max-width: 25%;
}
}
@media screen and (max-width: 1100px){
.mex-standard-products .mex-produkt-standard {
    	flex-basis: 33.333%;
    	max-width: 33.333%;
}
}
@media screen and (max-width: 720px){
.mex-standard-products .mex-produkt-standard {
    flex-basis: 50%;
    max-width: 50%;
}
}
@media screen and (max-width: 500px){
.mex-standard-products .mex-produkt-standard {
    flex-basis: 100%;
    max-width: 100%;
}
}

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

.switcher .nav-tabs .nav-link, .switcher .nav-tabs .nav-link.active, .switcher .nav-tabs .nav-item.show .nav-link{
	color: black;
    	font-weight: bold;
	margin: 0;
    	margin-bottom: 5px;
	margin-right: 15px;
	border: none;
	font-size: 23px;
	padding: 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: #da0001;
}

/********************/
/** PRODUCTS DETAIL
*********************/

div#roll-col {
    margin-bottom: 30px;
}
#roll-box {
    position: relative;
}
.detail_box{
	margin-bottom: 30px;
}
#product-image{
	max-width: 100%;
}
.detail_img{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	margin-left:40px;
}


@media (max-width: 768px) {
.detail_img{

	margin-bottom: 0px;
	margin-left:0px;
}

}
.detail_img p.akce{
	position: absolute;
    	left: 0;
    	bottom: auto;
    	top: 10px;
    	text-align: left;
    	z-index: 15;
}
#img-popup-1{
	
	display: inline-block;
}
.product-detail{
	margin-top: 1rem;
}
.detail_images{
	margin-left: -5px;
	margin-right: -5px;
	justify-content: center;
}
.product-detail .slide-counter{
	text-align: center;
}
.detail_images .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}
.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%;
}
h1.Produkt-Nazev{
	margin-bottom: 40px;
	padding-top: 0;
}

.produkt_detail_info{
	margin-bottom: 40px;
}
.produkt_detail_info p{
	line-height: 35px;
	margin-bottom: 3px;
	display: flex;
}
.produkt_detail_info p span{
	display: inline-block;
}
.produkt_detail_info p span:first-of-type{
	min-width: 180px;
}
.produkt_detail_info label{
	color: black;
	font-size: 17px;
}
.produkt_detail_info select{
	max-width: 100%;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
    	padding: 0.25rem;
	margin-bottom: 0.25rem;
	min-width: 190px;
}
.produkt_detail_info .Produkt-DoporucenaCenaSDPH{
	text-decoration: line-through;
}
.produkt_detail_info .Produkt-CenaSDPH{
	font-weight: bold;
	font-size: 26px;
}
.koupit{
	margin-bottom: 30px;
}
.koupit > div {
    	display: inline-block;
    	vertical-align: middle;
	margin-top: 15px;		
	margin-right: 10px;
	width: 100%;
}
.koupit > div.pocet {
	border: 1px solid #ddd;
	width: auto;
}
form.mex-form-produkt-mnozstvi button.mex-button-plus-minus{
	width: 37px;
	height: 37px;
	border: 1px solid #dbdbdb;
	background: white;
	color: black;
}
form.mex-form-produkt-mnozstvi button.mex-button-plus-minus:hover{
	background: #dbdbdb;
}
.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;
}
#infoBox{
	line-height: 20px;
	overflow: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px 0;
	margin-bottom: 30px;
}
#infoBox .top{
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #dbdbdb;
	display: flex;
    	align-items: center;
    	justify-content: space-between;
}
#infoBox .white{
	background: white;
	border: 1px solid #dbdbdb;
	border-top: none;
	overflow: hidden;
	padding: 10px 25px;
}
.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;
}
.detail_info_table{
	width: 100%;
}
.detail_info_table td{
	border-bottom: 1px solid #dbdbdb;
	padding: 4px 0;
}
.produkt-dostupnost-nevyprodano{
	color: #6bbd01;
}
.produkt-dostupnost-vyprodano{
	color: red;
}
.detail_cena_s_dph{
	font-weight: bold;
}

#infoBox .print, #infoBox .popUpDotaz{
	display: inline-block;
	vertical-align: top;
	color: black;
	text-transform: initial;
	text-decoration: underline;
}
#infoBox .print:hover, #infoBox .popUpDotaz:hover{
	text-decoration: none;
}	
#anchors {
    	display: inline-block;
}
#anchors > div {
    	display: flex;
	align-items: center;
	margin: 5px 0;
}
#anchors p{
	margin: 0;
}
#infoBox .fas{
	color: black;
	margin-right: 10px;
    	width: 20px;
}
#infoBox .btn{
	padding: 0;
	background: transparent;
	outline: none;
	border: none;
	color: black;
}
.tlacitkoKoupit {
	color: black;
    	
    	font-weight: bold;
    	outline: none;
    	background: url(/files/images/kosik.png) no-repeat bottom left 20px;
    	font-size: 18px;
    	padding: 14px 20px;
    	padding-left: 75px;
    	padding-top: 25px;
    	cursor: pointer;
    	position: relative;
	border: none;
    	outline: none !important;
    	box-shadow: none !important;
}
.tlacitkoKoupit:hover{

}

/***************************/
/*  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: 15px 40px;
}
.produkty-pribuzne img{
	display: inline-block;
}
.produkty-pribuzne .slick-list{
	margin: 0 2px;
}
.produkty-pribuzne.slick-slider .slick-track{
	min-width: 100%;
}
.produkty-pribuzne.slick-slider .slick-track, .produkty-pribuzne.slick-slider .slick-list{
	padding: 0 0px;
}
.produkty-pribuzne.slick-slider .slick-list{
	/*margin: 0;
	padding: 0 1px;*/
}
.slick-initialized.produkty-pribuzne.slick-slider .slick-list{

}
.produkty-pribuzne .card{
	flex-basis: initial;
	max-width: 100%;
	    max-width: calc(50% - 2px);
}
.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}
.slick-prev{
	left: -40px;
}
.slick-next{
	right: -40px;
}

@media (max-width: 768px) {

.slick-prev{
	left: -10px;
	z-index: 999;
}
.slick-next{
	right: -10px;
	z-index: 999;
}



}
.slick-prev:before, .slick-next:before{
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
	color: black;	
	font-size: 50px;
}
.slick-prev:hover:before, .slick-next:hover:before{
	color: black;
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:before{
	content: '\f054';
}

/***************************/
/*  IKONY
/***************************/
.ico-boxes{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.ico-box i{
	font-size: 35px;
}

/***************************/
/*  ROZCESTNIKY
/***************************/
.kategorie-bannery{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 35px;
}
.kategorie-banner{
	display: inline-block;
	flex-basis: 20%;
	min-width: 255px;
	position: relative;
}
.kategorie-banner a{
	z-index: 5;
}
.kategorie-banner-inner{
	display: flex;
	align-items: center;
	border: 1px solid #dbdbdb;
	padding: 5px;
	margin: 2px;
	position: relative;
}
.kategorie-banner-img{
	position: relative;
	height: 90px;
	width: 110px;
	min-width: 100px;
}
.kategorie-banner-inner img{
	max-height: 90px;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	margin: auto;
}
.kategorie-banner-inner p{
	font-weight: normal;
	margin: 0;
	margin-left: 10px;
}
.kategorie-banner:hover .kategorie-banner-inner{
	border: 1px solid black;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}


/***************************/
/*  AKTUALITY SLIDE
/***************************/
div#aktuality_slide_box {
    	display: flex;
	border: 1px solid black;
    	align-items: center;
	padding: 20px 10px;
	margin-bottom: 50px;
}
.nadpis-aktuality-box{
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin: 0;
}
.aktuality-slide-wrap{
	overflow: hidden;
	display: block;
	margin: 0 15px;
}
#aktuality_slide{
	margin: 0;
}
.aktuality_box {
  	height: auto;  	
	position: relative;
	padding-right: 180px;
	overflow: hidden;	
	padding: 12px 0;
}
#aktuality_slide .aktuality_name{
	height: 2em;
	overflow: hidden;
	margin-right: 140px;
}
.aktuality_name a{
	font-size: 24px;
	text-decoration: none;
}
.aktuality_name .aktuality_date{
	font-weight: bold;
	font-size: 24px;
}
.aktuality_name a:hover{
	text-decoration: underline;
}
#aktuality_slide .aktuality_vice{
	position: absolute;
	right: 1px;
	top: 0;
}
div#aktuality_slide_box .btn{
	padding: 15px 15px;
	text-transform: uppercase;
}	

/***************************/
/*  AKTUALITY
/***************************/

.aktuality_col_container {
  	width: auto;
  	height: auto;
}
.aktuality_col_container .aktuality_box {
  	height: auto;
  	padding: 10px;
	border: 1px solid #d6d6d6;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.aktuality_col_container .aktuality_box:hover{
	border: 1px solid black;
}

.aktuality_col_container .aktuality_box:nth-child(odd){
	background: #f7f7f7;
}
.aktuality_col_container .aktuality_date {
  	font-size: 12px;
  	color: #000000;
  	display: none;
}
.aktuality_col_container .aktuality_name {
	font-size: 15px;
    height: 2em;
    overflow: hidden;

}
.aktuality_col_container .aktuality_name p {
  	color: black;
  	text-decoration: none;
	font-size: 22px;
    	font-weight: 300;
    	
}
.aktuality_col_container .aktuality_name a:hover {
  	color: black;
  	text-decoration: underline;
}

.aktuality_col_container .aktuality_text {
	overflow: hidden;
    	height: 3em;
    	margin-bottom: 10px;
}
.aktuality_col_container .aktuality_text a,
.aktuality_col_container .aktuality_text a:visited {
}
.aktuality_col_container .aktuality_text a:hover {
  	color: black;
  	text-decoration: none;
}

.aktuality_col_container .aktuality_img{
	float: right;
	width: 180px;
	height: 120px;
	position: relative;
	margin: 0;
}

.aktuality_col_container .aktuality_box:nth-child(even) .aktuality_img{
	background: #ededed;
}
.aktuality_col_container .aktuality_box:nth-child(odd) .aktuality_img{
	background: white;
}

.aktuality_col_container .aktuality_img a{
	display: block;
	width: 180px;
	height: 120px;
}

.aktuality_col_container .aktuality_img a img {
	margin: auto !important;
	border: none !important;
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
}
.aktuality_col_container .aktuality_vice_odkaz {
    	color: #3d3d3d;
    	font-size: 17px;
	text-decoration: underline;
}

article{
	margin-bottom: 20px;
}
#aktualita{
	background: white;
	border: 1px solid #d6d6d6;
	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;
    	border-bottom: 2px solid #0396fd;
    	color: black;
    	text-decoration: none;
    	font-size: 15px;
}
.aktuality_vice_odkaz.abs a:hover{
	color: #b40b8e;
}


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

#nadpatickou {
    	position: relative;
	border-top: 1px solid #d6d6d6;
	background: #f9f9f9;
	padding: 40px 0;
	overflow: hidden;
}
#nadpatickou .h3{
	color: black;
	font-size: 17px;
	margin-bottom: 15px;
}
.box-footer {
    display: flex;
    align-items: normal;
    margin-bottom: 10px;
}
.box-footer i {
    color: black;
    font-size: 20px;
    margin-right: 7px;
    margin-top: 3px;
    width: 25px;
    height: 25px;
}
.box-footer.margin-none{
	margin-bottom: 0;
}
.box-footer.margin-none p{
	margin-bottom: 0;
}	
.dolni-menu li{
	padding: 0;
	line-height: 30px;
	width: 49%;
	display: inline-block;
    	vertical-align: top;
}
.dolni-menu li:before{
	display: none;
}
.dolni-menu li a{
	line-height: 18px;
}
.dolni-menu li i{
	font-size: 12px;
	margin-right: 5px;
}
#nadpatickou a{
	text-decoration: none;
}
#nadpatickou a:hover{
	text-decoration: underline;
}
footer{
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	background: black;
	padding: 1.5rem 0;
	text-align: center;
}
footer p{
	margin-bottom: 4px;
	color: white;
}
footer a{
text-align: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
footer a:hover{
	
	text-decoration: underline;
	color: white;
}

/********************/
/** BREADCRUMB
*********************/ 
.breadcrumb{
	background: transparent;
	padding: 0;
	align-items: center;
	color: black;
	padding: 20px 0;
	font-size: 17px;
	font-weight: 300;
  	
}



.drobeckova-navigace-sipky{
	display: inline-block;
	padding: 0 0.75rem;	
}
.breadcrumb a{
	display: inline-block;
	text-decoration: underline;
  color: #7c7c7c;
}

.breadcrumb .drobeckova-navigace-nazev{
	display: inline-block;
	color: black;
}
.breadcrumb a:hover{
	text-decoration: none;
    color: #212121;
}

/********************/
/** 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;
}

/***************************/
/*  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;
}
.buttonFilterSend {
    display: none;
}

.filtr-wrap{
	max-width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.filtr-nadpis{
	font-weight: bold;
	color: #1F1F1F;
	margin-bottom: 2px;
	display: inline-block;
}
.filtr-nadpis-bordered{
	border-bottom: 1px solid #b1ddf2;
}
.filtr-group{

}

.filtr-group select{
	border: 1px solid black;
	height: 35px;
	padding: 0 8px;
	display: inline-block;
}

.filtr-checkbox-wrap {
    	display: flex;
	align-items: center;
    	cursor: pointer;
    	position: relative;
}

.filtr-checkbox-wrap > .checkbox-value {
    	color: #34495E;
    	padding: 0 6px;
}

.filtr-checkbox-wrap > input{
	width: 0;
}

.filtr-checkbox-wrap > .checkbox-box {
    	height: 20px;
    	width: 20px;
	line-height: 20px;
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	-o-appearance: none;
    	appearance: none;
    	border: 1px solid #E2E2E2;
    	border-radius: 4px;
    	outline: none;
    	transition-duration: 0.3s;
    	background-color: white;
   	cursor: pointer;
	position: relative;
}
.filtr-verze-bcg .filtr-checkbox-wrap > .checkbox-box{
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.75);
	background-size: cover;
}

.filtr-checkbox-wrap > input:checked + .checkbox-box{
    	border: 1px solid #1F1F1F;
    	background-color: white;
}

.filtr-verze-bcg .filtr-checkbox-wrap > input:checked + .checkbox-box{
    	border: none;
    	background-color: inherit;
}

.filtr-checkbox-wrap > input:checked + .checkbox-box::before {
    	content: '\2713';
    	display: block;
    	text-align: center;
    	color: #1F1F1F;
    	position: absolute;
    	left: 0;
    	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.filtr-checkbox-wrap > input:active + .checkbox-box, .filtr-checkbox-wrap > input:hover + .checkbox-box {
    	border: 1px solid #34495E;
}
.filtr-verze-bcg > input:active + .checkbox-box, .filtr-verze-bcg .filtr-checkbox-wrap > input:hover + .checkbox-box{
	border: none;
}
.filtr-checkbox-wrap > input:checked ~ .checkbox-value,
.filtr-checkbox-wrap > input:active ~ .checkbox-value, 
.filtr-checkbox-wrap > input:hover ~ .checkbox-value{
	font-weight: bold;
}

/********************/
/** STRANKOVANI
*********************/ 
.produkt_pagination{
	flex-basis: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.strankovani-odkaz, .pgr{
	text-decoration: none;
	font-weight: 300;
	
	color: black;
	font-size: 16px;
	border: 1px solid transparent;
	padding: 0 0.4rem;
}
.pgr, .strankovani-odkaz:hover{
	border: 1px solid black;
	color: black;
}
.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: black;
    	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, 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;
	
}
div.modal-header {
	border-radius: 0;
	background: black;
}

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-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{
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}

.modal-dialog .btn-primary:hover{

}

.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: black;
}

#Velikosti .modal-dialog table{
	width: 100% !important;
	height: auto !important;
}

#Velikosti .modal-dialog table{
	width: 100% !important;
	height: auto !important;
}
.tabulka-velikosti td{
	border: 1px solid #D5D3D4 !important;
}

@media (min-width: 740px){
#Velikosti .modal-dialog,
#Doprava .modal-dialog {
    	max-width: 700px;

}
}

div.mex-eshop-product-added .mex-product-added-obrazek{
	height: 350px;
	text-align: center;
}
div.mex-eshop-product-added .mex-product-added-obrazek img{
	max-height: 100%;
}

/***************************/
/*  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-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-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: black;
	border: 1px solid black;
    	color: white;
}




/********************/
/** RESPONSIVE
*********************/ 
@media (min-width: 1440px){
.container {
    max-width: 1420px;
}
}

@media screen and (max-width: 1400px){
#menu_top, #kontakt{
	max-width: 100%;
	flex-basis: 100%;
}
#kontakt{
	margin: 5px 0;
	text-align: center !important;
}
#menu_top .navbar-toggler {
    display: block !important;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
    width: 100%;
}
#menu_top .navbar-toggler-icon {
    font-size: 25px;
    height: auto;
    vertical-align: initial;
    margin-bottom: 0;
    color: white;
}
#menu_top .navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
#menu_top .navbar-inner{
	width: 100%;
	text-align: center;
}
#menu_top .nav li.lvl-1 {
    display: block;
    text-align: center;
    flex-basis: 100%;
}
#slideshow{
	max-width: calc(100%);
	margin: 0 auto;
}
.caption{
	padding-top: 25px;
}
.caption p{
	font-size: 1.8vw;
}
.caption p.big{
	font-size: 3.5vw;
	line-height: 4.5vw;
}
.caption .btn{
	min-width: 0;
	white-space: normal;
	font-size: 18px;
}
.produkty-slide{
	max-width: calc(100% - 80px);
	margin: 0 auto;
}
.produkty-slide.slick-slider .slick-track, .produkty-slide.slick-slider .slick-list,
.produkty-pribuzne.slick-slider .slick-track, .produkty-pribuzne.slick-slider .slick-list {
    	padding: 0 1px;
}
.produkty-slide .slick-list {
    	margin-right: -4px;
}
.produkty .card{
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.produkty-pribuzne .card {
      flex-basis: initial;
      max-width: 100%;
}
}

@media screen and (max-width: 1300px){
.main-col{
	max-width: calc(100% - 285px);
}
#category .item1 .section.visible{
	max-width: 125%;
}
.col-logo{
	width: auto;
	display: inline-block;
}
.logo{
	display: flex;
	margin-right: 0;
	justify-content: center;
	margin-bottom: 8px;
}
.logo .purple{
	text-align: center;
}
.logo .big, .logo .purple{
	display: inline-block;
}
.logo br{
	display: none;
}
div#aktuality_slide_box{
	flex-wrap: wrap;
}
div#aktuality_slide_box > *{
	flex-basis: 100%;
	text-align: center;
}
#aktuality_slide .aktuality_name{
	margin-right: 0;
	margin-bottom: 5px;
}
#aktuality_slide .aktuality_vice{
	position: relative;
}	
.filtr-wrap {
    max-width: 100%;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    z-index: 5;
    margin-bottom: 15px;
}
.produkty.pt-45 {
    padding-top: 0;
}
.col{
	margin-bottom: 30px;
}
}


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

.logo .big{
	display: block;
}
.col{
	flex-basis: 100%;
	text-align: center;
}
#header, #header .text-right{
	text-align: center !important;
}
#logo{
	margin: 0.5rem 0;
}
.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: white;
    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: white;
}
#menu_kategorie .navbar-toggler, #menu_kategorie .navbar-toggler-icon{
	color: white;
}
#menu_kategorie .nav{
	flex-wrap: wrap;
}
.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%;
}
.ico-boxes{
	justify-content: center;
}
.ico-boxes .ico-box{
	margin: 0 15px;
}
.bcg-box{
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.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;
}
.produkty-pribuzne.slick-slider .slick-list{
	padding: 0 1px;
	margin-right: -1px;
	overflow: hidden;
}
.kategorie-banner {
    flex-basis: 50%;
    max-width: 50%;
}
}

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

@media screen and (max-width: 1000px){
.caption .btn{
	display: none;
}
.bcg-box-color, .bcg-box-image{
	flex-basis: 50%;
}
#nadpatickou .col-md-6{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
#mapa .position{
	text-align: center;
	display: block;
}
.box-footer{
    display: flex;
    justify-content: center;
}	
	
}

@media screen and (max-width: 768px){
#kontakt p{
	margin-left: 0;
	display: block;
	text-align: center;
	margin-bottom: 0.3rem;
}
.searchbox .search_text{
	width: auto;
}
#kontakt p span{
	display: block;
	text-align: center;
}
#slideshow .caption{
	display: none;
}
.produkty .card{
	flex-basis: 50%;
	max-width: 50%;
}
.produkty-pribuzne .card {
    flex-basis: initial;
    max-width: 100%;
}
.banner{
	flex-basis: 100%;
	max-width: 100%;
}
.archive .aktuality_img {
    float: none;
    width: 100%;
}
#roll-box {
    top: 0 !important;
    justify-content: center;
}

.dolni-menu li{
	width: 100%;
}
.aktuality_col_container .aktuality_img{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.aktuality_col_container .aktuality_box{
	text-align: center;
}
}

@media screen and (max-width: 500px){
.produkty .card{
	flex-basis: 100%;
	max-width: 100%;
}
.produkty .card, .kategorie-banner {
    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%;
}

}









.container-2 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
	.container-2 {
padding: 0px;
}

.icon-group .mex-text{
	display: none;
}

}

.icon-group .mex-text{
	display: none;
}


/* Bootstrap 5 breakpoints, widened ~30% */
@media (min-width: 576px) {
  .container-2 { max-width: 700px; }   /* 540 → ~700 */
}

@media (min-width: 768px) {
  .container-2 { max-width: 936px; }   /* 720 → ~936 */
}

@media (min-width: 992px) {
  .container-2 { max-width: 1240px; }  /* 960 → ~1240 */
}

@media (min-width: 1200px) {
  .container-2 { max-width: 1480px; }  /* 1140 → ~1480 */
}

@media (min-width: 1400px) {
  .container-2 { max-width: 1720px; }  /* 1320 → ~1720 */
}


@media (min-width: 1400px) {
  .container { max-width: 1600px; }  /* 1320 → ~1720 */
}



   .section-title {
            align-items: center;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            position: relative;
            width: 100%;
        }

        .section-title b {
            background-color: currentColor;
            display: block;
            flex: 1;
            height: 2px;
            opacity: .1;
        }

        .section-title-bold span,
        .section-title-bold-center span {
            border: 2px solid rgba(0, 0, 0, .1);
            padding: .3em .8em;
        }

        .section-title-bold-center span,
        .section-title-center span {
            text-align: center;
        }

        .section-title span {
            text-transform: uppercase;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .heading-font,
        .off-canvas-center .nav-sidebar.nav-vertical>li>a {
            font-family: "Playfair Display", sans-serif;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .heading-font,
        .banner h1,
        .banner h2 {
            font-weight: 400;
            font-style: normal;
        }



.heart-btn,.close-btn {

  background: none;
  border: none;
    outline: none !important;
  cursor: pointer;
z-index: 99;
  padding: 0;

}



.sale-btn{
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #d9c9b5;;

}


.mex-produkt-standard-btn{
z-index: 99;

}

.heart-btn i {
  font-size: 22px;
  color: #999;
  transition: color 0.2s ease, transform 0.15s ease;
}

.close-btn i {
  font-size: 22px;
  color: #e63946;
  transition: color 0.2s ease, transform 0.15s ease;
}

.heart-btn.active i {
  color: #e63946;
}

.heart-btn:hover i {
  transform: scale(1.1);
}

.heart-btn.active i {
  animation: pop 0.25s ease;
}

@keyframes pop {
  50% { transform: scale(1.3); }
}


.product-card {
    position: relative;
}

.card-link {
 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}



.slideshow-title {
    font-family: "Playfair Displady", serif;
    font-weight: 400;
font-size: clamp(20px, 5vw, 60px);

    color: #ffffff;
    padding: 16px;
	text-align:center;
	position: relative;
z-index: 99;
    text-transform: uppercase;
    background-color: black;
    display: inline;
}

@media (max-width: 768px) {
    .slideshow-title {
        background-color: #ffffff;
        color: #000000;
      margin-bottom: 0px;
     padding-bottom: 0px;
		
    }


    h2.indexpage{
	font-size: 16px;
	padding:  0px 10px
	}
	
}



h3.section-title{
padding: 20px 0;
}

        .section-title {
            align-items: center;
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            position: relative;
            width: 100%;
        }

        .section-title b {
            background-color: currentColor;
            display: block;
            flex: 1;
            height: 3px;
            
        }

        .section-title-bold span,
        .section-title-bold-center span {
            border: 2px solid rgba(0, 0, 0, .1);
            padding: .3em .8em;
        }

        .section-title-bold-center span,
        .section-title-center span {
            text-align: center;
        }

        .section-title span {
            text-transform: uppercase;
        }











   #slideshow {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }



    .slideshow-slide {
        width: 100%;
   
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .slideshow-slide img {
        width: 100%;
        height: auto;
      
        object-fit: cover;
    }

    #slideshow-dots {
        text-align: center;
        padding: 20px;
        background: white;
    }



    .slideshow-slide {
        position: relative;
    }

    .slide-text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        /* Allows clicks to pass through to slideshow controls */
    }

    .product-text {
        position: absolute;
        font-family: 'Playfair Display', 'Times New Roman', serif;
        color: #212121;
        text-align: center;
        line-height: 1.3;
        pointer-events: none;
    }

    /* Left product text */
    .product-text.left {
        left: 35%;
        top: 60%;
        transform: translate(-50%, -50%);
        font-size: clamp(14px, 1.8vw, 28px);
    }

    /* Right product text */
    .product-text.right {
        right: 35%;
        top: 32%;
        transform: translateY(-50%);
        font-size: clamp(14px, 1.8vw, 28px);
    }


    /* Responsive adjustments */
    @media (max-width: 1600px) {
        .product-text.left {
            left: 33%;
            top: 60%;
        }

        .product-text.right {
            right: 33%;
            top: 32%;
        }
    }

    /* Responsive adjustments */
    @media (max-width: 1200px) {
        .product-text.left {
            left: 33%;
            top: 60%;
        }

        .product-text.right {
            right: 33%;
            top: 32%;
        }
    }



    @media (max-width: 768px) {
        .product-text.left {
            left: 18%;
            font-size: clamp(8px, 3vw, 14px);
        }

        .product-text.right {
            right: 10%;
            font-size: clamp(8px, 3vw, 14px);
        }
    }





 .vertical-column {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: fit-content;
    max-height: 500px;
    overflow-y: auto;
    overflow-x:hidden;

    }

    .vertical-column a {
        display: block;
        border: 1px solid #ddd;
        padding: 5px;
        background: white;
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .vertical-column a:hover {
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .vertical-column img {
        display: block;
        width: 76px;
        height: 76px;
        object-fit: cover;
    }

    /* Hide on mobile */
@media (max-width: 768px) {
    .vertical-column {
        display: none;
    }
}





.nav-item:has(.dropdown-item.active) > .nav-link {
    color: #dbc5b0 !important;
    font-weight: bold;
}

.nav-item:has(.dropdown-item.active) > .nav-link {
    color: #dbc5b0 !important;
    font-weight: bold;
}



/* Hidden by default */
.hide-1300,
.hide-768,
.hide-400 {
  display: none !important;
}

/* Shown by default */
.show-1300,
.show-768,
.show-400 {
  display: block !important;
}

@media (min-width: 1300px) {
  .show-1300 {
    display: block !important;
  }
  .hide-1300 {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .show-1300 {
    display: none !important;
  }
  .hide-1300 {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .show-768 {
    display: block !important;
  }
  .hide-768 {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .show-400 {
    display: block !important;
  }
  .hide-400 {
    display: none !important;
  }
}


@media (max-width: 647px) {
  .d-647-block {
    display: block !important;
  }
  .d-647-none {
    display: none !important;
  }
}


 .navbar-custom {
	
	padding: 20px 15px;
	
	background-color: #fff;
	
	}
	
	/* Mobile */
	
	@media (max-width: 768px) {
	
	.navbar-custom {
	
	padding: 10px 0px; /* adjust as needed */
	
	}
	
	}
	
	.logo-container {
	
	flex: 1;
	
	display: flex;
	
	justify-content: center;
	
	}
	
	.logo-container img {
	
	height: 50px;
	
	}
	
	.icon-group {
	
	display: flex;
	
	align-items: center;
	
	gap: 20px;
	
	}
	
	.search-container {
	
	flex: 1;
	
	max-width: 300px;
	
	}
	
.logo-container {
  position: absolute;
  display: flex;
  align-items: center;
}

/* Desktop (centered) */
@media (min-width: 1140px) {
  .logo-container {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Mobile (left aligned) */
@media (max-width: 1139px) {
  .logo-container {
    left: 16px;          /* adjust spacing as needed */
    transform: none;     /* VERY IMPORTANT */
  }
}	
	.icon-group a {
	
	color: #333;
	
	font-size: 18px;
	
	text-decoration: none;
	
	}
	
	.icon-group a:hover {
	
	color: #007bff;
	
	}
	
	.search-container .form-control {
	
	background-color: #000;
	
	border-color: #000;
	
	color: #fff;
	
	}
	
	.search-container .form-control::placeholder {
	
	color: #6c757d;
	
	}
	
	.search-container .form-control:focus {
	
	background-color: #000;
	
	border-color: #000;
	
	box-shadow: none;
	
	}
	
	.search-container .btn {
	
	background-color: #000;
	
	border-color: #000;
	
	color: #fff;
	
	}
	
	.icon-group i:hover {
	
	color: black;
	
	opacity: 0.7;
	
	}
	
	.icon-group a:hover i {
	
	color: black;
	
	opacity: 0.7;
	
	}
	
	.search-container .btn:hover,
	
	.search-container .btn:focus {
	
	background-color: #000;
	
	border-color: #000;
	
	color: #fff;
	
	box-shadow: none;
	
	}
	
	.cart-icon,
	
	.cart-icon strong {
	
	display: inline-block;
	
	}
	
	.image-icon {
	
	display: inline-block;
	
	height: auto;
	
	position: relative;
	
	vertical-align: middle;
	
	}
	
	.cart-icon strong:after {
	
	border: 2px solid black;
	
	border-bottom: 0;
	
	border-top-left-radius: 99px;
	
	border-top-right-radius: 99px;
	
	bottom: 100%;
	
	content: " ";
	
	height: 8px;
	
	left: 50%;
	
	margin-bottom: 0;
	
	margin-left: -7px;
	
	pointer-events: none;
	
	position: absolute;
	
	transition: height .1s ease-out;
	
	width: 14px;
	
	}
	
	.cart-icon strong {
	
	border: 2px solid black;
	
	border-radius: 0;
	
	color: black;
	
	font-family: Helvetica, Arial, Sans-serif;
	
	font-size: 1em;
	
	font-weight: 700;
	
	height: 2.2em;
	
	line-height: 1.9em;
	
	margin: .3em 0;
	
	position: relative;
	
	text-align: center;
	
	vertical-align: middle;
	
	width: 2.2em;
	
	}
	
	.header-main .header-button>.button.is-outline,
	
	.cart-icon strong:after,
	
	.cart-icon strong {
	
	border-color: #000000 !important;
	
	} 







 #slideshow {
	
	width: 100vw;
	
	position: relative;
	
	left: 50%;
	
	right: 50%;
	
	margin-left: -50vw;
	
	margin-right: -50vw;
	
	}
	
	#slideshow-area {
	
	width: 100%;
	
	min-height: 0;
	
	}

	@media (max-width: 768px) {
  #slideshow-area {
    min-height: 0;
  }
}
	
	.slideshow-slide {
	
	width: 100%;
	

	
	display: flex !important;
	
	align-items: center;
	
	justify-content: center;
	
	}
	
	.slideshow-slide img {
	
	width: 100%;
	
	height: auto;
	
	
	
	object-fit: cover;
	
	}
	
	#slideshow-dots {
	
	text-align: center;
	
	padding: 20px;
	
	background: transparent;
	
	}
	
	@media (max-width: 768px) {
	
	.slideshow-slide {
	
	min-height: auto;
	
	}
	
	.slideshow-slide img {
	
	max-height: 300px;
	
	}
	
	} 





    .banner-text {
        text-align: center;
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 18px;
        color: #212121;
        margin-bottom: 0px;
	text-transform: uppercase;
	text-decoration: none !important;
    }




    .carousel-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
	  padding: 40px 0;
        overflow: visible;
    }

    .carousel-container {
        position: relative;
        width: 80%;

        margin: auto;
        overflow: hidden;
        border-radius: 10px;
       
    }

    .carousel-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    /* Make each slide a flex container so its content can be centered */
    .carousel-slide {
        min-width: calc(20%);
        /* Subtract total horizontal padding (10px on each side) */
        padding: 10px;

		text-align: center;
        align-items: center;
        justify-content: center;
    }

div.recenze   {
	background-color: #efeff0;
}

    /* Ensure inner wrapper fills the slide and centers its children vertically */
    .carousel-slide>div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }


    @media only screen and (max-width: 1250px) {
        .carousel-slide {
            min-width: calc(50%);
        }
    }

    @media only screen and (max-width: 700px) {
        .carousel-slide {
            min-width: calc(100%);
        }
    }


    .carousel-slide img {
        width: 100%;
        object-fit: cover;
        max-height: 220px;
    }

    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        color: darkgray;
        border: none;

        cursor: pointer;
        z-index: 10;
        font-size: 30px;
    }

    .carousel-button:hover {
        color: black;
    }

    .carousel-button.prev {
        left: 1%;
    }

    .carousel-button.next {
        right: 1%;
    }

    @media only screen and (max-width: 1500px) {
        .carousel-button.prev {
            left: 5%;
        }

        .carousel-button.next {
            right: 5%;
        }
    }


a .product-card {
  text-decoration: none;
  color: black;
}

 .product-card, .product-card h3, product-card p  {
        color: inherit;
        text-decoration: none !important;
    }

    .product-card {
        background: #fff;
        border: 1px solid transparent;
        /* keep layout when border appears */
        border-radius: 4px;
        transition: border-color 160ms ease, box-shadow 160ms ease;
        box-sizing: border-box;
        overflow: hidden;
    }


    .product-card:hover,
    .product-card:focus-within {
        border-color: #111;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }

    .product-inner {
        padding: 28px 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 420px;
    }

    .product-image {
        width: 100%;
        aspect-ratio: 1;
        display: flex;
        max-height: 240px;
        align-items: center;
        justify-content: center;
        padding: 10px 0 14px;
    }

    .product-image img {
        max-width: 220px;
        max-height: 220px;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .product-title {
        text-align: center;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        color: #212121;
        min-height: 41px;		
        margin: 18px 0 6px;
        line-height: 1.3;
        font-weight: 400;
        max-width: 260px;
    }

    .product-price,    .product-price span {
        font-family: Roboto, sans-serif;
        font-weight: bold;
        margin-bottom: 18px;
        font-size: 20px;

    }

    .add-to-cart {
        background: #000;
        color: #fff;
        border: none;
        padding: 12px 16px;
        text-transform: uppercase;
        letter-spacing: .6px;
        cursor: pointer;
        width: 100%;
        
    }

    .add-to-cart:hover {
        background: #111;
    }

    @media (max-width:700px) {
        .product-inner {
            min-height: 480px;
        }
        
           .add-to-cart {
            padding: 4px 8px;
            font-size: 16px;
           }

        .product-image img {
            max-width: 180px;
            max-height: 180px;
        }
    }







.transform-title {
  transform: translateY(0px); /* default for < 768px */
}

/* > 768px */
@media (min-width: 768px) {
  .transform-title {
    transform: translateY(-20px);
  }
}

/* > 1400px */
@media (min-width: 1400px) {
  .transform-title {
    transform: translateY(-50px);
  }
}


 .footer {
	
	background-color: #000;
	
	color: #fff;
	
	font-family: 'Roboto', sans-serif;
	
	font-weight: 700;
	
	font-size: 16px;
	
	}
	
	.footer ul {
	
	text-align: left;
	
	}
	
	/* Brand Section */
	
	.footer-brand {
	
	display: flex;
	
	flex-direction: column;
	
	align-items: center;
	
	}
	
	footer a{
	
	text-align: center;
	
	}
	
	@media (min-width: 1000px) {
	
	.footer-brand {
	
	align-items: flex-start; /* or whatever you want on large screens */
	
	}
	
	footer a{
	
	text-align: left;
	
	}
	
	}
	
	.brand-logo {
	
	font-size: 48px;
	
	font-weight: 700;
	
	margin-bottom: 10px;
	
	letter-spacing: -2px;
	
	}
	
	.brand-tagline {
	
	font-size: 14px;
	
	font-weight: 400;
	
	margin-bottom: 30px;
	
	color: #ccc;
	
	}
	
	.contact-email {
	
	display: flex;
	
	align-items: center;
	
	margin-bottom: 5px;
	
	}
	
	.contact-email a {
	
	color: #fff;
	
	text-decoration: none;
	
	transition: opacity 0.3s;
	
	font-weight: 700;
	
	font-size: 16px;
	
	}
	
	.contact-email a:hover {
	
	opacity: 0.8;
	
	}
	
	/* Social Icons */
	
	.social-icons {
	
	display: flex;
	

	
	}
	
	.social-icon {
	
	display: inline-flex;
	
	align-items: center;
	
	justify-content: center;
	
	width: 32px;
	
	height: 32px;
	
	color: #fff;
	
	transition: opacity 0.3s;
	
	text-decoration: none;
	
	}
	
	.social-icon:hover {
	
	opacity: 0.7;
	
	text-decoration: none;
	
	color: #fff;
	
	}
	
	/* Links */
	
	h5 {
	
	font-size: 16px;
	
	font-weight: 700;
	
	color: #fff;
	
	}

	
	footer .container a {
	
	color: #fff;
	
	text-decoration: none;
	
	font-weight: 700;
	
	font-size: 16px;
	
	transition: opacity 0.3s;
	
	}
	
	footer .container a:hover {
	
	opacity: 0.7;
	
	text-decoration: none;
	
	color: #fff;
	
	}
	
	/* Video Section */
	
	.video-container {
	
	width: 100%;
	
	border-radius: 4px;
	
	overflow: hidden;
	
	}
	
	.video-container iframe {
	
	border-radius: 4px;
	
	}
	
	/* Footer Bottom */
	
	.footer-bottom {
	
	border-top-color: #333 !important;
	
	color: #999;
	
	}
	
	.footer-bottom p {
	
	margin: 5px 0;
	
	font-weight: 400;
	
	}
	
	/* Responsive adjustments */
	
	@media (max-width: 768px) {
	
	.video-container {
	
	margin-top: 20px;
	
	}
	
	.footer-brand {
	
	margin-bottom: 30px;
	
	}
	
	.footer ul{
	
	text-align: center;
	
	}
	
	} 









/* Hide heart button by default */
.product-card .heart-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.product-card .close-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}


/* Show on hover */
.product-card:hover .heart-btn {
    opacity: 1;
    visibility: visible;
}

.product-card:hover .close-btn {
    opacity: 1;
    visibility: visible;
}

.heart-btn.active{
opacity: 1;
	visibility: visible;
}

.slick-product-gallery {
    width: 400px;
    height: 400px;
}

/* Mobile */
@media (max-width: 768px) {
    .slick-product-gallery {
        width: 250px;
        height: 250px;
    }
}


@media (max-width: 576px) {
    .slick-product-gallery {
        width: 200px;
        height: 200px;
    }
}






/*** FAQ ***/
.faq-item {
            border: 1px solid #e0e4e8;
            background-color: #ffffff;
            margin-bottom: 16px;
            border-radius: 4px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
        }

        .faq-question {
            width: 100%;
            text-align: left;
            padding: 20px 24px;
            background: none;
            border: none;
            
            color: #1a233a;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.2s ease;
        }

        .faq-question:hover {
            background-color: #f8f9fa;
        }

        .faq-icon {
            
            color: #1a233a;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }


        .faq-answer {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.3s ease-out, padding 0.3s ease-out;
            padding: 0 24px;
        }

        .faq-answer-inner {
            overflow: hidden;
            color: #555;
            line-height: 1.6;
        }

        .faq-item.active .faq-answer {
            grid-template-rows: 1fr;
            padding: 0 24px 24px 24px;

        }




.toggle-search{
	display: none;
}

@media (max-width: 768px) {
.toggle-search{
	display: block;
}

.input-group {
    display: none;
}

.input-group.active {
    display: flex;
}

}


.recenze {
  background: #f5f5f5;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px 0;
	font-family: Roboto;
	font-size: 16px;
}

.recenze .extra-bold{
font-family: 'Playfair Display', serif;
}

.recenze .carousel-wrapper{
	margin-top: 0px;
}


div.recenze .carousel-slide::after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required for solid icons */
    color: #dbc5b0;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}



.carousel-slide a p.banner-text,
.carousel-slide a p.banner-text a,
.carousel-slide a p.banner-text * {
    text-decoration: none !important;
}




.carousel-slide a {
    text-decoration: none !important;
}


p.reccomended-price-wrap {
    text-decoration: line-through;
    font-family: Roboto, sans-serif;
}
