@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%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* 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: #FFFFFF;
	border: 1px solid #E6E6E6;
	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.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: all 0.5s ease;
    position: absolute;
    margin-top: 21px;
    right: -7px;
    opacity:0;
    visibility:hidden;
}
.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;
}
#cart.open {
    border-bottom: 7px solid #b53d3c;
    z-index: 1;
    padding-bottom: 13px;
}
.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{
    display:block !important;
}
.vyhladavac.opened #search{
    opacity: 1;
    visibility:visible;
}
.vyhladavac .live-search{
    position: inherit;
    background: transparent;
    margin: 34px 4px 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;
}
.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;    
}
.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: 160px;
    box-shadow: 0px 9px 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: 6px;
    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: 215px;
    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: 5px;
    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: 20px;
    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: #b33e3f;
    line-height: 24px;
    color: #fff;
    display: inline-block;
}
.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: 13px;
}
	
.produkty-kategorie .produkt{
    padding: 0px !important;
}

.produkty-kategorie{
    margin-top: 35px;
    display: block;
    width: 100%;
    position: relative;
}
.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: 38%;
    width: 100%;
    text-align:center;
}
.produkt-button{
    background: none;
    color: #fff;
    border: none;
    line-height: 12px;
    font-size: 11px;
    outline: 0;
} 
.category-full-href{
    height: 100%;
    width: 100%;
    background: rgb(127, 0, 0);
    opacity: 0.60;  
    filter: alpha(opacity=63);
}
.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: 60px;
    height: 60px;
    border: none;
    font-size: 33px;
    background-color: #fff;
    border-radius: 15px;
    margin: 20px 7px 7px;
    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.4);
    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::-webkit-scrollbar, .fancybox-overlay{
    display:none;
}
body.modal-open{
    padding-right: 0px !important;
}

.modal-open .modal {
    overflow-y: hidden !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;
}  
.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: #292929;
            
                display: none;
                padding: 0px 0px;
                    bottom: 0px;
            }
            #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;
}
.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: uppercase;
	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: 5px !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 3px 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: 35px;
    position: fixed;
    z-index: 10;
    background-color: #edededf0;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    height: calc(100% - 95px);
    padding-bottom: 50px;
    transition: visibility 0.5s ease,opacity 0.5s ease;
}
.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-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: #ddd;
}
.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: #ddd;
}
.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: #eee;
}
.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;
} 
.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: 10px;
    color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    width: 52vw;
    text-shadow: 0px 0px 2px black;
}
.produktova-lava-cast-obrazky h2{
    margin-top: 0px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    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: 24px;
    padding: 15px 20px;
    outline: 0;
    margin-top: 5px;
}
.produkt-add-to-cart[disabled]{
    background-color: #b33e3f73;
}
.produktove-ceny .produkt-cena{
    display: inline-block;
    font-weight: 500;
    font-size: 38px;
    line-height: 54px;
    transition: all 0.3s ease;
}
.produktove-ceny .cenasdph{
    font-weight: 300;
    font-size: 12px;
}
.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: 18px;
    text-decoration: line-through;
}
.popup-produkt{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000ab;
    width: 100%;
    height: 100%;
}
.popup-loading{
    height: 4px;
    width: 0%;
    background-color:#b33e3f;
}
.popup-produkt-obsah{
    width: 500px;
    text-align: center;
    margin: 0 auto;    
    background-color: #fff;
    height: 200px;
    position: relative;
    margin-top: -100px;
    top: 33%;
}
.popup-produkt .popup-produkt-obsah{
    width: 340px;
    height: 340px;
    max-width: 92vw;
}
.popup-produkt .popup-kosik-added{
    padding: 0px 15px;   
}
.popup-produkt .popup-pridalsi{
    font-weight:400;
    font-size: 23px;
    margin-bottom: 18px;
    margin-top: 18px;
	line-height: 25px;
}
.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%;
}
.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: arial;
}
.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;
}
.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;
    transition: all 0.5s ease;
}
.filter-content.zobrazeny-filter .filter-moznosti{
    display: block;
}

/* 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 */
.filter-radio:hover input ~ .filter-checkmark, .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-content.zobrazeny-filter > .filter-checkmark {
    background-color: #b33e3f;
    border-color: #ffffff00;
}


/* 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{
    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;   
}
.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;
}  
.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;
}
.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: 15px;
    left: calc(58.333vw - 70px);
}
.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: 70px;
    font-weight: 500;
    font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
} 
.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-detaily-nadpis{
    font-size: 27px;
    line-height: 27px;
    margin: 20px 0px 20px;
    font-weight: 500;
}
.vybraneatributy > .filter-checkmark{
    background-image: -webkit-linear-gradient(-45deg, transparent 50%, #b33e3f 50%);
}
.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;
}
.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: #292929;
    margin-left: -222px;
    width: 210px;
    top: 59px;
    transition: all 0.5s ease;
}
#menu .navbar-collapse.collapse{
    display: block;
    visibility: visible;
}
#menu .navbar-collapse.collapse.in{
    margin-left: 0px;
}
#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: max-content;
    margin: 0 auto;
    clear: both;
}
#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:first-child a{
    line-height: initial !important;
    margin-top: 0px;
    margin-left: 0px;
}
.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){
.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;
}
.produkt-popis-obsah{
    padding-right:0px;
    max-height: none;
}
.produktova-lava-cast-obrazky{
    width: 50px;
}
.produktova-lava-cast-obrazky-pohybliva{
    width: calc(100% - 50px);
}
.produktova-lava-cast-obrazky{
    margin-top: 65px;
}
.before-popis{
    display:none;
}
.mobileshowprodukt .before-popis{
    display:block;
}
.produkt .product-thumb .popis .block-left h4 a,.produkt.mobileshowprodukt .before-popis > a{
    pointer-events: none;
}
.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: 190px;
}
.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;
}
.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 .modal-dialog,#modal-uploadsuccess .modal-dialog,#modal-offers .modal-dialog{height: 100vh;margin: 0 auto !important;padding: 15px;display: flex;align-items: center;}
#modal-agree .modal-dialog .modal-body,#modal-uploadsuccess .modal-dialog .modal-body,#modal-offers .modal-dialog .modal-body{overflow: auto;
}
#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 .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) {
.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;
}
.akcieblogsutaze .row > div{
    transition: all 0.5s ease;
    height: 0px;
}
.akcieblogsutaze {
    padding: 163px 0px 0px;
}
.lano{
    width:200%;
}
.onas-page-bg-2 {
    background-size: 100%;
}
.akcieblogsutaze {
    top: 0%;
}
.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 {
    height: 0px;
    opacity:0;
    visiblity: hidden;
    transition: all 0.5s ease;
    overflow:hidden;
}
footer h5:not(.lastelfooter).footeractive + ul {
    height: 120px;
    opacity:1;
    visiblity: visible;
}  
.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: 1px dotted black;
}

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

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right: 0;
    top: -60px;
}
.popuptooltip .tooltiptext:after{
    content: "";
    display:block;
    background: #b33e3f;
    height: 10px;
    width: 10px;
    right: 15px;
    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: -15px;
    margin-bottom: -15px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 5px;
}
.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 4px;
}
@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 .modal-dialog,#modal-offers .modal-dialog {
    margin-top: 20%;
}  
.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 .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 0px 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;
}
.kategorie-uvodka h1 {
    font-size: 6.7vw;
	text-align: center;
}
.kategorie-uvodka {
    font-size: 4.8vw;
    line-height: 6vw;
    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: 6vw;
    line-height: 6vw;
}
}
.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 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;
}
.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: none;
}
.form-group-new-file .btn-default{
    margin-bottom: 0px;
}
#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;    
}
.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: 1px solid;
    font-weight: 700;
}
.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;
}
#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;
}
.btnoutofstock {
    display: flex;
    gap: 5px;
}
}
.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;
}