body {
	color: #374047;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
}
a, a b {
	color: #374047;
}
a:hover, a:hover b{
	color: #e67817;
}
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: 140%;
	color: #e3e3e3;
	position: absolute;
	top: 32px;
	left: 8px;
}
.searchBox i:after{
	content: '|';
	top:-2px;
	left: 25px;
	position:absolute;
	font-size: 80%;
}
.search{
	line-height: 80px;
	text-align: center;
}
h1#logo {
	font-size: 20px;
}
#logo{
	margin: 23px 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: #e67817;
	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: #e67817;
}
header .phone{
	font-size: 110%;
	font-weight: bold;
}
header {
	padding: 5px 0;
}
header .last{
	text-transform: uppercase;
}
header .account {
	font-size: 12px;
}
header .account a{
	color: #e67817;
	font-size: 100%;
}
header .faq a{
	font-size: 80%;
	line-height: 150%;
}
header .faq{
	padding: 5px 0 10px 0;
}
nav.top-nav{
	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);	
}
nav.top-nav .cart{
	float: right;
	padding: 16px 20px;
	background: rgb(49, 150, 53);
	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:#374047 !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: #e67817;
	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: #e67817;
	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: #e67817;
	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: #e67817;
	color: #FFF;
}
#cart .content .checkout .checkoutBtn{
	float:right;
	margin-left: 15px;
}
#cart .content .checkout{
	margin-top: 15px;

}
#top-links ul li a{
	color: #93a1ac;
}
#top-links ul li{
	padding-top: 20px;
	text-transform: uppercase;
}
#top-links ul a.active, #top-links ul a:hover{
	color: #fff;
	text-decoration: none;
}
.categories-button{
	font-weight: 400;
	color:white;
	background-color: #e67817;
	height:57px;
	display:block; 
	padding: 18px 16px;
	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 + 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: #e67817 !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 > a:hover {
	padding-left: 13px;
}
.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 a:hover, .box-category .menu li:first-child a {
	/*color: #e67817 !important;
	border-left: 4px solid #e67817;*/
}
.box-category .menu li:first-child a {
	color: #040203 !important;
	background: url('../image/icons/vyprodej-ico.png') no-repeat 0px 50%!important;
	padding-left: 25px !important;
}
.box-category .menu li:first-child a:hover {
	color: #040203 !important;
	background: url('../image/icons/vyprodej-ico.png') no-repeat 0px 50%!important;
	padding-left: 20px !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: #f5f4f4;
	text-transform: uppercase;
	border:1px solid #ececec;
}
/*
.box .box-content{
	border-left:1px solid #ececec;
}
*/
.box .box-content ul{
	list-style: none;
}
.box .box-content ul li{
	padding: 5px 0;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	text-align: center;
}
.box .box-content .box-product .name h2{
	font-size: 100%;
	line-height: 130%;
	height: 52px;
	overflow: hidden;
}
.box .box-content .box-product li{
	position:relative;
	height:300px; 
	overflow: hidden;
}
.box .box-content .box-product li.clearfix{
	height: 0px;
	padding: 0;
	margin: 0;
	border:0;
}
.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: 700;
	font-size: 110%;
}
.box .box-heading h2{
	padding:0;
	margin:0;
	font-size: 130%;
}
.box .box-heading span{
	padding:0;
	margin:0;
	font-size: 130%;
}
.stock{
	text-transform: uppercase;
	color: #5db55f;
	font-weight: 400;
	height: 30px;
}
.stock.not{
	color: #e67817;
} 
.stock.preorder{
	color: #374047;
}
.box .box-content .box-product:hover .addToCart{
}
.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: rgb(49, 150, 53);
	text-transform: uppercase;
	line-height: 20px;
	padding: 12px 14px;
	-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: #2b8a32;
}
.product-grid .addToCart {
	padding: 5px 10px;
}
.product-grid .stock {
	height: 25px;
}
.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 .name h3{
	font-size: 100%;
	line-height: 130%;
	height: 52px;
	overflow: hidden;
}
ul.product-grid .name h4{
	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: 9999;
}
#notification div a{
	text-decoration: underline;
	color:#e67817;
	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: #e67817;
	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: #e67817;;
}
.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: #333;
}
.product-detail .price{
	color: #e67817;
	font-size: 2.5em;
	font-weight: 700;
}
.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{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 100%;
	opacity: 0.6;
	padding-top: 0px;
	padding-bottom: 0px;
}
.product-detail .old-price span{
	font-size: 60%;
}
hr {
	margin: 5px 0;
}
.availability {
	font-size: 1em;
	padding: 6px 0px;
	float: left
}
.availability .sklademANO{
	color: #5db55f;
	font-weight: 700;
	font-size: 1.75em;
	padding-right: 15px;
}
.availability .sklademNE{
	color: #e67817;
	font-weight: 700;
	font-size: 1.75em;
	padding-right: 15px;
}
.availability .sklademNE{
	font-size: 2em;
}
.product-detail .product-cart{
	padding: 5px 0;
}
.product-detail #doprava ul{
	list-style: none;
}
.product-detail #doprava ul li{
	line-height: 120%;
}
.product-detail #doprava strong{
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
.product-detail .product-cart input[type="text"]{
	padding:12px 0;
	width:30px;
	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=2") no-repeat top right;
}
.image .pecet-4 {
	background: transparent url("/image/pecet-4.png?v=2") no-repeat top right;
}
.image .pecet-5 {
	background: transparent url("/image/pecet-5.png?v=2") no-repeat top right;
}
.image .pecet-6 {
	background: transparent url("/image/pecet-6.png?v=2") no-repeat top right;
}
.image .pecet-7 {
	background: transparent url("/image/pecet-7.png?v=2") no-repeat top right;
}
.image .pecet-8 {
	background: transparent url("/image/pecet-8.png?v=2") no-repeat top right;
}
.image .pecet-9 {
	background: transparent url("/image/pecet-9.png?v=2") no-repeat top right;
}
.image .pecet-10 {
	background: transparent url("/image/pecet-10.png?v=2") no-repeat top right;
}
.image .pecet-15 {
	background: transparent url("/image/pecet-15.png?v=2") no-repeat top right;
}
.image .pecet-20 {
	background: transparent url("/image/pecet-20.png?v=2") no-repeat top right;
}
.image .pecet-25 {
	background: transparent url("/image/pecet-25.png?v=2") no-repeat top right;
}
.image .pecet-30 {
	background: transparent url("/image/pecet-30.png?v=2") no-repeat top right;
}
.image .pecet-dozivotni {
	background: transparent url("/image/pecet-dozivotni.png?v=2") no-repeat top right;
}
.image .leifheit-pecet {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 68px;
	height: 68px;
	background: transparent url("../image/reklamace-vymenou.png?v=1") no-repeat top right;
}
.image .pecet {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 100px;
	height: 75px;
}
.product-icons {
	position: absolute;
	left: 2px;
	bottom: 2px;
}
.product-icon-doprodej {
	background: url('../image/icons/posledni-kusy.png?v=2') no-repeat center center;
}
.product-icon-akce {
	background: url('../image/icons/akce.png?v=2') no-repeat center center;
}
.product-icon-novinka {
	background: url('../image/icons/novinka.png?v=3') no-repeat center center;
}
.product-icon-ii-jakost {
	background: url('../image/icons/vyprodej.png?v=2') no-repeat center center;
}
.product-icons > div {
	display: inline-block;
	width: 79px;
	height: 78px;
}
.image .spare_pct {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: url('../image/sleva.png?v=2') 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: 25px;
	font-size: 12px;
}
.sitemap-info ul{
	margin-left: 20px;
}
.sitemap-info ul li{
	line-height: 150%;
}
#content{
	padding-bottom: 40px;
}
#info-page a {
	color: #e67817;
}
#info-page.info-content table tr td {
	padding: 10px 20px
}
#info-page.info-content table {
	margin: 25px 0
}
#info-page.info-content table tr.even td {
	background-color: #e1e1e1
}
#info-page.info-content table tr.odd td {
	background-color: #ffffff
}
#info-page.info-content li {
	margin-left: 25px;
	list-style: circle;
	padding-left: 5px
}
.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: #e67817;
}
.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;
}
.help img{
	float:right;
}
.multishipping* {
	width: 100%;
}
.multishipping* label{
	width: 100%;
}
.multishipping-4 .show{
	position:absolute;
	right:0;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-5 .show{
	position:absolute;
	right:0;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-5 .help img {
	right: 150px;
	position: absolute;
}
.multishipping-6 .show{
	position:absolute;
	right:0;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-7 .show{
	position:absolute;
	right:10px;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-8 .show{
	position:absolute;
	right:10px;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-9 .show{
	position:absolute;
	right:0;
	top:0px;
	font-size: 90%;
	color: #e67817;
	text-decoration: underline;
}
.multishipping-9 .help img {
	right: 150px;
	position: absolute;
}
#content-parent{
	padding-bottom: 40px;
}
span.error{
	color:red;
}
.preview h1, .preview h2{
	color:#e67817;
}
.btn.btn-primary, .payment .button{
	background-color : rgb(49, 150, 53);
}
.btn.btn-primary:hover, .payment .button:hover{
	background-color: #2b8a32;
}
.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{
	font-weight: 500;
	height:45px;
	overflow: hidden;
	padding-top:5px;
	margin-bottom: 10px;
}
.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 .description{
	height:60px;
	overflow: hidden;
}
.description li {
	list-style: none;
}
.plus{
	padding-bottom: 15px;
}
.plus li{
	color: #5db55f;
}
.plus li:before{
	content: '+ ';
}
.minus{
	padding-bottom: 15px;
}
.minus li{
	color: #e67817;
}
.minus li:before{
	content: '- ';
}
#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: #e67817;
	font-weight: 400;
}
.profi_filter-checkbox label a {
	pointer-events: none;
	cursor: default;
	color: #e67817;
	text-decoration: none;
}
.profi_filter-checkbox label a:hover {
	pointer-events: none;
	cursor: default;
	color: #e67817;
	text-decoration: none;
}
.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: #374047;
}
.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;
	line-height: 150%;
}
#profi_filter-sort a{

}
#profi_filter-sort label {
	font-size:1.2em;
	font-weight: 500;
}
#profi_filter-sort a.selected {
	background: #066612;
}
#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:#e67817 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;
	}
	.mainImage {
		float: none!important
	}
}
.category-content h3{
	color: #374047;
}
.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{
  float:left;
  margin-top: 7px;
  margin-right: 10px;
  background: url("../image/icons/compare-icon.png") no-repeat left top;
  width: 26px;
  height: 23px;
}
#search-whisper{
	width: 100%;
	margin-top: 21px;
}
.image-additional {
	max-height: 315px;
	overflow: hidden;
	min-width: 40px;
}
.image-additional a img{
	border: 1px solid #e3e3e3;
	margin-bottom: 5px;
	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; */
}
/*
.box-category .menu li a:hover, .box-category .menu li:first-child a {
	color: #e67817 !important;
	border-left: 4px solid #e67817;
}
*/
#btnProtect {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	text-shadow: 1px 1px 1px #333;
	background: green;
	border: 1px solid #006100!important;
	padding: 15px 30px;
}
.fl {
	float: left;
}
#formTShops {
	padding-top: 20px;
	padding-bottom: 50px;
}
#logoTShops {
	margin-right: 15px;
}

.pat-idealo {
	margin-top: 10px;
}
.teaser {
	padding: 5px 0;
}
.teaser a {
	color: #e67817;
	cursor: pointer;
}
#product_availability .glyphicon {
	font-size: 21px!important;
	padding-right: 5px;
}
#product_availability {
	float: right;
	padding-right: 15px;
	padding-top: 10px;
}
#product_availability a {
	font-weight: normal;
	position: relative;
	top: 3px
}
.availability .sklademPredobednavka {
	color: #333333;
	font-weight: 500;
	font-size: 2em;
}
.availability .predobednavka {
	color: #333333 !important;
	float: right;
	padding-top: 12px;
	padding-left: 15px;
}
.zakazkovavyroba {
	width: 280px;
	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;
	padding-bottom: 45px;
}
.padding-right-0 {
	padding-right: 0!important
}
.padding-left-0 {
	padding-left: 0!important
}
.accountList .buttons {
	margin-top: 20px;
}

.welcome p {
	margin: -15px 0 10px 0;
}
.manufacturer_logo {
	position: absolute;
	right: 2px;
	top: 1px;
}
.main-image .manufacturer_logo {
	position: absolute;
	right: 20px;
	top: 1px;
}
.main-image .product_icon_parameters {
	position: absolute;
	top: 0;
	left: 0;
}
.main-image .product_icon_parameters .product_icon_parameter {
	margin-bottom: 10px;
}
.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;
}
.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 15px;
}
.prislusenstvi .box-product-right .addToCart:hover {
	background: #e67817;
}
.prislusenstvi #odkazDokoupit a {
	color: #e67817;
	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% */
#info-page table td {
	/* border: solid 1px #374047; */
}
	#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;
	
}

@media (min-width: 1500px) {
	.bannerOutside {
	float: right;
	margin-left: 1160px;
	position: fixed;
	top: 200px;
	}
	.bannerOblibenaZnacka {
	float: right;
	margin-left: 1240px;
	position: absolute;
	top: 915px;
	}
}
@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 #e67817;
}
#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: 135px;
	text-align: right;
}
#profi_filter-sold .price {
	font-size: 115%;
	font-weight: 700;
}
#profi_filter-sold .inStock {
	color: #5db55f;
	font-weight: 400;
	font-size: 95%;
}
#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 2px 5px 0;
}
#profi_filter-sold .cart-button .cart i {
	font-size: 16px;
	margin: 0px;
}
#profi_filter-sold .addToCart {
	padding: 10px 10px;
	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 {
	border: 1px solid #e67817;
}
.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 li h2 {
	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 li h3 {
	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: 300;
	font-size: 14px;
	background-color: rgb(49, 150, 53);
	text-transform: uppercase;
	line-height: 20px;
	padding: 12px 16px;
	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: #e67817;
}
.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: #e67817 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: #e67817;
}
.wrapper-dropdown.active {
	border-radius: 5px 5px 0 0;
	background: #e67817;
	box-shadow: none;
	border-bottom: none;
	color: white;
	border-bottom: 1px solid #e67817;
}
.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;
}
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;
}
.radio-variant-selected {
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}
.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-wrapper ul.radio-dropdown li.empty {
	display: table-cell;
	width: 80px;
	height: 60px;
	list-style-type: none;
	padding: 7px 7px 0px 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: 2px 7px 10px 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 #e67817;
	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 #e67817;
	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;
}
@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: 190px;
	}
	#top-links ul li {
		padding-top: 15px;
	}
	.categories-button {
		height: auto;
		padding: 10px 20px;
	}
	#top_kategorie {
		margin-top: 15px;
	}
}
/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
	width: 220px \0;
	/* IE9 and below */
}
.bootstrap-select > .btn {
	width: 100%;
	padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}
.bootstrap-select.fit-width {
	width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}
.bootstrap-select .btn:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}
.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}
.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
	cursor: default;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li .media {
	display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li .media-body {
	vertical-align: middle;
	white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
	z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px;
}
.bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
	width: 50%;
}
.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.bs-donebutton .btn-group button {
	width: 100%;
}
.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%;
}
.mobile-device {
	position: absolute !important;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}
#shipping_country button {
	background: #fff;
	color: #374046;
	border: solid #a9a9a9 1px;
	padding: 5px 16px;
}
#shipping_country .media-left {
	vertical-align: middle;
}
#doprava ul {
	display: none;
	margin: 0px;
}
#doprava ul.shipping_country_item {
	display: block;
}
#doprava {
	margin-left: 20px;
}
.info-page a {
	color: #e67817;
}
.product-detail .product-cart .addToCart {
	font-weight: 500;
	font-size: 1.3em;
}
#description img {
	max-width: 100%
}
#description a {
	color: #e67817;
}
#description ul {
	margin: 10px 0px 10px 25px
}
#description li {
	line-height: 170%
}
#sch_print_fa label {
	font-weight: 500;
}
#sch_agree_checkout label, #sch_agree label, #sch_agree_shipping label {
	font-weight: 500;
}
#sch_agree_arukereso label {
	font-weight: 500;
}
#sch_agree_newsletter 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: #e67817;
}
#bosch-zaruka img {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}
.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;
}
#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: #e67817;
}
#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;
}
#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: #e67817;
}
.cart-info td.dostupnost div.sklademPredobednavka {
	background: #374046;
}
table.servisy thead th {
	background-color: #ff7e00;
	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: #ffedb0;
}
table.servisy a {
	color: #ff7e00
}
table.servisy a:hover {
	text-decoration: underline;
}
#description a {
	color: #e67817;
}
#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;
}
#sch_payment .col-sm-1, #sch_payment .col-sm-2, #sch_payment .col-sm-3, #sch_payment .col-sm-4, #sch_payment .col-sm-5, #sch_payment .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}
#sch_shipping .col-sm-1, #sch_shipping .col-sm-2, #sch_shipping .col-sm-3, #sch_shipping .col-sm-4, #sch_shipping .col-sm-5, #sch_shipping .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}
/*nova titulka*/
#banner3 {
	border: 0px;
}
.box-title {
	margin-bottom: 0px;
}
.box-title .box-heading h2{
	padding:0;
	margin:0;
	font-size: 130%;
}
.box-title .box-heading span{
	padding:0;
	margin:0;
	font-size: 130%;
}
.box-title .box-heading{
	padding: 15px;
	background-color: #f5f4f4;
	text-transform: uppercase;
	border:1px solid #ececec;
}
#top_kategorie {
	margin-top: 25px;
}
.top_kategorie .box-content {
	padding-top: 15px;
	border: 0px;
}
.top_kategorie .box-content .col-md-3 {
	border-right: 1px solid #ececec;
}
.top_kategorie .box-content .col-md-3:first-child {
	border-left: 1px solid #ececec;
}
.top_kategorie .clearfix {
	border: 0px!important;
}
.top_kategorie h3 {
	text-align: center;
	color: #5b5a55;
	font-size: 20px;
}
.top_kategorie h4 {
	text-align: center;
	color: #5b5a55;
	font-size: 20px;
}
.top_kategorie p {
	text-align: center;
	margin: 0px 0 10px 0!important;
}
.top_kategorie a {
	color: #a5a5a5;
}
.top_kategorie a:hover {
	color: #a5a5a5;
	text-decoration:underline;
}
.top_kategorie a img {
	width:100%;
	height:auto;
}
.top_kategorie a:hover img {
	transform: none!important; 
}
.top_kategorie:hover img {
	transform: none!important; 
}
#top_kategorie .kategorie_item, #dalsi_kategorie .kategorie_item {
	height: 305px;
	overflow: hidden;
}
#nejnovejsi_akce .nejnovejsi_akce_inner {
	text-align: center;
	margin: 10px 0px 0px 0px!important;
	padding: 10px 0 0 0;
}
#nejnovejsi_akce img {
	width: 100%;
	max-width: 385px;
}
#nejnovejsi_akce .nejnovejsi_akce_inner a {
	position: relative;
	width: 100%;
	height: 235px;
	overflow: hidden;
	display: block;
}
//*#nejnovejsi_akce .nejnovejsi_akce_inner a:hover img {
	position: relative;
	top: -235px;*//
}*//*
@media (max-width: 400px) {
	#nejnovejsi_akce .nejnovejsi_akce_inner a:hover img {
	position: relative;
	top: 0px;
	
}*/
#oblibene_znacky .box-content {
	border: 0px;
}
#oblibene_znacky 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;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#oblibene_znacky a:hover img {
	transform: none!important; 
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	opacity: 1;
	filter: alpha(opacity=100);
}
#proc_koupit_u_nas img {
	width: 65px!important;
	height: 50px!important;
	float: left;
}
#proc_koupit_u_nas p {
	color: #a3a3a3;
	text-align: left;
	margin: 5px 5px 0 80px;
	font-size: 1.1em;
}
#proc_koupit_u_nas .kategorie_item:nth-child(2) p {
	margin-left: 70px;
}
#proc_koupit_u_nas .kategorie_item:nth-child(3) p {
	margin-left: 75px;
}
#oblibene_znacky .minimal {
	height: 185px;
	overflow: hidden;
	margin-bottom: 0px;
}
#oblibene_znacky .expand {
	height: auto!important;
}
#oblibene_znacky {
	margin-bottom: 30px;
	padding-bottom: 14px;
	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;
}
#zobrazit_dalsi_znacky:hover {
	text-decoration: underline;
}
#super_cenovka img {
	width: auto;
}
#super_cenovka ul {
	height: 200px;
}
#super_cenovka ul li h2 {
	color: #585858;
	font-weight: 600 !important;
	font-size: 20px;
	line-height: 25px;
}
#super_cenovka ul li p {
	margin: 10px 0 5px 0;
	line-height: 17px;
}
#super_cenovka ul li a:hover h2 {
	color: #e67817
}
#super_cenovka ul li .price {
	color: #ff7e00;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
#super_cenovka ul li a.button {
	background: #319635;
	color: #ffffff;
	padding: 7px 15px;
	margin-top: 10px;
	font-size: 15px;
	text-transform: uppercase;
}
#super_cenovka ul li a.button:hover {
	background: #e67817!important;
}
#super_cenovka ul.flex-direction-nav {
	height: auto;
}
.opening-hour {
	font-size: 13px;
	font-style: italic;
}
a.iframe {
	color: #e67817;
	padding-left: 10px;
	font-size: 15px;
}
.newsletter table tr td {
	padding: 0px !important;
}
#description a {
	color: #e67817;
}
#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 20px 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: 35px;
	text-decoration: underline;
	text-transform: uppercase;
}
.product-info {
	padding-right: 0;
}
.product-info a {
	background: url("../image/icons/compare-icon-20x18.png") no-repeat 12px top;
}
#button-cart {
	font-weight: 700;
	font-size: 15px;
}
.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: 218px!important;
	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: #e67817;
	text-decoration: undeline;
}
.product-list-container .stock {
	height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.product-list-container .addToCart {
	padding: 5px 10px;
	font-size: 13px;
	margin: 0px 8px;
	line-height: 15px;
}
.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: 15px;
}
.availability a .dodani-termin {
	color: #374047 !important;
}
.availability a .notinStock {
	color: #374047 !important;
	text-decoration: underline;
}
.product-detail .minimum {
	margin: 10px 0;
}
.product-cart .product-info {
	padding-right: 0px;
}
#shippingPrice {
	padding-top: 10px;
}
#shippingPrice h2 {
	padding: 0 15px 0 0;
	margin: 0;
	font-size: 1.2em;
}
#shippingPrice #doprava {
	width: 325px;
}
#shipping_country .glyphicon-menu-down {
	right: 10px;
}
#variants {
	padding: 0px 0px 0px 0px;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#gifts {
	margin: 7px 0 0 0;
}
.gift .darek_zdarma {
	font-size: 1.4em;
	font-weight: 600;
}
.gift a {
	font-weight: 400;
	text-decoration: underline;
}
.giftName {
	width: 500px;
}
@media (max-width: 991px) {
	header .phone {
		padding: 0;
		font-size: 120%;
	}
	header .glyphicon-earphone {
		font-size: 110%;
	}
	header .opening-hour {
		font-size: 70%;
		font-weight: normal;
	}
	header .account {
		font-size: 70%;
	}
}
@media (max-width: 480px) {
	#logo img {
		width: 210px;
	}
}
@media (max-width: 400px) {
	#logo img {
		width: 195px;
	}
}
.discount_member .price-member {
	color: #e67817;
	font-size: 1.5em;
	font-weight: 700;
	margin-right: 10px;
}
.discount_member strong {
	font-size: 1.1em;
}
.discount_member a {
	color: #e67817;
	text-decoration: underline;
}
.grey h2 {
	color: #444444;
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}
.grey h3 {
	color: #585858;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 10px 0;
}
.grey li {
	line-height: 22px;
}
a.orange {
	color: #ff7e00;
	text-decoration: underline
}
a:hover.orange {
	color: #444544;
	text-decoration: none
}
.grey img.account-register {
	margin: 5px 40px 5px 0;
	float: left;
}
.grey ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.grey a.button {
	text-align: center;
	color: #ffffff;
	background: #ff7e00;
	padding: 10px 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 20px;
}
.grey a:hover.button {
	background: #444444;
}
.grey .buttons {
	overflow: visible;
}
.checkout_info {
	background: #f5f5f5;
	padding: 10px 25px;
	margin: 20px 0 0px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
}
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;
}
#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%;
}
.doruceni-vanoce {
	width: 100%;
	text-align: center;
	color: white;
	padding: 3px;
	background-color: #c13e3f;
}
.doruceni-vanoce.green {
	background-color: #5fac62;;
}
.doruceni-vanoce a{
	color: white;
}
.doruceni-vanoce a:hover{
	text-decoration: underline;
}
.doruceni-grey {
	width: 100%;
	text-align: center;
	background-color: #5a5a5a;
	color: white;
	padding: 3px;
}
.doruceni-grey a{
	color: white;
}
.doruceni-grey a:hover{
	text-decoration: underline;
}
#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;
	}
	.flex {
		display:flex;
		flex-flow: column;
	}
	#description {
		order:2
	}
	#product_parameter {
		order:1
	}
	#product_video {
		order:3
	}
	#product_documents {
		order:4
	}
	#product_links {
		order:5
	}
	.radio-variant-wrapper {
		float: none;
		margin-right: 15px;
	}
}
.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
}
#return .required {
	color: #dd0000;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}
#return h3 label {
	font-weight: 500
}
#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: #f36523;
}
.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;
}
.bosch12V {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background: transparent url("/image/ico/bosch/bosch12V.png?v=1") no-repeat top right;
}
.bosch18V {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	background: transparent url("/image/ico/bosch/bosch18V.png?v=1") no-repeat top right;
}
#recommendedProductLink {
	padding: 10px 0px;
	display: block;
	color: #e67817;
	font-weight: bold;
}
#address .address-item {
	padding: 10px 0;
}
#description em, #description i {
	font-style: normal;
}
#products_bazar {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
#products_bazar .bazar-nadpis {
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 10px
}
#products_bazar .bazar-product {
	padding: 10px 0
}
#products_bazar .bazar-product a {
	display: flex;
	align-items:center;
	color: #e67817;
	font-weight: 500;
}
#products_bazar .bazar-product a img {
	padding-right: 15px;
}
#products_bazar .bazar-product a span {
	display: contents;
	color: #374046
}
#products_bazar .bazar-product a strong {
	display: contents;
	font-weight: 600;
}
#hreflang ul {
	padding: 3rem 0 1rem 0;
	list-style-type: none;
	color: #959595;
}
#hreflang ul li a {
	font-weight: 400;
	color: #959595;
	text-decoration: underline;
}
table.border {
	margin: 20px 0;
}
table.border td {
	padding: 12px 8px;
}
table.border tbody td {
	border-top: 1px solid #ddd;
}
table.border p {
	margin: 0px;
}
table.border ul {
	margin-bottom: 0px;
	margin-left: 2rem!important;
}
table.border thead td {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.news .item {
	padding-top: 2rem;
}
.news .item .image {
	padding-bottom: 1rem
}
.img-responsive {
	display: inline;
}
.loading-state {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 10px solid #ddd;
	border-top-color: #e67817;
	animation: loading 1s linear infinite;
}
@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
.btn-revolut {
	min-height: 36px;
	outline: 0px;
	height: 50px;
	padding: 8px 15px;
	width: 100%;
	min-width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	overflow: hidden;
	border: 0;
}
.btn-revolut img {
	vertical-align: sub;
	padding-left: 15px;
}
.news-block {
	margin-top:20px;
}
.box-news h3 {
	font-size: 140%
}
.box-news a {
	color: #e67817;
}
.box-news {
	padding-bottom: 1rem;
}
.news-block .button-right {
	margin:10px 0px 30px 0px;
	text-align:right;
	width:100%;
}
.news .item {
	margin: 35px 0px;
}
.news .new h2 {
	font-size: 35px;
	margin-top: 5px;
}
.news .new ul, .news .new ol {
	margin-left: 35px;
}
.news .new a {
	color: #e67817;
	font-weight: bold;
}
.news .item .image img {
	width: 100%;
}
.news .addToCart {
	padding: 12px 15px;
}
.news ul.product-grid li .product-wrapper {
	height: 290px;
}
.news ul.product-grid {
	padding-right: 7px;
	padding-left: 7px;
}
.news ul.product-grid li.col-lg-2 {
	padding-right: 8px;
	padding-left: 8px;
}
@media (max-width: 470px) {
	.news img[style] {
		width: 100%!important;
		height: auto!important;
		float: none!important;
	}
}
.bosch-professional {
	padding-right: 0px;
}
.bosch-professional .product-list-container-box {
	margin-bottom: 1rem;
}
.bosch-professional .product-slider {
	padding-right: 0
}
#bosch-banner img {
	max-width: 100%
}
.bosch-category {
	padding-bottom: 1rem;
}
.bosch-category .bosch-col {
	display: inline-block;
	padding: 0.75rem 0.75rem 0.75rem 0;
}
.bosch-category ul li a {
	border: solid 2px #374047;
	color: #f36523;
	padding: 12px 13px;
	display: block;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}
.bosch-category ul li a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
.bosch-professional .box-product li {
	height:292px;
	width:200px;
}
.bosch-professional .box-product .image {
	padding-top: 15px;
}
.bosch-professional .box-product .price {
	font-weight: 700!important;
	font-size: 110%!important;
	padding-top: 10px!important;
}
#accessoryCategory .refine-search .minimal {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
#accessoryCategory .refine-search .expand {
	height: auto!important;
}
#accessoryCategory .refine-search {
	margin-bottom: 10px;
	padding-bottom: 15px;
	margin-top: 5px;
}
#accessoryCategory .refine-search.arrow {
	background: url("../image/icons/sipka.png") no-repeat center bottom transparent;
}
#accessoryCategory .refine-search .row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0px;
}
#show_category_accessory {
	text-align: center;
	color: #9c9c9c;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 4px solid #e7e7e7;
	margin: 0;
}
#show_category_accessory:hover {
	text-decoration: underline;
}
.product-slider {
	float: none!important;
	width: auto!important;
}
.product-slider .box-product {
	border-top: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	display: inline-block;
	line-height: 15px;
	position: relative;
	width: 162px;
	height: 280px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	border: bottom 1px solid;
}
.product-slider .box-product:first-child {
	border-left: solid 1px #e8e8e8;
}
.product-slider .box-product .price {
  font-weight: 400;
  font-size: 115%;
}
.bosch-professional .product-slider .box-product {
	height: 340px;
}
[data-controls="prev"] {
	position: absolute;
	top: 50%;
	background: #ffffff;
	opacity: .5;
	width: 45px;
	height: 45px;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	z-index: 100;
	left: 8px;
	font-size: 0px
}
[data-controls="prev"]:hover {
	opacity: 1;
}
[data-controls="prev"]::before,
[data-controls="prev"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 12px;
	width: 20px;
	height: 5px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: 2px 50%;
	opacity: .5;
}
[data-controls="prev"]::before {
	transform: rotate(45deg);
}
[data-controls="prev"]:hover::before {
	opacity: 1;
}
[data-controls="prev"]::after {
	transform: rotate(-45deg);
}
[data-controls="prev"]:hover::after {
	opacity: 1;
}
[data-controls="next"] {
	position: absolute;
	top: 50%;
	background: #ffffff;
	opacity: .5;
	width: 45px;
	height: 45px;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	z-index: 100;
	right: 7px;
	font-size: 0px
}
[data-controls="next"]:hover {
	opacity: 1;
}
[data-controls="next"]::before,
[data-controls="next"]::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 12px;
	width: 20px;
	height: 5px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: calc(100% - 2px) 50%;
	opacity: .5;
}
[data-controls="next"]::before {
	transform: rotate(45deg);
}
[data-controls="next"]:hover::before {
	opacity: 1;
}
[data-controls="next"]::after {
	transform: rotate(-45deg);
}
[data-controls="next"]:hover::after {
	opacity: 1;
}
.product-slider button:disabled {
	display: none
}
.product-slider button:disabled, button[disabled] {
	display: none
}
.tns-nav {
	display: none
}
.tns-liveregion {
	display: none
}
#accessoryProduct-slider-iw {
	margin-left: 1px;
}
@media (max-width: 768px) {
	#accessoryCategory .refine-search .minimal {
		height: 108px;
		margin-bottom: 10px;
	}
}
.contentDesc {
	padding-top: 2rem;
}
div.hover > a:hover {
	text-decoration: none;
}
div.hover > a:hover > .name > h3 {
	text-decoration: underline !important;
}
#top-links ul.list-inline > li:nth-of-type(1) {
	display: none;
}
@media (max-width: 991px) {
	header .pull-right {
		display: none
	}
	.categories-button.mobile {
		background: #f36523 url('../image/mobile/hamburger.png') no-repeat 10px 50%;
		padding-left: 50px;
		font-size: 21px;
	}
	.categories-button.mobile i {
		float: right;
		font-size: 20px;
		top: 5px;
	}
	#logo {
		display: none
	}
	nav.top-nav #top-links {
		width: 70%;
		padding: 0;
	}
	nav.top-nav .pull-right {
		width: 30%;
		padding: 0;
	}
	#top-links .small-menu {
		float: left;
	}
	#top-links .small-menu {
		font-size: 24px;
		margin-left: 0px;
		padding-left: 16px;
		width: 55px;
	}
	#top-links .mobile-logo img {
		padding: 19px 15px;
		position: absolute;
	}
	#cart .cart i {
		font-size: 24px;
	}
	.searchBox {
		width: 75%;
	}
	#top-links ul {
		padding: 15px;
	}
	#top-links ul.list-inline.active {
		left: 0px;
		padding-top: 15px;
		width: 200px;
	}
	#top-links ul.list-inline li {
		display: block;
		padding: 5px 0;
	}
	#top-links ul.list-inline > li:nth-of-type(1) {
		display: block;
	}
	#top-links ul.list-inline > li:nth-of-type(2) {
		display: none;
	}
	#top-links ul.list-inline > li a {
		width: 100%;
		border: 1px solid #adadad;
		display: block;
		padding: 5px 10px;
	}
	#top-links ul.list-inline > li a i {
		float: right;
		border: 1px solid #adadad;
		border-width: 0 1px 1px 0;
		padding: 5px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		float: right;
		margin-top: 4px;
	}
}
@media (max-width: 400px) {
	.searchBox {
		width: 65%;
	}
	#top-links .mobile-logo img {
		padding: 13px 0px 13px 10px;
		position: absolute;
	}
}
.vykonostni-trida div {
	background-color: #003b6a;
	margin-bottom: 1.5rem;
}
.accessory {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 285px;
	padding: 0 10px;
}
.accessory h3 {
	color: #606060;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	height: auto;
	line-height: 25px;
}
.accessory a {
	text-decoration: underline!important
}
#product_materials .material {
	display: inline-block;
	vertical-align: top;
	width: 175px;
	margin: 15px 5px;
	text-align: center;
}
#product_materials .material h3 {
	font-size: 16px;
}
@media (max-width: 400px) {
	#product_materials .material {
		width: 50%;
		margin: 15px 0px
	}
	#product_materials .material img {
		width: 100%
	}
	#product_materials .material h3 {
		font-size: 15px;
	}
}
.bosch-professional .product-list-container-box {
	margin-bottom: 1rem;
}
#bosch-banner img {
	max-width: 100%
}
.bosch-category {
	padding-bottom: 1rem;
}
.bosch-category .bosch-col {
	display: inline-block;
	padding: 0.75rem 0.75rem 0.75rem 0;
}
.bosch-category ul li a {
	border: solid 2px #374047;
	color: #f36523;
	padding: 12px 13px;
	display: block;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}
.bosch-category ul li a:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
.bosch-professional .box-product li {
	height:292px;
	width:200px;

}
.bosch-professional .box-product .image {
	padding-top: 15px;
}
.bosch-professional .box-product .price {
	font-weight: 700!important;
	font-size: 110%!important;
	padding-top: 10px!important;
}
.label_no_vat_payment {
	float: right;
}
.label_no_vat_payment input {
	margin: 0
}
.bosch-functions-features span {
	display: inline-block
}
.bosch-functions-features img {
	width: 80px;
	margin: 5px;
}
.tooltip.custom-tooltip .tooltip-inner {
	max-width: 300px;
	width: 300px;
	background-color: #003b69;
	color: #f5f5f5;
	border: 0px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.tooltip.custom-tooltip.bottom .tooltip-arrow {
	border-bottom-color: #003b69;
}
table.bosch-naradi {
	width: 100%;
}
.category-info a {
	color: #e67817;
	text-decoration: underline;
}
.category-info a:hover {
	color: #e67817;
	text-decoration: none!important;
}
.news ul#documents {
	margin-left: 25px;
}
.news ul#documents li {
	margin: 5px 0;
}
.news ul#documents a {
	color: #e67817;
	font-weight: 500;
}
#bosch-image-slider-main {
	overflow: hidden;
	position: relative
}
#bosch-image-slider {
	display: flex;

}
#bosch-image-slider-main [data-controls="prev"] {
	top: 40%;
}
#bosch-image-slider-main [data-controls="next"] {
	top: 40%;
}
table.bosch-table {
	width: 100%
}
table.bosch-table th {
	text-align: left!important;
	border-top: 1px solid #ddd;
	border-bottom: 0!important;
	padding: 8px!important;
}
.einhellImageBlock {
	display: flex;
}
.einhellImageBlock h3 {
	text-align: center;
}
.einhellImageBlock p {
	line-height: 150%;
	margin-top: 15px;
	text-align: center;
}
#___ratingbadge_0 {
	left: 0px !important;
	right: unset !important;
}