body {
	color: #374047;
	font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
a, a b {
	color: #374047;
}
a:hover, a:hover b{
	color: #f36523;
}
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;
}
#logo{
	margin-top: 0px;
	margin-bottom: 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: #f36523;
    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: #f36523;
}
header .phone{
	font-size: 120%;
	font-weight: bold;
}
header .mail{
	font-size: 90%;
	font-weight: bold;
	text-transform: none !important;
}
header {
	padding: 10px 0;
}
header .last{
	text-transform: uppercase;
}
header .account a{
	color: #f36523;
	font-size: 80%;
}
header .faq a{
	font-size: 80%;
	line-height: 150%;
}
header .faq{
	padding: 5px 0 5px 0;
	font-size: 12px;
}
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: rgba(255, 255, 255, 0.2); */
   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: #f36523;
    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: #f36523;
    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: 6px 12px;
    outline: none;
}
.btn:hover, .btn:focus {
    outline: none;
    background: #f36523;
    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: #f36523;
    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: #f36523;
    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 + 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: #f36523 !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:first-child a {
  color: #dc241f !important;
  background: url('../image/icons/vanoce-darek.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-darek.png') no-repeat 10px 40%!important;
  padding-left: 50px !important;
}
*/
.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 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%;
}
.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: #f36523;
} 
.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 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: #2b8a32;
}
.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:#f36523;
  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: #f36523;
  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: #f36523;;
}
.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: #f36523;
  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: 10px 0px 5px 0px;
  float: left
}
.availability .sklademANO{
  color: #319635;
  font-weight: 700;
  font-size: 1.75em;
  padding-right: 15px;
}
.availability .sklademNE{
  color: #f36523;
  font-weight: 700;
  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{
  text-transform: uppercase;
  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: #f36523;
}
.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;
  margin-top: 25px;
}
#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-3 .show{
  position:absolute;
  right:0px;
  top:0px;
  font-size: 90%;
  color: #f36523;
  text-decoration: underline;
}
.multishipping-4 .show{
  position:absolute;
  right:0px;
  top:0px;
  font-size: 90%;
  color: #f36523;
  text-decoration: underline;
}
.multishipping-5 .show{
  position:absolute;
  right:0px;
  top:0px;
  font-size: 90%;
  color: #f36523;
  text-decoration: underline;
}
.multishipping-5 .help img {
	right: 105px;
}
#content-parent{
  padding-bottom: 40px;
}
span.error{
  color:red;
}
.preview h1, .preview h2{
  color:#f36523;
}
.btn.btn-primary, .payment .button{
  background-color : rgb(49, 150, 53);
}
.btn.btn-primary:hover, .payment .button:hover{
  background-color: #2b8a32;
}
#content .buttons {
	padding: 25px 0;
}
.buttons .right{
  float:right;
}
.buttons .left{
  float:left;
}
#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: #f36523;
}
.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: #f36523;
  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: #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-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:#f36523 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: #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{
  font-size: 150%;
  float:left;
  margin-top: 7px;
  margin-right: 10px;
}
#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; */
}
#product_availability .glyphicon {
	font-size: 21px!important;
	padding-right: 5px;
}
a#product_availability {
	font-weight: 500;
	color: #f36523;
	text-decoration: underline;
	padding-left: 10px;
}
.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;
}
.teaser {
	padding: 5px 0 5px 0;
}
.teaser a {
	color: #f36523;
	cursor: pointer;
}
.availability .sklademPredobednavka {
	color: #333333;
	font-weight: 500;
	font-size: 1.5em;
	display: block;
	margin-top: -8px;
}
.availability .predobednavka {
	color: #333333 !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;
}
.doprava-zdarma {
  font-size: 80%;
  padding: 0;
  margin: 0;
}
.free-shippint-info {
	text-transform: uppercase;
	line-height: 100%;
}
.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;
}
.welcome p {
  margin: -15px 0 10px 0;
}
#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: #fbebeb;
	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: #f36523;
	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: #f36523;
}
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: #f36523;
	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: #fbebeb;
}
table.servisy a {
	color: #f36523
}
table.servisy a:hover {
	text-decoration: underline;
}
#interFormHeader:after {
	content: '';
	display: block;
	clear: both;
}
#interFormHeader a {
	float: left;
	height: 59px;
	display: block;
	position: relative;
	margin-right: 80px;
	margin-bottom: 15px;
}
#interFormHeader a:last-child {
	margin-right: 0px;
}
#interFormHeader a span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 59px;
	display: block;
}
#interFormHeader a#stav {
	width: 233px;
}
#interFormHeader a#stav span {
	background: url("../image/kontakty_stav.gif") no-repeat left top;
	width: 233px;
}
#interFormHeader a#vymena {
	width: 213px;
}
#interFormHeader a#vymena span {
	background: url("../image/kontakty_vymena.gif") no-repeat left top;
	width: 213px;
}
#interFormHeader a#reklamace {
	width: 221px;
}
#interFormHeader a#reklamace span {
	background: url("../image/kontakty_reklamace.gif") no-repeat left top;
	width: 221px;
}
#interFormHeader a#odstoupeni {
	width: 228px;
}
#interFormHeader a#odstoupeni span {
	background: url("../image/kontakty_odstoupeni.gif") no-repeat left top;
	width: 228px;
}
.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: 600;
	font-size: .9em;
}
.box-reviews-shop .author {
	text-align: right;
	color:#080808;
	font-weight: 500;
	font-size: 1.15em;
	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;
	list-style: none;
}
.plus li:before {
	content: '+ ';
}
.minus li {
	color: #f36523;
	list-style: none;
}
.minus li:before {
	content: '- ';
}
body.product-reviewsshop .reviews-shop-row .col-xs-3 {
	float: left;
	width: 33%;
}
body.product-reviewsshop .reviews-shop-row .col-xs-9 {
	float: left;
	width: 66%;
}
.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;
}
.bannerVyrobci 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;
}
.bannerVyrobci 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);
}
.bannerVyrobci > div {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 0px 10px;
}
.bannerVyrobci > h2 {
	background: #f5f3f4;
	color: #383f45;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 0px;
}
.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: #f36523;
}
.prislusenstvi #odkazDokoupit a {
	color: #f36523;
	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: 23.0%;
		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, #ffffff);
		background: -o-linear-gradient(#f7f7f7, #ffffff);
		background: -moz-linear-gradient(#f7f7f7, #ffffff);
		background: linear-gradient(#f7f7f7, #ffffff);
	}
	.cCat a {
		display: block;
		width: 100%;
	}
	.ccat a:hover {
		color: #374047;
	}
	.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;
  padding-bottom: 20px;
  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: 1170px;
    position: fixed;
    top: 210px;
  }
  .bannerOblibenaZnacka {
    float: right;
    margin-left: 860px;
    position: absolute;
    top: 850px;
  }
}
@media (max-width: 1500px) {
  .bannerOutside {
    display: none;
  }
  .bannerOblibenaZnacka {
    display: none;
  }
  .bannerHomepage {
    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 #f36523;
}
#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 {
	border: 1px solid #f36523;
}
.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);
}
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 {
	background-color: #f36523;
}
.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: #319635 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: #f36523;
}
.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #319635;
    box-shadow: none;
    border-bottom: none;
    color: white;
    border-bottom: 1px solid #319635;
}
.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: 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: 73px;
}
.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;
}
.doRuky p {
	float: left;
	width: 200px;
	margin: 0 0 2px;
}
.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;
	}
	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;
	}
}
.odkaz-rekl a{
  color: #f36523;
}
.odkaz-rekl a:hover{
    text-decoration: underline;
}
#sch_dynamic_payment tr.highlight td {
	border-bottom: 1px solid #d6d6d6;
}
#sch_print_fa label {
	font-weight: 500;
}
#sch_agree_checkout label {
	font-weight: 500;
}
#sch_not_agree_heureka 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: #f36523;
}
#bosch-zaruka img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#ravak-zaruka {
	padding: 10px 0 0 0;
}
#ravak-zaruka p {
	line-height: 120%;
	font-weight:400;
	margin: 0px 10px 0px 0px!important;
}
#ravak-zaruka a {
	font-size: 13px;
	color: #f36523;
}
#ravak-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: #f36523;
}
#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: #f36523;
}
.cart-info td.dostupnost div.sklademPredobednavka {
	background: #374046;
}
#description a {
	color: #f36523;
}
#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;
}
.mb-5 {
	margin-bottom: 5px;
}
.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: 700;
	font-size: 18px;
}
.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: #f36523;
	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;
	text-decoration: underline;
}
.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-weight: 400;
	text-decoration: underline;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
}
.giftName {
	width: 500px;
}
@media (max-width: 991px) {
	header .faq {
		padding: 0;
		font-size: 11px;
	}
}
@media (max-width: 480px) {
	#logo img {
		width: 210px;
	}
}
@media (max-width: 400px) {
	#logo img {
		width: 195px;
	}
}
.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: 0px 0 px 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;
}
.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%;
}
.doruceni-vanoce {
  width: 100%;
  text-align: center;
  background-color: #c13e3f;
  color: white;
  padding: 3px;
}
.doruceni-vanoce a{
  color: white;
}
.doruceni-vanoce a:hover{
  text-decoration: underline;
}

.doruceni-osobaky {
  width: 100%;
  text-align: center;
  background-color: #5fac62;
  color: white;
  padding: 3px;
}
.doruceni-osobaky a{
  color: white;
}
.doruceni-osobaky a:hover{
  text-decoration: underline;
}

.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;
}
#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
	}
}
.product-detail .discount_member {
	padding-bottom: 10px;
}
.product-detail .discount_member .price-member {
	color:#f36523;
	font-size:22px;
	padding: 0px 5px 0px 3px;
	font-weight:bold;
}
.product-detail .discount_member a {
	color:#f36523;
	text-decoration:underline;
}
.product-detail .discount_member a:hover {
	color:#f36523;
	text-decoration:none;
}
.product-info .price .discount{
	text-transform:none;
	font-weight:normal;
}
.product-info .price .reward{
	padding-top:10px;
	display:block;
}
.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: 325px;
	overflow: hidden;
}

#nejnovejsi_akce2 .nejnovejsi_akce_inner {
  text-align: center;
  margin: 10px 0px 0px 0px!important;
  padding: 10px 0 0 0;
}

#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;
}
.nejnovejsi_akce_inner .twisto h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px
}
.nejnovejsi_akce_inner .twisto p {
	margin-bottom: 5px;
	padding-left: 12px;
}
@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);
}
#super_cenovka {
	min-height: 325px;
}
#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: #374046;
	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;
}
#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 0px 0 70px!important;
}
#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: 183px;
	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;
}
.crosssell img.crosssell {
	margin-right: 25px;
}
.crosssell p {
	margin: 0 0 2px;
	font-weight: 400;
}
.crosssell p:first-of-type {
	color: #319636;
	font-size: 120%;
	padding-top: 45px;
}
.crosssell .backBtn {
	float: left;
}
.crosssell .cartBtn {
	float: right;
}
.crosssell .btn {
	padding: 15px 40px;
	font-weight: 450;
}
.crosssell .backBtn a.btn-back {
	background: #f2f2f2;
	border: solid 1px #dcdcdc;
	color: #384148;
}
.crosssell .backBtn a:hover.btn-back {
	background: #dcdcdc;
	color: #1e252a;
}
.crosssell .cartBtn a.btn-cart {
	background: #319636;
	border: solid 1px #dcdcdc;
	color: #fefefe;
}
.crosssell .cartBtn a:hover.btn-cart {
	background: #1e7d23;
	color: #fefefe;
}
@media (max-width: 470px) {
	.crosssell .btn {
		padding: 7px 15px;
	}
	.crosssell p:first-of-type {
		padding-top: 25px;
	}
}
.red {
	color: #cf0b18;
}
#blanco-cashback {
	font-size: 95%;
	background: url("/image/ico/cashback-icon.png") no-repeat 15px 50%!important;
	padding: 7px 0px 7px 50px;
}
.umisteni {
	font-weight: 500;
	padding: 7px 0px 7px 15px;
}
.umisteni span {
	font-weight: 600;
}
#complaint .required {
	color: #dd0000;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}
#complaint h3 label {
	font-weight: 500
}
.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: 280px!important;
}
@media (max-width: 470px) {
	.news img[style] {
		width: 100%!important;
		height: auto!important;
		float: none!important;
	}
}
.rady-a-tipy img {
	width: 100%;
}
#item_use_voucher {
	margin-top: 29px;
}
#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;
}
.testuj-to {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: transparent url("/image/ico-testuj-to.png?v=1") no-repeat top right;
}
.payments {
  margin-top: 25px;
  margin-bottom: 20px;
}
.sencor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	background: transparent url("/image/ico/sencor/60dni.png?v=1") no-repeat top right;
}
#bosch-zaruka p.sencor-text {
	line-height: 16px;
	font-size: 14px;
}
#recommendedProductLink {
	padding: 10px 0px;
	display: block;
	color: #f36523;
	font-weight: bold;
}