body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
  background-color: #e0e0e0; /* new */ 
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 16px;
}
@media (max-width: 499px) {
 .fa {
 	font-size: 15px; }
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
  margin: 0px 0px 15px 0px; /* new */
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #dd0000;  /* changed */ 
}
a:focus, a:hover {  /* changed */
	text-decoration: none;
  color: #990000;  /* new */
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.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;
  border-bottom: 2px solid #e3e3e3;  /* new */
  font-weight: bold;  /* new */
}
.nav-tabs > li a {  /* new */
	font-size: 13px;
  color: #888;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  background-color: #f6f6f6;
}  
.nav-tabs > li a:hover {  /* new */
	color: #dd0000;
  background-color: #e3e3e3;
}  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {  /* new */
  background-color: #e3e3e3;
  color: #444;
}

@media (max-width: 467px) {  /* new */
 .nav-tabs > li a {
   font-size: 11px; }
 .nav > li > a {
   padding: 10px 8px; }
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #888;  /* changed */
	background-image: none;  /* changed */
	background-repeat: none;  /* changed */
}
/* top */
#top {
	background-color: #202020;  /* changed */
	border-bottom: 1px solid #404040;  /* changed */
	padding: 4px 0px 3px 0;
	margin: 0;  /* changed */
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #dd0000;  /* changed */
	background-image: none;  /* changed */
	background-repeat: none;  /* changed */
}
#top .btn-link, #top-links li, #top-links a {
	color: #bbb;  /* changed */
	text-shadow: none;  /* changed */
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;  /* changed */
}
#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;  
}
@media (max-width: 767px) {  /* new */  /* logo na stred */
 .img-responsive {
  margin-left: auto;
  margin-right: auto;
 }
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	color: #444;  /* new */
	background-color: #eee;  /* new */
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
  color:  #ddd;  /* new */
  background-color: #666;  /* new */
  background-image: linear-gradient(to bottom, #666, #444);  /* new */
	background-repeat: repeat-x;  /* new */
	text-shadow: 0 1px 0 #222;  /* changed */
  padding: 11px 36px 11px 36px;  /* new */
  border: none;  /* new */
}
#search .btn-lg:hover {  /* new */
  background-color: #555;
  background-image: linear-gradient(to bottom, #555, #333);
	background-repeat: repeat-x;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
  background-color: #666;  /* new */
  background-image: linear-gradient(to bottom, #666, #444);  /* new */
	background-repeat: repeat-x;  /* new */
}
#cart > .btn:hover {  /* new */
  background-color: #555;
  background-image: linear-gradient(to bottom, #555, #333);
	background-repeat: repeat-x;
}
#cart.open > .btn {
	background-image: none;
	background-color: #666;  /* changed */
  background-image: linear-gradient(to bottom, #666, #444);  /* new */
	background-repeat: repeat-x;  /* new */
	border: none;  /* changed */
	color: #fff;  /* changed */
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;  /* changed */
  background-color: #555;  /* new */
  background-image: linear-gradient(to bottom, #555, #333);  /* new */
	background-repeat: repeat-x;  /* new */
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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) {
	#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: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #202020;  /* changed */
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;  /* changed */
	font-weight: bold;
	color: #fff;
  position: relative;  /* new */
  height: 30px;  /* new */
}
footer h5:before {  /* new */
  content: "";
  border-bottom: 2px solid #dd0000;
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 0; 
}
footer .list-unstyled {  /* new */
  font-size: 13px; }

@media (max-width: 767px) {  /* new */
 footer h5 {
   margin-top: 20px; }
}  
      
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
  background-color: #fafafa;  /* new */
  border: 1px solid #ccc  /* new */ 
}   
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

@media (max-width: 767px) {  /* new */
 .breadcrumb {
   font-size: 11px; }
   
 .breadcrumb > li {
   padding: 0 6px;
   position: static;
   border-right: 1px solid #bbb; }
}

.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;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.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: 12px;
}
.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 1px 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 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #dd0000;  /* changed */
	background-image: linear-gradient(to bottom, #ee0000, #bb0000);  /* changed */
	background-repeat: repeat-x;
	border-color: #bb0000 #bb0000 #880000;  /* changed */
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #bb0000;  /* changed */
	background-position: 0 0px;  /* changed */
  background-image: linear-gradient(to bottom, #cc0000, #990000);  /* new */
	background-repeat: repeat-x;  /* new */
  border-color: #990000 #990000 #550000;  /* new */
}
.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 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #dd0000;  /* changed */
	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-link:hover {  /* new */
	color: #990000;
}
.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);
}
.col-sm-4-prod .btn-group .btn { /* new */
  padding: 5.5px 10px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.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 {	
  text-align: center;  /* new */
  border-radius: 4px;  /* new */
  padding-top: 20px; /* new */
	margin-bottom: 15px;
	overflow: auto;
  background-color: #fff;  /* new */
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);  /* new */
  transition: all 0.3s ease;  /* new */
  content-visibility: auto;  /* new */
  contain-intrinsic-size: auto 500px;  /* new */
}
.product-thumb:hover {  /* new */
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6); 
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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: bold;
}
.product-thumb .caption {
	padding: 0 5px;
	min-height: 50px;
}
.product-thumb .caption-catalog {  /* new */
  padding: 0 5px;
  min-height: 40px;  
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1199px) {
.product-grid .product-thumb .caption {
	min-height: 68px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 5px;
}
}
.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 {
	font-size: 20px; /* new */ 
  color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.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: 64%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #777;  /* changed #888 */
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 18%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(3n+1), { /* changed */    
		clear:left;
	}
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* ___________________ NEW: ___________________ */

header {	
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #202020; }
  
hr {
   border-top: 1px solid #aaa; }
   
/* Start: Override the bootstrap defaults */
   
.container {
   width: auto;
   max-width: 1170px; }

/* centorvanie horneho menu */
.navbar-nav {
   display: table;
   float: none;
   margin: 0px auto; }

/* form border color */
.form-control:focus {
   border-color: #dd7766; 
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(221,119,102,.6); }
   
/* Stranka vyrobku */
.tab-content {
   font-size: 13px; 
   min-height: 15vh; }

h1.product {
   margin: 0px 0px 15px 20px; }
      
h2.product {
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0px 0px 15px 0px; }

.col-sm-12-prod {
   float: left;
   position: relative;
   background-color: #fafafa;
   width: calc(100% - 30px);
   padding: 15px 20px 15px 20px;
   margin-left: 15px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1); }
      
.col-sm-8-prod, .col-sm-4-prod, .col-sm-8-catalog, .col-sm-4-catalog {
   position: relative;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px; }
     
.col-sm-4-prod {
   padding-bottom: 10px; }
     
@media (min-width: 768px) and (max-width: 879px) {
    .col-sm-8-prod {
       width: 54%;
       float: left; }
    .col-sm-4-prod {
       width: 46%;
       float: left; } 
}
@media (min-width: 880px) {
    .col-sm-8-prod {
       width: 60%;
       float: left; }
    .col-sm-4-prod {
       width: 40%;
       padding-bottom: 0px;
       float: left; }
}
@media (min-width: 768px) {
    .col-sm-8-catalog {
       width: 55%;
       float: left; }
    .col-sm-4-catalog {
       width: 45%; 
       float: left; } 
    .heading-title-catalog {
       display: none; }
}                
@media (max-width: 767px) {
    .col-sm-4-catalog {
       display: none; }
}

.list-unstyled {
  font-size: 13px; }
     
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
   border-color: #dd7766;  }
   
.pagination > li > a, .pagination > li > span {
   color: #dd0000;
   border: 1px solid #ccc; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
   color: #dd0000;
   border-color: #ccc; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
   background-color: #dd0000;
   border-color: #dd0000; }

/* End: Override the bootstrap defaults */

/******* Start: Labels at product list *******/      
.label-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.label-general {
  width: fit-content;
  margin-top: 4px;
  font-size: 13px;  
  color: #fff;
  padding: 0 6px;
  border-radius: 4px; }

.label-delivery {
  float: left;
  margin-left: 4px;
  background: #59c; }

.label-gift {
  float: right;
  margin-right: 4px;
  background: #a00; }

.label-discount {
  float: right;
  margin-right: 4px;
  background: #d00; }

/******* Start: Label Special Timer *******/
.label-time_special {
  float: right;
  margin-right: 4px;
 	background: #d00;
  height: 20px;
  padding: 0px 0px 0px 4px; }
  
.label-time_special .box-time-date {
	font-size: 10px; 
	text-align: center;
  font-weight: 600;
  display: inline-block;
  padding-right: 4px; }
  
.label-time_special .box-time-date span {
	font-size: 14px; }
/***************************************/

/******* End: Labels at product list *******/

/******* Start: Product list *******/
.col-sm-12-product-list {
margin: 0 10px;
padding-right: 15px;
padding-left: 15px; }

.row-product-list {
margin: 0 -5px; }

.col-lg-3 {
padding: 0 5px; }

.col-xs-6 {
padding: 0 5px; }

@media (max-width: 499px) {
  .product-thumb h4 {
    font-size: 14px; }
  .product-thumb .price {
	  font-size: 15px; }
  .button-group {
	  font-size: 10px; }
  .product-thumb .button-group button {
    line-height: 34px; }
  .label-general {
    margin-top: 3px;
    font-size: 11px;  
    padding: 0 4px; }  
}
@media (max-width: 599px) {
  .col-xs-12 {
     width: 50%; }
}
@media (min-width: 600px) and (max-width: 767px) {
  .col-xs-12 {
    width: 33.33%; }
  .col-xs-12 .product-thumb h4 {
    font-size: 14px; }
  .col-xs-12 .product-thumb .price {
	  font-size: 17px; }
  .col-xs-12 .button-group {
	  font-size: 11px; }
  .col-xs-12 .label-general {
    margin-top: 3px;
    font-size: 11px;  
    padding: 0 4px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 {
    width: 33.33%; }
}
@media (max-width: 767px) {
  .col-xs-12-homepage {
    width: 50%;
    min-height: 1px;
    position: relative;
    float: left; }    
}
@media (min-width: 768px) and (max-width: 991px){
  .col-sm-6-homepage {
    width: 25%;
    min-height: 1px;
    position: relative;
    float: left; }
  .col-sm-6-homepage .product-thumb h4 {
    font-size: 14px; }
  .col-sm-6-homepage .product-thumb .price {
	  font-size: 17px; }
  .col-sm-6-homepage .button-group {
	  font-size: 11px; }
  .col-sm-6-homepage .product-thumb .button-group button {
    line-height: 34px; }
  .col-sm-6-homepage .label-general {
    margin-top: 3px;
    font-size: 11px;  
    padding: 0 4px; }     
}                  
/******* End: Product list *******/

/******* Start: Related products *******/
.col-sm-3-related {
  width: 25%; }

.product-thumb .caption-related {
	padding: 0 5px;
	min-height: 50px; }

@media (max-width: 499px) {
  .product-thumb h4 {
    font-size: 14px; }
  .product-thumb .price {
	  font-size: 15px; }
  .button-group {
	  font-size: 10px; }
}
@media (max-width: 599px) {
  .col-sm-3-related {
     width: 50%; }
}
@media (min-width: 500px) and (max-width: 767px) {
  .col-sm-3-related .product-thumb h4 {
    font-size: 14px; }
  .col-sm-3-related .product-thumb .price {
	  font-size: 17px; }
  .col-sm-3-related .button-group {
	  font-size: 11px; }
}
@media (min-width: 600px) and (max-width: 991px) {
  .col-sm-3-related {
     width: 33.33%; }
}
@media (max-width: 1199px) {
.product-thumb .caption-related {
	min-height: 68px; }
}
/******* End: Related products *******/

/******* Start: Product availability *******/
.stock-level {
  font-size: 15px;
  font-weight: bold; }

.stock-level-list {
  height: 32px;
  font-size: 15px;
  font-weight: bold; }

.in-stock, .in-stock-list {
  color: #4bb000; }

.to-order, .to-order-list {
  color: #0099cc; }
  
.out-of-stock-list {
  color: #bbb; }
  
.tooltip-stock {
  color: #888; }
/******* End: Product availability *******/

/****** Start: Oznam v hornom riadku  ******/
.top-header-info, a.top-header-info {
  width: 100%;
  text-align: center;
  background-color: #eaff00;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  text-decoration:none;
  line-height: 25px; }

a.top-header-info:hover {
  text-decoration: underline; }

@media only screen and (min-width: 560px) and (max-width: 749px) {
.top-header-info, a.top-header-info, a.top-header-info:hover {
font-size: 92%;
line-height: 20px; }
}

@media (max-width: 559px) {
.top-header-info, a.top-header-info, a.top-header-info:hover {
font-size: 86%;
line-height: 16px; }
} 
/****** End: Oznam v hornom riadku  ******/

.shipping-date {
  box-sizing: border-box;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 5px 0 5px 5px; 
  margin-top: 10px;
  font-weight: bold; }
  
.shipping-date hr {
  border-top: 1px solid #ccc;
  margin: 6px 5px 5px 0; }

.free-delivery {
  width: fit-content;
  background: #59c;
  color: #fff;
  font-size: 15px;
  margin-top: 8px;  
  padding: 2px 8px;
  border-radius: 4px; }
  
/******* Gift ********/      
.gift {
  color: #b80000;
  font-size: 150%;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 5px; 
  margin: 0px 0px 15px 0px; }
      
@media (max-width: 559px) {
.gift {
font-size: 120%; }
}

/******* Start: Subcategories *******/
.subCat {
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;	
  width: calc(25% - 11px);
  background: #eff3f8; 
  padding: 4px 0px 4px 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  margin: 4px;
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 12px;
  color: #000; 
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease; }
    
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .subCat {
    width: calc(33% - 11px);  }
}

@media only screen and (min-width: 381px) and (max-width: 600px) {
  .subCat {
    width: calc(50% - 12px);  }
}
@media only screen and (max-width: 380px) {
  .subCat {
    width: calc(100% - 12px);  }
}

.subCat:hover {
    color: #dd0000;
    background: #f6faff;    
    box-shadow: 0 1px 3px rgba(0,0,0,.6); }

.subCatImg {
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 40px;
padding-right: 4px;
float: left; }

.subCatTxt {
display: flex;
align-items: center;
justify-content: flex-start;
text-align-last: left;
width: calc(100% - 68px);
height: 40px;
float: left; }

.subCatArrow {
font-size: 13px;
color: #888;
display: flex;
align-items: center;
justify-content: flex-start;
text-align-last: center;
width: 10px;
height: 40px;
float: right; }
/******* End: Subcategories *******/

/******* Start: Filter *******/
.panel-filter {
  border-color: #bbb;    
  margin-left: -10px;  }

@media (max-width: 549px) {
  .panel-filter {
    display: none; }
 }

.list-group-item {
  border: 0px;
  font-size: 14px;
  color: black; 
  padding: 0px 2px 6px 14px; }
    
.list-group a {
  padding: 3px 12px; }

.filter-checkbox {
  display: inline-block;
  height: 23px; }

.filter-checkbox label {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px; 
  font-size: 10px; }
    
.panel-footer {
  padding: 8px 15px; }  
/******* End: Filter *******/

/******* Start: Attribute Table *******/
.table-attribute {
  max-width: 500px;
  border: 1px solid #ddd;
}
  
.table-attribute tr:nth-child(odd) {
	background-color: #eee;
}

.table-attribute tr:nth-child(even) {
	background-color: #fff;
}
/******* End: Attribute Table *******/

/******* Start: Responsive video *******/
.video-container { 
  position: relative; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 0; 
  overflow: hidden; }
    
.video-responsive-iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; }
/******* End: Responsive video *******/

/******* Start: Deal Zone (only store_id 0) *******/  
.deal-zone, .deal-zone a {
	font-weight: 600;
  background-color: #000; 
  border: 2px solid #bb0000;
  border-radius: 4px; 
  padding: 1px 4px 0px 4px; }

.deal-zone:hover, .deal-zone a:hover {
	border: 2px solid #ee0000; }
/******* End: Deal Zone (only store_id 0) *******/