body {
	color: #374046;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
}
a, a b {
	color: #374046;
}
a:hover, a:hover b {
	color: #03be19;
}
button {
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
input[type="text"] {
	border: 1px solid #e3e3e3;
}
.searchBox {
	display: inline-block;
	width: 60%;
	position: relative;
}
.searchBox input {
	border: 1px solid #e3e3e3;
	outline: none;
	width: 100%;
	line-height: 200%;
	padding: 5px 0px 5px 45px;
}
.searchBox i {
	font-size: 150%;
	color: #e3e3e3;
	position: absolute;
	top: 25px;
	left: 8px;
}
.searchBox i:after {
	content: '|';
	top: 0px;
	left: 25px;
	position: absolute;
	font-size: 80%;
}
.search {
	line-height: 70px;
	text-align: center;
	padding-top: 15px;
}
#logo {
	/*margin: 0px 0px 0px 0px;*/
	/*ZIMA*/ margin: 0px 0px 0px 0px;
}
#search-button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: #03be19;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 16px;
	margin-left: 6px;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
}
#search-button:hover {
	text-decoration: none;
}
header .last {
	text-align: right;
}
header .last i {
	color: #029bf9;
}
header .phone {
	font-size: 170%;
	font-weight: 400;
	padding-top: 10px
}
header {
	padding: 10px 0;
}
header .last {
	text-transform: uppercase;
}
header .account a {
	color: #03be19;
	font-size: 80%;
	font-weight: bold;
}
header .faq a {
	font-size: 95%;
	line-height: 150%;
	font-weight: 300;
	text-decoration: underline;
}
header .faq {
	padding: 5px 0 10px 0;
}
header .faq span.comment {
	position: relative;
	width: 18px;
	height: 16px;
	overflow: hidden;
	display: block;
	top: 0px;
	left: 0px;
	background: url('../image/icons/comment.png') top left no-repeat;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}
nav.top-nav {
	background-color: #009cf9;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
nav.top-nav .cart {
	float: right;
	padding: 16px 20px;
	/* background: rgba(255, 255, 255, 0.2);
*/
	background: rgb(3, 190, 25);
	position: relative;
}
.cart {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	color: #fff;
}
.cart  i {
	margin: 0 8px 0 0;
	font-size: 25px;
	vertical-align: top;
	color: #fff;
}
.cart .heading, .cart .heading span {
	color: #fff;
}
.cart .content {
	position: absolute;
	top: 57px;
	background-color: white;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	width: 400px;
	right: 0px;
	display: none;
	padding: 10px;
	color: #374046 !important;
}
.cart.active .content {
	display: block;
	font-size: 90%;
}
.mini-cart-info table {
	width: 100%;
	margin-top: 15px;
}
.mini-cart-info table td {
	padding: 7px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mini-cart-info table td.remove {
	width: 15px;
}
.mini-cart-info table td.quantity {
	width: 40px;
}
.mini-cart-info table td.name {
}
.mini-cart-info table td.total {
	width: 80px;
	font-weight: 700;
	color: #03be19;
	text-align: right;
}
.mini-cart-total table {
	width: 100%;
	font-size: 130%;
}
.mini-cart-total table td {
	padding: 7px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: right;
}
.mini-cart-total table td.total {
	width: 150px;
	font-weight: 700;
	color: #03be19;
	text-align: right;
	padding-right: 18px;
}
.btn:visited, .btn {
	font-size: 14px;
	color: #FFF;
	background: #374046;
	text-shadow: none;
	border-radius: 0;
	border: none;
	padding: 12px 16px;
	outline: none;
}
.btn:hover, .btn:focus {
	outline: none;
	background: #03be19;
	color: #FFF;
}
.button:visited, .button {
	font-size: 14px;
	color: #FFF;
	background: #374046;
	text-shadow: none;
	border-radius: 0;
	border: none;
	padding: 12px 16px;
	outline: none;
}
.button:hover, .button:focus {
	outline: none;
	background: #03be19;
	color: #FFF;
}
#cart .content .checkout .checkoutBtn {
	float: right;
	margin-left: 15px;
}
#cart .content .checkout {
	margin-top: 15px;
}
#top-links ul li a {
	color: #ffffff;
}
#top-links ul li {
	padding-top: 20px;
	text-transform: uppercase;
}
#top-links ul a.active,
#top-links ul a:hover {
	text-decoration: underline;
}
.categories-button {
	font-weight: 400;
	color: white;
	background-color: #03be19;
	height: 57px;
	display: block;
	padding: 18px 20px;
	text-transform: uppercase;
}
.categories-button span {
	color: white;
	font-size: 130%;
}
.camera_container {
	margin-top: 40px;
}
.box.category-module {
	border: 0;
	float: left;
}
.box.category-module ul.menu {
	padding: 0;
	position: relative;
	margin: 0;
}
.box.category-module ul.menu li {
	list-style-type: none;
}
.box.category-module ul.menu li a {
	font-weight: 500;
	color: #93a1ac;
	display: block;
}
.box.category-module ul.menu li a:hover {
	color: #22a2f9;
	border-left: 4px solid #22a2f9;
	padding-left: 13px;
}
.box.category-module ul.menu li + li {
	border-top: 1px solid #fff;
}
.box.category-module {
	background-color: #f5f4f4;
	width: 100%;
}
.box.category-module ul.menu li .submenu {
	display: none;
	position: absolute;
	left: 278px;
	width: 885px;
	background-color: #fff;
	z-index: 100;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #f5f4f4;
	min-height: 100%;
	top: 0;
}
.box.category-module ul.menu li .submenu .subitem {
	padding: 10px;
}
.box.category-module ul.menu li:hover .submenu {
	display: block;
}
.box.category-module ul.menu li .submenu .subtop {
	color: #22a2f8 !important;
	font-weight: 500;
}
.box.category-module ul.menu li .submenu .subtop img {
	float: left;
	margin-right: 10px;
}
.box.category-module ul.menu li .submenu .subminor {
	font-size: 90%;
	font-weight: 400;
	text-transform: none;
}
.box.category-module ul.menu li .submenu a {
	display: inline;
	padding: 0;
	border: 0;
}
.box.category-module ul.menu li .submenu a:hover {
	border: 0;
}
.box.category-module ul.menu li .submenu li {
	line-height: 150%;
	padding: 5px;
	border: 0;
}
.box-category .menu li > a {
	padding: 9px 30px 9px 17px;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}
.box-category .menu li li:first-child {
	border-top: 1px solid #fff;
}
.box-category .menu li li a {
	display: block;
	padding-left: 27px;
}
.box-category .menu li li a:hover {
	padding-left: 23px;
}
.box-category .menu li li li a {
	padding-left: 37px;
}
.box-category .menu li li li a:hover {
	padding-left: 33px;
}
/*
.box-category .menu li:first-child a {
  color: #dc241f !important;
  background: url('../image/icons/vanoce-stromek.png') no-repeat 15px 40%!important;
  padding-left: 55px !important;
}
.box-category .menu li:first-child a:hover {
  color: #dc241f !important;
  background: url('../image/icons/vanoce-stromek.png') no-repeat 11px 40%!important;
  padding-left: 51px !important;
}
*/
.box-category .menu li .submenu a {
	color: #93a1ac !important;
	background: none !important;
	padding-left: 0px !important;
}
.box-category .menu li .submenu a:hover {
	color: #93a1ac !important;
	background: none !important;
	padding-left: 0px !important;
}

.box-category .menu li a + i {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	color: #D0D0D0;
	font-size: 14px;
	line-height: 20px;
}
.box.category .box-heading {
	background-color: #4bae4f;
	font-weight: 500;
	text-transform: uppercase;
}
.box.category .box-heading h3 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.box-category .menu li a + i:hover {
	cursor: pointer;
	color: #4bae4f;
}
.box-category .menu ul {
	width: auto;
	padding: 0px 0px;
	display: none;
}
@media (max-width: 767px) {
.box.category {
	display: none;
}
}
footer {
	background-color: #f5f3f4;
	padding: 30px 0 0 0;
}
.credits {
	background-color: #edebec;
	padding: 20px;
}
footer ul li {
	text-transform: uppercase;
	line-height: 170%;
}
footer ul {
	list-style: none;
}
footer .headings {
	line-height: 200%;
	font-weight: 700;
	text-transform: uppercase;
}
.box .box-heading {
	padding: 15px;
	background-color: #009cf9;
	text-transform: uppercase;
	border: 1px solid #ececec;
}
.box .box-content ul {
	list-style: none;
}
.box .box-content ul li {
  padding: 5px 0;
  text-align: center;
  border: bottom 1px solid;
}
.box .box-content .box-product li .hover {
	position: absolute;
	top: 160px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.product-detail .box .box-content .box-product li .hover {
  top: 90px;
}
.product-detail .box .box-content .box-product li:hover .hover {
	top: 25px;
}
.box .box-content .box-product li:hover .hover {
  top: 80px;
}
.box .box-content .box-product .price {
  font-weight: 400;
  font-size: 115%;
}
.box .box-heading h2 {
	padding: 0;
	margin: 0;
	font-size: 130%;
	color: #ffffff;
}
.stock {
	text-transform: uppercase;
	color: #5db55f;
	font-weight: 400;
	height: 30px;
}
.stock.not {
	color: #c90304;
}
.stock.preorder{
  color: #374047;
}
.addToCart {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: #03be19;
	text-transform: uppercase;
	line-height: 20px;
	padding: 12px 16px;
	margin-left: 6px;
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
}
.addToCart:hover {
	text-decoration: none;
	color: #fff;
	background-color: #128a20;
}
#button-cart {
	padding: 13px 30px;
	font-weight: 500;
	font-size: 22px;
}
.compare {
	padding: 5px 0;
}
.compare a {
	font-size: 85%;
	text-decoration: none;
	cursor: pointer;
}
.categories-button {
	cursor: pointer;
}
.floating-menu {
	position: absolute;
	top: 52px;
	left: 0px;
	display: none;
	z-index: 1000;
}
.breadcrumb {
	margin: 12px 0;
	padding: 8px 0;
	border-radius: 0;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb>li+li:before {
	padding: 0;
	color: #ccc;
	content: "";
}
.box-heading h1 {
	padding-top: 0;
	margin-top: 0px;
}
.category-list ul {
	list-style: none;
	margin-top: 20px;
}
.category-list ul li {
	/* line-height: 200%; */
	padding-bottom: 10px; 
}
.category-list ul li a img {
	float: left; 
	margin-right: 4px;
}

.box .box-content ul {
	list-style: none;
}
ul.product-grid  li {
	text-align: center;
}
ul.product-grid {
	list-style: none;
}
ul.product-grid .name h2 {
	font-size: 100%;
	line-height: 130%;
	height: 52px;
	overflow: hidden;
}
ul.product-grid li .wrapper {
}
ul.product-grid li.clearfix {
	height: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
ul.product-grid li .hover {
	position: absolute;
	top: 140px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	padding: 0 15px;
}
ul.product-grid li:hover .hover {
	top: 60px;
}
ul.product-grid .price {
	font-weight: 700;
	font-size: 110%;
	padding-top: 10px;
}
ul.product-grid li .product-wrapper {
	border: 1px solid #ececec;
	margin-bottom: 30px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
ul.product-grid li .product-wrapper .image img {
	width: 100%;
}
ul.product-grid li .product-wrapper .image {
	padding: 15px;
}
#notification div {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	text-align: center;
	background-color: #171717;
	color: white !important;
	width: 100%;
	display: none;
	z-index: 999999;
}
#notification div i {
	color: white;
	opacity: 1;
}
#cart {
	z-index: 9998;
}
#notification div a {
	text-decoration: underline;
	color: #03be19;
	font-weight: 700;
}
.product-wrapper .rating {
	padding-bottom: 5px;
}
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	line-height: 150%;
}
.pagination a, .pagination b {
	display: inline-block;
	padding: 3px;
	text-align: center;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	background-color: #03be19;
	text-transform: uppercase;
	padding: 8px 12px;
	margin-left: 6px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
	margin-bottom: 10px;
}
.pagination a {
	background-color: #fff;
	color: #03be19;
	;
}
.pagination .results {
	display: none;
}
.product-detail .main-image img {
	width: 100%;
}
.product-detail h1 {
	margin-top: 0px !important;
	font-size: 2em;
	font: 700 1.75em/115% "Ubuntu", sans-serif !important;
	color: #374046;
}
.product-detail .price {
	color: #374045;
  font-size: 2.5em;
	font-weight: 500;
}
.product-detail .price .unitPrice {
  color: #374047;
  font-size: 0.4em;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.product-detail .prices {
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-detail .prices span.sdph {
  color: #374047;
    font-size: 12px;
    font-weight: 300;
}
.product-detail p {
	line-height: 170%;
}
.product-detail .old-price {
	color: #61666a;
  padding-top: 0px;
  padding-bottom: 0px;
}
.product-detail .old-price span {

}
hr {
	margin: 5px 0;
}
.availability {
	font-size: 1em;
	padding: 10px 0px;
  float: left
}
.availability .sklademANO {
	color: #4bae51;
	font-weight: 500;
  font-size: 1.75em;
  padding-right: 15px;
}
.availability .sklademNE {
	color: #c90304;
	font-weight: 500;
}
.availability .sklademNE {
  font-size: 1.75em;
  padding-right: 15px;
}
.product-detail .product-cart {
  padding: 10px 0px;
}
.product-detail #doprava ul {
	list-style: none;
}
.product-detail #doprava ul li {
	line-height: 150%;
}
.product-detail #doprava strong {
	font-weight: 700;
	color: #333;
}
.product-detail .product-cart input[type="text"] {
	padding: 12px 0;
	width: 40px;
	text-align: center;
}
#cetelem img {
	float: right;
}
#cetelem {
	padding-top: 10px;
}
.product-detail h2 {
	font-size: 1.5em;
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.product-detail h3 {
	font-size: 1.2em;
}
.image .pecet-3 {
	background: transparent url("/image/pecet-3.png?v=1") no-repeat top right;
}
.image .pecet-4 {
	background: transparent url("/image/pecet-4.png?v=1") no-repeat top right;
}
.image .pecet-5 {
	background: transparent url("/image/pecet-5.png?v=1") no-repeat top right;
}
.image .pecet-6 {
	background: transparent url("/image/pecet-6.png?v=1") no-repeat top right;
}
.image .pecet-7 {
	background: transparent url("/image/pecet-7.png?v=1") no-repeat top right;
}
.image .pecet-8 {
	background: transparent url("/image/pecet-8.png?v=1") no-repeat top right;
}
.image .pecet-9 {
	background: transparent url("/image/pecet-9.png?v=1") no-repeat top right;
}
.image .pecet-10 {
	background: transparent url("/image/pecet-10.png?v=1") no-repeat top right;
}
.image .pecet-15 {
	background: transparent url("/image/pecet-15.png?v=1") no-repeat top right;
}
.image .pecet-20 {
	background: transparent url("/image/pecet-20.png?v=1") no-repeat top right;
}
.image .pecet-25 {
	background: transparent url("/image/pecet-25.png?v=1") no-repeat top right;
}
.image .pecet-30 {
	background: transparent url("/image/pecet-30.png?v=1") no-repeat top right;
}
.image .pecet-dozivotni {
	background: transparent url("/image/pecet-dozivotni.png?v=1") no-repeat top right;
}

.image .pecet {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 73px;
    height: 96px;
}
/* icons */
.product-icons {
	position: absolute;
	left: 12px;
	bottom: 2px;
}
.product-icons > div {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.product-icons > div + div {
	margin-left: 3px;
}
.product-icons .product-icon-doprodej {
	background: url('../image/icons/posledni-kusy.png?v=01');
}
.product-icons .product-icon-akce {
	background: url('../image/icons/akce.png?v=02');
}
.product-icons .product-icon-novinka {
	background: url('../image/icons/novinka.png?v=02');
}
.product-icons .product-icon-ii-jakost {
	background: url('../image/icons/ii-jakost.png?v=02');
}
.image .spare_pct {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: url('../image/sleva.png') center center no-repeat;
    line-height: 13px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
}
.image .spare_pct span {
	font-weight: 100;
	display: block;
	padding-top: 30px;
	font-size: 12px;
}
.sitemap-info ul {
	margin-left: 20px;
}
.sitemap-info ul li {
	line-height: 150%;
}
#content {
	padding-bottom: 40px;
}
.info-content ul {
	list-style: none;
}
.info-content ul li {
	line-height: 180%;
}
.manufacturer-heading {
	font-size: 2em;
	line-height: 200%;
	font-weight: 700;
	color: #03be19;
}
.cart-total #total {
	text-align: right;
	border: 0;
}
.cart-total #total td {
	border: none;
	font-size: 1.3em;
}
#checkout-type {
	text-align: center;
	margin-bottom: 20px;
}
#checkout-type .wrapper label {
	display: block;
	padding: 20px 0;
	cursor: pointer;
	margin-bottom: 0px;
	background-color: white;
}
#checkout-type .wrapper {
	border: 1px solid #e3e3e3;
	background-color: #374046;
}
#checkout-type .wrapper label.selected {
	color: white;
	background: rgba(255, 255, 255, 0.2);
}
.account-type-wrap.account-type-wrap-customer {
	background: url('../image/administrator.png') left center no-repeat;
}
.account-type-wrap {
	display: inline-block;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	margin-right: 20px;
}
.account-type-wrap.account-type-wrap-company {
	background: url('../image/agency.png') left center no-repeat;
}
#content-parent {
	padding-bottom: 40px;
}
span.error {
	color: red;
}
.preview h1, .preview h2 {
	color: #03be19;
}
.btn.btn-primary, .payment .button {
	background-color: #03be19;
}
.btn.btn-primary:hover, .payment .button:hover {
	background-color: #128a20;
}
.buttons .right {
	float: right;
}
#top-links .small-menu {
	font-size: 2em;
	color: white;
	background: rgba(255, 255, 255, 0.2);
	padding-top: 14px;
	padding-left: 20px;
	height: 57px;
	margin-left: 15px;
	width: 70px;
	cursor: pointer;
}
#top-links .small-menu i {
	color: white;
}
#top-links {
	position: relative;
}
.mobile-menu {
	background-color: #f5f4f4;
	width: 100%;
}
.mobile-menu {
	list-style: none;
	display: none;
}
.mobile-menu li {
	list-style-type: none;
	padding: 15px;
	text-transform: uppercase;
}
.mobile-menu li a {
	font-weight: 500;
	color: #93a1ac;
	display: block;
}
.mobile-menu li + li {
	border-top: 1px solid #fff;
}
@media (max-width: 992px) {
nav.top-nav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
}
body {
	padding-top: 70px;
}
#top-links ul {
	display: block !important;
	position: absolute;
	top: 57px;
	left: -1000px;
	width: 100%;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background-color: #374046;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	padding-bottom: 15px;
	padding-left: 15px;
}
#top-links ul.active {
	left: 20px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
}
.box-reviews {
	text-align: center;
}
.box-reviews .name {
	color:#080808;
	font-weight: 400;
	padding-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.box-reviews .image img {
	width: 100%;
}
.box-reviews {
	padding: 5px;
	border-right: 1px solid #ececec;
}
.box-reviews .wrapper {
	border-bottom: 1px solid #ececec;
}
.box-reviews .rating {
	text-align: right;
}
.box-reviews .description {
	text-align: left;
}
.description li {
	list-style: none;
}
#profi_filter-prc {
	width: 100%;
	border-top: 1px solid #ececec;
	padding: 15px 20px;
}
.profi_filter_title {
	font-size: 1.2em;
	font-weight: 500;
	padding-bottom: 15px;
	display: block;
	text-transform: uppercase;
}
#profi_filter {
	border: 1px solid #ececec;
}
#profi_filter-prc table {
	width: 100%;
}
.profi_filter-slider-min {
	padding-top: 20px;
}
.profi_filter-slider-slider {
	padding: 0 10px;
}
.price-wrapper {
	padding: 5px;
	border: 1px solid #ececec;
	width: 85px;
	text-align: center;
	display: inline-block;
}
.profi_filter-slider-max {
	text-align: right;
}
#profi_filter-man-target, .attr-wrapper {
	width: 100%;
	border-top: 1px solid #ececec;
	padding: 15px 20px;
	height: 210px;
	overflow: hidden;
	position: relative;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#profi_filter-man-target.active, .attr-wrapper.active {
	height: auto !important;
	padding-bottom: 30px;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.profi_filter-checkbox {
	display: block;
}
.profi_filter-checkbox input[type="checkbox"] {
	margin-top: -1px;
}
.profi_filter-checkbox label {
	color: #03be19;
	font-weight: 400;
}
.filter-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: white;
	padding-left: 20px;
	color: #5F666B;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 90%;
}
.filter-more:hover,
#profi_filter-man-target.active .filter-more, .attr-wrapper.active .filter-more {
	color: #374046;
}
.ui-widget-overlay {
	z-index: 99999;
	opacity: 0.2;
}
#profi_filter-sort {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	margin: 10px 0;
	line-height: 150%;
}
#profi_filter-sort a {
}
#profi_filter-sort label {
	font-size: 1.2em;
	font-weight: 500;
}
#profi_filter-in_stock {
	padding-top: 10px;
}
#profi_filter-in_stock input[type="checkbox"] {
	margin-top: -1px;
}
.left-menu {
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.ui-widget-header {
	background: #03be19 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x !important;
}
@media (max-width: 768px) {
#profi_filter-sort a {
	display: block;
	margin-bottom: 10px;
}
#profi_filter-in_stock {
	float: none !important;
	text-align: center;
	font-weight: bold;
}
}
.category-content h3 {
	color: #374046;
}
.product-compare {
	position: fixed;
	bottom: 0;
	right: 0;
	line-height: 35px;
	background-color: #5f666c;
	padding: 5px 20px;
	color: white;
	z-index: 99999;
}
.product-compare a {
	color: white;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: 400;
}
.product-compare a i {
	font-size: 150%;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
#search-whisper {
	width: 100%;
	margin-top: 21px;
}
.image-additional {
	max-height: 300px;
	overflow: hidden;
	min-width: 40px;
}
.image-additional a img {
	border: 1px solid #e3e3e3;
	margin-bottom: 3px;
	margin-right: 3px;
	float: left;
}
.reviews {
	cursor: pointer;
}
.camera_link {
	width: 100%;
	display: block;
	height: 100%;
}
.mobile-filter {
	background-color: #374046 !important;
}
.category-list ul li {
	/* max-height: 60px; 
	overflow: hidden; */
}
#product_availability .glyphicon {
	font-size: 21px!important;
	padding-right: 5px;
}
a#product_availability {
	font-weight: 500;
	color: #03be19;
	text-decoration: underline;
	padding-left: 10px;
}
.zakazkovavyroba {
	width: 275px;
	float: right;
	font-weight: none!important;
	font-size: 11px;
	line-height: 14px;
	color: #707070;
}
.zakazkovavyroba i.glyphicon-exclamation-sign {
	font-size: 41px;
	float: left;
	color: #707070;
	padding-right: 8px;
}
.zoomContainer {
	border: 1px solid #e3e3e3;
}
table.attribute td {
	border: 1px solid #ddd!important;
}
table.attribute thead td {
	font-weight: bold
}
.model {
	font-weight: bold;
	padding-top: 5px;
	color: #374046;
}
.model span {
	text-transform: uppercase;
}
.teaser {
	padding: 5px 0 5px 0;
}
a#productDesc {
	color: #03be19;
	cursor: pointer;
}
.detailRight {
	color: #839097;
}
.compareBtn {
	padding-top: 20px;
	text-align: right;
}
.box .box-content-detail {
	border-left: 1px solid #ececec;
}
.box .box-content-detail ul {
	list-style: none;
}
.box .box-content-detail ul li {
	padding: 10px 2px;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	text-align: center;
}
.box .box-content-detail .box-product .name h2 {
	font-size: 100%;
	line-height: 130%;
	height: 52px;
	overflow: hidden;
}
.box .box-content-detail .box-product li {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.box .box-content-detail .box-product li.clearfix {
	height: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
.product-detail .box .box-content-detail .box-product li {
	height: 360px;
}

.article .row h1 {
	margin-top: 0px !important;
	font-size: 2em;
	font: 500 2em/120% "Ubuntu", sans-serif !important;
	color: #374046;
}
.article .row p {
	line-height: 170%;
}
.article .row h2 {
	font-size: 1.5em;
	display: block;
	text-align: left;
	padding-bottom: 5px;
}
.article .row h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
	text-align: left;
}
.article .row a {
	color: #03be19;
}
.article .row img {
	padding: 5px 0px 5px 15px;
}
.article .row ul {
	padding-left: 30px;
}
.article .row li {
	display: block;
}
.article .row li:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	float: left;
	margin-top: 4px;
	margin-left: -20px;
	color: #009cf9;
}
.article .row .item {
	padding-bottom: 25px;
}
.article .box .box-content-detail .box-product li {
	height: 360px;
}
.article .box h2 {
	text-align: center;
}
.article .box h2 a {
	color: #374046!important;
}
.article h2#review-title {
	text-align: center;
}
.article .box .cart a {
	color: #fff;
}
.article .item div.image {
	float: left;
	padding-right: 20px;
}
.article .item .description {
	padding-bottom: 10px;
}
.article .item a.button {
	color: #fff;
}
.article .category-info {
	padding-bottom: 20px;
}
.article .category-info div.image {
	float: left;
	padding-right: 20px;
}
#nejnovejsiclanky h3 {
	color: #374047;
	font-size: 115%;
	text-transform: uppercase;
}

#radytipy {
	margin-top: 10px;
}

#radytipy h3 {
	color: #374047;
	font-size: 115%;
	text-transform: uppercase;
}
#radytipy ul {
	padding-left: 20px;
}
#radytipy ul li {
	display: block;
}
#radytipy ul li:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	float: left;
	margin-top: 4px;
	margin-left: -20px;
	color: #009cf9;
}

#nejnovejsiclanky ul li:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size: 10px;
	float: left;
	margin-top: 4px;
	margin-left: -20px;
	color: #009cf9;
}



.box .box-content-detail .box-product .price {
	font-weight: 700;
	font-size: 110%;
	padding-top: 10px;
}
.box .box-content-detail .box-product .stock {
	height: auto;
}
.box .box-content-detail .box-product .rating {
	font-size: 80%;
}
.box .box-content-detail .box-product .cart {
	margin: 5px 0;
}
.box .box-content-detail .box-product .compare {
	padding: 3px 0 0 0;
}
.pull-right .main-image {
	padding-bottom: 10px;
}
#reviews {
	margin-bottom: 70px;
}
#newReview {
	display: none;
}
#review-title {
	padding-bottom: 0px;
	cursor: pointer;
}
.review-hr {
	border-top: solid 1px #e3e3e3;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	color: #e3e3e3;
}
.review-hr .glyphicon {
	position: relative;
	top: -6px;
	font-size: 25px;
}
.availability .dodani {
	color:#4bae51;
	font-weight: 500;
	font-size: 1.15em;
	padding-left: 10px;
}
#productDetail {
	padding: 10px 0;
}
#productDetail .productDetail {
	float: left;
}
#doprava {
	float: right;
	width: 265px;
}
#doprava p {
	line-height: 150%;
	margin: 0px 0px 5px 0px;
}
#doprava ul {
	margin-bottom: 0px;
}
#profi_filter-content ul.product-grid li {
	padding: 5px 5px;
}
#profi_filter-content ul.product-grid li .product-wrapper {
	margin-bottom: 0px;
}
.box.reviews-shop .box-content {
	border: none;
}
.box-reviews-shop .col-md-12 {
	padding: 5px 15px 5px 15px;
}
.box-reviews-shop .date {
	float: left;
	color:#080808;
	font-weight: 400;
	font-size: .9em;
}
.box-reviews-shop .author {
	text-align: right;
	color:#080808;
	font-weight: 400;
	font-size: 1.1em;
	text-transform: uppercase;
}
.box-reviews-shop .rating {
	text-align: right;
	float: right;
	padding-left: 10px;
}
.box-reviews-shop .plus, .box-reviews-shop .minus {
	padding-bottom: 5px;
}
.plus li {
	color: #5db55f;
}
.plus li:before {
	content: '+ ';
}
.minus li {
	color: #c90304;
}
.minus li:before {
	content: '- ';
}
.benefits {
	padding-bottom: 15px;
	    font-size: 13px;
}
.benefits .benefit-first {
	width: 22%;
}
.benefits .benefit-first p {
	padding-right: 10px;
}
.benefits .benefit-second {
	width: 26%;
}
.benefits .benefit-third {
	width: 24%;
}
.benefits .benefit-fourth {
	width: 28%;
}
.benefits div {
	padding-left: 0px;
	padding-right: 0px;
}
.benefits p.hp01 {
	background: url('../image/icons/hp-01.gif') top left no-repeat;
}
.benefits p.hp02 {
	background: url('../image/icons/hp-02.gif') top left no-repeat;
}
.benefits p.hp03 {
	background: url('../image/icons/hp-03.gif') top left no-repeat;
}
.benefits p.hp04 {
	background: url('../image/icons/hp-04.gif') top left no-repeat;
}
.benefits p {
	font-size: 1.05em;
	line-height: 150%;
	padding-left: 65px;
	min-height: 45px;
	text-transform: uppercase;
	color: #6c7a83;
}
a#cenaDopravy:hover {
	text-decoration: none!important;
}
.availability .sklademPredobednavka {
	color: #374046;
	font-weight: 500;
	font-size: 1.5em;
	display: block;
	margin-top: -8px;
}
.availability .predobednavka {
	color: #374046 !important;
	margin-top: -5px;
	display: block;
}
#ui-id-5 {
	z-index: 99999
}
#ui-id-5 .ui-state-focus { border: none; background: none; font-weight: normal; color: #c77405; }
.cart-total table#total td:last-child {
	white-space: nowrap;
}
@media (max-width: 767px) {
	.benefits .benefit-first {
		width: 50%;
	}
	.benefits .benefit-second {
		width: 50%;
	}
	.benefits .benefit-third {
		width: 50%;
	}
	.benefits .benefit-fourth {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.benefits .benefit-first {
		width: 50%;
	}
	.benefits .benefit-second {
		width: 50%;
	}
	.benefits .benefit-third {
		width: 50%;
	}
	.benefits .benefit-fourth {
		width: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	font-size: 0.9em;
	line-height: 150%;
	padding-left: 55px;
	min-height: 45px;
	text-transform: uppercase;
	color: #6c7a83;
}
.manufacturer_logo {
	position: absolute;
	right: 2px;
	top: 1px;
}
.main-image .manufacturer_logo {
	position: absolute;
	right: 20px;
	top: 1px;
}

#interForm:after {
	content: '';
	display: block;
	clear: both;
	padding: 0px 0px 15px 0px;
}
ul#interFormTop {
	float: left;
	width: 100%;
	position: relative;
}
ul#interFormTop li {
	background-color: #f7f7f7;
	color: #262828;
	padding: 5px 15px;
	text-decoration: underline;
	width: 46%;
	list-style-type: none;
}
ul#interFormTop li:first-child {
	padding-top: 10px;
}
ul#interFormTop li:last-child {
	padding-bottom: 10px;
}
ul#interFormTop li:hover {
	text-decoration: underline;
	color: #03be19;
	cursor: pointer;
	cursor: hand;
}
ul#interFormTop li ul {
	display: none;
	width: 46%;
	position: absolute;
	top: 0px;
	right: 20px;
}
ul#interFormTop li ul li {
	padding: 5px 15px;
	width: 100%;
}
ul#interFormTop li ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
}
ul#interFormTop li ul li ul li {
	display: block;
	text-decoration: none;
	padding: 0px!important;
}
ul#interFormTop li ul li ul li dl dt {
	font-size: 13px;
	font-weight: normal;
	margin: 3px 0px 3px 25px;
	padding-left: 10px;
	display: list-item;
	list-style-type: disc;
}
ul#interFormTop li ul li ul li div.greenBlock {
	background-color: #cbffb2;
	color: #4c4c4c;
	padding: 10px 15px 5px;
	font-weight: 600;
}
ul#interFormTop li ul li ul li div.infoBlock {
	background-color: #ffffff;
	color: #4c4c4c;
	padding: 5px 15px;
}
ul#interFormTop li ul li ul li div.infoBlock p {
	margin-bottom: 10px;
	margin-top: 10px;
}
ul#interFormTop li ul li ul li div.infoBlock dl {
	margin: 0px;
}
ul#interFormTop li ul li ul li div.infoBlock dt {
	float: left;
	margin: 10px 50px 10px 10px;
	font-size: 15px;
	display: inline !important;
	list-style-type: none;
}
ul#interFormTop li ul li ul li div.infoBlock dl:after {
	content: '';
	display: block;
	clear: both;
	padding: 0px;
}
ul#interFormTop li ul li ul li:hover {
	text-decoration: none;
	color: #4c4c4c;
	cursor: auto;
}
ul#interFormTop li ul li ul li a {
	text-decoration: none;
	color: #03be19;
}
ul#interFormTop li ul li ul li a:hover {
	text-decoration: underline;
}
.phoneOrder {
	padding: 0px 0px 20px 0px;
}
.phoneOrder .alertRed {
	font-style: italic;
	color: #d0000b;
}
table.servisy thead th {
	background-color: #03be19;
	color: #ffffff;
	padding: 10px 10px;
}
table.servisy tbody tr td {
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 10px;
}
table.servisy tbody tr:hover td {
	background-color: #f7f7f7;
}
table.servisy a {
	color: #03be19
}
table.servisy a:hover {
	text-decoration: underline;
}
#interFormHeader:after {
	content: '';
	display: block;
	clear: both;
}
#interFormHeader a {
	float: left;
	height: 76px;
	display: block;
	position: relative;
	margin-right: 130px;
	margin-bottom: 15px;
}
#interFormHeader a:last-child {
	margin-right: 0px;
}
#interFormHeader a span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 76px;
	display: block;
}
#interFormHeader a#stav {
	width: 209px;
}
#interFormHeader a#stav span {
	background: url("../image/kontakty_stav.gif") no-repeat left top;
	width: 209px;
}
#interFormHeader a#vymena {
	width: 180px;
}
#interFormHeader a#vymena span {
	background: url("../image/kontakty_vymena.gif") no-repeat left top;
	width: 180px;
}
#interFormHeader a#reklamace {
	width: 165px;
}
#interFormHeader a#reklamace span {
	background: url("../image/kontakty_reklamace.gif") no-repeat left top;
	width: 165px;
}
#interFormHeader a#odstoupeni {
	width: 180px;
}
#interFormHeader a#odstoupeni span {
	background: url("../image/kontakty_odstoupeni.gif") no-repeat left top;
	width: 180px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px #ddd;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
}
.error {
	display: block;
	color: #FF0000;
}
@media (min-width: 1500px) {
	.bannerOutside {
		float: right;
		margin-left: 1170px;
		position: fixed;
		top: 200px;
	}
}
@media (max-width: 1500px) {
	.bannerOutside {
		display: none;
	}
}
#detailToCart {
	line-height: 1em;
}
.prislusenstvi {
	border-left: solid 1px #eeeeee;
	padding-left: 10px;
	padding-right: 5px;
}
.prislusenstvi h3 {
	margin-top: 0px;
	font-size: 17px;
}
.prislusenstvi .box-product-right li {
	height: 295px;
	overflow: hidden;
	position: relative;
	padding: 10px 10px 10px 0px;
	margin-bottom: 5px;
	text-align: center;
	border-top: solid 1px #eeeeee;
}
.prislusenstvi .box-product-right li.first {
	border-top: none;
}
.prislusenstvi .box-product-right .price {
	color: #374047;
	text-align: center;
	font-size: 1.15em;
	font-weight: 500;
}
.prislusenstvi .box-product-right .name {
	padding: 10px 0px;
}
.prislusenstvi .box-product-right h2 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	height: 52px;
	line-height: 120%;
	overflow: hidden;
}
.prislusenstvi .box-product-right .manufacturer_logo {
	right: 15px;
}
.prislusenstvi .box-product-right .stock {
	text-align: center;
}
.prislusenstvi .box-product-right .addToCart {
	background: #374047;
	box-shadow: none;
	line-height: auto;
	margin: 0px;
	padding: 7px 20px;
}
.prislusenstvi .box-product-right .addToCart:hover {
	background: #03be19;
}
.prislusenstvi #odkazDokoupit a {
	color: #03be19;
	cursor: pointer;
}

/* 20% */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* 20% */
	#category-custom-description p {
		margin: 10px 0;
	}
	#category-custom-description:after {
		content: '';
		width: 100%;
		clear: both;
		display: block;
	}
	.cCat {
		width: 22.65%;
		border: 1px solid #e5e5e5;
		float: left;
		background: -webkit-linear-gradient(#f7f7f7, #ffffff);
		background: -o-linear-gradient(#f7f7f7, #ffffff);
		background: -moz-linear-gradient(#f7f7f7, #ffffff);
		background: linear-gradient(#f7f7f7, #ffffff);
		margin: 10px 1%;
	}
	.cCat .cCatInner {
		background: transparent url("../image/cCatArrow.png") no-repeat 100% 50%;
		padding: 3px 5px 3px 3px;
		margin-right: 8px;
	}
	.cCat .cCatInner:after {
		content: '';
		width: 100%;
		clear: both;
		display: block;
	}
	.cCat:hover {
		background: -webkit-linear-gradient(#f7f7f7, #f1f1f1);
		background: -o-linear-gradient(#f7f7f7, #f1f1f1);
		background: -moz-linear-gradient(#f7f7f7, #f1f1f1);
		background: linear-gradient(#f7f7f7, #f1f1f1);
	}
	.cCat a {
		display: block;
		width: 100%;
	}
	.cCat img {
		height: 50px;
		float: left;
	}
	.cCat a img {
		background: transparent!important;
	}
	.cCat h3 {
		float: left;
		padding: 0px 0px 0px 5px;
		margin: 0px;
		line-height: 50px;
		width: calc(100% - 60px);
		font-size: 15px!important;
	}
	.cRows h3 {
		line-height: 20px;
		margin-top: 4px;
	}
@media (max-width: 970px) {
	.cCat {
		width: 30.5%;
		margin: 5px 1%;
	}
	.cCat h3 {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.cCat {
		width: 45%;
		margin: 5px 1%;
	}
	.cCat h3 {
		font-size: 14px;
	}
}
@media (max-width: 470px) {
	.cCat {
		width: 100%;
		margin: 5px 0;
	}
	.cCat h3 {
		font-size: 14px;
	}
}

#banner3 {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#banner3 img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner3 a:hover img {
  transform: scale(1.1,1.1); 
  -o-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
#banner3 > div {

  margin: -1px 0 0 -1px;
  overflow: hidden;
  position: relative;
  
}

  .cCatB {
    width: 22.65%;
    border: 1px solid #e5e5e5;
    float: left;
    background: -webkit-linear-gradient(rgba(255, 0, 0, 0.1), #ffffff);
    background: -o-linear-gradient(rgba(255, 0, 0, 0.1), #ffffff);
    background: -moz-linear-gradient(rgba(255, 0, 0, 0.1), #ffffff);
    background: linear-gradient(rgba(255, 0, 0, 0.1), #ffffff);
    margin: 10px 1%;
  }
  .cCatB .cCatInner {
    background: transparent url("../image/cCatArrow.png") no-repeat 100% 50%;
    padding: 3px 5px 3px 3px;
    margin-right: 8px;
  }
  .cCatB .cCatInner:after {
    content: '';
    width: 100%;
    clear: both;
    display: block;
  }
  .cCatB:hover {
    background: -webkit-linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.11));
    background: -o-linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.11));
    background: -moz-linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.11));
    background: linear-gradient(rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.11));

  }
  .cCatB a {
    display: block;
    width: 100%;
  }

  .ccatB a:hover {
    color: #374047;
  }
  .cCatB img {
    height: 50px;
    float: left;
  }
  .cCatB a img {
    background: transparent!important;
  }
  .cCatB h3 {
    float: left;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    line-height: 50px;
    width: calc(100% - 60px);
    font-size: 15px!important;
  }
  .cRows h3 {
    line-height: 20px;
    margin-top: 4px;
  }
@media (max-width: 970px) {
  .cCatB {
    width: 30.5%;
    margin: 5px 1%;
  }
  .cCatB h3 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cCatB {
    width: 45%;
    margin: 5px 1%;
  }
  .cCatB h3 {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .cCatB {
    width: 100%;
    margin: 5px 0;
  }
  .cCatB h3 {
    font-size: 14px;
  }
}

.cRowsB h3 {
    line-height: 20px;
    margin-top: 4px;
  }

#banner3 {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#banner3 img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner3 a:hover img {
  transform: scale(1.1,1.1); 
  -o-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
#banner3 > div {

  margin: -1px 0 0 -1px;
  overflow: hidden;
  position: relative;
  
}

.reklamace-info {
  margin-top: 20px;
    color: gray;
   }

    li.eet {
    line-height: 20px;
    margin-left: 20px;
    padding-left: 5px;
    list-style-type: circle;
   }

  .platby {
    float: right;
   }

      .span-eet {
   	    margin-top: 20px;
    font-size: 12px;
    color: #8a8585;
    text-align: center;
   }

   @media (min-width: 1500px) {
  .bannerOutside {
    float: right;
    margin-left: 1180px;
    position: fixed;
    top: 200px;
  }
  .bannerOblibenaZnacka {
    float: right;
    margin-left: 1160px;
    position: absolute;
    top: 745px;
  }
}
@media (max-width: 1500px) {
  .bannerOutside {
    display: none;
  }
  .bannerOblibenaZnacka {
    display: none;
  }
}

#profi_filter-sold {
	margin-bottom: 15px;
}
#profi_filter-sold h3 {
	margin-top: 10px;
}
#profi_filter-sold ul {
	list-style: outside none none
}
#profi_filter-sold ul.row {
	margin-left: -5px;
	margin-right: -5px;
}
#profi_filter-sold ul li {
	padding-left: 5px;
	padding-right: 5px;
}
#profi_filter-sold ul li .product-wrap {
	border: 1px solid #ececec;
}
#profi_filter-sold ul li .product-wrap:hover {
	border: 1px solid #03be19;
}
#profi_filter-sold .soldImage {
	float: left;
	padding: 2px 5px 0 2px;
}
#profi_filter-sold .name {
	height: 53px;
	overflow: hidden;
}
#profi_filter-sold .name a {
	font-size: 100%;
	line-height: 110% !important;
	display: block;
	margin: 5px 5px 0 0;
}
#profi_filter-sold .left {
	float: left;
	width: 115px;
	text-align: right;
}
#profi_filter-sold .price {
	font-size: 115%;
	font-weight: 700;
}
#profi_filter-sold .inStock {
	color: #5db55f;
	font-weight: 400;
}
#profi_filter-sold .availability.inStock {
	font-weight: normal!important;
	font-size: 12px;
}
#profi_filter-sold .cart-button {
	float: right;
}
#profi_filter-sold .cart-button .cart a {
	margin: 0px 5px 5px 0;
}
#profi_filter-sold .cart-button .cart i {
	font-size: 20px;
	margin: 0px;
}
#profi_filter-sold .addToCart {
	padding: 12px 15px;
	box-shadow: none;
}
.category-list .row {
	margin-left: -5px;
	margin-right: -5px;
}
.category-list li {
	height: 52px;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
}
.category-list li .category-wrap {
	border: 1px solid #e5e5e5;
}
.category-list li .category-wrap:hover, .category-list li .category-wrap.active {
	border: 1px solid #03be19;
}

.category-list li .category-wrap.active span{
	color:#03be19;
	text-decoration: underline;
}

.category-list li a {
	display: block;
	width: 100%;
	margin: 3px 0px;
	overflow: hidden;
	height: 42px;
}
.category-list li img {
	float: left;
	margin-left: 3px;
}
.category-list li span {
	display: table-cell;
	font-weight: 300;
	font-size: 0.9em;
	height: 40px;
	line-height: 1.1;
	padding: 0 2px 0 3px;
	vertical-align: middle;
}
.category-list.mcategories li a {
	display: inline!important;
}
#cat-manufacturers {
	padding: 10px 0 10px 0;
}
#cat-manufacturers .cat-manufacturer {
	float: left;
	padding: 0px 9px;
}
#cat-manufacturers .cat-manufacturer img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cat-manufacturers .cat-manufacturer a:hover img {
  transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}

#oblibene_znacky .bannerLoga {
	margin-bottom: 0px;
}
#oblibene_znacky .minimal {
	height: 185px;
	overflow: hidden;
	margin-bottom: 0px;
}
#oblibene_znacky .expand {
	height: auto!important;
}
#oblibene_znacky {
	margin-bottom: 30px;
	padding-bottom: 15px;
	background: url("../image/icons/sipka.png") no-repeat center bottom transparent;
}
#zobrazit_dalsi_znacky {
	text-align: center;
	color: #9c9c9c;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 4px solid #e7e7e7;
	margin: 5px 0 0 0;
}
#zobrazit_dalsi_znacky:hover {
	text-decoration: underline;
}
a.button-prod {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  background-color: #03be19;
  text-transform: uppercase;
  line-height: 20px;
  padding: 25px 65px;
  margin-left: 6px;
}
a.button-prod:hover {
  text-decoration: none;
  color:#fff;
  background-color: #2b8a32;
}
a.button-close {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  background-color: #818181;
  text-transform: uppercase;
  line-height: 20px;
  padding: 12px 16px;
  margin-left: 6px;
}
a.button-close:hover {
  text-decoration: none;
  color:#fff;
  background-color: #03be19;
}

.sidlo {
	float: left;
	width: 50%;
}

.mapa {
	float: left;
	width: 50%;
}

@media (max-width: 970px) {
	.sidlo {
		width: 100%;
	}

	.mapa {
		width: 100%;
	}
}
.wrapper-dropdown {
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
}
.wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #03be19 transparent;
}
.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow-x: hidden;
    z-index: 100;
}
.wrapper-dropdown .dropdown li {
    padding: 0 10px;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    background:#fff;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}
.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
.wrapper-dropdown .dropdown li:hover a {
    color: #03be19;
}
.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #03be19;
    box-shadow: none;
    border-bottom: none;
    color: white;
    border-bottom: 1px solid #03be19;
}
.wrapper-dropdown.active:after {
    border-color: #ffffff transparent;
}
.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 300px;
}
.variant-selected {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	float: left;
	color: #374046
}
h3.varianty {
	color: #555;
	line-height: 24px;
}
.variant-wrapper {
	padding-top: 10px;
}
.variant-wrapper .linethrough {
	text-decoration: line-through !important;
	color: #555 !important;
}
.variant-wrapper .current {
	background-color: #f5f5f5 !important;
	font-weight: 500;
}
.wrapper-dropdown .dropdown li.picture a {
	padding: 0px!important;
}
.wrapper-dropdown .dropdown li.picture a img {
	margin-right: 10px;
	vertical-align: middle;
}
ul.radio-dropdown {
	margin: 0!important;
}
.radio-variant-selected {
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	color: #374046
}
.radio-variant-wrapper ul.radio-dropdown li.empty {
	display: table-cell;
	width: 80px;
	height: 60px;
	list-style-type: none;
	padding: 2px 7px 10px 0px;
	vertical-align: middle;
	text-align: center;
}
.radio-variant-wrapper ul.radio-dropdown li.empty a {
	display:table-cell;
	vertical-align: middle;
	width: 80px;
	height: 60px;
	border: solid 1px #858585;
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	color: #555!important;
	text-decoration: none!important;
}
.radio-variant-wrapper ul.radio-dropdown li.empty a:hover {
	border: solid 1px #252525;
	text-decoration: underline!important;
}
.radio-variant-wrapper ul.radio-dropdown li.empty a.current {
	border: solid 3px #858585;
	color: #555!important;
}
.radio-variant-wrapper ul.radio-dropdown li.picture {
	float: left;
	list-style-type: none;
	padding: 7px 7px 0px 0px;
	text-align: center;
	vertical-align: middle;
}
.radio-variant-wrapper ul.radio-dropdown li.picture a {
	border: solid 1px #858585;
	color: #555!important;
	display:block;
	height: 70px;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
	text-decoration: none!important;
	vertical-align: middle;
	width: 74px;
}
.radio-variant-wrapper ul.radio-dropdown li.picture a:hover {
	border: solid 1px #252525;
	text-decoration: underline!important;
}
.radio-variant-wrapper ul.radio-dropdown li.picture a.current {
	border: solid 3px #858585;
	color: #555!important;
}
.radio-variant-wrapper .linethrough {
	text-decoration: line-through !important;
	color: #555 !important;
}
.radio-variant-wrapper a.picture {
	position: relative;
}
.radio-variant-wrapper .variant-price {
	color: #374045;
}
.radio-variant-wrapper .current .variant-price {
	font-weight: 500;
}
.radio-variant-wrapper a.linethrough.picture span {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%, auto;
	width: 70px;
	height: 64px;
	position:absolute;
	left: 0;
	top:0;
}
.text-variant-selected {
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	color: #374046
}
ul.text-dropdown {
	margin: 0px;
}
.text-variant-wrapper ul.text-dropdown li.empty {
	/*display: table-cell;*/
	float: left;
	list-style-type: none;
	padding: 7px 7px 0px 0px;
	vertical-align: middle;
	text-align: center;
}
.text-variant-wrapper ul.text-dropdown li.empty a {
	display:table-cell;
	vertical-align: middle;
	border: solid 1px #858585;
	padding: 12px 20px 12px 20px;
	overflow: hidden;
	color: #555!important;
	text-decoration: none!important;
	white-space: nowrap;
}
.text-variant-wrapper ul.text-dropdown li.empty a:hover {
	border: solid 1px #252525;
	text-decoration: underline!important;
}
.text-variant-wrapper ul.text-dropdown li.empty a.current {
	border: solid 1px #4bae51;
	color: #555!important;
	font-weight: 600
}
.text-variant-wrapper ul.text-dropdown li.picture {
	/*display: table-cell;*/
	float: left;
	list-style-type: none;
	padding: 7px 7px 0px 0px;
	vertical-align: middle;
	text-align: center;
}
.text-variant-wrapper ul.text-dropdown li.picture a {
	display:table-cell;
	vertical-align: middle;
	border: solid 1px #858585;
	padding: 12px 20px 12px 10px;
	overflow: hidden;
	color: #555!important;
	text-decoration: none!important;
	white-space: nowrap;
}
.text-variant-wrapper ul.text-dropdown li.picture a img {
	margin-right: 7px;
	float: left;
}
.text-variant-wrapper ul.text-dropdown li.picture a:hover {
	border: solid 1px #252525;
	text-decoration: underline!important;
}
.text-variant-wrapper ul.text-dropdown li.picture a.current {
	border: solid 1px #4bae51;
	color: #555!important;
	font-weight: 600
}
.text-variant-wrapper .linethrough {
	text-decoration: line-through !important;
	color: #555 !important;
}
.text-variant-wrapper a.picture {
	position: relative;
}
.text-variant-wrapper .variant-price {
	color: #374045;
	font-weight: 500;
	text-align: left;
}
.text-variant-wrapper .current .variant-price {
	font-weight: 600;
}
.text-variant-wrapper .parameter {
	float: left;
	padding: 10px 0;
}
.text-variant-wrapper .parameter_price {
	float: left;
}
.text-variant-wrapper .linethrough {
	text-decoration: line-through !important;
	color: #555 !important;
}
.text-variant-wrapper .linethrough .parameter {
	text-decoration: line-through !important;
	color: #555 !important;
}
.text-variant-wrapper .linethrough .parameter_price {
	text-decoration: line-through !important;
	color: #555 !important;
}
#sch_dynamic_shipping tr.highlight td {
	border-bottom: 1px solid #d6d6d6;
}
#sch_dynamic_payment tr.highlight td {
	border-bottom: 1px solid #d6d6d6;
}
.doRuky p {
	float: left;
	width: 200px;
	margin: 0 0 5px;
}
.doRuky label {
	padding-left: 0px;
	width: auto!important;
}
#sch_shipping_block input[type="checkbox"], #sch_agree_checkout input[type="checkbox"], #sch_not_agree_heureka input[type="checkbox"], #sch_print_fa input[type="checkbox"] {
	margin-top: -2px;
}
#sch_dynamic_shipping input[type="checkbox"] {
	margin-top: -2px;
	margin-right: 5px;
}
.help img {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
@media (max-width: 768px) {
	header {
		padding: 0px 0px 10px 0px;
	}
	#logo {
		margin: 0px 0px 0px 0px;
	}
	.categories-button {
		height: auto;
		padding: 10px 20px;
	}
	.breadcrumb {
		margin: 5px 0;
	}
	.breadcrumb li {
		padding: 0 5px;
	}
}
@media (max-width: 400px) {
	.h1, h1 {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.h2, h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	#products_to_buy_order {
		background: none!important;
		padding: 0!important;
		min-height: auto!important;
	}
	#content .info-content form .cart-info table.table td {
		padding: 5px;
	}
	#content .info-content form .cart-info table.table td.price {
		display: none;
	}
	.cart .content {
		width: 360px;
		right: -15px;
		top: 45px;
	}
	#cat-manufacturers .cat-manufacturer {
		padding: 0px 5px;
	}
	.camera_container {
		margin-top: 10px;
	}
	#logo {
		margin: 0px 0px 0px 0px;
		text-align: center;
	}
	#logo img {
		width: 200px;
	}
	header {
		padding: 0px 0px 5px 0px!important;
	}
	header .searchBox {
		width: 70%;
	}
	header .search {
		line-height: 50px;
		padding-top: 0px;
	}
	header .searchBox i {
		top: 15px;
	}
	header .free-shippint-info {
		padding: 0px;
		font-size: 13px;
	}
	header .last .account a:last-child {
		white-space: nowrap;
	}
	#content .category-list ul {
		margin-top: 10px;
	}
	.breadcrumb {
		margin: 5px 0;
		border-left: none;
		border-right: none;
	}
	.breadcrumb li {
		padding: 0 2px!important;
	}
	.breadcrumb li a {
		white-space: normal;
	}
	.category-list li {
		padding: 0 3px 5px 3px!important;
		margin-bottom: 5px;
	}
	body {
		padding-top: 55px;
	}
	nav.top-nav .cart {
		padding: 10px 10px;
	}
	nav .cart i {
		margin: 0 5px 0 5px;
	}
	nav #top-links .small-menu {
		font-size: 1.75em;
		padding: 5px 15px;
		height: auto;
		width: 55px;
	}
	#top-links ul {
		top: 45px;
		width: 160px;
	}
	#top-links ul li {
		padding-top: 15px;
	}
	.categories-button {
		height: auto;
		padding: 10px 20px;
	}
	.doRuky p {
		float: none;
		width: auto;
		margin: 0 0 5px;
	}
	.doRuky div {
		margin-left: 50px;
	}
	.multishipping-3 .show {
		position: static;
	}
}

.payment-table .radio img {
	float: right;
}

.checkbox label, .radio label {
	width: 100%;
}

.odkaz-rekl a{
  color: #03be19;
}

.odkaz-rekl a:hover{
    text-decoration: underline;
}
#sch_print_fa label {
	font-weight: 500;
}
#sch_agree_checkout label {
	font-weight: 500;
}
#sch_not_agree_heureka label {
	font-weight: 500;
}
#bosch-zaruka {
	padding: 10px 0 0 0;
}
#bosch-zaruka p {
	line-height: 15px;
	font-size: 13px;
	font-weight:400;
	margin: 0px 10px 0px 0px!important;
}
#bosch-zaruka a {
	font-size: 13px;
	color: #03be19;
}
#bosch-zaruka img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#gardena-zaruka {
	padding: 10px 0 0 0;
}
#gardena-zaruka p {
	line-height: 130%;
	font-weight:400;
	margin: 0px 10px 0px 0px!important;
}
#gardena-zaruka a {
	font-size: 13px;
	color: #03be19;
}
#gardena-zaruka img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#gardena-zaruka p > span.prvni {
	display: block;
	color: #268f9d;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 10px;
}
#gardena-zaruka p > span.druhy {
	display: block;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
#gardena-zaruka .right p {
	margin: 10px 10px 0px 0px!important;
}
.image .modra-bosch-3-roky {
	position: absolute;
	top: 1px;
	right: 15px;
	width: 106px;
	height: 55px;
	background: transparent url("/image/loga/icon-modra-3-roky-bosch.png?v=1") no-repeat top right;
}
.image .zelena-bosch-3-roky {
	position: absolute;
	top: 2px;
	right: 16px;
	width: 55px;
	height: 55px;
	background: transparent url("/image/loga/icon-zelena-3-roky-bosch.png?v=2") no-repeat top right;
}
#scheppach-zaruka {
	align-items: center;
	display: flex;
	margin-top: 15px;
}
#scheppach-zaruka span {
	font-weight: 400;
}
#scheppach-zaruka img {
	float: left;
	height: 85px;
	margin-right: 20px;
	width: 85px;
}
.cart-info thead td {
	font-weight: bold;
}
.cart-info td.price {
	display: none;
}
.cart-info td.dostupnost {
	text-align: center;
}
.cart-info td.dostupnost div {
	color: #fff;
	font-weight: 500;
	padding: 5px 8px;
	line-height: 1;
}
.cart-info td.dostupnost div.sklademANO {
	background: #03be19;
}
.cart-info td.dostupnost div.sklademNE {
	background: #c90304;
}
.cart-info td.dostupnost div.sklademPredobednavka {
	background: #374046;
}
#description a {
	color: #03be19;
}
#description ul, #description ol {
	margin: 10px 0px 10px 25px
}
#description li {
	line-height: 170%
}
#description h2 {
	padding-bottom: 0px;
}
#description table {
	margin-bottom: 15px;
}
#description table thead td, #description table th {
	border-bottom: 3px solid #ddd;
	font-weight: bold;
	line-height: 170%;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
#description table td {
	border-top: 1px solid #ddd;
	line-height: 170%;
	padding: 8px;
	vertical-align: top;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.productsIcon {
	padding: 5px 0px 0px 0px;
}
.productIcon {
	color: #fff;
	display: inline;
	font-weight: bold;
	margin: 0 5px 0 0!important;
	padding: 3px 10px;
	text-transform: uppercase;
}
.productIcon.akce {
	background-color: #013b69;
}
.productIcon.sleva {
	background-color: #e30713;
}
.productIcon.doprava_zdarma {
	background-color: #319635;
}
.product-detail .sellPrice {
	float: left;
}
.product-detail .priceDesc {
	float: left;
	line-height: 14px;
	padding: 10px 15px 0 15px;
	font-size: 14px;
	font-weight: 500;
}
.availability .availabylityDate {
	color: #319635!important;
	font-size: 16px;
	text-decoration: underline;
	padding-left: 10px;
}
.availability a:hover {
	text-decoration: none;
}
.porovnat {
	cursor: pointer;
	cursor: hand;
	padding-left: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
#button-cart {
	font-weight: 500;
	font-size: 15px;
}
.product-list-container-box {

}
.product-list-container-box h2 {
	text-transform: uppercase;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}
.product-list-container {
	border: 0px;
	margin-right: 3px;
	overflow:hidden;
	position: relative;
	padding-left: 1px;
}
.product-list-container ul {
	display: inline-flex;
}
.product-list-container ul li {
	border-top: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	display: inline-block;
	line-height: 15px;
	position: relative;
	width: 158px;
	height: 213px;
	overflow:hidden;
}
.product-list-container ul li:first-child {
	border-left: solid 1px #e8e8e8;
}
.product-list-container h3 {
	font-size: 100%;
	margin: 10px 5px 3px 5px;
	height: 48px;
	overflow: hidden;
	text-align: center;
}
.product-list-container h3 a {
	color: #000000;
	text-decoration: none;
}
.product-list-container h3 a:hover {
	color: #c90304;
	text-decoration: undeline;
}
.product-list-container .stock {
	height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.product-list-container .addToCart {
	padding: 8px 12px;
	font-size: 13px;
}

.product-list-container .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	left: 5px;
	background: rgba(255,255,255,.5);
	border: 1px solid #b8b8b8;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.product-list-container .prev:hover {
	background: #ffffff;
	border: 1px solid #555555;
	opacity: .75;
}
.product-list-container .prev .arrow {
	border-left: 2px solid #b8b8b8;
	border-top: 2px solid #b8b8b8;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 12px;
	left: 16px;
}
.product-list-container .prev:hover .arrow {
	border-left: 2px solid #252525;
	border-top: 2px solid #252525;
}
.product-list-container .next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	background: #ffffff;
	opacity: .5;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	display: none;
	z-index: 100;
	right: 5px;
}
.product-list-container .next:hover {
	background: #ffffff;
	border: 1px solid #555555;
	opacity: .75;
}
.product-list-container .next .arrow {
	border-right: 2px solid #b8b8b8;
	border-bottom: 2px solid #b8b8b8;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 12px;
	right: 16px;
}
.product-list-container .next:hover .arrow {
	border-right: 2px solid #252525;
	border-bottom: 2px solid #252525;
}
.radio-variant-wrapper {
	float: left;
	margin-right: 25px;
}
.radio-variant-wrapper ul.radio-dropdown li.picture {
	padding: 2px 7px 10px 0px;
}
.availability a .dodani-termin {
	color: #374047 !important;
}
.availability a .notinStock {
	color: #374047 !important;
}
.product-detail .minimum {
	margin: 10px 0;
}
.product-detail .dodani {
	font-weight: 700;
}
#gifts {
	margin: 7px 0 0 0;
}
.gift .darek_zdarma {
	font-size: 1.4em;
	font-weight: 600;
}
.gift a {
	font-size: 1.1em;
	font-weight: 400;
	text-decoration: underline;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
}
.giftName {
	width: 500px;
}
.cart-info .total {
	font-weight: 600;
	white-space: nowrap;
}
.p2b .description .price {
	font-weight: 600;
	white-space: nowrap;
}
.cart-info .model {
	font-weight: normal;
}
@media (max-width: 767px) {
	#heurekaTableft {
		display: none!important;
	}
}
.checkout_info {
	background: #f5f5f5;
	padding: 10px 25px;
	margin: 20px 0 5px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
}
.padding-right-0 {
	padding-right: 0!important
}
.padding-left-0 {
	padding-left: 0!important
}
fieldset.account-type-company {
	border: 1px solid #ccc;
	padding: 5px 15px;
	background: #fafafa;
	margin-top: 10px;
}
fieldset.account-type-company legend {
	border: none;
	display: inline;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px 10px;
	padding: 0 10px;
	width: auto;
}
.accountList .buttons {
	margin: 50px 0 25px 0;
}
div.account-type {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.address-item td .buttons {
	padding-top: 25px;
	margin: 0px;
}
.multishipping {
	width: 100%;
}
#sch_dynamic_shipping .shipping_input {
	float: left;
}
#sch_dynamic_shipping .multishippingBlock .shipping_input {
	float: left;
	padding: 10px 0;
}
#sch_dynamic_shipping .shipping_logo {
	float: left;
	padding: 10px 10px 10px 0;
}
#sch_dynamic_shipping .shipping_name {
	float: left;
	font-weight: 600;
}
#sch_dynamic_shipping .shipping_date {
	color: #7fb55f;
	float: right;
	margin-right: 95px;
}
#sch_dynamic_shipping .help {
	clear: right;
	font-size: 0.9em;
}
#sch_dynamic_shipping .help .name {
	font-weight: 600;
}
.multishipping label {
	width: 100%;
}
.multishipping-2 .show {
	position: absolute;
	right: 7px;
	top: 0px;
	color: #7fb55f;
	font-size: 0.9em;
	text-decoration: underline;
}
.multishipping-3 .show {
	position: absolute;
	right: 7px;
	top: 0px;
	color: #7fb55f;
	font-size: 0.9em;
	text-decoration: underline;
}
.multishipping-4 .show {
	position: absolute;
	right: 7px;
	top: 0px;
	color: #7fb55f;
	font-size: 0.9em;
	text-decoration: underline;
}
.multishipping-5 .show {
	position: absolute;
	right: 7px;
	top: 0px;
	color: #7fb55f;
	font-size: 0.9em;
	text-decoration: underline;
}
.multishipping-6 .show {
	position: absolute;
	right: 7px;
	top: 0px;
	color: #7fb55f;
	font-size: 0.9em;
	text-decoration: underline;
}
#containerScheppach {
	width:295px;
	height:295px;
}
@media (max-width: 760px) {
	#containerScheppach {
		display: none;
	}
	.image-additional .img3d {
		display: none;
	}
}
.youtube_video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.youtube_video iframe,
.youtube_video object,
.youtube_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cartMobile-total {
	font-weight: 600;
	margin: 0px 5px 0px 0px;
	font-size: 110%;
}
.social_login {
	padding-top: 35px;
}
.social_login a.socalicon {
	display: block;
	padding: 19px 0;
}
.cart_social_login {
	margin: 0px 0 20px 0;
}
.cart_social_login h2 {
	float: left;
	margin: 0 25px 0 0;
}
.cart_social_login a.socalicon {
	padding: 0 10px;
}
@media (max-width: 767px) {
.social_login {
	padding-top: 0px;
}
}

.zadne-zmeny {
  width: 100%;
  text-align: center;
  background-color: #888888;
  color: white;
  padding: 3px;
}
.zadne-zmeny a{
  color: white;
}
.zadne-zmeny a:hover{
  text-decoration: underline;
}

.doruceni-vanoce {
  width: 100%;
  text-align: center;
  background-color: #c90304;
  color: white;
  padding: 3px;
}
.doruceni-vanoce a{
  color: white;
}
.doruceni-vanoce a:hover{
  text-decoration: underline;
}
.crossell img.crossell {
	margin-right: 25px;
}
.crossell p {
	margin: 0 0 2px;
	font-weight: 400;
}
.crossell p:first-of-type {
	color: #319636;
	font-size: 120%;
	padding-top: 45px;
}
.crossell .backBtn {
	float: left;
}
.crossell .cartBtn {
	float: right;
}
.crossell .btn {
	padding: 15px 40px;
	font-weight: 450;
}
.crossell .backBtn a.btn-back {
	background: #f2f2f2;
	border: solid 1px #dcdcdc;
	color: #384148;
}
.crossell .backBtn a:hover.btn-back {
	background: #dcdcdc;
	color: #1e252a;
}
.crossell .cartBtn a.btn-cart {
	background: #319636;
	border: solid 1px #dcdcdc;
	color: #fefefe;
}
.crossell .cartBtn a:hover.btn-cart {
	background: #1e7d23;
	color: #fefefe;
}
@media (max-width: 470px) {
	.crossell .btn {
		font-weight: 400;
		padding: 6px;
	}
	.crossell img.crossell {
		margin-right: 15px;
	}
	.crossell p:first-of-type {
		padding-top: 25px;
	}
}
#complaint .required {
	color: #dd0000;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}
#complaint h3 label {
	font-weight: 500
}
#alternativeProduct .accessory .image {
	margin-top: 15px;
	margin-bottom: 20px;
}
#alternativeProduct .accessory h3 {
	color: #606060;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	height: auto;
	line-height: 25px;
}
#alternativeProduct .accessory h3 a {
	text-decoration: underline;
}

.product-list-container-group {

}
.product-list-container-group ul.product-list-container-menu {
	margin: 25px 0px 0px 0px;
}
.product-list-container-group ul.product-list-container-menu li {
	display: inline;
}
.product-list-container-group a.menuItem {
	background: #e6e6e6;
	color: #282828;
	padding: 10px 30px 10px 20px;
	display: block;
	float: left;
	margin: 1px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}
.product-list-container-group a.menuItem:hover {
	text-decoration: underline;
}
.product-list-container-group a.menuItem:active, .product-list-container-group a.menuItem:visited {
	text-decoration: none!important;
}
.product-list-container-group a.selected {
	text-decoration: none!important;
}
.product-list-container-group a.menuItem.selected {
	color: #ffffff;
	background: #009cf9;
}
.product-list-container-menu #prislusenstvi span {
	background: transparent url("/image/ico/prislusenstvi/prisl-nonactive.png?v=1") no-repeat top left;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 15px;
}
.product-list-container-menu #prislusenstvi.selected span {
	background: transparent url("/image/ico/prislusenstvi/prisl-active.png?v=1") no-repeat top left;
}
.product-list-container-menu #dily span {
	background: transparent url("/image/ico/prislusenstvi/nahr-nonactive.png?v=1") no-repeat top left;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 15px;
}
.product-list-container-menu #dily.selected span {
	background: transparent url("/image/ico/prislusenstvi/nahr-active.png?v=1") no-repeat top left;
}
.product-list-container-group h2 {
	display: none
}

.vileda-kapka-bakterie {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 73px;
	height: 100px;
	background: transparent url("/image/ico/vileda/vileda-kapka-bakterie.png?v=1") no-repeat top right;
}
.vileda-kapka-bakterie-viry {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 73px;
	height: 100px;
	background: transparent url("/image/ico/vileda/vileda-kapka-bakterie-viry.png?v=1") no-repeat top right;
}
.vileda-bakterie {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: transparent url("/image/ico/vileda/vileda-bakterie.png?v=1") no-repeat top right;
}