@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat.woff2') format('woff2'),
         url('/fonts/Montserrat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  	background-color: #d8d8d8;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
}

/* Montserrat na celom e-shope (Bootstrap, formuláre, pluginy) */
html {
	font-family: 'Montserrat', sans-serif;
}

button,
input,
select,
textarea,
optgroup,
.form-control,
.btn,
.btn-group,
.dropdown-menu,
.navbar,
.nav,
.modal,
.panel,
.well,
.list-group,
.table,
.pagination,
.breadcrumb,
.alert,
.label,
.badge,
.cc-window,
.cc-revoke,
.cc-btn,
.cc-header,
.cc-link {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
    transition: all 0.5s ease;
	color: #222;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
    color: #b33e3f;
    text-decoration: none;
}
legend {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #b33e3f;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 350px;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	margin-left: -15px;
	margin-top: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 366px;
	padding: 0px 9px 0px 0px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 18px;
}
/* menu */
#menu {
    
    min-height: 40px;
    margin: 0 auto;
    width: max-content;
    border: none !important;
}
#menu .nav > li > a {
transition: all 0.5s ease;
font-family: Montserrat;
	color: #f3f3f3;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 5px 10px 5px;
	min-height: 15px;
  height: 39px;
  line-height: 13px;
    font-size: 18px;
  display: table-cell;
    vertical-align: middle;
    font-weight: 200;
    text-align: center;
	background-color: transparent;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
    select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	   font-size: 16px;
    }
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
    min-height: calc(100vh - 328px);
}
/* footer */
footer {
	background: #3e3e3e url(/image/footer-pattern.png) top left repeat-x;
    padding: 40px 0 25px;
    padding-top: 35px;
    color: #e2e2e2;
    position: relative;
    z-index: 9;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
    text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    display: none;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	text-align: center;
}
.btn {
	padding: 8.5px 10px;
	font-size: 12px;
	border: 0px solid #cccccc;
	border-radius: 0px;
	box-shadow: inset 0 0 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 11px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #a02a2c;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	background-color: #b33e3f;
	border-radius: 0px;
    border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	background-color: #b33e3f;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #000000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #1f1f1f;
	padding: 9px 0px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
    font-size: 16px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -23px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 200px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	text-align: center;
}

.section{
  background-color: #fff;
  width: 100%;
  position: relative;
  display: block;
  height: 0px;
  }
.section .obsah{
display: table;
height: 100%;
}
#section1, #section3, #section5, #section7{
  background-color: #d8d8d8;
  display: table;
}
#section2, #section4, #section6{
  background-color: #727272;
}

header{
  position: fixed;
  width: 100%;
  z-index:10;
  background-color: #292929;
  height: 60px;-webkit-transition: width 2s; /* Safari */
transition: width 2s;
}
.behind-header{
  position:relative;
  width: 100%;
  height:60px;  
}
.hlavne-kategorie.sticky{
    box-shadow: none;
    background-color: #fff;
    height: 0px;
    overflow: hidden;
    position: fixed;
}
#menu .nav > li > a .podnadpis{
  font-size: 10px;
}
.navbar-nav{
  height: 60px;
    padding: 10px 0px 0px 20px;
}
.navbar li.menu-item{
      transition: all 0.5s ease;
      margin: 0px 10px;
      height: 100%;
    border-bottom: 7px solid transparent;
}
.navbar li.menu-item:hover{
    border-bottom: 7px solid #b53d3c;
}
.navbar li.menu-item.nakupny-kosik:has(#cart.open){
    border-bottom: 7px solid #b53d3c;
}
.navbar li.menu-item.active{
    border-bottom: 7px solid #b33e3f;
}
#section1 .foto1{ 
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}
#section1{
    transition: all 0.5s ease; 
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}
#section1:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#section1 .text{
    width: 50%;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#section1 .text .heading{
    font-size: 40px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #818181;   
}
#section1 .text .nakupovat{
    font-size: 20px;
    background-color: red;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
}
#section1 .text .subheading{ 
    padding: 10px 0px;
}
#section1 .text .nakupovat a{
    color: #fff;
}
#section1 .text .nakupovat a:hover{
    color: #fff;
}
 
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
img{
  max-width: 100%;
}
.navbar-nav a{
  cursor: pointer;
}
.header-logo{
  position: absolute;
    padding: 15px;
}
.header-logo img{
  width: 110px;
}
.header-nadpis-logo{
    margin-top: -5px;
    border: none;
}
.header-nadpis-logo a{
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    padding-right: 20px !important;
}
.header-nadpis-logo:after{
    content: "";
    width: 1px;
    height:100%;
    display: inline-block;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
}
.header-nadpis-logo:hover{
    border-bottom: 7px solid transparent !important;
}
.header-nadpis-logo .podnadpis-header{
    font-weight: 400;
    font-size: 13px;
}
.vyhladavac #search{
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    margin-top: 21px;
    right: -7px;
    opacity:0;
    visibility:hidden;
    transform: translateY(-24px);
}
.vyhladavac:not(.opened) #search{
    pointer-events: none;
}
.vyhladavac.opened{
    z-index:1;
    opacity:1;
    visibility:visible;
}
.fixedsearch,.fixedcart{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;display:none;
}
.vyhladavac.opened .fixedsearch, #cart.open + .fixedcart {
    display:block;
}
.vyhladavac.opened .fixedsearch,
#cart.open + .fixedcart{
    background: transparent !important;
    pointer-events: none;
}
#vyhladavac-backdrop,
#cart-backdrop{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    transition: opacity 0.5s ease;
}
body.vyhladavac-active #vyhladavac-backdrop,
body.cart-active #cart-backdrop{
    display: block;
    opacity: 1;
    z-index: 95;
}
body.vyhladavac-active header,
body.cart-active header{
    z-index: 100;
}
body.vyhladavac-active .vyhladavac.opened,
body.vyhladavac-active .vyhladavac.closing{
    position: relative;
    z-index: 101;
}
body.vyhladavac-active .vyhladavac.opened #search,
body.vyhladavac-active .vyhladavac.closing #search{
    z-index: 102;
}
body.cart-active .nakupny-kosik #cart.open{
    position: relative;
    z-index: 101;
}
body.cart-active .nakupny-kosik #cart.open .dropdown-menu{
    z-index: 102;
}
body.vyhladavac-active .own-filter.open,
body.cart-active .own-filter.open{
    z-index: 30;
}
#cart.open {
    border-bottom: none;
    z-index: 1;
    padding-bottom: 0;
}
.vyhladavac a.fixedsearch-icon{
    position: absolute;
    top: 0;
    background-color: #141414 !important;
    font-size: 30px !important;
    padding: 12px 10px 31px 10px !important;
    left: -6px;
    display: none !important;
    border-bottom: 7px solid #b53d3c;
}
.vyhladavac.opened a.fixedsearch-icon,
.vyhladavac.closing a.fixedsearch-icon{
    display:block !important;
    background: transparent !important;
    background-color: transparent !important;
}
.vyhladavac.opened > img,
.vyhladavac.closing > img,
.showonmobileheader .vyhladavac.opened > img,
.showonmobileheader .vyhladavac.closing > img,
.hideonmobileheader .vyhladavac.opened > img,
.hideonmobileheader .vyhladavac.closing > img{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.vyhladavac.opened #search{
    opacity: 1;
    visibility:visible;
    transform: translateY(0);
}
.vyhladavac.opened.closing #search{
    opacity: 0;
    visibility: visible;
    transform: translateY(-24px);
    pointer-events: none;
}
.vyhladavac .live-search{
    position: inherit;
    background: transparent;
    margin: 34px -5px 25px;
    width: auto;
    border: none;
    border-top: 2px solid #b53d3c;
}
.searchchild{
    width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 5px solid;
    clear: both;
    border-color: #b53d3c;
    background: #eeeeee;
}
@media (min-width: 768px) {
    .vyhladavac #search,
    .vyhladavac .searchchild,
    .vyhladavac .live-search{
        width: 495px !important;
        max-width: none;
    }
    .vyhladavac .searchchild{
        margin: 0 0 0 auto;
    }
    .vyhladavac .live-search .result-text{
        width: 100%;
    }
}
.searchchild:after{
    content: " ";
    clear:both;
    display:block;
}

.vyhladavac #search span{
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: 2px;
    width: 33px;
}
.vyhladavac #search .btn-lg{
    padding: 4px;
    background: #b53d3c;
    border: none;
    outline: 0;
}
.vyhladavac #search .input-lg{
    height: 34px;
}
.vyhladavac{
    color: #b33e3f;
    cursor: pointer;
    height: 50px;
    padding: 7px 5px 10px 5px;
}
.nakupny-kosik {
    color: #000000;
    padding: 7px 5px 10px 5px;
}
.common-kosik{
    background: none;
    border: none;
    outline: 0;
    position: relative;
}
.common-kosik #cart-total{
    position: absolute;
    top: -5px;
    right: -4px;
    background-color: #b33e3f;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 300;
	line-height: 21px;
}
.hlavne-kategorie a.list-group-item{
    display: inline-block;           
    border: none !important;
    text-align: center;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;   
    background: none;
    min-width: 110px;
    max-width: 220px;
    
}
@media (max-width: 1200px){
.hlavne-kategorie a.list-group-item{
    min-width: 150px;
}
}
.behind-hlavnekategorie{
    height: 153px;
    position: relative;
    background-color: white;    
}

/* E-shop kategórie – card grid (newfotokino) */
.eshop-kategorie-bar {
    position: relative;
    background: #fff;
    border-bottom: none;
    padding: 1rem 0 1rem;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
    box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.1);
    overflow: visible;
}
.eshop-kategorie-bar__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1rem;
}
.home-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}
@media (max-width: 1023px) {
    .eshop-kategorie-bar__inner .home-categories-grid,
    .fotokino-shop-menu .home-categories-grid {
        width: 100%;
        max-width: none;
    }
}
@media (min-width: 640px) {
    .home-categories-grid {
        gap: 0.65rem;
    }
}
@media (min-width: 1024px) {
    .home-categories-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0.75rem;
    }
}
.eshop-kategorie-bar__inner .home-categories-grid {
    width: 95%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.fotokino-shop-menu .home-categories-grid {
    width: 80%;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
}
.eshop-kategorie-bar .home-category-card {
    aspect-ratio: 5 / 3;
    box-shadow: none;
}
.home-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    min-height: 0;
    min-width: 0;
    padding: 0.5rem 0.4rem 0.45rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    color: #0f172a;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-category-card:hover,
.home-category-card.is-active {
    transform: translateY(-4px);
    border-color: #b33e3f;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    color: #0f172a;
    text-decoration: none;
}
.home-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    max-width: 5.5rem;
    aspect-ratio: 1;
    flex: 1 1 auto;
    flex-shrink: 1;
    padding: 0.2rem;
    overflow: hidden;
}
.home-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.home-category-card:hover .home-category-icon img,
.home-category-card.is-active .home-category-icon img {
    filter: grayscale(0%);
    transform: scale(1.1);
}
.home-category-label {
    margin-top: 0.25rem;
    flex-shrink: 0;
    min-height: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 767px) {
    .eshop-kategorie-bar {
        padding-bottom: calc(1rem + 5px);
    }
    .eshop-kategorie-bar__inner .home-categories-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0.45rem;
        container-type: inline-size;
    }
    .eshop-kategorie-bar .home-category-card {
        flex: 0 0 calc((100% - 0.9rem) / 3);
        width: calc((100% - 0.9rem) / 3);
        max-width: calc((100% - 0.9rem) / 3);
        aspect-ratio: 5 / 3.15;
    }
    .eshop-kategorie-bar .home-category-card:nth-last-child(2):nth-child(3n + 1),
    .eshop-kategorie-bar .home-category-card:last-child:nth-child(3n + 2) {
        flex: 0 0 calc((100% - 0.45rem) / 2);
        width: calc((100% - 0.45rem) / 2);
        max-width: calc((100% - 0.45rem) / 2);
        aspect-ratio: auto;
        height: calc((100cqw - 0.9rem) / 3 * 3.15 / 5);
    }
    .eshop-kategorie-bar .home-category-label {
        font-size: 1.4rem;
    }
}
@media (min-width: 640px) {
    .home-category-icon {
        max-width: 6rem;
    }
    .home-category-label {
        font-size: 1.35rem;
    }
}
@media (min-width: 1024px) {
    .home-category-icon {
        max-width: 6.75rem;
    }
    .home-category-label {
        font-size: 1.45rem;
        line-height: 1.3;
    }
}
#menu .nav > li > .js-eshop-menu-trigger {
    transition: all 0.5s ease;
    font-family: Montserrat, sans-serif;
    color: #f3f3f3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 5px;
    min-height: 15px;
    height: 39px;
    line-height: 13px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 200;
    text-align: center;
    background: transparent;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
.js-eshop-menu-wrap.active > .js-eshop-menu-trigger {
    font-weight: 700;
}
.fotokino-shop-menu-root {
    position: fixed;
    inset: 0;
    z-index: 1002;
}
.fotokino-shop-menu-root[hidden] {
    display: none !important;
}
.fotokino-shop-menu-backdrop {
    position: fixed;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: pointer;
}
.fotokino-shop-menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    pointer-events: none;
}
.fotokino-shop-menu {
    pointer-events: auto;
    width: 100%;
    max-width: 1680px;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    transform-origin: top center;
    animation: fotokinoShopMenuDown 180ms ease-out both;
}
.fotokino-shop-menu .home-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 1024px) {
    .fotokino-shop-menu .home-categories-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0.75rem;
    }
}
.fotokino-shop-menu .home-category-card {
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 0.5rem 0.4rem 0.45rem;
    border-radius: 0.75rem;
}
.fotokino-shop-menu .home-category-icon {
    width: 72%;
    max-width: 5rem;
    aspect-ratio: 1;
    flex: 1 1 auto;
}
.fotokino-shop-menu .home-category-label {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    line-height: 1.2;
    min-height: 0;
    text-transform: none;
}
@media (min-width: 640px) {
    .fotokino-shop-menu .home-category-icon {
        max-width: 5.5rem;
    }
    .fotokino-shop-menu .home-category-label {
        font-size: 0.88rem;
    }
}
@media (min-width: 1024px) {
    .fotokino-shop-menu .home-category-icon {
        max-width: 6.25rem;
    }
    .fotokino-shop-menu .home-category-label {
        font-size: 0.95rem;
    }
}
@media (min-aspect-ratio: 21/9) and (min-width: 1280px) {
    .eshop-kategorie-bar__inner .home-categories-grid,
    .fotokino-shop-menu .home-categories-grid {
        grid-template-columns: repeat(var(--home-categories-count, 13), minmax(0, 1fr));
        width: 98%;
        max-width: none;
    }
    .eshop-kategorie-bar .home-category-card,
    .fotokino-shop-menu .home-category-card,
    .home-categories-grid > .home-category-card {
        aspect-ratio: 1;
        min-height: 0;
        justify-content: flex-start;
        padding: 0.55rem 0.35rem 0.25rem;
    }
    .home-categories-grid > .home-category-card .home-category-icon {
        height: auto;
        width: 60%;
        max-width: none;
        max-height: 54%;
        aspect-ratio: 1;
        flex-shrink: 1;
        padding: 0.1rem;
        margin-top: 0.2rem;
    }
    .home-categories-grid > .home-category-card .home-category-label {
        margin-top: 0.35rem;
        min-height: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem !important;
        line-height: 1.2 !important;
        -webkit-line-clamp: 2;
    }
}
@keyframes fotokinoShopMenuDown {
    from {
        opacity: 0;
        transform: translateY(-10px) scaleY(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}
body.fotokino-shop-menu-open {
    overflow: visible;
}

.hlavne-kategorie a.list-group-item:hover{
    background: none;
}
.hlavne-kategorie{  
    overflow: hidden;
    text-align: center;   
    background: #ffffff;
    z-index: 9;
    position: absolute;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 15px -15px #000000;
}
.kategorie.hlavne-kategorie{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.kategorie.hlavne-kategorie.otvorene{
    opacity:1;
    visibility: visible;
    position: relative;
}
.hlavne-kategorie a.list-group-item img{
    transition: all 0.5s ease;   
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    display: block;
    margin: 0 auto;
}
.hlavne-kategorie a.list-group-item img:hover, .hlavne-kategorie a.list-group-item.active img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transform: scale(1.2);
} 
.hlavne-kategorie a.list-group-item.active{
    background: none !important;
}

.hlavne-kategorie a.list-group-item .zoom-image{
    width: 100%;
    padding: 4px;
    display: inline-block;
}
.list-group-item {
    margin-bottom: 0px !important;
}
.produkt .product-thumb .image{
    width: 100%;
    z-index: 2;
    padding: 40px 12px 2px;
}
.produkt .product-thumb{
    position: relative;
    margin-bottom: 0px;
}
.produkt .product-thumb .popis-bg{
    position: absolute;
    z-index: 1;
    font-family: Montserrat;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.produkt .product-thumb .popis-bg .block-right-bg, .produkt .product-thumb .popis .block-left-bg{
    width: 50%;
    float: left;
    height: 100%;
}
.produkt .product-thumb .popis .block-left{
    width:100% !important;
}

.produkt .product-thumb .popis{
    position: absolute;
    z-index: 3;
    top: 0;
    font-family: Montserrat;
    width: 100%;
    height: 100%;
}
.produkt .product-thumb .popis .block-right, .produkt .product-thumb .popis .block-left, .produkt .product-thumb .popis-bg .block-right-bg, .produkt .product-thumb .popis-bg .block-left-bg{
    width: 50%;
    float: left;
    height: 100%;
}
.produkt .product-thumb .popis .block-left h4{
    font-size: 20px;
    max-width: 205px;
    display: inline-block;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 20px;        
} 
.produkt .product-thumb .popis .price{
    font-size: 30px;
    padding-right: 30px;
    margin-top: 20px; 
    float: right;       
}
.produkt .product-thumb .popis .price.price-2{
    margin-top: 2px;
    padding-right: 0px;
}
.produkt .product-thumb .popis .block-left h4 a{
    color: black;            
}
.produkt .product-thumb:hover .popis-bg .block-left-bg{      
    background-color: #b53d3c;
}
.produkt .product-thumb:hover .popis .block-left button{      
    visibility: visible;
}
.produkt .product-thumb .popis .block-left button{
    position: absolute;
    bottom: 10px;
    left: 50px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    visibility: hidden;        
}
.buttonka{
width: 100%;
float: none;
display: inline-block;
}
.buttonka button{
    border: 1px solid #ddd;
    background: none;
    border-radius: 40px;
    width: 40px;
    color: #ddd;
    height: 40px;
    right: 0;
    display: block;
    float: right;
    text-align: center;
}
.buttonka1{
    padding: 15px 15px 0px 0px;
}
.buttonka2{
    padding: 0px 15px 15px 0px;
}
.produkt .product-thumb .popis .block-right .price{
    text-align: right;
    line-height: 1.1;
}
.produkt .product-thumb .popis .price .price-old{
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.produkt .product-thumb .popis .price .price-new{
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
.zlava{
    margin-top: 5px;
    margin-left: 30px;
	margin-right: 30px;
    min-width: 50px;
    padding: 0px 5px !important;
    text-align: center;
    font-size: 16px;
    background: rgba(179, 62, 63, 0.95);
    line-height: 24px;
    color: #fff;
    display: inline-block;
	text-shadow: 0 0px 1px rgba(0, 0, 0, 1);
}
.owl-carousel .owl-wrapper-outer {
    border: none !important;
}
.slideshow img{
    width: 100%;
    opacity: 0.75;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next{
    width: 50px;
    height: 40px;
    background-color: #ffffffad;
    opacity: 1 !important;
}
.owl-buttons .owl-prev{
    left: 0px !important;
}
.owl-buttons .owl-next{
    right: 0px !important;
}
.owl-buttons i{
    font-size: 23px !important;
    margin: 10px 21px 0px !important;
}
.owl-pagination{
    display: none !important;
}
.kategorie-top > div{
    display: inline-block;
}
.kategorie-top{
    display: block;
     padding: 7px 30px;
    background-color: #e6e6e6;
    box-shadow: 0px 0px 6px #9a9a9a;
    z-index: 8;
    position: fixed;
    width:100%;  
}
.kategorie-top:before{
    display: block;
    content: " ";
    clear: both;  
}
.filtre{
    display: inline-block;
    float: right;
}
.omrvinkova div{
    display: inline-block;
    font-weight: 400;
}
.omrvinkova div a {
	text-transform: capitalize;
	color: #262626;
	font-family: Montserrat; 
	font-weight: 400;
	font-size: 12px;
}
	
.produkty-kategorie .produkt{
    padding: 0px !important;
}

.produkty-kategorie{
    margin-top: 35px;
    display: block;
    width: 100%;
    position: relative;
}
#content-info.home-featured-section,
#content-info.home-featured-section .home-featured-products{
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
#content-info .home-featured-heading{
    padding: 30px 15px 25px;
    margin: 0;
    text-align: center;
}
#content-info .home-featured-heading h1{
    margin: 0;
}
#content-info .home-featured-heading p:empty,
#content-info .home-featured-heading p:blank{
    display: none;
}
#content-info .home-featured-products{
    margin-top: 0 !important;
    margin-bottom: 0;
}
#content-info .home-featured-products .home-featured-grid{
    margin-left: 0;
    margin-right: 0;
}
#content-info .home-featured-products .produkt{
    padding: 0 !important;
    float: left;
}
#content-info .home-featured-products .produkt-buttony-simple .produkt-button{
    min-width: 0;
    flex: 0 0 auto;
    display: inline-block;
    float: none;
    vertical-align: top;
}
#content-info .home-featured-products .before-popis > a:first-child{
    pointer-events: none;
}
#content-info .home-featured-products .produktquantityinfo{
    pointer-events: none;
    z-index: 2;
}
#content-info .home-featured-products .produkt-buttony-simple{
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    pointer-events: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
#content-info .home-featured-products .produkt-buttony-simple .produkt-view-btn{
    cursor: pointer;
}
#content-info .home-featured-products .product-thumb .image{
    position: relative;
    overflow: hidden;
}
#content-info .home-featured-products .product-thumb .image img{
    transition: filter 0.35s ease, transform 0.35s ease;
}
body:has(.vyhladavac.opened) .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(#modal-agree):not(.modal-backdrop):not(#vyhladavac-backdrop):not(#cart-backdrop):not(.produkt-nakup-wrap--dock),
body:has(.vyhladavac.opened) #content .produkt .product-thumb,
body:has(.vyhladavac.opened) #content-info .produkt .product-thumb,
body:has(.vyhladavac.opened) #content > *:not(.produkty-kategorie),
body:has(.vyhladavac.opened) #content-info > *:not(.home-featured-products),
body:has(.vyhladavac.opened) #content-blog,
body:has(.vyhladavac.opened) footer,
body:has(.vyhladavac.opened) #column-left,
body:has(.vyhladavac.opened) #column-right,
body.cart-active .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(.produkt-nakup-wrap--dock),
body.cart-active #content .produkt .product-thumb,
body.cart-active #content-info .produkt .product-thumb,
body.cart-active #content > *:not(.produkty-kategorie),
body.cart-active #content-info > *:not(.home-featured-products),
body.cart-active #content-blog,
body.cart-active footer,
body.cart-active #column-left,
body.cart-active #column-right,
body:has(#modal-agree.in) .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(#modal-agree):not(.modal-backdrop):not(#kontakt-modal-overlay):not(#prepis-order-modal):not(#prepis-order-modal-overlay):not(#vyhladavac-backdrop):not(#cart-backdrop),
body:has(#modal-agree.in) #content .produkt .product-thumb,
body:has(#modal-agree.in) #content-info .produkt .product-thumb,
body:has(#modal-agree.in) #content > *:not(.produkty-kategorie),
body:has(#modal-agree.in) #content-info > *:not(.home-featured-products),
body:has(#modal-agree.in) #content-blog,
body:has(#modal-agree.in) footer,
body:has(#modal-agree.in) #column-left,
body:has(#modal-agree.in) #column-right,
body.kontakt-modal-open .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(#modal-agree):not(#kontakt-modal-overlay):not(#prepis-order-modal):not(#prepis-order-modal-overlay):not(.modal-backdrop),
body.kontakt-modal-open #content,
body.kontakt-modal-open #content-info,
body.kontakt-modal-open #content-blog,
body.kontakt-modal-open footer,
body.kontakt-modal-open #column-left,
body.kontakt-modal-open #column-right,
body.kontakt-modal-open #smartbar,
body.kontakt-modal-open .smartbar_wrapper,
body.kontakt-modal-open #newslettersubscribe-consent,
body.kontakt-modal-open #newslettersubscribe-space{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: filter 0.3s ease;
}
body.kontakt-modal-open #smartbar,
body.kontakt-modal-open .smartbar_wrapper,
body.kontakt-modal-open #newslettersubscribe-consent,
body.kontakt-modal-open #newslettersubscribe-space {
    pointer-events: none;
}
body:has(#modal-agree.in) header,
body:has(#modal-agree.in) .behind-header,
body.kontakt-modal-open header,
body.kontakt-modal-open .behind-header{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: filter 0.3s ease;
}
body:has(#modal-agree.in):not(:has(#modal-agree.modal-legal.in)) .modal-backdrop {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
}
body:has(#modal-agree.in) #modal-agree,
body:has(#modal-agree.in) #modal-agree *,
body:has(#modal-agree.in) #prepis-order-modal,
body:has(#modal-agree.in) #prepis-order-modal *,
body:has(#modal-agree.in) #prepis-order-modal-overlay,
body.kontakt-modal-open #modal-agree,
body.kontakt-modal-open #modal-agree *,
body.kontakt-modal-open #prepis-order-modal,
body.kontakt-modal-open #prepis-order-modal *,
body.kontakt-modal-open #prepis-order-modal-overlay,
body.prepis-order-modal-open #prepis-order-modal,
body.prepis-order-modal-open #prepis-order-modal *,
body.prepis-order-modal-open #prepis-order-modal-overlay {
    filter: none !important;
    -webkit-filter: none !important;
}
body.prepis-order-modal-open #prepis-order-modal.prepis-order-modal {
    z-index: 2147483646 !important;
}
body.prepis-order-modal-open #prepis-order-modal-overlay {
    z-index: 2147483645 !important;
}
body.prepis-order-modal-open #modal-agree.fotokino-alert-modal {
    z-index: 2147483647 !important;
}
body.prepis-order-modal-open #modal-agree.modal-legal,
body.prepis-order-modal-open #modal-agree.modal-legal.in {
    z-index: 2147483648 !important;
}
body.prepis-order-modal-open #modal-agree.modal-legal,
body.prepis-order-modal-open #modal-agree.modal-legal *,
body.prepis-order-modal-open .modal-backdrop {
    filter: none !important;
    -webkit-filter: none !important;
}
body.prepis-order-modal-open .modal-backdrop.in {
    z-index: 2147483647 !important;
}
body.prepis-order-modal-open #kontakt-modal-overlay:not(#prepis-order-modal-overlay) {
    z-index: 2147483646 !important;
}
body:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal,
body:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal *,
body.fotokino-prepis-legal-open #modal-agree.modal-legal,
body.fotokino-prepis-legal-open #modal-agree.modal-legal * {
    filter: none !important;
    -webkit-filter: none !important;
}
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #prepis-order-modal-overlay,
body.fotokino-prepis-legal-open #prepis-order-modal-overlay,
body.fotokino-legal-modal-open #prepis-order-modal-overlay,
body:has(#modal-agree.modal-legal.in) #prepis-order-modal-overlay {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) .modal-backdrop,
body.fotokino-prepis-legal-open .modal-backdrop,
body.fotokino-legal-modal-open .modal-backdrop,
body:has(#modal-agree.modal-legal.in) .modal-backdrop {
    background-color: transparent !important;
    background: transparent !important;
    opacity: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none;
}
body.fotokino-legal-modal-open #modal-agree.modal-legal.in,
body.fotokino-legal-modal-open #modal-agree.modal-legal.in *,
body.fotokino-prepis-legal-open #modal-agree.modal-legal.in,
body.fotokino-prepis-legal-open #modal-agree.modal-legal.in *,
body:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal.in,
body:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal.in * {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
body.fotokino-legal-modal-open #modal-agree.modal-legal.in .modal-content,
body.fotokino-prepis-legal-open #modal-agree.modal-legal.in .modal-content,
body:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal.in .modal-content {
    background-color: #fff !important;
    background: #fff !important;
}
body.fotokino-legal-modal-open .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(#modal-agree):not(.modal-backdrop):not(#kontakt-modal-overlay):not(#prepis-order-modal):not(#prepis-order-modal-overlay):not(#vyhladavac-backdrop):not(#cart-backdrop),
body.fotokino-legal-modal-open #content,
body.fotokino-legal-modal-open #content-info,
body.fotokino-legal-modal-open #content-blog,
body.fotokino-legal-modal-open footer,
body.fotokino-legal-modal-open #column-left,
body.fotokino-legal-modal-open #column-right,
body.fotokino-legal-modal-open #smartbar,
body.fotokino-legal-modal-open .smartbar_wrapper,
body.fotokino-legal-modal-open #newslettersubscribe-consent,
body.fotokino-legal-modal-open #newslettersubscribe-space,
body.fotokino-legal-modal-open header,
body.fotokino-legal-modal-open .behind-header,
body:has(#modal-agree.modal-legal.in) .behind-header ~ *:not(#content):not(#content-info):not(#content-blog):not(footer):not(#modal-agree):not(.modal-backdrop):not(#kontakt-modal-overlay):not(#prepis-order-modal):not(#prepis-order-modal-overlay):not(#vyhladavac-backdrop):not(#cart-backdrop),
body:has(#modal-agree.modal-legal.in) #content,
body:has(#modal-agree.modal-legal.in) #content-info,
body:has(#modal-agree.modal-legal.in) #content-blog,
body:has(#modal-agree.modal-legal.in) footer,
body:has(#modal-agree.modal-legal.in) #column-left,
body:has(#modal-agree.modal-legal.in) #column-right,
body:has(#modal-agree.modal-legal.in) #smartbar,
body:has(#modal-agree.modal-legal.in) .smartbar_wrapper,
body:has(#modal-agree.modal-legal.in) #newslettersubscribe-consent,
body:has(#modal-agree.modal-legal.in) #newslettersubscribe-space,
body:has(#modal-agree.modal-legal.in) header,
body:has(#modal-agree.modal-legal.in) .behind-header {
    filter: blur(4px) !important;
    -webkit-filter: blur(4px) !important;
}
body.fotokino-prepis-legal-open #prepis-order-modal.prepis-order-modal,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #prepis-order-modal.prepis-order-modal,
body:has(#modal-agree.modal-legal.in) #prepis-order-modal.prepis-order-modal {
    filter: blur(4px) !important;
    -webkit-filter: blur(4px) !important;
}
body.fotokino-prepis-legal-open #prepis-order-modal.prepis-order-modal,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #prepis-order-modal.prepis-order-modal {
    z-index: 2147483640 !important;
    pointer-events: none !important;
}
body.fotokino-prepis-legal-open #prepis-order-modal .modal-dialog,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #prepis-order-modal .modal-dialog {
    pointer-events: none !important;
}
body.fotokino-prepis-legal-open #prepis-order-modal-overlay,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #prepis-order-modal-overlay {
    pointer-events: none !important;
    z-index: 2147483639 !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal,
body.fotokino-prepis-legal-open #modal-agree.modal-legal.in,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal.in {
    pointer-events: auto !important;
    z-index: 2147483648 !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal .modal-dialog,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal .modal-dialog {
    pointer-events: auto !important;
    height: auto !important;
    max-height: none !important;
    margin: 12px auto !important;
    padding: 0 12px 20px !important;
    display: block !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal .modal-content,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal .modal-content {
    pointer-events: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal .modal-body,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal .modal-body {
    pointer-events: auto !important;
    overflow: visible !important;
    flex: none !important;
    min-height: auto !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal .modal-header,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal .modal-header {
    flex-shrink: 0 !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 2 !important;
}
body.fotokino-prepis-legal-open #modal-agree.modal-legal .modal-header .close,
body.prepis-order-modal-open:has(#modal-agree.modal-legal.in) #modal-agree.modal-legal .modal-header .close {
    position: absolute !important;
    right: 6px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    line-height: 1 !important;
    float: none !important;
}
#modal-agree.modal-legal.in .modal-dialog {
    transform: none !important;
    -webkit-transform: none !important;
}
#modal-agree.modal-legal.in .modal-content,
#modal-agree.modal-legal.in .modal-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html:has(.vyhladavac.opened),
body:has(.vyhladavac.opened),
html:has(body.cart-active),
body.cart-active{
    overflow: hidden;
    overscroll-behavior: none;
}
body.vyhladavac-scroll-lock{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}
html.filter-desktop-lock,
body.filter-desktop-lock{
    overflow: hidden;
    overscroll-behavior: none;
}
@media (max-width: 767px) {
    #content-info .home-featured-products .produkt:nth-child(4n+1),
    #content-info .home-featured-products .produkt:nth-child(4n+4){
        background-color: #eee !important;
    }
    #content-info .home-featured-products .produkt:nth-child(4n+2),
    #content-info .home-featured-products .produkt:nth-child(4n+3){
        background-color: #ddd !important;
    }
    #content-info .home-featured-products .product-thumb,
    #content-info .home-featured-products .popis{
        background-color: transparent;
    }
    #content-info .home-featured-products .before-popis{
        display: none;
        opacity: 0;
    }
    #content-info .home-featured-products .produkt.mobileshowprodukt .product-thumb .image img{
        filter: blur(6px);
        transform: scale(1.06);
    }
    #content-info .home-featured-products .product-thumb .image{
        overflow: hidden;
        z-index: 1 !important;
        position: relative;
    }
    #content-info .home-featured-products .product-thumb .popis{
        z-index: 5 !important;
    }
    #content-info .home-featured-products .product-thumb .image img{
        transition: filter 0.35s ease, transform 0.35s ease;
    }
    #content-info .home-featured-products .produkt.mobileshowprodukt .before-popis{
        z-index: 6 !important;
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
    #content-info .home-featured-products .produkt.mobileshowprodukt .before-popis > a{
        pointer-events: none;
    }
    #content-info .home-featured-products .produkt.mobileshowprodukt .before-popis .produkt-buttony-simple,
    #content-info .home-featured-products .produkt.mobileshowprodukt .before-popis .produkt-buttony-simple *{
        pointer-events: auto;
    }
    #content-info .home-featured-products .produkt.mobileshowprodukt .popis .block-left h4 a{
        pointer-events: none;
    }
    #content-info .home-featured-products .produkt-button i{
        width: 40px;
        height: 40px;
        font-size: 22px;
        padding: 8px 0;
        margin: 4px 2px 2px;
        border-radius: 10px;
    }
    #content-info .home-featured-products .produkt-button{
        font-size: 8px;
        line-height: 9px;
        max-width: 48%;
    }
    #content-info .home-featured-products .produkt-buttony-simple{
        top: 34%;
        gap: 2px;
    }
    #content-info .home-featured-products .produkt .product-thumb .popis .block-left h4{
        font-size: 13px;
        line-height: 15px;
        max-width: none;
        padding-left: 8px;
        padding-right: 4px;
        margin-top: 12px;
    }
    #content-info .home-featured-products .produktquantityinfo{
        margin-bottom: 10px;
        bottom: 0;
        font-size: 11px;
        line-height: 1.2;
        pointer-events: none;
        z-index: 2;
    }
    #content-info .home-featured-products .produkt .product-thumb .popis .price{
        font-size: 20px;
        margin-top: 8px;
        padding-right: 8px;
    }
    #content-info .home-featured-products .produkt .product-thumb .popis .price .price-new{
        font-size: 16px;
    }
    #content-info .home-featured-products .produkt .product-thumb .popis .price .price-old{
        font-size: 13px;
    }
    #content-info .home-featured-products .produkt .product-thumb .popis .price.price-2{
        margin-top: 0;
    }
    #content-info .home-featured-products .zlava{
        font-size: 11px;
        line-height: 18px;
        margin-left: 8px;
        margin-right: 8px;
        min-width: 40px;
    }
}
@media (min-width: 768px) {
    #content-info .home-featured-products .before-popis{
        display: block;
        opacity: 0;
    }
    #content-info .home-featured-products .produkt:hover .before-popis{
        opacity: 1;
    }
    #content-info .home-featured-products .produkt:hover .product-thumb .image img{
        filter: blur(4px);
        -webkit-filter: blur(4px);
        transform: scale(1.06);
    }
}
.produkty-kategorie .produkt:nth-child(even){
    background-color: #eee;
}
.produkty-kategorie .produkt:nth-child(odd){
    background-color: #ddd;
}
.before-popis{
    display:block;
    opacity: 0;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    z-index:6;
    height: 100%;
    
}
.produkt:hover .before-popis{
    opacity: 1;
}
.produkt-buttony{
    position: absolute;
    top: 43%;
    width: 100%;
    text-align:center;
}
.produkt-button{
    background: none;
    color: #fff;
    border: none;
    line-height: 12px;
    font-size: 11px;
    outline: 0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
a.quick-view-button{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.category-full-href{
    height: 100%;
    width: 100%;
    background-color: rgba(180, 62, 63, 0.1);
	
}
.compare-table .category-full-href{
    background: rgb(196, 54, 56);
    opacity: 0.85;  
    filter: alpha(opacity=85);
}   
.compare-red-bg .compare-before-produkt-hlavne{
    opacity: 1 !important;
    background: transparent !important;
}
.produkt-button i{
    width: 67px;
    height: 67px;
    border: none;
    font-size: 44px;
    background-color: #fff;
    border-radius: 15px;
    margin: 15px 5px 6px;
    box-shadow: 0px 0px 0px 1px #fff;
    padding: 14px 0px;
    color: #b33e3fff;
    transition: all 0.5s ease;
}
.produkt-button:hover i{
    background-color: #7f0000;
    color: #fff; 
    transform: scale(1.3);
    transition: all 0.5s ease;
}
.tlac{
    transition: all 0.5s ease;
}
.tlac.nothovered{
    background-size: 0%  !important;
}
#chemicka.tlac{
        background: url('/image/tlac-chemicka1.png') left center no-repeat, url('/image/tlac-chemicka2.png') right center no-repeat, #fff;
        background-size: 25%, 20%;
}
#laserova.tlac{
        background: url('/image/tlac-laserova1.png') left center no-repeat, url('/image/tlac-laserova2.png') right center no-repeat, #575757;
        background-size: 25%, 20%;
}
#velkoformatova.tlac{
        background: url('/image/tlac-velkoformatova1.png') left center no-repeat, url('/image/tlac-velkoformatova2.png') right bottom no-repeat, #fff;
        background-size: 25%, 20%;
}
#sublimacna.tlac{
        background: url('/image/tlac-sublimacna1.png') left bottom no-repeat, url('/image/tlac-sublimacna2.png') right center no-repeat, #575757;
        background-size: 25%, 20%;
}
#atramentova.tlac{
        background: url('/image/tlac-atramentova1.png') left center no-repeat, url('/image/tlac-atramentova2.png') right bottom no-repeat, #fff;
        background-size: 25%, 20%;
}
#rezana.tlac{
        background: url('/image/rezana-grafika-bg.png') left bottom no-repeat, url('/image/tlac-rezana1.png') right center no-repeat, #575757;
        background-size: 25%;
}
#ponukame.atelier{
        background: url('/image/atelier-ponukame1.png') left 60px bottom no-repeat, url('/image/atelier-ponukame2.png') right 60px bottom no-repeat, #fff;
        background-size: 25%, 20%;
}
#fotografi.atelier{
        background: #575757;
}
#portfolio.atelier{
        background: #fff;
}
.atelier-heading{
    font-size: 60px;
    padding: 80px 40px 30px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat;
}
.atelier-heading-fotografi{
    padding: 80px 0px 80px; 
}
.atelier-subheading{
    font-weight: 600;
    padding-top: 20px;
    text-align: justify;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-transform: initial;
}
.atelier-obsah{
    text-align: center;
    position: relative;
    display: inline-block;
    color: #1f1f1f;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.atelier-popis{
    padding: 20px 40px;
}
.atelier-popis-heading{
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #c03739;
    padding-bottom: 10px;
}
.atelier-popis-obsah{
    text-align: justify;
    max-height: 180px;
    overflow-y: auto;
    font-weight: 300;
    margin-bottom: 20px;
    padding-right: 10px;
}
.atelier-button{
    width: 100%;
    margin: 30px 0px 60px;
}
.atelier-button span{
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 19px;
    padding: 6px 17px;
    border-radius: 5px;
    background-color: #b33e3f;
}
.atelier-fotograf-foto{
    border: none;
    display: inline-block;
}
.atelier-fotograf-foto-image{
    border: 5px solid #fff;
    display: inline-block;
}
.atelier-fotograf-foto-image img{
    width: 300px;
}
.atelier-fotograf-name{
    font-size: 40px;
    font-weight: 200;
    line-height: 53px;
    position: relative;
    display: inline-block;
}
.atelier-fotograf-firstname{
    font-weight: 600;
    text-transform: uppercase;
}
.atelier-fotograf-name-line{
    width: 80%;
    margin: 0 auto;
    height: 5px;
    background-color: #b33e3f;
}
.atelier-fotograf-social{
    padding: 20px;
}
.atelier-fotograf-social i{
    font-size: 30px;
    color: #000;
}
.atelier-fotograf-popis{
    font-weight: 100;
    text-align: justify;
    padding-top: 15px;
    font-size: 15px;
    width: 100%;
    position: relative;
    display: block;
}
.atelier-fotograf-popis-hrube{
    font-weight: 500;
}
.atelier-fotograf-info{
    padding: 0px 60px 0px 0px;
}
.atelier-fotograf{
    opacity: 0;
    transition: all 0.5s ease;
    float: left;
    position: absolute;
}
.atelier-nav.skryty{
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}
.atelier-fotograf.fotograf-zobrazeny{
    opacity: 1;
}
.atelier-fotografi{
    position: relative;
    overflow: hidden;
}
.atelier-navigation{
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 1;
}
.atelier-nav{
    opacity: 1;
    transition: all 0.5s ease;
    position: absolute;
}
.atelier-nav i{
    font-size: 35px;
    color: #6a6a6a;
}
.atelier-nav-left{
    left: 0;
}
.atelier-nav-right{
    right: 0;
}
body *::-webkit-scrollbar{
    width: 3px;
}
.modal:not(.modal-legal)::-webkit-scrollbar,
.fancybox-overlay {
    display: none;
}
#modal-agree.modal-legal.in {
    scrollbar-width: thin;
    scrollbar-color: #b33e3f #aaaaaa;
}
#modal-agree.modal-legal.in::-webkit-scrollbar {
    display: block;
    width: 3px;
}
#modal-agree.modal-legal.in::-webkit-scrollbar-track {
    background: #aaaaaa;
}
#modal-agree.modal-legal.in::-webkit-scrollbar-thumb {
    background: #b33e3f;
}
body.modal-open{
    padding-right: 0px !important;
}

.modal-open .modal:not(.modal-legal):not(.modal-delivery-image) {
    overflow-y: hidden !important;
}
.modal-open #modal-agree.modal-legal.in {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}
#modal-agree.in:has(.fotokino-logout-dialog) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
#modal-agree.in .modal-dialog.fotokino-logout-dialog {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto !important;
    transform: none !important;
    -webkit-transform: none !important;
}
#modal-agree.modal-legal.in .modal-dialog.modal-legal-wide .modal-content {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}
#modal-agree.modal-legal.in .modal-dialog.modal-legal-wide .modal-body {
    overflow: visible !important;
    flex: none !important;
    min-height: auto !important;
}

/* Track */
body *::-webkit-scrollbar-track{
    background: #aaaaaa; 
}          
 
/* Handle */
body *::-webkit-scrollbar-thumb{
    background: #b33e3f; 
}
.atelier .atelier-popis-obsah::-webkit-scrollbar{
    width: 3px;
}

/* Track */
.atelier .atelier-popis-obsah::-webkit-scrollbar-track{
    background: #aaaaaa; 
}          
 
/* Handle */
.atelier .atelier-popis-obsah::-webkit-scrollbar-thumb{
    background: #202020; 
}
.filterscroll{
    height: 100%;
    overflow: auto;
}
.filterscroll::-webkit-scrollbar-track{
    background: #aaaaaa;
    margin-top: 50px;
    margin-bottom: 50px;
}
.filterscroll::-webkit-scrollbar{
    width: 3px;   
} 
.filterscroll::-webkit-scrollbar-thumb{
    background: #b33e3f;
}

/* Handle on hover */
.atelier .atelier-popis-obsah::-webkit-scrollbar-thumb:hover, .own-filter::-webkit-scrollbar-thumb:hover {
    background: #202020; 
}
#fotografi.atelier .atelier-obsah{
    color: #fff;
}
.tlac-heading{
    font-size: 60px;
    padding: 80px 0px 30px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat;
}
.tlac-subheading{
    font-weight: 200;
    font-size: 32px;
    line-height: 32px;
    text-transform: initial;
}
.tlac-obsah{
    left: 30%;
    position: relative;
    width: 70%;
    display: inline-block;
    color: #1f1f1f;
    padding: 0px 20px;
}
#laserova.tlac .tlac-obsah, #sublimacna.tlac .tlac-obsah, #rezana.tlac .tlac-obsah{
    color: #fff;
}
.tlac-popis{
    font-size: 14px;
    width: 55%;
    text-align: justify;
    position: relative;
}
.tlac-popis-1{
    padding: 15px 0px;
    font-weight: 300;
}
.tlac-popis-2{
    font-weight: 600;
}

.tlac-popis a{color:#b33e3f;
}
.tlac-button{
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    float: right;
    margin-bottom: 20px;
    color: #fff;
    line-height: 19px;
    padding: 6px 17px;
    border-radius: 5px;
    background-color: #b33e3f;
	border: 2px solid #ffffff;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.tlac-button-href:hover,
.tlac-button-href:focus {
    color: #fff;
    text-decoration: none;
}  

/* Zabezpečiť, že na mobile nebude border */
@media screen and (max-width: 768px) {
    .tlac-button {
        border: none;  /* Odstráni border na mobile */
    }
 }

.tlac-button-cennik {
    height: 50px;
    background: white;
    border: 2px solid #b33e3f;
    margin-right: 20px;
    padding: 14px 30px;
    font-weight: 400;
    font-size: 19px;
}
#newslettersubscribe-space {
                display:none!important;
                height: 32px;
            }    
            #newslettersubscribe-consent {
                width: 100%;
                position: fixed;
                left: 0px;
                z-index: 999;
                background: rgba(41, 41, 41, 0.9);
				display: none;
                padding: 0px 0px;
                bottom: 0px;
				backdrop-filter: blur(20px);
				-webkit-backdrop-filter: blur(20px);
            }
            #newslettersubscribe-consent #accept {
                float: right;
                    margin-top: -1px;
                margin-left: 10px;
                background: rgb(45, 10, 7);
                padding: 5px 10px;
                border: medium none;
                color: #FFF;
                cursor: pointer;
            }
			#newslettersubscribe-text {
                color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    width: calc(100% - 470px);
    float: left;
    margin-top: 3px; 
    margin-bottom: 10px;
    text-align: justify;
            }   
            #newslettersubscribe-input{
           width: 470px;
    float: left; 
            }
              #newslettersubscribe-text a {
color:#fff;
}
            	#newslettersubscribe-text a:hover {
color:#ddd;
}   
            #newslettersubscribe-inner {
                padding: 15px 0px;
                max-width: 1170px;
                margin: 0 auto;
            } 
            .newsletterinput.form-control{width:265px;
            padding-left: 54px;
    color: white;
    border: 1px solid #616161;
    border-radius: 3px;
    height: 40px;
    font-size: 14px !important;
    background: url(/image/envelope-newsletter.jpg),#494949;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: 12px;float: left;
    margin-right: 15px;}
    .newsletterinput:focus{border: 1px solid white !important;}
    
    .newsletterinput::placeholder{
    color: #fff;
    opacity: 1; /* Firefox */
}

.newsletterinput:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletterinput::-ms-input-placeholder{ /* Microsoft Edge */
   color: #fff;
}
   #newslettersubscribe-inner .button-kontakt{text-transform: none;
    height: 40px;
    border-radius: 3px;
    font-size: 18px;}
    
            #newslettersubscribe-inner:after{
display:block;clear:both;content:""
} 
            #closenewsletter{color: #ffffff;
    background: transparent;
    border: none;
    font-size: 34px;
    width: 26px;
    padding: 1px;
    height: 32px;
    display: block;
    float: right;outline: none;} 
          #newslettersubscribe-inner .text-danger{
position: absolute;bottom: 0px;color: red;font-weight: 700;
}
@media (max-width:1200px){
.tlac{
    background-size: 18% !important;
    background-position: left top 14px, right bottom -10px!important;
} 
.tlac:nth-child(even){
    background-size: 25% !important;
    background-position: left bottom, right top 9px !important;
}  
.tlac-obsah{
    left:0%;
    width:100%;
    padding: 0px 20%;
}  
.tlac-heading{
    text-align:center;
    font-size: 46px;
    line-height: 47px;
}
.tlac-popis{
    width:100%;
}
.tlac-button{
    float:none;
}
.tlac-button-cennik {
    margin-right: 5px;
    margin-left: 5px;
    top: -7px;
}
.popup-produkt-obsah-cennik,.popup-produkt-obsah-cennik img{
    height: auto !important;
}
.beforetlac-button{
    text-align:center;
}
#newslettersubscribe-inner{
    padding: 10px;
}
#newslettersubscribe-text,#newslettersubscribe-input{
    width: 100%;
}
}
.newslettercenter {
    max-width: 453px;
    margin: 0 auto;
}
@media (max-width:767px){
.tlac-heading{
    font-size: 30px;
    line-height: 34px;
}  
.tlac-subheading{
        font-size: 24px;
    line-height: 29px;
}
}

.prepis-obsah .background.left-side {
    background: url(/image/prepis-na-dvd-2.jpg) no-repeat;
    height: 100%;
    left: 0;
    background-size: auto 100%;
    background-position: right;
    width: 377px;
}
.prepis-obsah .background.right-side {
    background: url(/image/prepis-na-dvd-1.jpg) no-repeat 0 0;
    height: 100%;
    right: 0;
    width: 289px;
    background-size: auto 100%;
    background-position: left;
}

.prepis-obsah .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}
.prepis-obsah {
    background: transparent;
    padding: 65px 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    min-height: 360px;
}
body.prepis-order-modal-open:not(.fotokino-prepis-legal-open) #prepis-order-modal.prepis-order-modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647 !important;
    background: transparent !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    pointer-events: none;
}
body.prepis-order-modal-open #prepis-order-modal .modal-dialog {
    pointer-events: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 30px);
    border: none;
    box-shadow: none;
    outline: none;
    display: flex;
    flex-direction: column;
}
#prepis-order-modal .modal-content {
    border: none !important;
    border-radius: 0;
    outline: none !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 30px);
    overflow: hidden;
}
body.prepis-order-modal-open #prepis-order-modal .modal-content {
    border: none !important;
    outline: none !important;
}
#prepis-order-modal .modal-header {
    flex: 0 0 auto;
    border: none;
    background: #b33e3f;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 15px 50px 15px 15px;
}
#prepis-order-modal .prepis-order-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px 25px 25px;
}
#prepis-order-modal .modal-header .modal-title {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
}
#prepis-order-modal .prepis-order-modal-subtitle {
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 0;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
}
#prepis-order-modal .modal-header .prepis-order-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    float: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 48px;
    line-height: 44px;
    font-weight: 300;
    color: #fff !important;
    text-shadow: none;
    opacity: 1 !important;
    cursor: pointer;
}
#prepis-order-modal .modal-header .prepis-order-close:hover {
    color: #fff !important;
    opacity: 0.85 !important;
}
.prepis-order-form .row {
    margin-bottom: 10px;
}
.prepis-order-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    min-height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    color: #333;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.prepis-order-btn input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.prepis-order-btn-text {
    flex: 1 1 auto;
    min-width: 0;
}
.prepis-order-btn:focus {
    outline: none;
}
.prepis-order-btn:hover:not(.prepis-order-btn--selected):not(.is-active):not(:has(input:checked)) {
    background-color: rgba(179, 62, 63, 0.1);
    background: rgba(179, 62, 63, 0.1);
    border-color: #ccc;
}
.prepis-order-btn:has(input:checked),
.prepis-order-btn.is-active,
.prepis-order-btn.prepis-order-btn--selected {
    border-color: #b33e3f !important;
    background-color: #b33e3f !important;
    background: #b33e3f !important;
    color: #fff !important;
    box-shadow: none !important;
}
.prepis-order-btn:has(input:checked) .prepis-order-btn-text,
.prepis-order-btn.is-active .prepis-order-btn-text,
.prepis-order-btn.prepis-order-btn--selected .prepis-order-btn-text {
    color: #fff !important;
}
.prepis-order-btn:has(input:checked) .prepis-info-btn,
.prepis-order-btn.is-active .prepis-info-btn,
.prepis-order-btn.prepis-order-btn--selected .prepis-info-btn {
    background-color: #fff !important;
    background: #fff !important;
    color: #b33e3f !important;
}
.prepis-order-row-format,
.prepis-order-row-delivery {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
}
.prepis-order-row-format > [class*="col-"],
.prepis-order-row-delivery > [class*="col-"] {
    display: flex;
    align-items: stretch;
    flex: 1 1 calc(50% - 5px);
    width: calc(50% - 5px);
    min-width: 0;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.prepis-order-row-format .prepis-order-field,
.prepis-order-row-delivery .prepis-order-field {
    width: 100%;
}
.prepis-order-btn-delivery {
    justify-content: center;
    align-self: stretch;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 40px;
    gap: 6px;
    padding: 8px 10px;
}
.prepis-order-btn-delivery .prepis-order-btn-text {
    text-align: center;
}
.prepis-order-choice {
    display: block;
    margin: 0;
    padding: 14px 16px;
    background: #e8e8e8;
    border: 2px solid #e8e8e8;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    color: #333;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.prepis-order-choice input {
    margin-right: 8px;
    vertical-align: middle;
}
.prepis-order-choice:has(input:checked) {
    border-color: #e8e8e8;
    background: #f0f0f0;
}
.prepis-order-choice-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.prepis-order-choice-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.prepis-order-row-express {
    text-align: center;
}
.prepis-order-row-express .prepis-order-field {
    display: flex;
    justify-content: center;
    width: 100%;
}
.prepis-order-express-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
    text-align: center;
    max-width: 100%;
}
.prepis-order-express-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #b33e3f;
    cursor: pointer;
    vertical-align: middle;
}
.prepis-order-express-text {
    flex: 0 1 auto;
}
.prepis-order-row-express .prepis-info-btn {
    margin-left: 0;
}
.prepis-info-btn {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #b33e3f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, transform 0.15s ease;
}
.prepis-info-btn:hover,
.prepis-info-btn:focus {
    background: #9a3435;
    color: #fff;
    outline: none;
    transform: scale(1.05);
}
.prepis-order-form .form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.25;
    padding: 8px 12px;
    height: auto;
}
.prepis-order-form .form-control::placeholder {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
    opacity: 1;
}
.prepis-order-form .form-control::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
    opacity: 1;
}
.prepis-order-form .form-control::-moz-placeholder {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
    opacity: 1;
}
.prepis-order-form .form-control:-ms-input-placeholder {
    font-size: 12px;
    line-height: 1.3;
    color: #888;
    opacity: 1;
}
.prepis-order-form textarea.form-control {
    min-height: 88px;
    padding: 8px 12px;
    resize: vertical;
}
.prepis-order-form .form-control:focus {
    border-color: #b33e3f;
    box-shadow: inset 0 0 0 1px #b33e3f;
}
.prepis-order-courier-fields {
    display: none;
    margin-bottom: 10px;
}
.prepis-order-courier-fields.is-visible {
    display: block;
}
.prepis-order-courier-hint {
    margin: 4px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.prepis-order-courier-fields .row {
    margin-bottom: 10px;
}
.prepis-order-courier-fields .row:last-child {
    margin-bottom: 0;
}
#prepis-order-modal .prepis-order-row-courier-pair {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
#prepis-order-modal .prepis-order-loc-fields {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}
#prepis-order-modal .prepis-order-loc-fields > .prepis-order-field {
    flex: 1 1 50%;
    min-width: 0;
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
    float: none;
}
#prepis-order-modal .prepis-order-street-fields {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}
#prepis-order-modal .prepis-order-street-fields > .prepis-order-field-street {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    margin: 0;
    float: none;
}
#prepis-order-modal .prepis-order-street-fields > .prepis-order-field-street-number {
    flex: 0 0 92px;
    width: 92px;
    max-width: 32%;
    min-width: 72px;
    padding: 0;
    margin: 0;
    float: none;
}
.prepis-order-field.has-error .form-control,
.prepis-order-field.has-error .prepis-order-choice,
.prepis-order-field.has-error .prepis-order-express-label {
    color: #b33e3f;
}
.prepis-order-field.has-error .prepis-order-express-label input[type="checkbox"] {
    outline: 2px solid #b33e3f;
    outline-offset: 1px;
}
.prepis-order-field.has-error .prepis-order-btn:not(.prepis-order-btn--selected):not(.is-active) {
    border-color: #b33e3f !important;
}
.prepis-order-consent-intro {
    margin: 18px 0 10px;
    font-size: 15px;
    color: #333;
}
.prepis-order-gdpr-wrap {
    margin-bottom: 8px;
}
.prepis-order-gdpr-label {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    cursor: pointer;
}
.prepis-order-gdpr-label input {
    margin: 2px 0 0;
    flex-shrink: 0;
    vertical-align: middle;
}
.prepis-order-gdpr-label .requiredcheckbox {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.prepis-order-gdpr-label .requiredcheckbox a {
    white-space: normal;
}
.prepis-order-submit-wrap {
    text-align: center;
    margin-top: 20px;
}
.prepis-order-submit-wrap .btn-primary {
    min-width: 220px;
    font-size: 15px;
    padding: 12px 28px;
}
.prepis-menu-order .categoryname span {
    text-transform: none;
}
.hlavne-kategorie a.prepis-menu-order .zoom-image img,
.hlavne-kategorie a.prepis-menu-order img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}
body:has(.prepis-page-kategorie) {
    overflow-x: hidden;
}
.hlavne-kategorie.prepis-page-kategorie {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
}
.hlavne-kategorie.tlac-page-kategorie {
    box-shadow: none;
}
.hlavne-kategorie.prepis-page-kategorie .mgcposuvac {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    box-sizing: border-box;
    justify-content: center;
    gap: 0.35rem;
}
.hlavne-kategorie.prepis-page-kategorie a.list-group-item {
    min-width: 0 !important;
    max-width: none;
    box-sizing: border-box;
    width: auto !important;
    flex: 0 1 auto;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}
.hlavne-kategorie.prepis-page-kategorie a.list-group-item .zoom-image {
    padding: 2px;
}
#content:has(.prepis) {
    overflow-x: hidden;
    max-width: 100%;
}
#content:has(.prepis) .video-section,
#content:has(.prepis) .newvideo,
#content:has(.prepis) .newvideo video {
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .hlavne-kategorie.prepis-page-kategorie {
        height: 108px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .prepis-page-kategorie + .behind-hlavnekategorie {
        height: 108px;
    }
    .hlavne-kategorie.prepis-page-kategorie .mgcposuvac {
        margin-top: 0;
        align-items: center;
        gap: 0.15rem;
        padding: 0 0.15rem;
    }
    .hlavne-kategorie.prepis-page-kategorie a.list-group-item {
        min-width: 0 !important;
        max-width: none;
        width: auto !important;
        flex: 0 1 auto;
        padding: 2px 1px 0;
        font-size: 11px;
        vertical-align: middle;
    }
    .hlavne-kategorie.prepis-page-kategorie .zoom-image {
        padding: 0 1px 2px;
    }
    .hlavne-kategorie.prepis-page-kategorie a.list-group-item img,
    .hlavne-kategorie.prepis-page-kategorie .zoom-image img,
    .hlavne-kategorie.prepis-page-kategorie a.prepis-menu-order img {
        width: 56px;
        height: 56px;
        max-width: 56px;
        max-height: 56px;
        object-fit: contain;
    }
    .hlavne-kategorie.prepis-page-kategorie .categoryname {
        height: auto;
        min-height: 0;
        line-height: 1.15;
        padding: 0;
    }
    .hlavne-kategorie.prepis-page-kategorie .categoryname span {
        font-size: 11px;
        white-space: normal;
        display: block;
    }
    .hlavne-kategorie.tlac-page-kategorie a.list-group-item {
        font-size: 13px;
        min-width: 88px;
    }
    .hlavne-kategorie.tlac-page-kategorie a.list-group-item img,
    .hlavne-kategorie.tlac-page-kategorie a.list-group-item .zoom-image img {
        width: 84px;
        height: 84px;
        max-width: 84px;
        max-height: 84px;
        object-fit: contain;
    }
    .hlavne-kategorie.tlac-page-kategorie .zoom-image {
        padding: 2px;
    }
    .hlavne-kategorie.tlac-page-kategorie .categoryname {
        height: auto;
        line-height: 1.15;
    }
    .hlavne-kategorie.tlac-page-kategorie .categoryname span {
        font-size: 13px;
    }
    .hlavne-kategorie.atelier-page-kategorie a.list-group-item {
        font-size: 13px;
        min-width: 84px;
        padding-top: 2px;
    }
    .hlavne-kategorie.atelier-page-kategorie {
        height: 128px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .atelier-page-kategorie + .behind-hlavnekategorie {
        height: 128px;
    }
    .hlavne-kategorie.atelier-page-kategorie .mgcposuvac {
        margin-top: 0;
    }
    .hlavne-kategorie.atelier-page-kategorie a.list-group-item img,
    .hlavne-kategorie.atelier-page-kategorie a.list-group-item .zoom-image img {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px;
        object-fit: contain;
    }
    .hlavne-kategorie.atelier-page-kategorie .zoom-image {
        padding: 2px 2px 0;
    }
    .hlavne-kategorie.atelier-page-kategorie .categoryname {
        height: auto;
        line-height: 1.1;
        margin-top: -5px;
    }
    .hlavne-kategorie.atelier-page-kategorie .categoryname span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    body.prepis-order-modal-open {
        overflow: hidden;
    }
    body.prepis-order-modal-open #prepis-order-modal.prepis-order-modal {
        padding: 1vh 1vw;
        align-items: center;
        justify-content: center;
    }
    body.prepis-order-modal-open #prepis-order-modal .modal-dialog {
        margin: 0 auto;
        width: 98%;
        max-width: 98%;
        max-height: 98dvh;
        max-height: 98vh;
        min-height: 0;
    }
    body.prepis-order-modal-open #prepis-order-modal .modal-content,
    #prepis-order-modal .modal-content {
        max-height: 98dvh;
        max-height: 98vh;
        min-height: 0;
        width: 100%;
    }
    #prepis-order-modal .modal-header {
        padding: 12px 44px 12px 12px;
    }
    #prepis-order-modal .modal-header .modal-title {
        font-size: 15px;
        line-height: 1.25;
        font-weight: 800;
        padding-right: 4px;
    }
    #prepis-order-modal .modal-header .prepis-order-close {
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 38px;
        right: 4px;
    }
    #prepis-order-modal .prepis-order-modal-body {
        padding: 14px 14px 20px;
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
    #prepis-order-modal .prepis-order-form .row {
        margin-left: 0;
        margin-right: 0;
    }
    #prepis-order-modal .prepis-order-modal-subtitle {
        font-size: 11px;
        margin-bottom: 12px;
        padding: 0 4px;
    }
    #prepis-order-modal .prepis-order-loc-fields {
        gap: 10px;
    }
    #prepis-order-modal .prepis-order-loc-fields > .prepis-order-field {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
    }
    #prepis-order-modal .prepis-order-street-fields > .prepis-order-field-street-number {
        flex: 0 0 80px;
        width: 80px;
        max-width: 30%;
    }
    #prepis-order-modal .prepis-order-courier-hint {
        font-size: 13px;
        margin-bottom: 8px;
    }
    #prepis-order-modal .prepis-order-form .row:not(.prepis-order-row-format):not(.prepis-order-row-delivery):not(.prepis-order-row-courier-pair) [class*="col-"] {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    #prepis-order-modal .prepis-order-form .row:not(.prepis-order-row-format):not(.prepis-order-row-delivery):not(.prepis-order-row-courier-pair) > [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
    }
    #prepis-order-modal .prepis-order-row-format,
    #prepis-order-modal .prepis-order-row-delivery {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: stretch;
    }
    #prepis-order-modal .prepis-order-row-format > [class*="col-"],
    #prepis-order-modal .prepis-order-row-delivery > [class*="col-"] {
        width: calc(50% - 5px);
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        float: none;
        padding: 0;
        margin-top: 0 !important;
    }
    #prepis-order-modal .prepis-order-row-format .prepis-order-btn,
    #prepis-order-modal .prepis-order-row-delivery .prepis-order-btn {
        width: 100%;
        min-height: 40px;
        font-size: 13px;
        padding: 8px 6px;
    }
    #prepis-order-modal .prepis-order-row-delivery .prepis-order-btn-delivery {
        padding: 8px 6px;
        font-size: 11px;
        line-height: 1.25;
        gap: 4px;
        min-height: 46px;
        height: 100%;
    }
    .prepis-order-form .row {
        margin-bottom: 10px;
    }
    .prepis-order-choice {
        padding: 8px 12px;
        font-size: 14px;
    }
    .prepis-order-choice-inline {
        font-size: 14px;
        align-items: flex-start;
        line-height: 1.4;
    }
    .prepis-order-choice-inline span {
        flex: 1 1 auto;
        min-width: 0;
    }
    .prepis-order-choice-center {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        gap: 10px;
    }
    #prepis-order-modal .prepis-order-express-label {
        font-size: 14px;
        line-height: 1.4;
        gap: 8px;
    }
    .prepis-info-btn {
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 11px;
        margin-top: 0;
    }
    .prepis-order-form .form-control {
        font-size: 16px;
        padding: 8px 10px;
    }
    .prepis-order-form .form-control::placeholder,
    .prepis-order-form .form-control::-webkit-input-placeholder,
    .prepis-order-form .form-control::-moz-placeholder,
    .prepis-order-form .form-control:-ms-input-placeholder {
        font-size: 12px;
    }
    .prepis-order-form textarea.form-control {
        min-height: 80px;
    }
    .prepis-order-consent-intro {
        font-size: 14px;
        margin-top: 14px;
    }
    #prepis-order-modal .prepis-order-gdpr-label {
        font-size: 13px;
        line-height: 1.4;
        gap: 8px;
        align-items: flex-start;
    }
    #prepis-order-modal .prepis-order-gdpr-label input {
        margin-top: 2px;
    }
    #prepis-order-modal .prepis-order-gdpr-label .requiredcheckbox {
        white-space: normal;
        line-height: 1.4;
    }
    body.prepis-order-modal-open #modal-agree.modal-legal.in {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    body.prepis-order-modal-open #modal-agree.modal-legal .modal-dialog.modal-legal-wide {
        width: calc(100% - 16px);
        max-width: none;
        margin: 8px auto;
        padding: 0 8px 16px;
        height: auto;
        max-height: none;
    }
    body.prepis-order-modal-open #modal-agree.modal-legal .modal-content {
        max-height: none;
        overflow: visible;
    }
    body.prepis-order-modal-open #modal-agree.modal-legal .modal-body {
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.5;
        overflow: visible;
    }
    body.prepis-order-modal-open #modal-agree.modal-legal .modal-header h4 {
        font-size: 16px;
        line-height: 1.25;
        white-space: normal;
    }
    .prepis-order-submit-wrap {
        margin-top: 16px;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
    .prepis-order-submit-wrap .btn-primary {
        width: 100%;
        max-width: none;
        min-width: 0;
        font-size: 16px;
        padding: 14px 16px;
    }
}
@media (max-width: 380px) {
    #prepis-order-modal .modal-header .modal-title {
        font-size: 13px;
    }
}
.prepis{
    background-color: #787878;
    padding: 0 0 !important;
    height: auto;
}
.prepis-obsah h1, .prepis-obsah p {
    margin: 15px auto 35px;
}

.prepis-obsah h1 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
} 
.prepis#videokazety{
    background-color: #eee;
    height: auto;
}
.prepis#mmfilmy{
    background-color: #eee;
    height: auto;
}
.prepis-obsah-2{
    width: 70%;
    margin: 0 auto;
}    
.prepis-obsah.prepis-obsah-2 h1 {
    color: #777;
    font-size: 40px;
    font-weight: 300;
}
.prepis-obsah.prepis-obsah-2 h1:after {
    display: block;
    content: '';
    height: 5px;
    margin: 12px auto 0;
    width: 134px;
}
.prepis-obsah.prepis-obsah-2.prepis-kaziet h1:after {
    background-color: #b53d3c;
}
.prepis-obsah.prepis-obsah-2.prepis-filmov h1:after {
    background-color: #b53d3c;
}

.prepis-obsah p {
    color: #252525;
    font-size: 18px;
    line-height: 1.5em;
}  
.prepis-text{
    width: 40%;
    margin: 0 auto;
}
.prepis-obsah a:hover, .prepis-obsah a:active {
    background: #eee;
    border: none;
}

.prepis-obsah a, .prepis-obsah a:focus, .prepis-obsah a:hover, .prepis-obsah a:active, .prepis-obsah a.active, .prepis-obsah a:active:focus, .prepis-obsah a:active:hover, .prepis-obsah a:focus:active, .prepis-obsah a:hover:active {
    border: none;
    color: #b53d3c;
    font-weight: 600;
    text-transform: uppercase;
}
.prepis-obsah a i.fa {
    margin-right: 8px;
}
.close-search{
  height: 30px;
    width: 30px;
    background-color: red;
    position: absolute;
    line-height: 25px;
    font-size: 30px;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}
.close-search i{
    font-size: 25px;
}
.category-page-bg{
    background-size: 100%;
    background-image: url('/image/pozadie-obchod-1.jpg');
}
.onas-page-bg{
    background-size: 100%;
    background-color: #c1161c;
    background-image: url('/image/pozadie-onas-1.jpg');
    position: relative;
}
.onas-page-bg-2{    
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    background-image: url('/image/pozadie-onas-2.jpg'), url('/image/pozadie-onas-2-vert.jpg');
}
#topprodukty.owl-carousel{
    background: none !important;
}
#topprodukty .owl-pagination{
    top: 0px;
    display: block !important;
}
#topprodukty .owl-buttons{
    display: none !important;
}
.kategorie-uvodka{
    font-size: 1.4vw;
    line-height: 2vw;
    height: 100%;
    width: 77%;
    margin: 0 auto;
    text-align: justify;
}
.kategorie-uvodka h1{
    font-size: 190%;
    text-transform: none;
	text-align: center;    
}
.kategoria-left{
    border-right: 1px solid #333;
}
#topprodukty .product-thumb .caption{
    position: absolute;
    bottom: 15px;
    width: 100%;
    min-height: unset;
    font-size: 2vw;
    line-height: 2vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#topprodukty .owl-wrapper-outer{
    box-shadow: none;
}
#topprodukty .zlava{
    width: max-content;
    padding: 4px !important;
    font-size: 1.7vw;
    line-height: 2vw;
    font-weight: 300;
    margin-left: 0px;
    margin-bottom: 5px;
    display: block;
}
.kategoria-box{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
#topprodukty .price{
    right: 0;
    bottom: 0;
    font-weight: 600;
    color: #fff;
    text-align: right;
	text-shadow: 0px 0px 1px black;
}
#topprodukty .caption span{
    font-weight: 300;
    color: #fff;
    flex: 1;
	text-shadow: 0px 0px 3px black;
}
#topprodukty .caption span.price-new{
    font-weight: 600;
}
#topprodukty .owl-controls .owl-page span{
    background: #c5c5c5;
    box-shadow: none;
}
#topprodukty .owl-controls .owl-page.active span{
    background: #b33e3f;
}
.filtre .plusko{
    display: inline-block;
    font-size: 21px;
    top: 3px;
    margin-top: -2px;
    position: relative;
    color: #b33e3f;
}
.filtre a{
    text-decoration: none;
    color: #262626;
    font-weight: 600;
    transition: all 0.5s ease;
}
.filtre a.aktivna{
    color: #b33e3f;
}
.filtre i{
    color: #b33e3f;
}
.filtre a:hover{
    color: #b33e3f;
}
.porovnat-nadpis{
    font-weight: 600;
    color: #262626;
}
#topprodukty:not(.slideshowprodukty) img{
    width: 65%;
}
.onas-right{
    max-width: 900px;
    float: right;
    text-align: center;
    color: #fff;
    padding: 60px;
    height: 100%;
    min-width: 700px;
    width: calc(100% - 400px);
}
.onas-right .heading{
    margin: 0 auto;
    line-height: 55px;
    font-weight:600;
    font-size: 49px;
    text-transform: uppercase;
    padding-bottom: 20px;
	position: relative;
}
.onas-right .heading .subheading{
    font-size: 20px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}
.onas-right .heading .subheading span{
  display: inline-block;
  position: relative;  
}
.onas-right .heading .subheading span:before,
.onas-right .heading .subheading span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  height: 10px;
  top: 0;
  width: 43%;
}
.onas-right .heading .subheading span:before {
  right: 100%;
  margin-right: 15px;
}
.onas-right .heading .subheading span:after {
  left: 100%;
  margin-left: 15px;
}
.onas-right .obsah{
    font-weight: 200;
    font-size: 17px;
    text-align: justify;
    max-height: calc(100vh - 390px);
    overflow-y: scroll;
    padding: 0px 35px;
    transition: all 0.5s ease;
	position: relative;
}
.newsletteropen .onas-right .obsah {
    max-height: calc(100vh - 480px);
}
                        
.onas-right .obsah::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.onas-right .obsah::-webkit-scrollbar-track {
    background: #b26b6d; 
}
 
/* Handle */
.onas-right .obsah::-webkit-scrollbar-thumb {
    background: #fff; 
}

/* Handle on hover */
.onas-right .obsah::-webkit-scrollbar-thumb:hover {
    background: #fff; 
}
.onas-right .star-heading{
    color: #690a0c;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
}
.onas-right .stars{
    padding-top: 30px;
}
.lampa{
    transition: all 0.5s ease;
    opacity: 0.8;
    position: absolute;
    left: 296px;
    max-width: 8%;
}
.lampa:hover{
    transition: all 0.5s ease;
    transform: scale(1.1);
    opacity: 1;
}
.podnos{
    position: absolute;
    left: 0px;
    top: -72px;
    max-width: 36%;
}
.podnos-fotky{
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 5px;
    max-width: 70%;
}
.podnos-fotky-pred{
    position: absolute;
    top: 30%;
    left: 5px;
    max-width: 70%;
}
.stipec{
    left: 370px;
    position: absolute;
    bottom: 3px;
    max-width: 25%;
    left: 21%;
}
.onas-papier{
    position: absolute;    
    box-shadow: 5px 5px 56px -8px #000;
    padding: 10px;
    background-color: #fff;
}
.onas-papier.akcie{
    top: 163px !important;
    transform: rotate(0deg);
}
.onas-papier.blog{
    top: 170px !important;
}
.onas-papier.sutaze{
    top: 177px !important;
    transform: rotate(0deg);
}
.stipec-maly{
    position: absolute;
    z-index: 1;
    text-align: center;
}
.stipec-maly.stipec-akcie{
    top: -85px;
    width:100%;
    transform: rotate(7deg);
}
.stipec-maly.stipec-blog{
    top: -85px;
    width:100%; 
    transform: rotate(-13deg);
}
.stipec-maly.stipec-sutaze{
    top: -85px;
    width:100%;
    transform: rotate(14deg);
}
.onas-papier-text{
    text-align: center;
    font-size: 22px;
    padding: 10px 0px 5px;
    color: #b33e3f;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none !important;
}
.onas-paper img{max-width: 400px;
    max-height: 400px;}
.own-filter{
    margin-top: 37px;
    position: fixed;
    z-index: 30;
    background-color: #ededed91;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    height: calc(100% - 95px);
    padding-bottom: 50px;
    transition: visibility 0.5s ease,opacity 0.5s ease;
	backdrop-filter: blur(20px);
}
.own-filter.open{
    opacity: 1;
    visibility: visible;
}
#closebutton{
    height: 34px;
    width: 34px;
    background-color: #b33e3f;
    border-radius: 22px;
    right: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    top: 20px;
    position: absolute;
    line-height: 30px;
    color: #fff;
}
.own-filter .obsah-filtra{
    padding: 50px 30px 50px 30px;  
    color: #1f1f1f;
    font-size: 19px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #2b2b2b !important;
    height: 1px;
    margin: 5px 0px;
}
.ui-slider-horizontal .ui-slider-range {
background-color: #b33e3f;
    top: -3px !important;
    height: 6px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    opacity: 0;
}
.filter-suma{
    float: left;
    width: 50%;
    display: inline-block;
    font-weight: 500;
}
.filter-suma input{
    background-color: transparent;
    border: none;
    width: inherit;
    text-align: right;
    outline: none !important;
    text-decoration: none !important;
}
.filter-suma input:focus{
    border: none !important;
}
.cenaoddo{
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}
.kontakt-cast{
    float: left;
    width: 50%;
    overflow: hidden;  
        padding-bottom: 20px;    
}
.kontakt-images:before, .kontakt-images:after{
    display: table;
    content: " ";
}
.kontakt-images:after{
    clear: both;
}
.kontakt-obsah{
    padding: 27px;
}
.kontakt-nazov{
    font-weight: 600;
    font-size: 33px;
    line-height: 26px;
    height: 70px;
    padding-top: 10px;
}
.kontakt-subnazov{
    color: #b33e3f;
    font-size: 13px;
}
.kontakt-left{
    color: #1f1f1f;
    background-color: #fff;
}
.kontakt-right{
    color: #fff;
    background-color: #444444;
}
.kontakt-right a {
    color: white;
}
.kontakt-page-bg{
    background-color: #fff;
}
.kontakt-adresa{
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    max-height: 110px;
    padding-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    color: #1f1f1f;
    background-color: #eee;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 4px;
}
.form-control:focus {
    border: none !important;
    box-shadow: none !important;
    border-color: #ffffff;
}
.button-kontakt {
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    padding: 10px 24px;
    box-shadow: none !important;
    border: none;
    background-color: #b33e3f;
    text-transform: uppercase;
    outline: 0;
    margin-bottom: 5px;
}
.button-kontakt.odosielanie{
    background-color: #b33e3fa6;
}
.kontakt-gdpr-wrap {
    clear: both;
    width: 100%;
    margin: 10px 0 6px;
    font-size: 13px;
    line-height: 1.5;
}
.kontakt-gdpr-label {
    display: block;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
.kontakt-gdpr-label input[type="checkbox"] {
    width: auto;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.kontakt-gdpr-wrap.has-error .requiredcheckbox {
    color: #b33e3f;
}
.kontakt-obsah .form-control.has-error {
    box-shadow: inset 0 0 0 2px #b33e3f !important;
}
.kontakt-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483646;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
body.kontakt-modal-open #modal-agree.kontakt-modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647 !important;
    background: transparent !important;
    opacity: 1 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    pointer-events: none;
}
body.kontakt-modal-open #modal-agree.kontakt-modal .modal-dialog {
    pointer-events: auto;
    margin: 0;
    width: 100%;
    max-width: 560px;
    transform: none !important;
    opacity: 1 !important;
}
body.kontakt-modal-open #modal-agree.kontakt-modal .modal-content {
    opacity: 1 !important;
    background: #fff;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
}
#modal-agree .kontakt-modal-body {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding: 25px 20px;
}
#modal-agree .kontakt-modal-message {
    margin: 0;
    text-align: center;
}
#modal-agree .kontakt-modal-errors {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#modal-agree .kontakt-modal-errors li {
    padding: 8px 0;
    color: #333;
    text-align: center;
}
#modal-agree .kontakt-modal-footer {
    border: none;
    text-align: center;
    padding: 0 20px 25px;
}
#modal-agree .kontakt-modal-footer .btn-primary {
    min-width: 140px;
}
.kontakt-udaje{
    width: 45%;
    float: left;
}
.kontakt-obsah iframe, .kontakt-obsah .google-mapa{
    width: 54.3%;
    float: right;
    height: 252px;
    text-align: center;
}
.kontakt-obsah .google-mapa img{
    padding-top: 30px;
}
.kontakt-obsah input{
    width: 45%;
    float: left;
}
.kontakt-obsah textarea{
    resize: none;
}
.kontakt-right .form-control{
    background-color: #2e2e2e;
    color: #fff;
}
.kontakt-left input::placeholder, .kontakt-left textarea::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.kontakt-left input:-ms-input-placeholder, .kontakt-left textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.kontakt-left input::-ms-input-placeholder, .kontakt-left textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
}
.kontakt-right input::placeholder, .kontakt-right textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.kontakt-right input:-ms-input-placeholder, .kontakt-right textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.kontakt-right input::-ms-input-placeholder, .kontakt-right textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
.prepis-left{
    text-align: center;
}
.prepis-left-1 span{   
   color: #b53d3c !important;
   font-weight: 700;
   font-size: 80px;
    line-height: 80px; 
}
.prepis-left-1 p{
    color: #8c8c8c;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px;
}
.prepis-left-2{
    color: #e06363;
    padding-top: 30px;
}
.prepis-left-2 span{
    font-size: 66px;
    line-height: 66px;
    font-weight: 200;
}
.prepis-left-2 p{
    color: #e06363;
}
.prepis-zoznam{
    text-align: left;
}
.prepis-zoznam h3{
    color: #777;
    font-size: 24px;
}
.prepis-zoznam ul.prepis-zoznam-1 li{
    list-style-image: url(/image/ul-bullet-star.png);
    font-size: 17px;
    line-height: 32px;
}
.prepis-zoznam ul.prepis-zoznam-2 li{
    list-style-image: url(/image/ul-bullet-star-2.png);
    font-size: 17px;
    line-height: 32px;
}
.prepis-filmov .prepis-left-1 span{
    color: #b53d3c !important;
}
.prepis-left-text{
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c;
}
.prepis-left-text-2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.prepis-filmov .prepis-zoznam{
    margin-top: -180px;
}
.atelier-proftolio-kategorie > a{
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 4px;
    margin: 0 15px;
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.5s ease;
    border-bottom: 4px solid transparent;
}
.atelier-proftolio-kategorie > a:hover,.atelier-proftolio-kategorie > a.aktivna{
    border-color: #b33e3f;
}
.atelier-main{
    margin-top: 20px;
    min-height: 270px;
    margin-bottom: 20px;
}
.atelier-produkty{
    text-align: right;
}
.atelier-produkty.skrytmagic .atelier-produkt-abs{
    background-size: 0%;
    transition: all 1s ease;
}
.atelier-produkt{
    float: left;
    position: relative;
    display: inline-block;
}
.atelier-produkt-abs:hover .atelier-info{
    opacity: 1;
    visibility: visible;
}
.atelier-produkt-abs:hover{
    -webkit-filter: opacity(.8);
  filter: opacity(.8);
  transition: all 1s ease;
}
.atelier-image{
    transition: all 0.5s ease;
}
.atelier-info{
    position: absolute;
    z-index: 1;
    width: 99%;
    left: 0.5%;
    display: none;
    bottom: 0.5%;
    background-color: rgb(34, 34, 34);
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}
.atelier-info.info-moze{
    display: block;
}
.atelier-info div{
    display: inline-block;
    height:40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 13px;
}
.atelier-info-popis{
    float: left;
}
.atelier-info-fotograf{
    float: right;
}
.atelier-info-fotograf, .atelier-info-popis, .atelier-info-odkaz{
    padding: 0px 15px;
}
.atelier-info-odkaz{
    background-color: rgb(196, 54, 56);
}
.atelier-info-odkaz a{
    color: #fff;
    text-decoration: none;
    outline: 0;
    margin: 0px -15px;
    padding: 0px 15px;
    display: block;
}

.atelier-preloader{
    height: 300px;
    padding: 100px;
    margin-top: 30px;
    position: absolute;
    z-index: 999;
    background-color: #cbcbcb54;
    margin: 0 auto;
    opacity: 0.2;
    width: 100%;
}  
@media (min-width: 1200px){
.produkty-kategorie .rozdelovac1 .produkt:nth-child(even){
    background-color: #eee;
}
.produkty-kategorie .rozdelovac1 .produkt:nth-child(odd){
    background-color: #ccc;
}
.produkty-kategorie .rozdelovac2 .produkt:nth-child(even){
    background-color: #ddd;
}
.produkty-kategorie .rozdelovac2 .produkt:nth-child(odd){
    background-color: #eee;
}
}
@media (max-width: 991px) and (min-width: 500px){
.produkty-kategorie .rozdelovac1 .produkt:nth-child(1), .produkty-kategorie .rozdelovac2 .produkt:nth-child(1){
    background-color: #ccc;
}
.produkty-kategorie .rozdelovac1 .produkt:nth-child(2), .produkty-kategorie .rozdelovac2 .produkt:nth-child(2){
    background-color: #eee;
}
.produkty-kategorie .rozdelovac1 .produkt:nth-child(3), .produkty-kategorie .rozdelovac2 .produkt:nth-child(3){
    background-color: #bbb;
}
.produkty-kategorie .rozdelovac1 .produkt:nth-child(4), .produkty-kategorie .rozdelovac2 .produkt:nth-child(4){
    background-color: #ddd;
}
}
.atelier-produkt-abs{
    position: relative;
    float: left;
    height: 100%;
    background-position-x: 50%;
    background-size: 99%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    transition: all 1s ease;
}
.atelier-main:after{
    content: " ";
    clear: both;
    display: block;
}
.atelier-produkt-row:after{
    content: " ";
    clear: both;
    display: block;
}
#portfolio{
        overflow: hidden;
        height: auto !important;
}
#portfolio .atelier-produkt-abs .obrazkove,
#portfolio .atelier-produkt-abs .obrazkove img,
.mfp-bg,
.mfp-wrap {
        z-index: 2147483640 !important;
}
body.fotokino-atelier-mfp-open header,
body.fotokino-atelier-mfp-open .behind-header,
body.fotokino-atelier-mfp-open .hlavne-kategorie,
body.fotokino-atelier-mfp-open .behind-hlavnekategorie,
body.fotokino-atelier-mfp-open #content,
body.fotokino-atelier-mfp-open footer,
body.fotokino-atelier-mfp-open #column-left,
body.fotokino-atelier-mfp-open #column-right,
body.fotokino-atelier-mfp-open .atelier-main,
body.fotokino-atelier-mfp-open .own-filter,
body.fotokino-atelier-mfp-open #smartbar,
body.fotokino-atelier-mfp-open .smartbar_wrapper,
body.fotokino-atelier-mfp-open #newslettersubscribe-consent,
body.fotokino-atelier-mfp-open #newslettersubscribe-space,
body:has(.mfp-wrap) header,
body:has(.mfp-wrap) .behind-header,
body:has(.mfp-wrap) .hlavne-kategorie,
body:has(.mfp-wrap) .behind-hlavnekategorie,
body:has(.mfp-wrap) #content,
body:has(.mfp-wrap) footer,
body:has(.mfp-wrap) #column-left,
body:has(.mfp-wrap) #column-right,
body:has(.mfp-wrap) .atelier-main,
body:has(.mfp-wrap) .own-filter,
body:has(.mfp-wrap) #smartbar,
body:has(.mfp-wrap) .smartbar_wrapper,
body:has(.mfp-wrap) #newslettersubscribe-consent,
body:has(.mfp-wrap) #newslettersubscribe-space {
        filter: blur(8px);
        -webkit-filter: blur(8px);
        transition: filter 0.3s ease;
}
body.fotokino-atelier-mfp-open #smartbar,
body.fotokino-atelier-mfp-open .smartbar_wrapper,
body.fotokino-atelier-mfp-open #newslettersubscribe-consent,
body.fotokino-atelier-mfp-open #newslettersubscribe-space,
body:has(.mfp-wrap) #smartbar,
body:has(.mfp-wrap) .smartbar_wrapper,
body:has(.mfp-wrap) #newslettersubscribe-consent,
body:has(.mfp-wrap) #newslettersubscribe-space {
        pointer-events: none;
}
body.fotokino-atelier-mfp-open .mfp-bg,
body:has(.mfp-wrap) .mfp-bg {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
}
body.fotokino-atelier-mfp-open .mfp-wrap,
body.fotokino-atelier-mfp-open .mfp-wrap *,
body:has(.mfp-wrap) .mfp-wrap,
body:has(.mfp-wrap) .mfp-wrap * {
        filter: none !important;
        -webkit-filter: none !important;
}
body.fotokino-portfolio-lightbox .mfp-wrap,
body.fotokino-portfolio-lightbox .mfp-img,
body.fotokino-portfolio-lightbox .mfp-figure,
body.fotokino-portfolio-lightbox .mfp-figure img {
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-touch-callout: none;
}
body.fotokino-portfolio-lightbox .mfp-wrap .mfp-figure {
        position: relative;
}
body:has(.mfp-wrap) .mfp-figure:after,
body.fotokino-atelier-mfp-open .mfp-figure:after,
body.fotokino-portfolio-lightbox .mfp-figure:after {
        display: none !important;
        box-shadow: none !important;
        background: none !important;
}
body:has(.mfp-wrap) img.mfp-img,
body:has(.mfp-wrap) .mfp-iframe-scaler iframe,
body:has(.mfp-wrap) .mfp-iframe-holder .mfp-content,
body.fotokino-atelier-mfp-open img.mfp-img,
body.fotokino-atelier-mfp-open .mfp-iframe-scaler iframe,
body.fotokino-atelier-mfp-open .mfp-iframe-holder .mfp-content,
body.fotokino-portfolio-lightbox img.mfp-img,
body.fotokino-portfolio-lightbox .mfp-iframe-scaler iframe {
        box-shadow: none !important;
}
body:has(.mfp-wrap) .mfp-image-holder .mfp-close,
body:has(.mfp-wrap) .mfp-iframe-holder .mfp-close,
body:has(.mfp-wrap) .mfp-wrap .mfp-close.fotokino-mfp-close-styled,
body.fotokino-atelier-mfp-open .mfp-wrap .mfp-close.fotokino-mfp-close-styled {
        position: fixed !important;
        display: block !important;
        width: 48px !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff !important;
        font-size: 36px;
        font-weight: 100;
        font-family: 'Montserrat', sans-serif;
        line-height: 44px !important;
        text-align: center;
        text-shadow: none;
        opacity: 1 !important;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
        z-index: 2147483647;
}
body:has(.mfp-wrap) .mfp-wrap .mfp-close.fotokino-mfp-close-styled:hover,
body:has(.mfp-wrap) .mfp-wrap .mfp-close.fotokino-mfp-close-styled:focus {
        background: rgba(0, 0, 0, 0.7);
        color: #fff !important;
        opacity: 1 !important;
}
.atelier-produkt-abs img{
        opacity: 0;
}
.ziadnevysledky{
    text-align: center;
    font-size: 40px;
    padding: 50px;
    color: #cbcbcb;
}
.porftoliovy-obsah{
        width: 98%;
}
.product-page-bg{
        background-color: #fff;
}
.produkt-lava-cast{
    background-color: #b33e3f;
}
.produkt-lava-cast .thumbnail{
    background: transparent;
    border: none !important;
}
.produktova-lava-cast-obrazky{
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    width: 200px;
    margin-top: 55px;
    float: left;
}
.produktova-lava-cast-obrazky .thumbnails .image-additional{
    float: none;
}
.produktova-lava-cast-obrazky h1{
    margin-top: 40px;
    color: #f2f2f2;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    width: 52vw;
    text-shadow: 0px 0px 1px black;
}
.produktova-lava-cast-obrazky h2{
    margin-top: 0px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    width: 52vw;
    text-shadow: 0px 0px 2px black;
}

.produktova-lava-cast-obrazky h1 span{
    color: #1f1f1f;
    font-weight: 500;
    text-transform: none;
    font-size: 35px;
}

.produktova-lava-cast-obrazky-pohybliva{
    width: calc(100% - 200px);
    float: right;
    margin-top: 0px;
    padding-top: 85px;
}
.posuvny-img{
    display: table;
}
.posuvny-img div{
    display: table-cell;
    vertical-align: middle;
}
.produkt-prava-cast{
    background:white;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 34px;
    top: 94px;
    padding: 20px 40px;
}
.vyrobca{
    text-align: right;
}
.produkt-popis{
    color: #333;
    line-height: 20px;
    font-weight: 400;
    margin-top: -134px;
    padding-top: 134px;
    /* height: 100vh; */
    display: flex;
    margin-bottom: -20px;
    padding-bottom: 20px;
}
.produkt-popis h2{
    font-weight: 500;
    margin-top: -30px;
     position: absolute;
}
.produktova-lava-cast-obrazky .thumbnails .image-additional.aktualny img{
    background-color: #ffffff12;
    transition: all 0.5s ease;
    transform: scale(1.1);
}
.produktova-lava-cast-obrazky .thumbnails .image-additional img{
    transition: all 0.5s ease;
}
.produkt-add-to-cart{
    border: none;
    background-color: #b33e3f;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    padding: 10px 10px;
    outline: 0;
    margin-top: 5px;
}
.produkt-add-to-cart[disabled]{
    background-color: #b33e3f73;
}
.produkt-add-to-cart.produkt-add-to-cart--order{
    background-color: #f28c28;
}
.produkt-add-to-cart.produkt-add-to-cart--order:hover,
.produkt-add-to-cart.produkt-add-to-cart--order:focus{
    background-color: #df7b18;
    color: #fff;
}
.produkt-add-to-cart.produkt-add-to-cart--order[disabled]{
    background-color: #f28c28;
}
body.product-product #newslettersubscribe-consent,
body.product-product #newslettersubscribe-space,
body.product-product.newsletteropen #newslettersubscribe-consent {
    display: none !important;
}
@media (min-width: 768px) {
body[class*="product-product"] {
    --produkt-buybar-h: 0px;
}
body[class*="product-product"].produkt-page-has-buybar {
    scroll-padding-bottom: 0;
}
body[class*="product-product"] footer,
body[class*="product-product"] footer.produkt-page-footer-last {
    position: relative !important;
    z-index: 10060 !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}
body[class*="product-product"] .produkt-prava-cast {
    max-height: calc(100vh - 94px - var(--produkt-buybar-h, 0px));
    max-height: calc(100dvh - 94px - var(--produkt-buybar-h, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body[class*="product-product"] .produkt-prava-cast::-webkit-scrollbar {
    display: none;
}
body[class*="product-product"] .produkt-nakup-wrap--desktop {
    top: auto;
    bottom: 0;
    z-index: 10050;
}
body[class*="product-product"].cart-active .produkt-nakup-wrap--dock,
body[class*="product-product"]:has(.vyhladavac.opened) .produkt-nakup-wrap--dock {
    filter: none !important;
    -webkit-filter: none !important;
}
.produkt-nakup-wrap--dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    isolation: isolate;
}
.produkt-nakup-wrap--dock::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(252, 248, 248, 0.88) 0%,
        rgba(250, 244, 244, 0.91) 55%,
        rgba(247, 240, 240, 0.94) 100%
    );
    backdrop-filter: blur(32px) saturate(1.3);
    -webkit-backdrop-filter: blur(32px) saturate(1.3);
    border-top: 5px solid #b33e3f;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 -6px 28px rgba(0, 0, 0, 0.12),
        0 -14px 48px rgba(179, 62, 63, 0.18);
    pointer-events: none;
    z-index: 0;
}
body[class*="product-product"] .produkt-nakup-wrap--desktop::before {
    border-top: 5px solid #b33e3f !important;
    border-bottom: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 -6px 28px rgba(0, 0, 0, 0.12),
        0 -14px 48px rgba(179, 62, 63, 0.18) !important;
}
.produkt-buybar__shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px clamp(20px, 4vw, 56px) calc(18px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 0 clamp(28px, 4vw, 56px);
    align-items: center;
}
.produkt-nakup-wrap--dock .produkt-akcie-mobil,
.produkt-nakup-wrap--dock .produkt-stockinfo-mobil {
    display: none;
}
.produkt-nakup-wrap--mobile {
    display: none;
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0 clamp(0px, 1vw, 12px) 0 0;
    border-right: 1px solid rgba(179, 62, 63, 0.18);
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop .produkt-buybar__action {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(179, 62, 63, 0.16);
    box-shadow: 0 1px 3px rgba(179, 62, 63, 0.08);
    color: #1f1f1f;
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop .produkt-buybar__action:hover,
.produkt-nakup-wrap--dock .produkt-akcie-desktop .produkt-buybar__action:focus {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(179, 62, 63, 0.28);
    color: #b33e3f;
    box-shadow: 0 4px 12px rgba(179, 62, 63, 0.12);
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop .produkt-buybar__action i {
    color: #b33e3f;
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop .produkt-buybar__action--facebook i {
    color: #1877f2;
}
.produkt-nakup-wrap--dock .produkt-buybar__details--desktop {
    display: block;
    min-width: 0;
}
.produkt-nakup-wrap--dock .produkt-kosik-cena {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px clamp(24px, 3vw, 48px);
    align-items: center;
}
.produkt-nakup-wrap--dock .produkt-kosik-cena:after {
    display: none;
}
.produkt-nakup-wrap--dock .produkt-buybar__commerce-end {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.5vw, 36px);
    flex-shrink: 0;
}
.produkt-nakup-wrap--dock .produktove-ceny {
    float: none;
    margin: 0;
    text-align: right;
}
.produkt-nakup-wrap--dock .produktove-ceny .produkt-cena,
.produkt-nakup-wrap--dock .produkt-buybar__price {
    font-size: clamp(26px, 2.2vw, 34px);
    font-weight: 600;
    line-height: 1.1;
}
.produkt-nakup-wrap--dock .produktove-ceny .cenasdph,
.produkt-nakup-wrap--dock .produkt-buybar__price-label {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 4px;
}
.produkt-nakup-wrap--dock .produkt-buybar__price-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}
.produkt-nakup-wrap--dock .produkt-buybar__price-old,
.produkt-nakup-wrap--dock .stara-produktova-cena {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.2;
}
.produkt-nakup-wrap--dock .produkt-buybar__cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn {
    margin: 0;
    min-width: 168px;
    padding: 14px 32px;
    font-size: 17px;
    letter-spacing: 0.08em;
    border-radius: 8px;
    background-color: #b33e3f;
    color: #fff;
    box-shadow: 0 6px 20px rgba(179, 62, 63, 0.38);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn:hover {
    transform: translateY(-1px);
    background-color: #b33e3f;
    color: #fff;
    box-shadow: 0 8px 26px rgba(179, 62, 63, 0.48);
}
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn.produkt-add-to-cart--order,
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn.produkt-add-to-cart--order:hover,
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn.produkt-add-to-cart--order[disabled],
.produkt-nakup-wrap--dock .produkt-add-to-cart.produkt-buybar__btn.produkt-add-to-cart--order[disabled]:hover {
    background-color: #f28c28;
    box-shadow: 0 6px 20px rgba(242, 140, 40, 0.35);
}
.produkt-buybar__actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.produkt-nakup-wrap--dock .produkt-buybar__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 7px;
    color: #1f1f1f;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
}
.produkt-buybar__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    position: relative;
}
.produkt-buybar__action:hover,
.produkt-buybar__action:focus {
    color: #b33e3f;
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(179, 62, 63, 0.25);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(179, 62, 63, 0.12);
}
.produkt-buybar__action i {
    width: 18px;
    text-align: center;
    font-size: 15px;
    color: #b33e3f;
}
.produkt-nakup-wrap--dock .produkt-buybar__action i {
    width: 14px;
    font-size: 12px;
}
.produkt-buybar__action--facebook i {
    color: #1877f2;
}
.produkt-buybar__action[data-tooltip]:hover::after,
.produkt-buybar__action[data-tooltip]:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    max-width: 260px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
    background: rgba(30, 30, 30, 0.94);
    border-radius: 6px;
    white-space: pre-line;
    z-index: 5;
    pointer-events: none;
}
.produkt-buybar__action--phone[data-tooltip]:hover::after,
.produkt-buybar__action--phone[data-tooltip]:focus::after,
.produkt-buybar__action--facebook[data-tooltip]:hover::after,
.produkt-buybar__action--facebook[data-tooltip]:focus::after {
    max-width: none;
    width: max-content;
    white-space: pre;
}
.produkt-buybar__commerce {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 24px;
    align-items: center;
}
.produkt-nakup-wrap--dock .produkt-buybar__title {
    margin: 0 0 8px;
    font-size: clamp(19px, 1.65vw, 26px);
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    letter-spacing: -0.02em;
}
.produkt-buybar__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    font-size: 12px;
    color: #555;
}
.produkt-nakup-wrap--dock .produkt-buybar__stock {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #444;
}
.produkt-nakup-wrap--dock .produkt-buybar__stock.is-instock {
    background: rgba(232, 245, 233, 0.85);
    color: #2e7d32;
    border-color: rgba(46, 125, 50, 0.15);
}
.produkt-nakup-wrap--dock .produkt-buybar__stock.is-outstock {
    background: rgba(255, 235, 238, 0.9);
    color: #c62828;
    border-color: rgba(198, 40, 40, 0.12);
}
.produkt-buybar__delivery {
    color: #b33e3f;
    font-weight: 600;
    text-decoration: none;
}
.produkt-buybar__delivery:hover,
.produkt-buybar__delivery:focus {
    color: #b33e3f;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.produkt-buybar__checkout {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}
.produkt-buybar__pricing {
    text-align: right;
}
.produkt-buybar__price-label {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 2px;
}
.produkt-buybar__price-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.produkt-buybar__price {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    color: #1a1a1a;
}
.produkt-buybar__price-old {
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
}
.produkt-buybar__btn {
    margin: 0;
    min-width: 148px;
    padding: 12px 22px;
    font-size: 15px;
    letter-spacing: 0.03em;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(179, 62, 63, 0.35);
}
.produkt-buybar__btn:hover {
    box-shadow: 0 6px 18px rgba(179, 62, 63, 0.45);
}
.produkt-buybar__alt-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
}
@media (min-width: 1200px) {
.produkt-nakup-wrap--dock .produkt-buybar__shell {
    grid-template-columns: max-content minmax(0, 1fr);
}
}
@media (max-width: 991px) and (min-width: 768px) {
.produkt-buybar__shell {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.produkt-nakup-wrap--dock .produkt-akcie-desktop {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-right: none;
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(179, 62, 63, 0.18);
}
.produkt-nakup-wrap--dock .produkt-kosik-cena {
    grid-template-columns: 1fr;
    gap: 16px;
}
.produkt-nakup-wrap--dock .produkt-buybar__commerce-end {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
}
}
@media (max-width: 767px) {
.produkt-nakup-wrap--desktop {
    display: none !important;
}
.produkt-nakup-wrap--mobile {
    display: block;
}
.form-group.produkt-kosik-cena:not(.disablefix) {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: transparent;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    flex-direction: row-reverse;
    justify-content: space-around;
    isolation: isolate;
    border: none;
}
.form-group.produkt-kosik-cena:not(.disablefix)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(252, 248, 248, 0.88) 0%,
        rgba(250, 244, 244, 0.91) 55%,
        rgba(247, 240, 240, 0.94) 100%
    );
    backdrop-filter: blur(32px) saturate(1.3);
    -webkit-backdrop-filter: blur(32px) saturate(1.3);
    border-top: 3px solid #b33e3f;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 -6px 28px rgba(0, 0, 0, 0.12),
        0 -14px 48px rgba(179, 62, 63, 0.18);
    pointer-events: none;
    z-index: 0;
}
.form-group.produkt-kosik-cena:not(.disablefix) > * {
    position: relative;
    z-index: 1;
}
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfo {
    width: 100%;
    flex: 0 0 100%;
    border-bottom-color: #b33e3f;
}
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfostatus.is-instock,
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfostatus.is-instock b {
    color: #2e7d32;
}
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfostatus.is-outstock,
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfostatus.is-outstock b {
    color: #c62828;
}
.form-group.produkt-kosik-cena:not(.disablefix) .stockinfoshipping a {
    color: #b33e3f;
}
.form-group.produkt-kosik-cena:not(.disablefix) .produktove-ceny {
    float: none;
    text-align: right;
}
}
.fotokino-betterprice-root {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.fotokino-betterprice-root.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
body.fotokino-betterprice-open {
    overflow: hidden;
}
.fotokino-betterprice-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(12, 12, 16, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
}
.fotokino-betterprice-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 640px;
    max-height: calc(100dvh - 40px);
    margin: auto;
    flex-shrink: 0;
    pointer-events: auto;
}
.fotokino-betterprice-panel {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
    padding: 28px 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.fotokino-betterprice-panel .fotokino-betterprice-header {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    z-index: auto;
}
.fotokino-betterprice-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.fotokino-betterprice-close:hover {
    background: rgba(179, 62, 63, 0.12);
    color: #b33e3f;
}
.fotokino-betterprice-header {
    margin: 0 0 22px;
    padding: 0 44px 18px 0;
    border-bottom: 1px solid #ececef;
    text-align: left;
}
.fotokino-betterprice-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    letter-spacing: -0.02em;
}
.fotokino-betterprice-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    max-width: 52em;
}
.fotokino-betterprice-product {
    background: #f6f6f8;
    border: 1px solid #e8e8ec;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 14px;
    line-height: 1.3;
}
.fotokino-betterprice-product-label {
    display: inline;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin: 0 8px 0 0;
}
.fotokino-betterprice-product-name {
    display: inline;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}
.fotokino-betterprice-product-link {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.25;
    color: #b33e3f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fotokino-betterprice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-bottom: 14px;
}
.fotokino-betterprice-field--wide {
    grid-column: 1 / -1;
}
.fotokino-betterprice-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
.fotokino-betterprice-field label .req {
    color: #b33e3f;
}
.fotokino-betterprice-field .form-control {
    border-radius: 8px;
    border-color: #ddd;
    box-shadow: none;
    font-size: 14px;
}
.fotokino-betterprice-field .form-control:focus {
    border-color: #b33e3f;
    box-shadow: 0 0 0 3px rgba(179, 62, 63, 0.12);
}
.fotokino-betterprice-field.has-error .form-control {
    border-color: #b33e3f;
    box-shadow: 0 0 0 2px rgba(179, 62, 63, 0.15);
}
.fotokino-betterprice-gdpr {
    margin: 16px 0 12px;
}
.fotokino-betterprice-gdpr-label {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    cursor: pointer;
    margin: 0;
}
.fotokino-betterprice-gdpr-label input {
    margin-right: 8px;
    vertical-align: middle;
}
.fotokino-betterprice-gdpr.has-error .fotokino-betterprice-gdpr-label {
    color: #b33e3f;
}
.fotokino-betterprice-alert {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 14px;
}
.fotokino-betterprice-alert.is-error {
    background: #ffebee;
    color: #b71c1c;
    border: 1px solid #ffcdd2;
}
.fotokino-betterprice-alert.is-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}
.fotokino-betterprice-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.fotokino-betterprice-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0;
}
.fotokino-betterprice-submit {
    background-color: #b33e3f;
    border-color: #b33e3f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fotokino-betterprice-submit:hover,
.fotokino-betterprice-submit:focus {
    background-color: #9a3334;
    border-color: #9a3334;
}
.fotokino-betterprice-cancel.btn-default {
    background-color: #f4f4f6;
    border-color: #d5d5da;
    color: #333;
    text-transform: none;
    font-weight: 500;
}
.fotokino-betterprice-cancel.btn-default:hover,
.fotokino-betterprice-cancel.btn-default:focus {
    background-color: #eaeaee;
    border-color: #c8c8cf;
    color: #111;
}
@media (max-width: 575px) {
.fotokino-betterprice-grid {
    grid-template-columns: 1fr;
}
.fotokino-betterprice-panel {
    padding: 22px 18px 18px;
}
.fotokino-betterprice-header {
    padding-right: 32px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.fotokino-betterprice-title {
    font-size: 21px;
}
}
.fotokino-order-stock-root {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.fotokino-order-stock-root.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
body.fotokino-order-stock-open {
    overflow: hidden;
}
.fotokino-order-stock-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(12, 12, 16, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.fotokino-order-stock-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    margin: auto;
}
.fotokino-order-stock-panel {
    position: relative;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
    padding: 30px 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
}
.fotokino-order-stock-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.fotokino-order-stock-close:hover {
    background: rgba(242, 140, 40, 0.15);
    color: #df7b18;
}
.fotokino-order-stock-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(242, 140, 40, 0.12);
    color: #df7b18;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.fotokino-order-stock-header {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: 1px solid #ececef;
    text-align: center;
}
.fotokino-order-stock-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    letter-spacing: -0.02em;
}
.fotokino-order-stock-lead,
.fotokino-order-stock-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}
.fotokino-order-stock-body {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}
.fotokino-order-stock-phone {
    display: block;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f6f6f8;
    border: 1px solid #e8e8ec;
    color: #b33e3f;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
}
.fotokino-order-stock-phone:hover,
.fotokino-order-stock-phone:focus {
    color: #9a3334;
    text-decoration: none;
}
.fotokino-order-stock-contact-link,
.fotokino-order-stock-contact-link:visited {
    color: #b33e3f !important;
    font-weight: 600;
}
.fotokino-order-stock-contact-link:hover,
.fotokino-order-stock-contact-link:focus {
    color: #9a3334 !important;
}
.fotokino-order-stock-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.fotokino-order-stock-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.25;
    margin: 0;
}
.fotokino-order-stock-call {
    background-color: #f28c28;
    border-color: #f28c28;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fotokino-order-stock-call:hover,
.fotokino-order-stock-call:focus {
    background-color: #df7b18;
    border-color: #df7b18;
    color: #fff;
}
.fotokino-order-stock-cancel.btn-default {
    background-color: #f4f4f6;
    border-color: #d5d5da;
    color: #333;
    font-weight: 500;
}
.fotokino-order-stock-cancel.btn-default:hover,
.fotokino-order-stock-cancel.btn-default:focus {
    background-color: #eaeaee;
    border-color: #c8c8cf;
    color: #111;
}
@media (max-width: 575px) {
.fotokino-order-stock-panel {
    padding: 24px 18px 18px;
}
.fotokino-order-stock-header {
    padding-right: 32px;
}
.fotokino-order-stock-title {
    font-size: 22px;
}
.fotokino-order-stock-phone {
    font-size: 19px;
}
.fotokino-order-stock-actions {
    grid-template-columns: 1fr;
}
}
.betterprice-icon {
    width: 120px;
    margin-top: 0;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.sharebutton:hover .betterprice-icon {
    transform: scale(1.15);
    filter: brightness(1.1);
}
.phoneorder-icon {
    width: 66px;
    margin-top: 0;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.sharebutton:hover .phoneorder-icon {
    transform: scale(1.15);
    filter: brightness(1.1);
}
.modal-product-error .modal-dialog,
#modal-product-error .modal-dialog {
    width: auto;
    max-width: 640px;
    height: 100vh;
    margin: 0 auto !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-product-error .modal-header {
    background: #b33e3f;
    border-bottom: none;
    text-align: center;
    padding: 15px 20px;
}
.modal-product-error .modal-title {
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
}
.modal-product-error .modal-body {
    padding-top: 18px;
    text-align: center;
}
.modal-product-error .modal-footer {
    text-align: center;
    border-top: none;
    padding-top: 0;
}
.product-error-modal-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #b33e3f;
    font-weight: 500;
    text-align: center;
}
.product-error-modal-list li + li {
    margin-top: 8px;
}
#product .product-validation-error {
    outline: 2px solid rgba(179, 62, 63, 0.35);
    outline-offset: 3px;
}
#product .volbavelkostitable.product-validation-error {
    box-shadow: inset 0 0 0 2px rgba(179, 62, 63, 0.35);
    outline: none;
}
body.product-product #button-cart-moznosti {
    display: none !important;
}
.fb-share-button iframe {
    transform: scale(1.1);
    transform-origin: left;
}
.produktove-ceny .produkt-cena{
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    transition: all 0.3s ease;
}
.produktove-ceny .cenasdph{
    font-weight: 300;
    font-size: 9px;
}
.produktove-ceny{
    float: right;
    color: #202020;
    text-align: right;
}
.produkt-kosik-cena:after{
    content: " ";
    display: block;
    clear: both;
}
.stara-produktova-cena{
    color: #202020;
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
}
.tuvlozit{
    position: relative;
    z-index: 2147483640;
}
.popup-produkt{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483645;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 24px;
    align-items: center;
    justify-content: center;
    background: rgba(248, 248, 250, 0.35);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
}
.popup-produkt.is-open {
    display: flex !important;
}
.popup-produkt.popup-produkt-pripravujeme[style*="display: block"] {
    display: flex !important;
}
.popup-produkt.popup-produkt-pripravujeme {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
}
.popup-produkt.popup-produkt-pripravujeme .popup-produkt-obsah {
    pointer-events: auto;
}
body.fotokino-popup-produkt-open {
    overflow: hidden;
}
body:has(#fotokino-offer-cart-modal.in) .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
body:has(#fotokino-offer-expired-modal.in) .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
body:has(#fotokino-offer-cart-modal.in) header,
body:has(#fotokino-offer-cart-modal.in) .behind-header,
body:has(#fotokino-offer-cart-modal.in) #container,
body:has(#fotokino-offer-cart-modal.in) footer {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
body:has(#fotokino-offer-expired-modal.in) header,
body:has(#fotokino-offer-expired-modal.in) .behind-header,
body:has(#fotokino-offer-expired-modal.in) #container,
body:has(#fotokino-offer-expired-modal.in) footer {
    filter: none !important;
    -webkit-filter: none !important;
}
#fotokino-offer-cart-modal.in,
#fotokino-offer-expired-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
#fotokino-offer-cart-modal .modal-dialog,
#fotokino-offer-expired-modal .modal-dialog {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
}
#fotokino-offer-cart-modal .modal-content,
#fotokino-offer-expired-modal .modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}
#fotokino-offer-cart-modal .modal-header,
#fotokino-offer-expired-modal .modal-header {
    border-bottom: none;
    padding: 32px 36px 10px;
}
#fotokino-offer-cart-modal .modal-title,
#fotokino-offer-expired-modal .modal-title {
    color: #b33e3f;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}
#fotokino-offer-cart-modal .modal-body,
#fotokino-offer-expired-modal .modal-body {
    padding: 10px 42px 8px;
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}
#fotokino-offer-cart-modal .modal-body p,
#fotokino-offer-expired-modal .modal-body p {
    margin: 0 0 14px;
}
#fotokino-offer-expired-modal .fotokino-offer-expired-contact {
    color: #b33e3f;
    text-decoration: none;
}
#fotokino-offer-expired-modal .fotokino-offer-expired-contact:hover,
#fotokino-offer-expired-modal .fotokino-offer-expired-contact:focus {
    color: #b33e3f;
    text-decoration: underline;
}
#fotokino-offer-cart-modal .modal-footer,
#fotokino-offer-expired-modal .modal-footer {
    border-top: none;
    padding: 8px 36px 34px;
    text-align: center;
}
#fotokino-offer-cart-modal .modal-footer .btn,
#fotokino-offer-expired-modal .modal-footer .btn {
    float: none;
    min-width: 150px;
    border-radius: 999px;
    border-color: #b33e3f;
    background-color: #b33e3f;
    padding: 11px 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
#fotokino-offer-cart-modal .modal-footer .btn:hover,
#fotokino-offer-cart-modal .modal-footer .btn:focus,
#fotokino-offer-expired-modal .modal-footer .btn:hover,
#fotokino-offer-expired-modal .modal-footer .btn:focus {
    border-color: #8f2f30;
    background-color: #8f2f30;
}
.fotokino-offer-status-page #content {
    display: flex;
    justify-content: center;
}
.fotokino-offer-status-card {
    max-width: 640px;
    width: 100%;
    margin: 24px auto 48px;
    padding: 36px 42px 34px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    text-align: center;
}
.fotokino-offer-status-card h1 {
    color: #b33e3f;
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 18px;
}
.fotokino-offer-status-lead,
.fotokino-offer-status-help {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 14px;
}
.fotokino-offer-status-dates {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f7f3f3;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}
.fotokino-offer-status-actions {
    margin-top: 26px;
}
.fotokino-offer-status-actions .btn {
    min-width: 190px;
    margin: 6px 8px;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fotokino-offer-status-actions .btn-primary {
    border-color: #b33e3f;
    background-color: #b33e3f;
}
.fotokino-offer-status-actions .btn-primary:hover,
.fotokino-offer-status-actions .btn-primary:focus {
    border-color: #8f2f30;
    background-color: #8f2f30;
}
body.fotokino-popup-cart-open .tuvlozit {
    z-index: 96;
}
body.fotokino-popup-cart-open header,
body.fotokino-popup-cart-open .behind-header,
body.fotokino-popup-cart-open #menu,
body.fotokino-popup-cart-open #menu .navbar-collapse,
body.fotokino-popup-cart-open .hlavne-kategorie,
body.fotokino-popup-cart-open .kategorie.hlavne-kategorie.otvorene,
body.fotokino-popup-cart-open .behind-hlavnekategorie,
body.fotokino-popup-cart-open .kategorie-top,
body.fotokino-popup-cart-open #newslettersubscribe-consent,
body.fotokino-popup-cart-open #newslettersubscribe-space,
body.fotokino-popup-cart-open #smartbar,
body.fotokino-popup-cart-open .smartbar_wrapper {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
body.fotokino-popup-cart-open header,
body.fotokino-popup-cart-open .behind-header {
    z-index: 100 !important;
}
body.fotokino-popup-cart-open #menu,
body.fotokino-popup-cart-open #menu .navbar-collapse {
    z-index: 101 !important;
}
body.fotokino-popup-cart-open .hlavne-kategorie,
body.fotokino-popup-cart-open .kategorie.hlavne-kategorie.otvorene,
body.fotokino-popup-cart-open .behind-hlavnekategorie {
    z-index: 99 !important;
}
body.fotokino-popup-cart-open .kategorie-top {
    z-index: 98 !important;
}
body.fotokino-popup-cart-open #newslettersubscribe-consent,
body.fotokino-popup-cart-open #newslettersubscribe-space,
body.fotokino-popup-cart-open #smartbar,
body.fotokino-popup-cart-open .smartbar_wrapper {
    z-index: 103 !important;
}
body.fotokino-popup-cart-open .behind-header ~ *:not(header):not(.behind-header):not(#menu):not(.hlavne-kategorie):not(.kategorie-top):not(.behind-hlavnekategorie):not(.tuvlozit):not(#newslettersubscribe-consent):not(#newslettersubscribe-space):not(#smartbar):not(.smartbar_wrapper),
body.fotokino-popup-cart-open #content .produkt .product-thumb,
body.fotokino-popup-cart-open #content-info .produkt .product-thumb,
body.fotokino-popup-cart-open #content > *:not(.produkty-kategorie),
body.fotokino-popup-cart-open #content-info > *:not(.home-featured-products),
body.fotokino-popup-cart-open #content-blog,
body.fotokino-popup-cart-open footer,
body.fotokino-popup-cart-open #column-left,
body.fotokino-popup-cart-open #column-right {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: filter 0.3s ease;
}
.popup-produkt.popup-produkt--cart,
.popup-produkt--cart {
    z-index: 1;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
}
.popup-produkt--cart .popup-produkt-cart-scrim {
    position: fixed;
    inset: 0;
    z-index: 0;
    opacity: 1;
    background: rgba(248, 248, 250, 0.35);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    pointer-events: auto;
    transition: opacity 0.4s ease;
}
.popup-produkt--cart .popup-produkt-obsah--cart,
.popup-produkt--cart .popup-produkt-obsah.popup-produkt-obsah--cart {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.popup-loading{
    height: 4px;
    width: 0%;
    background-color:#b33e3f;
}
.popup-produkt-obsah{
    width: 500px;
    text-align: center;
    margin: 0;
    background-color: #fff;
    height: 200px;
    position: relative;
    top: auto;
    max-width: 92vw;
    border-radius: 14px;
    box-shadow: 0 20px 56px rgba(15, 15, 20, 0.18);
    overflow: visible;
}
.popup-produkt .popup-produkt-obsah{
    width: 340px;
    height: 340px;
    max-width: 92vw;
}
.popup-produkt--cart .popup-produkt-obsah,
.popup-produkt .popup-produkt-obsah--cart {
    width: 380px;
    height: auto;
    min-height: 280px;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.popup-produkt--cart .popup-produkt-timer,
.popup-produkt .popup-produkt-obsah--cart .popup-produkt-timer {
    flex: 0 0 4px;
    height: 4px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 14px 14px 0 0;
}
.popup-produkt--cart .popup-produkt-timer .popup-loading,
.popup-produkt .popup-produkt-obsah--cart .popup-produkt-timer .popup-loading {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    height: 4px;
    margin: 0 0 0 5px;
    box-sizing: border-box;
    border-radius: 14px 14px 0 0;
}
.popup-produkt--cart .popup-close:hover,
.popup-produkt .popup-produkt-obsah--cart .popup-close:hover {
    background-color: #9a3334;
    transform: scale(1.05);
}
.popup-produkt--cart .popup-close,
.popup-produkt .popup-produkt-obsah--cart .popup-close {
    z-index: 20;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 300;
    pointer-events: auto;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.popup-produkt--cart .popup-close a,
.popup-produkt .popup-produkt-obsah--cart .popup-close a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    font-size: 22px;
    font-weight: 300;
    pointer-events: auto;
}
.popup-produkt .popup-kosik-added{
    padding: 0px 15px;   
}
.popup-produkt--cart .popup-kosik-added,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik-added {
    padding: 22px 20px 16px;
    position: relative;
    flex: 1 1 auto;
}
.popup-produkt--cart .popup-kosik-footer,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik-footer {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
}
.popup-produkt .popup-pridalsi{
    font-weight:400;
    font-size: 23px;
    margin-bottom: 18px;
    margin-top: 18px;
	line-height: 25px;
}
.popup-produkt--cart .popup-pridalsi,
.popup-produkt .popup-produkt-obsah--cart .popup-pridalsi {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 18px;
    line-height: 1.25;
    color: #111;
}
.popup-produkt--cart .popup-image,
.popup-produkt .popup-produkt-obsah--cart .popup-image {
    position: static;
    margin: 0 auto 14px;
    left: auto;
    bottom: auto;
    max-width: 130px;
}
.popup-produkt--cart .popup-image img,
.popup-produkt .popup-produkt-obsah--cart .popup-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.popup-produkt--cart .popup-produkt-namehref,
.popup-produkt .popup-produkt-obsah--cart .popup-produkt-namehref {
    position: static;
    width: auto;
    right: auto;
    top: auto;
    margin: 0 0 8px;
    padding: 0 8px;
    font-weight: 500;
}
.popup-produkt--cart .popup-produkt-namehref a,
.popup-produkt .popup-produkt-obsah--cart .popup-produkt-namehref a {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}
.popup-produkt--cart .popup-kosik.pokladna,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0 0 14px 14px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.popup-produkt--cart .popup-kosik.pokladna a,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna a {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #fff;
    background-color: #b33e3f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.25;
    transition: background-color 0.2s ease;
}
.popup-produkt--cart .popup-pokladna-text,
.popup-produkt .popup-produkt-obsah--cart .popup-pokladna-text {
    display: inline;
}
.popup-produkt--cart .popup-kosik.pokladna a:hover,
.popup-produkt--cart .popup-kosik.pokladna a:focus,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna a:hover,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna a:focus {
    color: #fff;
    background-color: #8f2f30;
    box-shadow: none;
    transform: none;
    font-size: 15px;
}
.popup-produkt--cart .popup-kosik.pokladna a:hover .popup-pokladna-text,
.popup-produkt--cart .popup-kosik.pokladna a:focus .popup-pokladna-text,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna a:hover .popup-pokladna-text,
.popup-produkt .popup-produkt-obsah--cart .popup-kosik.pokladna a:focus .popup-pokladna-text {
    letter-spacing: 0.06em;
}
.popup-katalog .popup-info{
    text-align:justify;
    font-size: 14px;
    color: #b33e3f;
}

.quickview .popup-produkt-obsah{
    width: 80%;
    top: 10%;
    margin-top: 0px;
    height: 80%;
}
@media (min-width: 768px) {
    .popup-produkt.quickview{
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .popup-produkt.quickview[style*="display: block"]{
        display: flex !important;
    }
    .quickview .popup-produkt-obsah{
        top: auto;
    }
}
.quickview .produkt-prava-cast{
    position: relative;
}
.popup-close{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #b33e3f;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}
.popup-close-cennik{
    box-shadow: 0px 1px 3px #00000080;    
}
.popup-close a, .popup-kosik a{
    color: #fff;
}
.popup-kosik{
    position: absolute;
    bottom: 15px;
    right: 197px;
    background-color: #b33e3f;
    padding: 7px 9px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    text-decoration: none;
}
.popup-kosik.pokladna{
	left: 50%;
	transform: translate(-50%);
	right: auto;
}
.popupkosikcommoncart {
    position: relative;margin-left: -15px;margin-right: 15px;margin-bottom: 10px;
}
.popupkosikcommoncart .popup-kosik.pokladna{
	cursor: pointer;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: auto;
    display: block;
    bottom: auto;
}
.popupkosikcommoncart .popup-kosik.pokladna:hover{
	color: #fff !important;
	background-color: #b33e3f !important;
}
.popup-image{
    position: absolute;
    margin: 55px;
    border: 0px solid #d0d0d0;
    left: 55px;
    bottom: 0;
}
.popup-produkt-namehref{
    font-weight: 700;
    position: absolute;
    right: 19px;
    top: 65px;
    width: 300px;
}
.popup-produkt-namehref a{
    color: black;
    font-size: 20px;
    line-height: 10px;
}
.popup-pridalsi{
    font-weight: 100;
    color: black;
    font-size: 28px;
    margin-top: 10px;
}
.fa-close:before{
content:"X";font-family: 'Montserrat', sans-serif;
}
.porovnavac{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 7;
    margin-top: 34px;
    background-color: #fff;
    opacity: 0;
}
.close-button:focus, .close-button:hover{
    outline: none;
    text-decoration: none;
    color: #fff;
}
.close-button{
    position: absolute;
    right: 18px;
    z-index: 10;
    top: 18px;
    width: 39px;
    height: 39px;
    background-color: #b33e3f;
    border-radius: 39px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.close-button:hover{
    color: #fff;
}
.akcieblogsutaze .close-button {
    position: absolute;
    z-index: 9;
}
.akcieblogsutaze .stipec-zoznamnews {
    pointer-events: none;
}
.kateogira-s-produktami{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.popup-upozornenie{
    padding: 130px 0px;
    font-size: 20px;
}
.compare-table td:nth-child(odd){
    background-color: #d8d8d8;
}
.compare-table td:nth-child(even){
    background-color: #c4c4c4;
}
.compare-table td:last-child{
    background-color: #e7e7e7;
}
.compare-table tr:nth-child(even) td:nth-child(odd){
    background-color: #f9f9f9;
}
.compare-table tr:nth-child(even) td:nth-child(even){
    background-color: #f7f7f7;
}
.compare-table tr:nth-child(even) td:last-child{
    background-color: #fafafa;
}           
.compare-table, .compare-table td{
    border: none !important;
    text-align: center;
    font-size: 14px;
}
.compare-table td{
    width: 25%;
    position: relative;
}
.compare-table tr:last-child{
    height:80px;
}
.compare-table tr:last-child td{
    vertical-align: middle;
}
.compare-table tr:first-child td{
    padding: 30px 0px 0px;
}
.compare-table .porovnat-nadpis{
    color: #1f1f1f;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;   
    text-align: center;
}
.compare-table tr:first-child .porovnat-nadpis{
    margin-bottom: 20px;   
}
.compare-table .porovnat-nadpis.compare-red{
    color: #b33e3f;
}
.compare-table .compare-pd-name{
    position: absolute;
    width: 100%;
    padding: 0px 15px;
    font-size: 20px;
    line-height: 20px;
}
.compare-table .compare-pd-name strike{
    font-size: 14px;
}
.compare-table .compare-pd-name .compare-left{
    float: left;
}
.compare-table .compare-pd-name .compare-right{
    float: right;
    text-align: right; 
}
.compare-stars{
    background: url('/image/stars.png');
    width: 36px;
    height: 31px;
    display: inline-block;
}
.stars-noactive{
    background-position-y: 31px;
}
.compare-button-group{
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.compare-before-produkt{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.compare-red-bg .compare-button-group{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.compare-red-bg .compare-before-produkt{ 
    background-color: rgb(196, 54, 56);
    opacity: 0.85;
    filter: alpha(opacity=85);
    visibility: visible;
    transition: all 0.5s ease;
}
.compare-special-isbn{
    text-align:left;
}
.compare-special-isbn .zlava{
    margin-left: 0px !important;
}
header:hover .hlavne-kategorie{
    opacity: 1;
    visibility: visible;  
}
.hlavne-kategorie.margintopminus, .hlavne-kategorie.hlkategorie-produktove:not(.nehlavna){
    margin-top: -180px;
    transition: all 0.5s ease;
    position: fixed;
}
.hlavne-kategorie.margintopminusnotrans{
    margin-top: -160px;
    position: fixed;
}

.hlavne-kategorie.fixed-open{
    position: fixed;
    opacity: 1;
    margin-top: 0px !important;
    visibility: visible;
    transition: all 0.5s ease;
}
.magic-opening:after{
    content: " ";
    display: block;
    clear: both;
}
.magic-opening{
    opacity: 0;   
}
.kontakt-right .magic-opening-kontakt{
    left: 100%;
}
.magic-opening-kontakt{
    width: 100%;
    left: -100%;
    position: relative;
    background-color:rgba(255,255,255, 1);
}
.kontakt-cast .magic-opening-text{
    background-color: rgb(68, 68, 68);
}
.magic-opening-text:after{
    content: " ";
    display: block;
    clear: both;
}
.magic-opening-1 .magic-opening-text{
    background-color: #fff !important;
}
.podnos-fotky-hover:hover .podnos-fotky-pred,.podnos-fotky-hover:hover .podnos-fotky{
    transform: scale(1.1) rotate(10deg);
    transition: all 0.5s ease;
}
.podnos-fotky-hover .podnos-fotky-pred, .podnos-fotky-hover .podnos-fotky{
    transition: all 0.5s ease;
}
.podnos-pod-papiere{
    position: relative;
    margin-top: -50px;
    left: -400px;
    display: inline-block;
}
.predpapierami:after{
    content: " ";
    display: block;
    clear: both;
}
.predpapierami{
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
}
.papiernapodnose{
    width: 70%;
    height: 18px;
    position: relative;
    background-color: #9f9f9f;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
    margin: 0 auto;
    top: 40px;
}
.akcieblogsutaze{
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%; 
    left:100%;  
    padding: 50px;
    padding-top: 180px;     
}
.blog-zoznam{
    height: 100%;
    background-color: #fff;
}
.beforeakcieblogsutaze{
    left: 0%;
    width: 100%;
    height:0px;
    position: relative;        
}
.blog-jeden{
    height: 45%;
    background-color: #fff;
    text-align: center;
    color: #1f1f1f;
}
.vsetkyblogy{
    height: 10%;
    text-align: center;
}
.vsetkyblogy a:before{
    content: " ";
    background-color: #afafaf;
    width: 80px;
    height: 1px;
    top: -3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.vsetkyblogy a:after{
    content: " ";
    background-color: #afafaf;
    width: 80px;
    height: 1px;
    top: -3px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
.blog-jeden.parnyblog{
    background-color: #575757;
    color: #fff;
    font-size:20px;
}
.blog-jeden .blog-popis h3{
    font-size: 40px;
    padding: 10px 0px 0px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat;
}
.blog-jeden .blog-popis .datum-blog{
    font-size: 14px;
    font-weight: 200;
}
.blog-jeden .blog-popis h3 a{
    color: #1f1f1f !important;
}
.blog-jeden.parnyblog .blog-popis h3 a{
    color: #fff !important;
}
.blog-jeden .blog-image{
    float: left;
    padding-right: 40px;
    padding-left: 0px;
    border-right: 1px solid #a6a6a6;
    margin: 20px 0px;
}
.blog-jeden:after{
    display: block;
    content: " ";
    clear: both;
}
.blog-citatviac{
    font-weight: 500;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 12px;
    position: relative;
    background-color: #b33e3f;
    display: inline-block;
}
.blog-citatviac:hover {
    color: white;
}
.filter-radio {
    display: block;
    position: relative;
    margin: 6px 0px 6px 15px;
    font-weight: 300;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-content .filter-moznosti{
    display: none;
}
.filter-content.filter-rozbalitelny .filter-moznosti{
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.28s ease, max-height 0.35s ease;
}
.filter-content.filter-rozbalitelny.zobrazeny-filter .filter-moznosti{
    max-height: 3000px;
    opacity: 1;
}
.filter-moznosti .filter-radio .filter-checkmark{
    transition: opacity 0.26s ease, transform 0.26s ease, background-color 0.26s ease, border-color 0.26s ease;
}
.filter-radio.filter-odznacuje .filter-checkmark{
    opacity: 0;
    transform: scale(0.4);
    background-color: transparent !important;
    border-color: #484848 !important;
}
.filter-content > .filter-checkmark{
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.filter-content.filter-stvorcek-miznu > .filter-checkmark{
    opacity: 0;
    transform: scale(0.4);
    background-color: transparent !important;
    border-color: #484848 !important;
}

/* Hide the browser's default radio button */
.filter-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.filter-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    margin-left: -15px;
    width: 8px;
    margin-top: 7px;
    border: 1px solid #484848;
}

/* On mouse-over, add a grey background color (not when already selected) */
.filter-radio:hover input:not(:checked) ~ .filter-checkmark,
.filter-content:not(.vybraneatributy) .filter-nadpis:hover ~ .filter-checkmark{
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.filter-radio input:checked ~ .filter-checkmark,
.filter-radio:hover input:checked ~ .filter-checkmark {
    background-color: #b33e3f;
    border-color: #ffffff00;
}
.filter-content.vybraneatributy > .filter-checkmark,
.filter-content.vybraneatributy:hover > .filter-checkmark,
.filter-content.vybraneatributy .filter-nadpis:hover ~ .filter-checkmark{
    background-color: #b33e3f;
    border-color: #ffffff00;
    background-image: none;
    cursor: pointer;
}
.filter-content.filter-rozbalitelny > .filter-checkmark{
    cursor: pointer;
}
.filter-content.filter-vymazava > .filter-checkmark{
    pointer-events: none;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.filter-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.filter-nadpis{
    cursor: pointer;
    font-weight: 600;
}
.filter-content.filter-rozbalitelny .filter-nadpis:before{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f078";
    margin-right: 2px;
    color: inherit;
    font-size: 9px;
    line-height: 1;
    vertical-align: middle;
    transition: all 0.5s ease;
    font-weight: normal;
}
.filter-content.filter-rozbalitelny.zobrazeny-filter .filter-nadpis:before{
    content: "\f077";
}
.filter-content.filter-jedna-moznost .filter-moznosti{
    display: block;
}
.filter-content.filter-jedna-moznost .filter-nadpis{
    cursor: default;
}
.filter-content{
    position: relative;
    display: block;
    margin: 5px 0px;
}
.vymazfilter{
    display: block;
    color: #1f1f1f;
    font-weight: 700;
    text-align: center;
    outline: none !important;
    text-decoration: none !important;
    font-size: 17px;
    margin-top: 15px;
    position: relative;
}
.vymazfilter:hover{
    color: #b33e3f;
}
.vymazfilter:focus{
    color: #1f1f1f;
}
.vymazfilter:before{
    content: "X";
    margin-top: -5px;
    margin-left: -20px;
    color: #b33e3f;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    position: absolute;
}
.filter-form:after{
    content: " ";
    display: block;
    clear: both;
}
.ui-slider .ui-slider-range {
    padding: 0px 2px;
}
.pocet-vyrobcov{
    color: #b93335;
    font-weight:600;
    font-size: 13px;
}
.video-section{
    background: #000 url('/image/preloader2.gif') center center no-repeat !important;
}
#slider-range:before{
    content: " ";
    display: block;
    clear: both;
    height: 2px;
    top: -1px;
    width: 20px;
    position: absolute;
    left: -20px;
    background-color: #2b2b2b;   
}
#slider-range:after{
    content: " ";
    display: block;
    clear: both;
    height: 2px;
    top: -1px;
    width: 20px;
    position: absolute;
    right: -20px;
    background-color: #2b2b2b;   
}
#slider-ohnisko-zoom,
#slider-ohnisko-pevne{
    margin: 15px 20px 10px;
}
.ohnisko-slider-pevne .filter-suma-pevne{
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
}
.ohnisko-slider-pevne .ohnisko-pevne-hodnota{
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.2;
}
#slider-ohnisko-pevne .ui-slider-range{
    display: none;
}
#slider-ohnisko-zoom .ui-slider-range{
    display: block;
    background-color: #b33e3f;
    top: -3px !important;
    height: 6px !important;
}
#slider-ohnisko-pevne .ui-slider-handle,
#slider-ohnisko-zoom .ui-slider-handle{
    opacity: 1 !important;
    width: 14px;
    height: 14px;
    top: -7px !important;
    margin-left: -7px;
    background-color: #b33e3f !important;
    border: none !important;
    border-radius: 0;
    cursor: pointer;
    outline: none;
}
#slider-ohnisko-pevne .ui-slider-handle:focus,
#slider-ohnisko-pevne .ui-slider-handle:hover,
#slider-ohnisko-zoom .ui-slider-handle:focus,
#slider-ohnisko-zoom .ui-slider-handle:hover{
    background-color: #b33e3f !important;
}
.ohnisko-v-filter{
    clear: both;
    width: 100%;
    padding-top: 0;
}
.filter-typ-ohniska .ohnisko-slider-zoom,
.filter-typ-ohniska .ohnisko-slider-pevne{
    margin-top: 5px;
}
.ohnisko-slider-zoom,
.ohnisko-slider-pevne{
    overflow: hidden;
    padding-bottom: 22px;
}
.ohnisko-vyber-info{
    font-weight: 300;
    text-align: center;
    margin: 2px 0 6px;
    font-size: 15px;
    color: #b33e3f;
}
.posuvnik{
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 2;
}
.posuvniksipka{
    position: absolute; 
    padding: 0px 15px;
    background-color: #fff;
    height: 170px;
    line-height: 170px;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.posuvniksipka.showsipka{
    opacity: 93%;
    visibility: visible;
}
.posuvnikvlavo{
     left: 0;
}
.posuvnikvpravo{
     right: 0;
}
.posuvnikvpravo img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mgcposuvac{
    width: auto;
    transition: all 0.5s ease;
    display: inline-flex;
	margin-top: -5px;
	justify-content: center;
}
.categoryname {
    display: inline-block;
    height: 23px;
    line-height: 23px;
}
.categoryname span{
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
}
.pokladna .panel-group .panel{
        width: 25%;
    float: left;
    margin-top: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    background-image: linear-gradient(#d2d2d2 0%, #b2b2b2 100%);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position-y: 19px;
    background-size: 1px 3px;
} 
.pomocnapokladna{
    overflow: hidden;
    margin: 0px 15px;
    padding: 0px;
}
.pokladna .panel-group .panel .panel-heading{
    width: 40px;
    height: 40px;
    position:relative;
    border-radius: 40px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    background-image: linear-gradient(#d2d2d2 0%, #b2b2b2 100%);
}
.pokladna .panel-group .panel .panel-heading:before{
    content: " ";
    display: block;
    position: absolute;
    float: left;
    height: 3px;
    width: 0px;
    top: 19px;
    left: -252.5px;
    background-image: linear-gradient(#d13131 0%, #9c1313 100%);
    transition: all 0.5s ease;
}
.pokladna .panel-group .panel .panel-heading.aktivnacast:before{
    width: 252.5px;
}
.pokladna .panel-group .panel .panel-heading:after{
    content: " ";
    display: block;
    position: absolute;
    float: left;
    height: 3px;
    width: 0px;
    top: 19px;
    left: -252.5px; 
    background-image: linear-gradient(#d13131 0%, #9c1313 100%);
    transition: all 0.5s ease;
}  
.pokladna .panel-group .panel .panel-heading.aktivnacast{
    background-image: linear-gradient(#d13131 0%, #9c1313 100%);
    color: #fff;
}
.pokladna .panel-group .panel .panel-collapse{
    position: absolute;
    top: 85px;
} 
.pokladna .panel-group .panel .panel-collapse:after{
    content: " ";
    clear: both;
    display: block;
}
.pokladna .panel-group .panel:after{
    content: " ";
    clear: both;
    display: block;
}
.pokladna .panel-group{
    position: relative;
}
.coupon-panel.panel,
.coupon-panel .panel-body{
    background-color: rgba(179, 62, 63, 0.1);
    border-color: rgba(179, 62, 63, 0.2);
}
.coupon-panel .coupon-field-group{
    display: table;
    width: 100%;
    border-collapse: separate;
}
.coupon-panel .coupon-field-group .form-control,
.coupon-panel .coupon-field-group .input-group-btn{
    display: table-cell;
    vertical-align: middle;
}
.coupon-panel .coupon-field-group .input-group-btn{
    width: 1%;
    white-space: nowrap;
}
.coupon-panel #input-coupon,
.coupon-panel #button-coupon{
    box-sizing: border-box;
    height: 34px;
    margin-bottom: 0;
}
.coupon-panel #input-coupon{
    width: 100%;
    border: 1px solid #b33e3f;
    box-shadow: none;
    padding: 5px 10px;
    line-height: normal;
    font-size: 13px;
}
.coupon-panel #input-coupon::placeholder{
    font-size: 12px;
    color: #888;
    opacity: 1;
}
.coupon-panel #input-coupon::-webkit-input-placeholder{
    font-size: 12px;
    color: #888;
}
.coupon-panel #input-coupon::-moz-placeholder{
    font-size: 12px;
    color: #888;
    opacity: 1;
}
.coupon-panel #button-coupon{
    padding: 0 16px;
    line-height: 34px;
    font-size: 13px;
    white-space: nowrap;
}
.coupon-panel #input-coupon:focus{
    background-color: #fff !important;
    border: 1px solid #b33e3f !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(179, 62, 63, 0.35) !important;
}
.coupon-panel .coupon-entry-label,
.mp-checkout .coupon-panel .coupon-entry-label{
    display: block;
    width: 100%;
    float: none;
    clear: both;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0;
}
.akciovytovar{
    font-size: 19px;
    margin-left: 0px;
    margin: 20px 0px;
    font-weight: 800;
}
.kategoriabezproduktov{
    margin: 0px;
    height: 100vh;
    padding-top: 230px;
    margin-top: -60px;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
#content.kateogira-bez-produktov .kategoriabezproduktov {
    height: auto;
    min-height: 0;
    padding-top: 0;
    margin-top: -0.55vw;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
}
#content.kateogira-bez-produktov .kategorie-uvodka {
    font-size: 1.15vw;
    line-height: 1.65vw;
    width: 70%;
}
#content.kateogira-bez-produktov .kategorie-uvodka h1 {
    font-size: 190%;
    margin-top: -0.35vw;
    margin-bottom: 0.15vw;
}
#content.kateogira-bez-produktov .kategoria-box {
    width: 65%;
}
#content.kateogira-bez-produktov #topprodukty .product-thumb .caption {
    font-size: 1.65vw;
    line-height: 1.65vw;
    bottom: 10px;
}
#content.kateogira-bez-produktov #topprodukty .zlava {
    font-size: 1.4vw;
    line-height: 1.65vw;
}
#content.kateogira-bez-produktov #topprodukty:not(.slideshowprodukty) img {
    width: 52%;
}
#content.kateogira-bez-produktov #topprodukty.slideshowprodukty img {
    width: 80%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}
}
.prvyporovnavacobrazok img{
    min-height: 250px;
}
.nakupny-kosik #cart .dropdown-menu{
    transition: all 0.5s ease;
    min-width: 320px;
    top: 41px;
    right: -54px;
    background: #ffffff;
    border: 0;
    border-radius: 0; 
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    max-height: calc(82vh - 110px);
    overflow: auto;
}
.nakupny-kosik #cart .dropdown-menu > li:first-child{
    overflow: auto;
}
.nakupny-kosik #cart .dropdown-menu > li::-webkit-scrollbar{
    width: 10px;   
} 
.nakupny-kosik #cart.open .dropdown-menu{
    top: 43px;
    opacity: 1;
    visibility: visible;
    position: absolute;
	padding-right: 0px;
}
.whitebgcontent h2,.whitebgcontent h1 {
    text-align: center;
}
.whitebgcontent {
    background: white;
    box-shadow: 0px 0px 0px #909090;
}
.nakupny-kosik #cart .dropdown-menu td{
    border-top: none;
}
.nakupny-kosik #cart .dropdown-menu tr{
    background: transparent;
}
.produktclosebtn{
    background-color: white;
    color: #b33e3f !important;
    position: absolute;
    top: 40px;
    left: calc(58.333vw - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2px 0;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.produkt-popis-obsah{
    margin-top: 11px;
    font-size: 14px;
    overflow: auto;
    padding-right: 15px;
    max-height: max-content;
}
.produkt-popis-obsah::-webkit-scrollbar-track{
    background: #aaaaaa;
}
.produkt-popis-obsah::-webkit-scrollbar{
    width: 3px;   
} 
.produkt-popis-obsah::-webkit-scrollbar-thumb{
    background: #b33e3f;
}
.fbsharelikebutton{   
    float: right;
    clear: both;
    margin-bottom: 2px;
}
.suvisiaceprodukty{
    overflow: hidden;
    background: #eeeeee;
}
.quickproductimage img{
	max-width: 90%;
}
.quickproductleft{
    background-color: #b33e3f;
        padding: 0px;
        height: 100%;
}
.quickproductimage{
    height: 100%;
    display: flex;
    align-items: center;
}
.quickproductimage div{
    margin: 0 auto;
}
.quickproductheading{
   font-size: 34px;
    line-height: 34px;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    color: #fff; 
}
.quickproductright{
    padding: 30px;
    text-align: left;
    height: 100%;
}
.quickcitatviac{
    float: right;
    margin-top: 3px;
    margin-bottom: 20px;
}
.atelier-info-fotograf a{
    color: #fff;
}
.atelier-info-fotograf a:hover{
    color: #b53d3c;
} 
.produktquantityinfo{
    bottom: 0%;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    margin-bottom: 42px;
    font-weight: 500;
    font-size: 19px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} 
.suvisiaceprodukty h3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0px;
    padding: 10px;
    background-color: #000;
}  
.produkt-atributy-table{
    text-align: center;
    border: none;
}  
.produkt-atributy-table tbody tr td{
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    width: 50%;
}
.produkt-atributy-table tbody tr td:nth-child(2){
    border: none !important;
    width: 20px;
}
.produkt-atributy-table tbody tr.produkt-rating-spacer td{
    height: 18px;
    padding: 0;
    border: none;
}
.produkt-atributy-detaily-nadpis{
    font-size: 27px;
    line-height: 27px;
    margin: 20px 0px 20px;
    font-weight: 500;
}
.volbafarbyproduktu img{
    border: none;
    transform: scale(0.75);
    cursor: pointer;
    padding: 0px;
}
.volbafarbyproduktu img:hover, .volbafarbyproduktu input:checked ~ img{
    transform: scale(1);
}
.volbafarby{
    font-size: 15px;
    font-weight: 600;
    color: #b33e3f;
}
.volbafarby .text-danger{
    font-size: 13px;
    font-weight: 400;
}
.volbafarbyproduktu{
    position: relative;
}
.volbafarbypopupnazov{
    min-width: fit-content;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    left: -100%;
    right: -100%;
    transition: all 0.5s ease;
}
.volbafarbyproduktu:hover .volbafarbypopupnazov{
    opacity: 1;
    visibility: visible;
}
.volbavelkostitable tr td:nth-child(3){
    background-color: #eeeeee;
    width: 60px;
}
.volbavelkostitable tr td:nth-child(3) input{
    text-align: center;
    padding: 0px;
    height: 21px;
    margin: 0px;
    box-shadow: none;
}
.volbavelkostitable tr td:nth-child(3) input[type=number]::-webkit-inner-spin-button, .volbavelkostitable tr td:nth-child(3) input[type=number]::-webkit-outer-spin-button{
    opacity: 1;
} 
.volbavelkostitable tr td:nth-child(3) input[type=number]::-webkit-inner-spin-button:hover,.volbavelkostitable tr td:nth-child(3) input[type=number]::-webkit-outer-spin-button:hover{
    zoom: 1.2;
    height: 14px;
}
.volbavelkostitable tr td:nth-child(4){
    display: none;
}
.volbavelkostitable tr td:nth-child(4){
    width: auto;
    text-align: center;
}
.volbavelkostitable tr{
    cursor: pointer;
}
.volbavelkostitable tr:hover{
    background-color: #eaa9aa;
    color: #fff;
}
.volbavelkostitable tr:hover td:nth-child(3), .volbavelkostitable tr:hover td:nth-child(3) input{
    background-color: #f9989a;
    color: white;
}  
.volbavelkostitable{
    width: auto;
    text-align: center;
}
.volbavelkostitable tr.vybranamoznostvelkost{
    background-color: #b33e3f;
    color: white;
}
.volbavelkostitable tr.vybranamoznostvelkost td:nth-child(3), .volbavelkostitable tr.vybranamoznostvelkost td:nth-child(3) input{
    background: #9e2c2d;
    color: white;
}
#nacitatdalsieprodukty{
    background-color: #dddddd;
    text-align: center;
    padding: 15px;
    clear: both;
} 
.nacitatdalsieproduktytext{
    font-size: 16px;
    display: inline-block;
    background-color: #b33e3f;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}
.sekundarneobrazkystred{
    height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: min-content;
}
.sekundarneobrazkystred .thumbnails{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.quickview .popup-obsah-produktu{
    display: initial;
}
.quickview .popup-obsah-produktu #product{
    position: relative;
    height: 100%;
}
.quickview .popup-obsah-produktu #product .produkt-kosik-cena{
    bottom: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
}
.quickview .popup-obsah-produktu #product .produkt-popis{
    display: block;
}
.volbafarbypopupnazovmeno{
    width: fit-content;
    margin: 0 auto;
    background-color: #acacac;
    color: white;
    border-radius: 15px;
    padding: 5px 10px;
}
#filter-total{
    background-color: #b33e3f;
    margin: -10px -30px -10px 10px;
    padding: 7.5px 25px;
    top: 3px;
    position: relative;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    display: block;
    float: right;
}
#filter-total i{
    color: white;
    font-size: 19px;
}
.nemoznozrusitporovnavac{
    opacity: 0.5;
    cursor: inherit;
}
.popup-takto-fotografujem{
    height: auto;
}
.popup-takto-fotografujem .popup-upozornenie{
    padding: 5px 0px 2px;
}
.popup-takto-fotografujem-nadpis {
    font-weight: 500;
    margin: 5px 0px 15px;
}
.popup-takto-fotografujem-nadpis span{
    font-weight: 600;
    color: #b33e3f;
}
.popup-takto-fotografujem .table{
    text-align: right;
    margin-bottom: 0px;
}
.popup-takto-fotografujem .produkt-add-to-cart{
    display: inline-block;
}
.popup-takto-fotografujem .table>tbody>tr>td,.popup-takto-fotografujem .table>tbody>tr>th,.popup-takto-fotografujem .table>tfoot>tr>td,.popup-takto-fotografujem .table>tfoot>tr>th,.popup-takto-fotografujem .table>thead>tr>td,.popup-takto-fotografujem .table>thead>tr>th{
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}
.popup-takto-fotografujem .table>tbody>tr>td:first-child{
    width: 100%;
}
.showonmobileheader{
    display:none;
}
@media(max-width: 1200px){
.newsletteropen .onas-right .obsah {
    max-height: calc(100vh - 520px);
}
.navbar-toggle{
    display:block !important;
}
.showonmobileheader{
    display: block;
}
.showonmobileheader ul{
    float: left;
    margin: 0;
}
.showonmobileheader .live-search ul{
    float: none;
}
.showonmobileheader ul li{
    float: left;
}
.showonmobileheader .live-search ul li{
    float: none;
}
.showonmobileheader .vyhladavac{
    position: relative;
}
.showonmobileheader .vyhladavac:not(.opened):not(.closing) #search{
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}
.showonmobileheader .vyhladavac.opened #search,
.showonmobileheader .vyhladavac.closing #search{
    width: 95vw !important;
    max-width: none;
    right: auto !important;
    box-sizing: border-box;
    transform: translateY(0);
}
.showonmobileheader .vyhladavac.opened.closing #search{
    transform: translateY(-24px);
}
.showonmobileheader .vyhladavac.opened .searchchild,
.showonmobileheader .vyhladavac.closing .searchchild,
.showonmobileheader .vyhladavac.opened .live-search,
.showonmobileheader .vyhladavac.closing .live-search{
    width: 100% !important;
    max-width: none;
}
.showonmobileheader .vyhladavac > img{
    position: relative;
    z-index: 5;
    display: inline-block !important;
    cursor: pointer;
}
.hideonmobileheader{
    display: none !important;
}
#menu{
    position: initial;
}
#menu .navbar-header{
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
}
#menu .navbar-header .btn{
    background-color: #b33e3f;
    color: white;
    margin: 0;
    float: left;
    border-radius: 0;
    border: none;
    height: 60px;    
}

#menu .navbar-collapse{
    left: 0;
    position: absolute;
    background-color: rgba(41, 41, 41, 1.0);
    margin-left: -292px;
    width: 280px;
    max-width: 280px;
    top: 60px;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#menu .navbar-collapse.collapse{
    display: block;
    visibility: visible;
}
#menu .navbar-collapse.collapse.in{
    margin-left: 0px;
}
body:has(#menu .navbar-collapse.in) #content,
body:has(#menu .navbar-collapse.in) #content-info,
body:has(#menu .navbar-collapse.in) #content-blog,
body:has(#menu .navbar-collapse.in) footer,
body:has(#menu .navbar-collapse.in) #column-left,
body:has(#menu .navbar-collapse.in) #column-right,
body:has(#menu .navbar-collapse.in) .behind-hlavnekategorie,
body:has(#menu .navbar-collapse.in) .behind-header ~ .hlavne-kategorie,
body:has(#menu .navbar-collapse.in) .kategorie-top {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transition: filter 0.3s ease;
}
body:has(#menu .navbar-collapse.in) #menu,
body:has(#menu .navbar-collapse.in) #menu * {
    filter: none !important;
    -webkit-filter: none !important;
}
#menu .navbar-collapse .nav{
    height: auto;
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggle:hover>.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggle:active>.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggle.openedmenunew .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggle.openedmenunew .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggle.openedmenunew .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}

#menu .navbar-collapse .nav li.menu-item{
    width: 100%;
    margin: 0;
    clear: both;
    height: auto;
    border-bottom: none;
}
#menu .navbar-collapse .nav li.menu-item > a,
#menu .navbar-collapse .nav li.menu-item > .js-eshop-menu-trigger {
    display: block;
    width: 100%;
    height: auto;
    min-height: 44px;
    line-height: 1.25;
    padding: 12px 20px;
    font-weight: 100;
    font-size: 21px;
    letter-spacing: 0.04em;
    text-shadow: none;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.2s ease;
}
#menu .navbar-collapse .nav li.menu-item:hover > a,
#menu .navbar-collapse .nav li.menu-item:hover > .js-eshop-menu-trigger,
#menu .navbar-collapse .nav li.menu-item > a:hover,
#menu .navbar-collapse .nav li.menu-item > .js-eshop-menu-trigger:hover {
    color: #b33e3f;
    text-shadow: none;
}
#menu .navbar-collapse .nav li.menu-item.active > a,
#menu .navbar-collapse .nav li.menu-item.active > .js-eshop-menu-trigger,
#menu .navbar-collapse .js-eshop-menu-wrap.active > .js-eshop-menu-trigger {
    color: #b33e3f;
    font-weight: 100;
    text-decoration: underline;
    text-decoration-color: #b33e3f;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
#menu .navbar-collapse .navbar-nav{
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-height: calc(100vh - 80px);
}
}
.onlyforsmalldevice{
    display:none;
}
@media(max-width: 1200px) and (min-width:992px){
.kontakt-nazov{
    font-size: 26px;
    height: 69px;
}
.kontakt-adresa{
    min-height: 110px;  
}
}
@media(max-width: 991px){
.prvyporovnavacobrazok img {
    min-height: auto;
}
.showonmobileheader .live-search ul,.showonmobileheader .live-search ul li{
    float: none;
}
#menu .showonmobileheader .live-search ul li a{
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.35 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.kontakt-obsah iframe, .kontakt-obsah .google-mapa,.kontakt-obsah input,.kontakt-udaje{
width:100%;float: none;
}
}
.mfp-wrap{overflow:hidden !important;}
@media(max-width: 767px){
body.cart-active .nakupny-kosik #cart.open .dropdown-menu{
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    z-index: 102;
}
body.cart-active .nakupny-kosik #cart .dropdown-menu li > div{
    min-width: 0;
}
.atelier-info-fotograf{
    display:none !important;
}

.produkt-popis{
    display:block;
    max-height: none;
}
.produkt-prava-cast {
    margin-top: 10px;
    position: relative;
    top: 0px;
    padding: 0px 10px;
    max-height: none;
    overflow: visible;
}
.produkt-popis-obsah{
    padding-right:0px;
    max-height: none;
}
.produktova-lava-cast-obrazky{
    width: 50px;
}
.produktova-lava-cast-obrazky-pohybliva{
    width: calc(100% - 50px);
    padding-top: 24px;
}
.produktova-lava-cast-obrazky-pohybliva .posuvny-img{
    margin-bottom: 48px;
}
.produktova-lava-cast-obrazky-pohybliva .posuvny-img:first-child{
    margin-top: 70px;
}
.produktova-lava-cast-obrazky-pohybliva .posuvny-img:last-child{
    margin-bottom: 0;
}
.produktova-lava-cast-obrazky-pohybliva .posuvny-img img{
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.produktova-lava-cast-obrazky{
    margin-top: 41px;
}
.produktova-lava-cast-obrazky h1{
    margin-top: 14px;
    margin-bottom: 0;
}
.produktova-lava-cast-obrazky .produktclosebtn{
    top: 14px;
    left: calc(100vw - 67px);
}
.produktova-lava-cast-obrazky .sekundarneobrazkystred{
    height: auto;
    max-height: calc(100dvh - 200px);
    max-height: calc(100vh - 200px);
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    margin-top: 14px;
}
.produktova-lava-cast-obrazky .sekundarneobrazkystred:before,
.produktova-lava-cast-obrazky .sekundarneobrazkystred:after{
    display: none;
}
.produktova-lava-cast-obrazky .thumbnails{
    margin-left: 0;
    gap: 4px;
}
.sekundarneobrazkystred .thumbnails{
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.produktova-lava-cast-obrazky .thumbnails > li,
.produktova-lava-cast-obrazky .image-additional{
    margin-left: 0;
    max-width: none;
}
.produktova-lava-cast-obrazky .image-additional a{
    margin-bottom: 0;
    padding: 2px;
}
.before-popis{
    display:none;
}
.mobileshowprodukt .before-popis{
    display: block;
    opacity: 1;
    visibility: visible;
}
.produkty-kategorie .produkt.mobileshowprodukt .product-thumb .image img,
.suvisiaceprodukty .produkt.mobileshowprodukt .product-thumb .image img{
    filter: blur(6px);
    -webkit-filter: blur(6px);
    transform: scale(1.06);
}
.produkty-kategorie .product-thumb .image,
.suvisiaceprodukty .product-thumb .image{
    overflow: hidden;
}
.produkty-kategorie .product-thumb .image img,
.suvisiaceprodukty .product-thumb .image img{
    transition: filter 0.35s ease, transform 0.35s ease;
}
.produkt .product-thumb .popis .block-left h4 a,.produkt.mobileshowprodukt .before-popis > a{
    pointer-events: none;
}
.produkt.mobileshowprodukt .before-popis,
.produkt.mobileshowprodukt .product-thumb .image a{
    pointer-events: none;
}
.produkt.mobileshowprodukt .before-popis .produkt-buttony,
.produkt.mobileshowprodukt .before-popis .produkt-buttony *{
    pointer-events: auto;
}
.produkt .product-thumb .image{
    z-index: 4;
}
.kategorie-top{
    padding: 7px 25px;
}
.kategorie-top > div {
    text-align: left;
}
.hlavne-kategorie.margintopminus, .hlavne-kategorie.hlkategorie-produktove:not(.nehlavna) {
    transition: all 0s ease;
}
.posuvniksipka img{
    width:13px;
}
.posuvniksipka{
    padding: 0px 5px;
}
.hlavne-kategorie a.list-group-item {
    min-width: 100px;
}
.padbotmob {
    padding-bottom: 8px;
}
.beforeakcieblogsutaze{
    height: auto;
}
.onas-right{   
    min-width: 505px;
}
.onas-right .obsah{
    max-height: calc(100vh - 513px);
    min-height: 200px;
}
.kontakt-nazov{
    font-size: 30px; 
}
.kontakt-obsah {
    padding: 10px 0px;
}
.onas-right{
    max-width: none;
    width: 100%;
    padding: 15px;
    float:none;
}
.onas-right .obsah{
    padding: 0px 10px;
    margin: -5px;
}
.common-home .onas-page .onas-right .obsah{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.common-home .onas-page .onas-right .obsah b{
    font-weight: 400;
}
.nakupny-kosik #cart .dropdown-menu{
    max-width: 340px;
	overflow-x: hidden;
	box-shadow: 5px 9px 15px -15px #777;
}
#cart .dropdown-menu li > div {
    min-width: 305px;
}
.hideonmobileonas{
    display: none;
}
}
.kontakt-iframe {
    position: sticky;
    top: 90px;
    padding: 0;
}
.kontakt-images-2 {
    background: #131416;
}
.kontakt-iframe iframe{
    display: block;
    height: calc(100vh - 90px);  
} 
#packeta-iframe-wrap {
    height: 90% !important;
}
@media (max-width: 767px){
.kontakt-images-2 {
    display: grid;
}
.kontakt-iframe{
    order: 2;
}    
.kontakt-images-2 .kontakt-cast {
    width: 100%;
    float:none;
}
.kontakt-iframe iframe{
    height: 400px;
}
}
@media (max-width: 500px){

.close-button{
    top: 38px;
}  
.kontakt-cast {
    width: 100%;
}
.kategorie-top > div {
    display: block;
}
.kategorie-top{
    padding: 5px 10px;
}
.own-filter,.produkty-kategorie {
    margin-top: 56px;
}
#filter-total{
    margin: -8px -10px -2px 10px;
    padding: 6px 20px;
}
.onas-right{   
    min-width: auto;
}
.onas-page-bg {
    background-size: 500px;
}
.kontakt-udaje,.kontakt-obsah iframe, .kontakt-obsah .google-mapa,.kontakt-obsah input{
    width:100%;
    float:none;
}
.newsletterinput.form-control{
    width: calc(100% - 188px);
    padding-left: 40px;
    background-position-x: 5px;
}
}
@media (max-width: 400px){
.newsletterinput.form-control{
    width: 100%;
}
#newslettersubscribe-inner .button-kontakt{
    width: calc(100% - 45px);
}
}
#menu .showonmobileheader li:first-child a{
    line-height: 26px !important;
    margin-top: -15px;
    margin-left: 5px;
    margin-right: -10px;
    display: block;
}
#menu .showonmobileheader .live-search li:first-child a{
        margin-left: 0px;
}
.onlyforsmalldevice{
    display:initial;
}
.obrazkove{
    cursor: pointer;
}
.radeniepodlaceny{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
}
.radeniepodlaceny i{
    font-size: 35px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.radeniepodlaceny i:hover,.radeniepodlaceny input:checked ~ i{
    color: #b33e3f;
}
.radeniepodlaceny label{
    display: inline-block;
    margin: -5px 10px 0px 0px;
}
.suvisiaceprodukty .produkty-kategorie{
    margin-top: 0px;
}
.kontakt-right .kontakt-adresa a{
    color: #fff; 
}
.kontakt-adresa a:hover{
    color: #b33e3f; 
}
@media(max-width:1200px){
.lampa{
left:240px;
}
}
.product-content:after{
clear:both;display:block;content: " ";
}
.product-content{
background: #b33e3f; /* Old browsers */
background: -moz-linear-gradient(top,  #b33e3f 0%, #b33e3f 50%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33e3f), color-stop(50%,#b33e3f), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b33e3f 0%,#b33e3f 50%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b33e3f 0%,#b33e3f 50%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b33e3f 0%,#b33e3f 50%,#ffffff 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right, #b33e3f 0%,#b33e3f 58.3333%,#ffffff 58.3333%,#ffffff 100%);
}
a.socialfooter i {
    font-size: 20px;
}
a.socialfooter {
    margin: 0px 9px 0px;
}
.lano{top: 110px;
    position: absolute;}
.omrvinkovasearch #input-search{
    float: left;
    min-width: 250px;
    width: auto;
    margin: -7px 0px -13px -30px;
    height: 35px;
}
.omrvinkovasearch .button-kontakt{
    float: left;
    margin: -7px 0px -13px -30px;
    height: 36px;
}
.manufacturernew{
text-align:center;transition: all 0.5s ease
}
.manufacturerslist .manufacturernew{
    background-color: #eee;
}
.manufacturerslist .manufacturernew:nth-child(odd) {
    background-color: #ddd;
}
@media (min-width: 1200px){
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(even){
    background-color: #eee;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(odd){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(even){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(odd){
    background-color: #eee;
}
}
@media (max-width: 1199px) and (min-width:992px){
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(1){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(2){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(3){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(4){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(5){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+1) .manufacturernew:nth-child(6){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(1){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(2){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(3){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(4){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(5){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+2) .manufacturernew:nth-child(6){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(1){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(2){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(3){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(4){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(5){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n+3) .manufacturernew:nth-child(6){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(1){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(2){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(3){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(4){
    background-color: #ddd;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(5){
    background-color: #eee;
}
.manufacturerslist .rozdelovacgroup:nth-child(4n) .manufacturernew:nth-child(6){
    background-color: #ddd;
}
}
@media (max-width: 767px){
.product-content{
    background:white;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(1){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(2){
    background-color: #eee;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(3){
    background-color: #eee;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(4){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(5){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac1 .manufacturernew:nth-child(6){
    background-color: #eee;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(1){
    background-color: #eee;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(2){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(3){
    background-color: #ddd;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(4){
    background-color: #eee;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(5){
    background-color: #eee;
}
.manufacturerslist .rozdelovac2 .manufacturernew:nth-child(6){
    background-color: #ddd;
}
}
.manufacturernew:hover {
    box-shadow: inset 0px 0px 5px #b7b7b7;
}
.vyhladavanie-s-produktami .kategorie-top{
max-width:1170px;
}
.vyhladavanie-s-produktami .filtre .own-filter{
position:absolute;height: auto;
}
.sekundarneobrazkystred:before{content: " ";
    display: block;
    top: 0px;
    width: 100%;
    height: 30px;
    z-index: 1;
    background-image: linear-gradient(#b33e3f, #b33e3f00);
    position: absolute;}
.sekundarneobrazkystred:after{content: " ";
    display: block;
    bottom: 0px;
    width: 100%;
    height: 30px;
    z-index: 1;
    background-image: linear-gradient(#b33e3f00, #b33e3f);
    position: absolute;}
.stipec-zoznamnews{width: 100%;
    text-align: center;
    margin-top: -77px;
    left: 0;}
.novinkyobsah{box-shadow: 5px 5px 56px -8px #000;
    background: white;
    padding: 10px;
    border-radius: 2px;}
.newcontentheading{text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;}
.emptysearch{text-align: center;
    margin-top: 70px;
    font-size: 28px;
    line-height: 28px;}
.lano{white-space:nowrap;
}
.horizontallano {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.newcontent{
box-shadow: 5px 5px 56px -8px #000;padding:0px;width: fit-content;margin: 0 auto;background:white
}
.newcontent a{
padding:10px;display: block;text-align: -webkit-center;
}
.newcontentimage img{
filter: grayscale(1);max-width: 100%;max-height: 400px;transition: all 0.5s ease
}
.newcontent > a > img{
transition: all 0.5s ease;filter: grayscale(1);
}
.newcontent:hover > a > img{
filter: grayscale(0);
}
.newcontentimage:hover img{
filter: grayscale(0);
}
.newcontent.onas-papier{
position: inherit;max-width: max-content;
}
.newcontent .onas-papier-text{
max-width: 300px;
}
.article-subtitle{
border-top: 1px solid #b33e3f;text-align: center;
}
.article-date{
position: relative;top: -10px;background: #d8d8d8;padding: 0px 15px;
}
.searchcatline,.searchinfline,.searchmanline{
border-top: 1px solid #b53d3c;
}
#modal-agree .modal-content,#modal-uploadsuccess .modal-content,#modal-offers .modal-content{
border-radius: 0px;border: none;width: 100%;max-height: 100%;overflow: inherit;display: flex;flex-direction: column;
}
#modal-agree:not(.modal-delivery-image) .modal-dialog,#modal-uploadsuccess:not(.modal-upload-success) .modal-dialog,#modal-offers .modal-dialog,#modal-product-error .modal-dialog{height: 100vh;margin: 0 auto !important;padding: 15px;display: flex;align-items: center;}
#modal-agree .modal-dialog.modal-legal-wide{
    width: 94%;
    max-width: 960px;
}
@media (min-width: 992px) {
#modal-agree .modal-dialog.modal-legal-wide{
    max-width: 1040px;
}
}
@media (max-width: 767px) {
#modal-agree .modal-dialog.modal-legal-wide{
    width: calc(100% - 24px);
    max-width: none;
}
}
#modal-agree .modal-dialog .modal-body,#modal-uploadsuccess .modal-dialog .modal-body,#modal-offers .modal-dialog .modal-body{overflow: auto;
}
#modal-agree.modal-legal .modal-dialog.modal-legal-wide .modal-body{
    padding-left: 24px;
    padding-right: 24px;
}
#modal-agree.modal-legal.in {
    pointer-events: auto !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    isolation: isolate;
}
#modal-agree.modal-legal.in .modal-content {
    background-color: #fff !important;
    background: #fff !important;
}
#modal-agree.modal-legal.in .modal-dialog.modal-legal-wide {
    height: auto !important;
    max-height: none !important;
    margin: 12px auto !important;
    padding: 0 15px 20px !important;
    display: block !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
}
#modal-agree.modal-legal.in .modal-header {
    position: relative;
    overflow: visible;
}
#modal-agree.modal-legal.in .modal-header .close {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    margin: 0;
    padding: 4px 10px;
    line-height: 1;
    float: none;
}
#modal-agree .modal-header,#modal-uploadsuccess .modal-header,#modal-offers .modal-header{
border: none;background: #b33e3f;text-align: center;text-transform: uppercase;flex: 0 0 auto;
}
#modal-agree .modal-header h4,#modal-uploadsuccess .modal-header h4,#modal-offers .modal-header h4,#modal-offers .modal-header h3{
color: white;font-weight: 900;font-size: 24px;
}
#modal-agree.fotokino-alert-modal.kontakt-modal--prepis-info .modal-header,
#modal-agree.kontakt-modal--prepis-info .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 12px;
    min-height: 52px;
}
#modal-agree.kontakt-modal--prepis-info .modal-header .modal-title,
#modal-agree.kontakt-modal--prepis-info .modal-header h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: normal;
    align-self: center;
}
#modal-agree.fotokino-alert-modal--no-close .modal-header {
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 767px) {
    #modal-agree.kontakt-modal--prepis-info .modal-header .modal-title,
    #modal-agree.kontakt-modal--prepis-info .modal-header h4 {
        font-size: 18px;
        line-height: 1.25;
    }
    #modal-agree.kontakt-modal--prepis-info.kontakt-modal--title-oneline .modal-header .modal-title,
    #modal-agree.kontakt-modal--prepis-info.kontakt-modal--title-oneline .modal-header h4 {
        white-space: nowrap;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }
}
@media (max-width: 380px) {
    #modal-agree.kontakt-modal--prepis-info .modal-header .modal-title,
    #modal-agree.kontakt-modal--prepis-info .modal-header h4 {
        font-size: 17px;
    }
    #modal-agree.kontakt-modal--prepis-info.kontakt-modal--title-oneline .modal-header .modal-title,
    #modal-agree.kontakt-modal--prepis-info.kontakt-modal--title-oneline .modal-header h4 {
        font-size: 13px;
    }
}
#modal-agree .modal-header .close,#modal-uploadsuccess .modal-header .close,#modal-offers .modal-header .close{
font-size: 60px;text-shadow: none;color: white;font-weight: 400;opacity: 1;margin-top: -15px;margin-bottom: -15px;
}
.well{
margin-top: 20px;background: white;border-radius: 0;box-shadow: 0px 0px 5px #00000085;
}
.btn-primary{
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    padding: 10px 9px;
    box-shadow: none !important;
    border: none;
    background: #b33e3f;
    text-transform: uppercase;
    outline: 0;
    margin-bottom: 0px;
    border-radius: 0;
}
.btn-primary:hover{
background: #a02a2c;
}
.btn-default{
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 9px;
    box-shadow: none !important;
    border: none;
    background: #b33e3f;
    text-transform: uppercase;
    outline: 0;
    margin-bottom: 25px;
    border-radius: 0;
}
.btn-default:hover{
    background:black;
    color:white;
    text-shadow: none;
}
@media (max-width: 767px) {
#content-blog.onas-page-bg-2{
    overflow-x: hidden;
    overflow-y: visible !important;
    height: auto !important;
    min-height: 0 !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#content-blog.onas-page-bg-2::-webkit-scrollbar,
#content-blog.onas-page-bg-2 .akcieblogsutaze::-webkit-scrollbar {
    display: none;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze{
    height: auto !important;
    overflow: visible;
    padding-top: 30px;
    padding-bottom: 10px;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze > .lano,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .lano.visible-xs,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano.visible-xs {
    position: relative !important;
    top: 15px;
    left: auto !important;
    right: auto !important;
    display: block;
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze > .lano img,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .lano.visible-xs img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano.visible-xs img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 64px;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: left center;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze > .lano img.horizontallano,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .lano.visible-xs img.horizontallano,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano img.horizontallano,
#content-blog.onas-page-bg-2 .akcieblogsutaze .lano.visible-xs img.horizontallano {
    transform: scaleX(-1);
    object-position: left center;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .padbotmob {
    position: relative;
    float: none;
    width: 100%;
    padding: 0 0 48px !important;
    text-align: center;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .onas-papier,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .onas-papier.akcie,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .onas-papier.blog,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .onas-papier.sutaze,
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .newcontent.onas-papier {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    display: block;
    width: 100%;
    max-width: 319px;
    margin: 0 auto !important;
    padding: 0;
    box-sizing: border-box;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .row {
    margin-left: 0;
    margin-right: 0;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .newcontent a {
    padding: 10px;
    display: block;
    text-align: center;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .newcontent > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    margin: 0 auto;
    object-fit: cover;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .onas-papier-text {
    font-size: 22px;
    line-height: 24px;
    padding: 10px 0 5px;
    max-width: none;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .stipec-maly {
    top: -77px;
    width: 100%;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .stipec-zoznamnews {
    position: absolute;
    top: -77px;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .stipec-maly img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .stipec-zoznamnews img {
    height: 98px;
    width: 23px;
    max-width: none;
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .stipec-maly.stipec-akcie {
    transform: rotate(7deg);
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .stipec-maly.stipec-blog {
    transform: rotate(-13deg);
}
#content-blog.onas-page-bg-2 .beforeakcieblogsutaze .stipec-maly.stipec-sutaze {
    transform: rotate(14deg);
}
#content-info.home-featured-section{
    clear: both;
}
.vyhladavac #search{
    right: -70px;
}
.prepis-obsah .background.right-side{
    width: 150px;
    background-size: 150px;
    background-position: left bottom;    
}
.prepis-obsah .background.left-side{
    background-size: 150px;
    background-position: right top;
    width: 150px;
}
.prepis-text {
    width: 100%;
    padding: 0px 10px;
}
.atelier-proftolio-kategorie > a{
    display:inline-block;
}
.tlac-obsah {
    padding: 0px 10px;
}
.prepis-obsah-2 {
    width: auto;
    padding: 20px 15px !important;
}
.prepis-filmov .prepis-zoznam{
    margin-top: 0px;
}
.atelier-heading{
    padding: 40px 0px 20px;
    font-size: 40px;
}        
.atelier-popis,.atelier-fotograf-info{
    padding: 20px 0px 40px;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div{
    transition: all 0.5s ease;
    height: auto;
    float: none;
    width: 100%;
    padding: 0 0 48px !important;
    text-align: center;
    box-sizing: border-box;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze {
    padding: 40px 0 10px;
    top: 0%;
    overflow: visible;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .close-button {
    top: 8px;
    right: 12px;
    z-index: 9;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row {
    margin-left: 0;
    margin-right: 0;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent {
    width: 100%;
    max-width: 319px;
    margin: 0 auto;
    box-sizing: border-box;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent.onas-papier,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent.onas-papier {
    position: relative !important;
    top: auto !important;
    max-width: 319px;
    margin: 0 auto;
    padding: 0;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent a {
    padding: 10px;
    display: block;
    text-align: center;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent .onas-papier-text,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent .onas-papier-text {
    max-width: none;
    font-size: 22px;
    line-height: 24px;
    padding: 10px 0 5px;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent > a > img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontentimage img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent > a > img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontentimage img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    margin: 0 auto;
    object-fit: cover;
    filter: grayscale(1);
    transition: all 0.5s ease;
}
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent:hover .newcontentimage img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div .newcontent:hover > a > img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent:hover .newcontentimage img,
#content-blog.onas-page-bg-2 .akcieblogsutaze .row > div:only-child .newcontent:hover > a > img {
    filter: grayscale(0);
}
.onas-page-bg-2 {
    background-size: 100%;
}
.newcontentimage img {
    max-width: 100%;
}
footer h5:not(.lastelfooter):after{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f078";
    margin-left: 10px;
    color: #b33e3f;
    transition: all 0.5s ease;
}
footer h5:not(.lastelfooter).footeractive:after{
    content: "\f077";
}
footer h5:not(.lastelfooter) + ul {
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.35s ease, padding 0.35s ease;
    overflow: hidden;
}
footer h5:not(.lastelfooter).footeractive + ul {
    max-height: 260px;
    padding-bottom: 14px;
    opacity: 1;
    visibility: visible;
}
footer h5:not(.lastelfooter).footeractive + ul li:last-child {
    padding-bottom: 4px;
}  
.tlac{
    background-size: 27% !important;
}
}
@media (max-width: 450px) {
.tlac-heading {
    font-size: 25px;
    line-height: 28px;
}
.tlac-subheading {
    font-size: 22px;
    line-height: 25px;
}
}
.onas-page{
    transition: all 0.2s ease;
}
.popuptooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
  margin: 0px 0px 13px 7px;
}

.popuptooltip .tooltiptext {
  visibility: hidden;
  width: 315px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right: 0;
    top: -90px;
}
.popuptooltip .tooltiptext:after{
    content: "";
    display:block;
    background: #222222;
    height: 15px;
    width: 15px;
    right: 25px;
    transform: rotate(45deg);
    position: absolute;
}

.popuptooltip:hover .tooltiptext {
  visibility: visible;
}
.prepis#mobil .prepis-text a{
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 19px;
    padding: 6px 17px;
    border-radius: 5px;
    background-color: #b33e3f;
}
.container{
    max-width:100%;
}
.mp-checkout .radio,.mp-checkout .checkbox{
    display: inline-block;
}
.mp-checkout .mp-comments .checkbox{
    display: block;
}
.quickview .popup-obsah-produktu #product .produkt-popis .produkt-popis-obsah{
    max-height: calc(80vh - 300px);
    overflow: auto;
}
.newvideo video{
display:block;background:black;
}
.ajaxloginlink {
    width: 1000px;
    max-width: calc(100% - 20px);
    display: grid;
    align-items: center;
}
.ajaxloginlink .modal-content{
    background: url('/image/loginajax-bg.jpg');
}
.ajaxloginlink .modal-header{
    padding: 0px;
    min-height: unset;
}
#modal-agree .ajaxloginlink .modal-header .close, #modal-uploadsuccess .ajaxloginlink .modal-header .close, #modal-offers .ajaxloginlink .modal-header .close{
    position: absolute;
    right: 15px;
    margin-top: 0px;
    color: #b33e3f;
    z-index: 1;
}
.ajaxloginlink .col-sm-7{
    background: #ffffffbf;
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 0px;
}
.ajaxloginlink h1{
    font-family: Montserrat;
    text-transform: uppercase;
    color: #b33e3f;
    font-weight: 800;
    margin-bottom: 40px;
    height: 69px;
}
.ajaxloginlink .form-control{
    max-width: 220px;
    margin: 0 auto;
    background: white;
    padding: 15px;
    height: 45px;
    box-shadow: 0px 0px 1px darkgrey; 
}
.ajaxloginlink .btn{
    width: 220px;
    font-size: 20px;
    padding: 15px;
}
.g-signin2 > div{
    height: 45px !important;
    width: 45px !important;
    background: url('/image/googleiconlogin.jpg');
}
.g-signin2 > div > div{
    display:none;
}
.g-signin2, #fbloginajax {
    display: block;
    float: left;
    width: 45px;
    margin: 0px 5px;
}
.soclogins{
    margin-top: 20px;
    width: 110px;
    height: 45px;
    margin: 20px auto 0px;
}
.ajaxloginregister a {
    color: #b33e3f;
    display: inline-block;
}
.ajaxloginregister {
    margin-top: 43px;
    color: black;
    height: 44px;
}
.navbar .showonmobileheader li.menu-item{
        margin: 0px 5px;
}
@media(max-width:767px){
.col-sm-6 .accounttext{
    width: 100vw; 
}
.accounticon{
    margin: 10px auto !important;
}
.accounttext span {
    height: 45px;
    display: block;
    font-size: 3vw;
}
.accounttext.accountbgdark.accountlastbg{
    background: #3e3e3e;
}
.accounttext {
    padding: 5px 0px 15px !important;
}
#modal-agree .modal-dialog,#modal-uploadsuccess:not(.modal-upload-success) .modal-dialog,#modal-offers .modal-dialog {
    margin-top: 20%;
}
#modal-agree.modal-delivery-image .modal-dialog,
#modal-agree.modal-delivery-image.in .modal-dialog {
    margin: 0 auto !important;
}
.ajaxloginlink .col-sm-7{
    padding-top: 1px;
    padding-bottom: 10px;
}  
.ajaxloginlink h1{
    margin-bottom: 14px;
    font-size: 25px;
    height: 30px;
    margin-top: 50px; 
}
.soclogins {
    margin-top: 20px;
    height: 45px;
    margin: 10px auto 0px;
}
.ajaxloginregister {
    margin-top: 5px;
    height: 44px;
}
}
@media(max-height: 650px) {
#modal-agree .modal-dialog,#modal-uploadsuccess:not(.modal-upload-success) .modal-dialog,#modal-offers .modal-dialog {
    margin-top: 0px;
}  
.ajaxloginlink .col-sm-7{
    padding-top: 1px;
    padding-bottom: 10px;
    margin-left: 0px;
    width: 100%;
}  
.ajaxloginlink h1{
    margin-bottom: 14px;
    font-size: 25px;
    height: 30px;
    margin-top: 50px; 
}
.soclogins {
    margin-top: 20px;
    height: 45px;
    margin: 10px auto 0px;
}
.ajaxloginregister {
    margin-top: 5px;
    height: 44px;
}
}
@media(max-height: 450px) {
.ajaxloginlink h1{
    margin-bottom: 5px;
    margin-top: 5px; 
}
.ajaxloginlink .form-group {
    margin-bottom: 10px;
}
.ajaxloginregister {
    height: 20px;
}
#modal-agree .ajaxloginlink .modal-header .close,#modal-uploadsuccess .ajaxloginlink .modal-header .close,#modal-offers .ajaxloginlink .modal-header .close {
    right: 5px;
    margin-top: -10px;
}
}
.loginicon{
    width: 33px;
    height: 35px;
	zoom: 0.7;
	margin-top: -8px;
    background: url('/image/login-icon.png');
}
.loginicon.loginiconlogged{
    background-position-y: 35px;
}
@media(max-height: 500px) and (min-width: 500px) {
.produkt.col-xs-12{
    width:50%;
}
}
.accounticon {
    width: 32vw;
    height: 31.9vw;
    background: url('/image/accounticons.png');
    background-size: 32vw;
    margin: 20px auto;
    transition: all 0.5s ease;
}
.accounticon2 {
    background-position-y: -32vw;
}
.accounticon3 {
    background-position-y: -64vw;
}
.accounticon4 {
    background-position-y: -96vw;
}
.accounticon5 {
    background-position-y: -128vw;
}
.accounticon6 {
    background-position-y: 32vw;
}
.accountcontent > .row{
    margin-left:0px;
    margin-right:0px;
}
.accountcontent > .row > .col-sm-3,.accountcontent > .row > .col-sm-6{
    padding-left:0px;
    padding-right:0px;
}
.accounttext.accountbgdark {
    background: #292929;    
}
.accounttext.accountbgred {
    background: #b33e3f; 
    padding: 40px 80px;
    text-align: left;   
}
.accounttext {
    width: 50vw;
    height: 50vw;
    text-align: center;
    background: #3e3e3e;
    color: #a4a4a4;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    padding: 40px 0px;   
}
.accounticon:hover {
    transform: scale(1.1);
}
.imagebanner a{
    display: block;
}
.accountcontent{
    overflow:hidden;
}
@media(min-width:768px){
.accounttext {
    width: 25vw;
    height: 25vw; 
}
.col-sm-6 .accounttext {
    width: 50vw;
}
.imagebanner a{
    width: 25vw;
}
.accounticon {
    width: 12vw;
    height: 12vw; 
    background-size: 12vw;
}
.accounticon2 {
    background-position-y: -12vw;
}
.accounticon3 {
    background-position-y: -24vw;
}
.accounticon4 {
    background-position-y: -36vw;
}
.accounticon5 {
    background-position-y: -47.7vw;
}
.accounticon6 {
    background-position-y: 12.1vw;
}
}
.accountname {
    font-size: 2.7vw;
    font-weight: 600;
    color: #d8d8d8;
    line-height: 3.5vw;
}
.accounthead {
    color: #292929;
    font-weight: 800;
    font-size: 3.2vw;
    line-height: 3.4vw;
}
.accountlowtext {
    text-transform: initial;
    padding: 35px 0px;
    font-weight: 400;
    text-align: right;
}
.accountlowtext a {
    display: block;
    font-size: 1.4vw;
    line-height: 1.7vw;
}
.accountlowtext a.accountsmall {
    font-size: 1vw;
    line-height: 3vw;
}
.accountimage{
    margin-top: -80px;
}
@media (max-width:1200px){
.accounttext.accountbgred{
    padding: 40px;
}
}
.accountaccimage img {
    width: 100%;
    border-radius: 100%;
}
.accounticon.accountaccimage {
    background: none;
    display: grid;
    align-items: center;
}
@media (min-width:768px){
.pull-right-col-sm{
    float:right;
}
}
@media (max-width:767px){
#newslettersubscribe-consent{
    display: none !important;
}
.newslettercenterregister{
    text-align:center;
}
.compare-table .compare-pd-name .compare-right {
    padding-top: 10px;
    display: block;
    float: none;
    text-align: center;
}
.compare-special-isbn br{
    display:none;
}
.compare-table .compare-pd-name .compare-left {
    float: none;
}
.porovnavac .produkt-buttony {
    top: 15%;
}
td.hidemobilecolumn {
    display: none;
}
.produkt-button i{
    margin: 10px 5px 10px;
}
.compare-table .compare-pd-name{
    position: relative;
}
.posuvnik{
display:none;
}
.atelier-info-popis {
    width: calc(100% - 43px);
    padding: 0px 5px;
    white-space: nowrap;
        text-align: left;
}
.atelier-produkt-abs.mobileshowatelier .atelier-info {
    opacity: 1;
    visibility: visible;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}
.produktclosebtn{
    left: calc(100vw - 60px);    
}
.accounthead {
    font-size: 6vw;
    line-height: 8vw;
    padding: 3px 20px;
}
.accountname {
    font-size: 5vw;
    line-height: 8vw;
    padding: 0px 20px;
}
.accounttext.accountbgred .col-xs-6{
    width: 60%;
}
.accounttext.accountbgred .col-xs-6.accountimage{
    width: 37%;
    margin-top: -33px;
}
.accountlowtext a {
    font-size: 4vw;
    line-height: 5.2vw;
}
.accountlowtext a.accountsmall {
    font-size: 3.1vw;
    line-height: 8vw;
}
.accountlowtext {
    padding: 0px 0px;
}
.accounttext.accountbgred .accounticon.accountaccimage{
    width: 25vw;
    height: 25vw;
}
.kategoriabezproduktov{
    height: auto;
    display: block;
    padding-top: 0;
    margin-top: 0;
    align-items: unset;
}
#content.kateogira-bez-produktov .eshop-kategorie-bar {
    padding-bottom: calc(0.35rem + 5px);
}
#content.kateogira-bez-produktov .kategoriabezproduktov {
    padding-bottom: 0.75rem;
}
.kategorie-uvodka h1 {
    font-size: 6.7vw;
	text-align: center;
}
.kategorie-uvodka {
    font-size: 3.9vw;
    line-height: 5.4vw;
    width: 100%;
}
.kategoria-left {
    border: none;
}
.kategoria-box {
    width: 100%;
}
#topprodukty .product-thumb .caption {
    font-size: 4.4vw;
    line-height: 5vw;
}
#topprodukty .zlava {
    font-size: 5vw;
    line-height: 5vw;
}
#content.kateogira-bez-produktov .kategorie-uvodka h1 {
    font-size: 6.2vw;
    margin-top: 0;
}
#content.kateogira-bez-produktov .kategorie-uvodka {
    font-size: 3.2vw;
    line-height: 4.4vw;
    margin-top: 4.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box;
}
#content.kateogira-bez-produktov #topprodukty .product-thumb .caption {
    font-size: 3.6vw;
    line-height: 4.1vw;
}
#content.kateogira-bez-produktov #topprodukty .zlava {
    font-size: 4vw;
    line-height: 4.1vw;
}
#content.kateogira-bez-produktov #topprodukty:not(.slideshowprodukty) img {
    width: 75%;
    margin: 0 auto;
    display: block;
}
#content.kateogira-bez-produktov #topprodukty.slideshowprodukty img {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
}
}
.accounticon.accountaccimage.uploading{
    display: block;
    align-items: normal;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    transform: scale(1.0);
    background-size: cover;
    transition: none;
    background-repeat: no-repeat;
    cursor: pointer;
}
.accounticon.uploading{
    transition: none;
    transform: none;
    cursor: pointer;
    width: 250px;
    height: 250px;
    background-size: 250px;
    background-position-y: 250px;
}
.accounticon.accountaccimage.uploading img{
    border-radius: initial;
    position: relative;
    width: auto;
}
@media (max-width:1200px) and (min-width:500px){
.nakupny-kosik #cart.open .dropdown-menu {
    top: 32px;
}
header,#menu .navbar-header .btn,.behind-header{
    height: 40px;
}
.navbar-nav{
    height: 40px;
    padding-top: 5px;
}
.onlyforsmalldevice{
    display: inline-block;
}
.vyhladavac,.nakupny-kosik{
    padding-top: 2px;
} 
#menu .nav > li > a{
    padding-top: 4px;
}
#menu .showonmobileheader > ul > li:first-child a{
    margin-top: -2px;
}        
#menu .navbar-collapse{
    top: 39px;
}
#menu .navbar-collapse .navbar-nav{
    max-height: calc(100vh - 60px);
}
.vyhladavac a.fixedsearch-icon{
    font-size: 23px !important;
    padding: 8px 10px 8px 10px !important;
    height: 35px !important;    
}
.vyhladavac #search{
    margin-top: 11px;
}
}
#mgcposuvac .owl-controls .owl-buttons .owl-prev,#mgcposuvac .owl-controls .owl-buttons .owl-next{
    top: 5%;
    display: flex;
    width: 30px;
    height: 100%;
    align-items: center;
}
#mgcposuvac .owl-controls .owl-buttons .owl-prev img,#mgcposuvac .owl-controls .owl-buttons .owl-next img{
    margin: 0 auto;
}
#mgcposuvac .owl-controls .owl-buttons img.sipkavpravonew{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mgcposuvac.owl-carousel .owl-wrapper-outer{
box-shadow:none;
}
@media(max-width:480px){
.compare-table td {
    min-width: 33vw;
    position: relative;
}
.porovnavac{
    overflow: auto;
}
.porovnavac .produkt-buttony > a:nth-child(2){
    display:none;
}
}
.loginerror {
    font-weight: 600;
    color: red;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #9c2c2e;
    border-color: #a22c2e;
    outline: none;
}
/* Bez focus obrysu pri kliknutí myšou (Chrome); pri Tab ostáva pre prístupnosť */
.btn:focus:not(:focus-visible),
.btn:active:focus:not(:focus-visible),
.btn.active:focus:not(:focus-visible),
.produkt-button:focus:not(:focus-visible),
a.btn:focus:not(:focus-visible),
a.quick-view-button:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input[type="button"]:focus:not(:focus-visible),
input[type="submit"]:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}
.carouselfotografi .atelier-fotograf{
    opacity: 1;
    float: none;
    position: relative;
    padding: 0px 10px;
}
.carouselfotografi .owl-carousel{
    background: transparent;
}
.carouselfotografi .owl-carousel .owl-wrapper-outer{
    box-shadow: none;
}
.carouselfotografi .owl-carousel .owl-buttons div{
    background: none;
    text-shadow: none;
    top: 40%;
}
.carouselfotografi .owl-carousel .owl-buttons div i{
    font-size: 35px !important;
    color: #6a6a6a;
}
.carouselfotografi .atelier-navigation{
    display:none;
}
.accountlowtext a:hover,.accountlowtext a:focus{
color:#d8d8d8;
}
.requiredcheckbox:before {
    content: "";
    content: '* ';
    color: #b33e3f;
    font-weight: bold;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #9c2c2e;
    border-color: #a22c2e;
}
.form-group-new-file {
    width: calc(25% - 3px);
    display: block;
    float: left;
    margin: 1px;
    border: 1px solid rgb(226, 226, 226);
    text-align: center;
    vertical-align: middle;
}
@media(max-width:1200px){
.form-group-new-file {
    width: calc(50% - 10px);
}
}
.form-group-new-file img {
    display: block !important;
    height: 150px;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    object-fit: contain;
}
.optionfilesnew {
    margin: 10px -5px;
}
.optionfilesnew:after {
    content: "";
    display: block;
    clear: both;
}
.optionfilesnew .btn-default.disabled{
    background-color: #000;
}
.form-group-new-file.has-error {
    border-color: #b33e3f;
}
.form-group-new-file.has-error .text-danger {
    display: block;
    margin-top: 8px;
    font-size: 12px;
}
.form-group-new-file .btn-default{
    margin-bottom: 0px;
}
#modal-uploadsuccess.modal-upload-success.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
#modal-uploadsuccess.modal-upload-success .modal-dialog {
    width: auto;
    max-width: 640px;
    height: auto;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
#modal-uploadsuccess.modal-upload-success.in .modal-dialog {
    transform: none !important;
    -webkit-transform: none !important;
}
#modal-uploadsuccess.modal-upload-success .modal-content {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    width: 100%;
    overflow: hidden;
    min-height: 0;
}
#modal-uploadsuccess.modal-upload-success .modal-header {
    background: #b33e3f;
    border: none;
    text-align: center;
    padding: 15px 20px;
    flex: 0 0 auto;
    display: block;
    position: static;
    width: auto;
}
#modal-uploadsuccess.modal-upload-success .modal-header h4,
#modal-uploadsuccess.modal-upload-success .modal-title {
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    font-weight: 700;
    text-transform: none;
    padding: 0;
}
#modal-uploadsuccess.modal-upload-success .modal-body {
    padding: 18px 20px;
    text-align: center;
}
#modal-uploadsuccess.modal-upload-success .modal-upload-success-body {
    padding: 28px 20px 12px;
}
#modal-uploadsuccess.modal-upload-success .modal-upload-success-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 3px solid #b33e3f;
    border-radius: 50%;
    position: relative;
}
#modal-uploadsuccess.modal-upload-success .modal-upload-success-icon::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 9px;
    width: 11px;
    height: 22px;
    border: solid #b33e3f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
#modal-uploadsuccess.modal-upload-success .modal-footer {
    text-align: center;
    border-top: none;
    padding: 0 20px 20px;
}
#modal-agree .modalwithclosebtn button.close, #modal-uploadsuccess .modalwithclosebtn button.close, #modal-offers .modalwithclosebtn button.close{
    opacity: 1 !important;
    font-size: inherit;
    float: none;    
}
#modal-agree .modalwithclosebtn .popup-close,#modal-uploadsuccess .modalwithclosebtn .popup-close,#modal-offers .modalwithclosebtn .popup-close{
    z-index: 1;    
}
#modal-agree.modal-delivery-image {
    position: fixed;
    inset: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
#modal-agree.modal-delivery-image.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px !important;
    min-height: 100dvh;
    min-height: 100vh;
    height: 100%;
}
#modal-agree.modal-delivery-image .modal-dialog {
    width: auto !important;
    max-width: min(680px, calc(100vw - 32px)) !important;
    height: auto !important;
    min-height: 0;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block;
    flex: 0 0 auto;
    align-self: center;
    transform: none !important;
    -webkit-transform: none !important;
    box-sizing: border-box;
}
#modal-agree.modal-delivery-image.in .modal-dialog {
    transform: none !important;
    -webkit-transform: none !important;
}
#modal-agree.modal-delivery-image .modal-content {
    width: auto !important;
    max-width: min(680px, calc(100vw - 32px)) !important;
    overflow: visible;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    background: transparent;
    display: block !important;
    max-height: none !important;
    height: auto !important;
}
#modal-agree.modal-delivery-image .modalwithclosebtn .popup-close {
    top: 8px;
    right: 8px;
    z-index: 3;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    line-height: 1;
    font-size: 32px;
    font-weight: 200;
}
#modal-agree.modal-delivery-image .modalwithclosebtn .popup-close a,
#modal-agree.modal-delivery-image .modalwithclosebtn .popup-close button.close {
    color: #b33e3f !important;
    background: transparent;
    font-weight: 200;
    font-size: 32px;
    line-height: 1;
    opacity: 1 !important;
    text-shadow: none;
}
#modal-agree.modal-delivery-image .modal-body {
    padding: 0;
    text-align: center;
    overflow: visible;
    border-radius: 2px;
    height: auto !important;
    flex: none !important;
    min-height: 0;
}
#modal-agree.modal-delivery-image .modal-body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto !important;
    max-height: min(72vh, 900px);
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .modal-open #modal-agree.modal-delivery-image.in {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 12px !important;
    }
    #modal-agree.modal-delivery-image .modal-dialog {
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        margin: 0 auto !important;
    }
    #modal-agree.modal-delivery-image .modalwithclosebtn .popup-close {
        top: 6px;
        right: 6px;
        font-size: 30px;
    }
    #modal-agree.modal-delivery-image .modalwithclosebtn .popup-close a,
    #modal-agree.modal-delivery-image .modalwithclosebtn .popup-close button.close {
        font-size: 30px;
    }
    #modal-agree.modal-delivery-image .modal-body img {
        max-height: min(calc(100dvh - 48px), calc(100vh - 48px), 900px);
        width: auto;
        max-width: 100%;
        height: auto !important;
        object-fit: contain;
    }
}
.popup-produkt.comparepopupprodukt .popup-kosik.pokladna {
    left: 50%;
    transform: translate(-50%);
    right: auto;
}
.popup-produkt.comparepopupprodukt .popup-image {
    margin: 15px 0px 85px;
    left: 50%;
    transform: translate(-50%);
}
.fancybox-lock, .fancybox-lock body, .fancybox-lock .fancybox-overlay {
    -webkit-overflow-scrolling: touch;
}
/*.fancybox-lock .fancybox-overlay .fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}*/
.stockinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    padding-bottom: 5px;
}
.stockinfoshipping {
    flex: 1;
    text-align: right;
}
.stockinfoshipping a {
    border-bottom: none;
    text-decoration: none;
    font-weight: 700;
}
.stockinfoshipping a:hover,
.stockinfoshipping a:focus {
    border-bottom: 1px solid;
}
.tlac-button-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    margin: 0;
    right: 40px;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    padding: 10px 30px;
    box-shadow: 0 0 30px black;
}
.tlac-button-fixed:hover,
.tlac-button-fixed:focus {
    transform: translateY(-6px) scale(1.04);
    background-color: #c94847;
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.65), 0 0 0 3px rgba(255, 255, 255, 0.45);
    border-color: #fff;
    color: #fff;
}
.tlac-button-fixed:active {
    transform: translateY(-2px) scale(1.02);
    background-color: #a23534;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}
#newslettersubscribe-consent.tlactop ~ .tlac-button-fixed {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
.tlac-button-fixed {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    border-radius: 0;
    margin: 0 !important;
}
.tlac-button-fixed:hover,
.tlac-button-fixed:focus {
    transform: none;
    background-color: #c94847;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.45);
}
.tlac-button-fixed:active {
    transform: none;
    background-color: #a23534;
}
.btnoutofstock {
    display: flex;
    gap: 3px;
}
}
.produkt-cena.recalcingprice {
    opacity: 0.5;
}
.nakupny-kosik .btn-group > button > * {
    transition: all 0.3s ease;
}
.nakupny-kosik .btn-group.open > button > * {
    opacity: 0;
}
.nakupny-kosik .btn-group > button:before {
    content: "X";
    color: white;
    display: block;
    position: absolute;
    font-size: 30px;
    font-weight: 200;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}
.nakupny-kosik .btn-group.open > button:before {
    opacity: 1;
}
.btnoutofstock {
    float: left;
}
.btnoutofstock {
    align-items: stretch;
    width: 100%;
}
.btnoutofstock > .produkt-add-to-cart,
.btnoutofstock > .btn {
    display: flex;
    flex: 1 1 0 !important;
    align-items: center;
    justify-content: center;
    min-width: 0 !important;
    min-height: 48px;
    margin-top: 5px;
    padding: 10px 12px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}
#prepis-order-modal label.prepis-order-btn.prepis-order-btn--selected,
#prepis-order-modal label.prepis-order-btn.is-active {
    border-color: #b33e3f !important;
    background-color: #b33e3f !important;
    background: #b33e3f !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
#prepis-order-modal label.prepis-order-btn.prepis-order-btn--selected .prepis-order-btn-text,
#prepis-order-modal label.prepis-order-btn.is-active .prepis-order-btn-text {
    color: #fff !important;
}
#modal-agree .kontakt-modal-message + .kontakt-modal-message {
    margin-top: 12px;
}
#modal-agree .prepis-order-success-message {
    text-align: left;
    line-height: 1.55;
    white-space: normal;
}
#modal-agree .prepis-order-success-address {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    margin: 4px 0 8px;
}
#modal-agree .prepis-order-success-address strong {
    font-weight: 700;
}