/*
Quick.Cart.Ext default stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/ext_6.6/?id=en-design
*/
/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body, body *{margin:0;padding:0;border:0;}
body,table{color:#425d64;font-size:1em;font-family: 'Open Sans Condensed', Arial, sans-serif;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;font-size:100%;font:inherit;vertical-align:baseline;}

body{padding:0;background:#fff ;text-align:center;}

#page1, html{height: 100%;min-height: 100%;}

.input, select, textarea{padding:5px;border: 1px solid #bababa;font-size: 1.3em;}
.input.warning-required, select.warning-required, textarea.warning-required{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
.input:focus, select:focus, .textarea:focus{text-shadow:none;}
.submit{padding:5px 15px;border:0;background: #425d64;color: #fff;font-size: 1.3em;font-family: 'Open Sans Condensed', Arial, sans-serif;}
.submit:hover{background:#000;cursor:pointer;}
* html .submit{padding:3px 1px;} /* IE 6 hack */
* html .input{height:21px;} /* IE 6 hack */
.form{background:#fff;}
.form label{font-size:1em;color:#425d64;font-weight:300;}
.form legend{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
.form label span{padding-left:10px;color:#949494;font-weight:normal;text-shadow:none;}
.hide{display:none;}

a{color:#425d64;text-decoration:underline;outline: none;cursor: pointer;}
a:hover{color:#000;text-decoration:underline;}

.clear{clear:both;height:0px;font-size:0em;line-height:0px;}
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

#container{position:relative;width:100%;margin:0 auto;padding:0;overflow:hidden;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{width:1200px;margin:0 auto;text-align:left;}
#head2 .container, #head3 .container, #body .container{/*-webkit-box-shadow:0 0 10px rgba(50,50,50,.25);box-shadow:0 0 10px rgba(50,50,50,.25);*/}

#head0{display: none;background: #ebebeb;}
#head0 .container{width: 1200px;margin: 0 auto;}

/* HEADER WITH TOP MENU ABOVE LOGO */
#page1 #head1{border:0;}
#head1 {border-bottom: 1px solid #e8e8e8;}
#head1 .container{overflow:hidden;}
* html #head1 .container, * html #head2, * html #head3, * html #body{background:none;} /* IE 6 hack */


#page1 #header{min-height: 100%;height: 100%;}

#hamburger-menu{display: none;margin-top: 14px;float: right;}

/* MENU TOP 1 */
.menu1 ul{float:right;margin:8px 3px 3px 0;list-style:none;}
.menu1 li{float:left;padding:7px 0 10px 10px;}
.menu1 li a{padding-right:12px;background:url('img/menu3_sub.gif') no-repeat right 5px;font-weight:bold;text-decoration:none;color:#425d64;text-transform:lowercase;}
.menu1 li a:hover, .menu1 .selected a, .menu1 .selected-parent a{text-decoration:underline;color:#425d64;}

.menu1 li.lBasket{padding:0 8px 5px 20px;background:url('img/cart.png') no-repeat 20px 0;}
.menu1 li.lBasket a{position:relative;padding:2px 0 0 18px;background:none;color:#425d64;}
.menu1 li.lBasket a:hover{color:#425d64;}
.menu1 li.lBasket span{display:block;color:#444;font-size:0.917em;font-family:sans-serif;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head2{clear:both;height: 100%;height: calc(100% - 81px);overflow: hidden;}
#head2 .container{position:relative;width: 100%;height: 100%;}

#page1 .slick-slide img{width: 100%;height: auto;}
#slider2{height: 100%;overflow: hidden;}
#slider2 .slick-slider{position: static;height: 100%;}
#slider2 .slick-dots{bottom: 10px;}

#slider2 .a-slide{height: 100%;width: 100%;background-size: cover !important;background-position: center;}
#slider2 .slick-list, #slider2 .slick-track {height: 100%;}

#logo{float:left;padding: 15px 20px 0;}
#logo a{color:#000;font-size:0;text-decoration:none;outline: none;}
#logo img{max-width: 414px;}

/* HEADER WITH TOP MENU BELOW LOGO */
#head3{border-bottom: 1px solid #e8e8e8;}
#head3 .container{width: 1200px;margin: 0 auto;padding: 10px 2.5%;}

#page1 #head3{border:0;}
#page1 #head3 .container{width: 1200px;margin: 0 auto;padding: 0;}


/* MENU TOP 2 */
#header .menu2{}
#header .menu2 ul{float:left;height:100%;margin:0;list-style:none;}
#header .menu2 li{float:left;padding:0;}
#header .menu2 li:hover, #header .menu2 .selected{}
#header .menu2 li a{float:left;padding:26px 10px;color:#464646;font-size:1.325em;font-weight: 300;text-decoration: none;text-transform: uppercase;}
#header .menu2 li a:hover, #header .menu2 .selected a, #header .menu2 .selected-parent a{background: #207a94;color: #fff;}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:0;}
#body .container{}
#page1 #body .container, .product #body .container{width: 100%;}



/* LEFT COLUMN STYLES */
#column{float:left;width:270px;padding:20px 0;}
.order #column{display:none;}

#searchForm{padding:15px 5px;text-align:center;}
#searchForm label, #searchForm legend{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
#searchForm .input{min-width:120px;width:46%;padding:3px;}
#searchForm .submit{padding:4px 10px 9px;font-size:0.917em;font-style:normal;border:0;background:#425d64 url('img/button_bg.png') no-repeat right bottom;border-top:2px solid #faf9f9;}
*:first-child+html #searchForm .submit{padding:3px 3px 8px;} /* IE 7 hack */
* html #searchForm .submit{padding:3px 3px 8px} /* IE 6 hack */

.menu3{padding:0 20px 10px;}
#column .type{margin-top:10px;padding:5px 13px 10px;font-size:1.667em;font-weight:bold;color:#fff;background:#425d64 url('img/menu3_bg.png') no-repeat left bottom;}

/* LEFT MENU */
.menu3 ul{padding:10px 0;list-style:none;background:#fff;}
.menu3 li{margin:0 3px;padding:4px 0 4px 13px;border-bottom:1px solid #e0e0e0;}
.menu3 a{display:block;width:100%;padding:4px 0;color:#666;font-weight:bold;text-decoration:none;background:none;}
.menu3 a:hover, .menu3 .sub1 a:hover{color:#425d64;background:none;text-decoration:underline;}
.menu3 .selected > a:first-child{color:#425d64;background:none;}

.menu3 .sub1{margin:0;padding:0;border:0;background:none;}
.menu3 .sub1 li{padding:2px 0 2px 20px;background:url('img/menu3_sub.gif') no-repeat 7px 8px;border:0px;}
.menu3 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

/* BOXES */
#column .box{margin:0 20px 15px;}
#column .box .type{background:#326e9c url('img/menu_bg_grey.png') no-repeat left bottom;}
#column .box .content, #column .box .page-box, #column .box .product-box{padding:8px 10px;list-style:none;border-bottom:2px solid #757575;line-height:1.5em;}
.box .page-box div, .box .product-box div{padding-top:5px;text-align:center;}
.box .page-box div.description, .box .page-box div.more, .box .product-box div.description, .box .product-box div.more{text-align:left;}
.box .page-box div:last-child, .box .product-box div:last-child{padding-bottom:10px;}
.box ul, .box ol{margin:0 !important;}
.box li{padding:6px 0 2px 15px;}
.box li a{display:block;width:87%;padding:2px 2% 4px 7%;color:#002d41;font-size:1.083em;background:none;}
.box li a:hover{color:#425d64;background:none;}
.box .price, .box .noPrice{padding:2px 0 0;background:inherit;color:#425d64;}
.box .price strong{padding:0 2px 0 5px;font-weight:bold;}
.box .price em{padding:0;background:inherit;color:#666;font-style:normal;}
.box .price span{color:#666;font-weight:bold;padding-left:5px;}
.box .product-box .name{font-size:1.1em;padding:5px 0;font-weight:bold;}
#column #box1 .type{background:#326e9c url('img/menu4_bg.png') no-repeat left bottom;}
#column #box1 .content{border-bottom:2px solid #01476e;}
.boxes{float: left;width: 100%;}
.boxes .box .type{padding:5px 0;color:#425d64;font-size:1.5em;border:0;text-align:left;}
.boxes .box .content, .boxes .box .page-box, .boxes .box .product-box{padding:5px 10px 15px;list-style:none;line-height:1.5em;text-align:left;}
.boxes .box{float:left;width:33.3333%;padding:0 2.5%;margin:10px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.boxes.footer .box{margin-top:10px;margin-bottom:10px;}

.boxes.contact_page .box{background: url('img/shadow_contact.png') no-repeat right center;min-height: 194px;padding: 20px 2.5%;}
.boxes.contact_page .box:last-child{background: none;}
.boxes.contact_page .box .type{text-transform: uppercase;font-size: 1.875em;}
.boxes.contact_page .box div.content p{padding-bottom: 2px !important;}


.boxes.start_page .box{width: 100%;padding: 0;margin: 0;}
.boxes.start_page .box, .boxes.start_page .box a{color: #fff;}
.boxes.start_page .box:nth-child(odd), .boxes.start_page .box:nth-child(odd) a, .boxes.start_page .box:nth-child(odd) .description{color: #565656;}
.boxes.start_page .box:nth-child(odd) .photo{float: left;padding: 0 5% 0 0;}
.boxes.start_page .box .page-box{overflow: hidden;padding: 0;width: 1200px;margin: 0 auto;}
.boxes.start_page .box .name {text-transform: uppercase;padding: 40px 5% 0;font-weight: 300;font-size: 2.750em;text-transform: uppercase;line-height: normal;}
.boxes.start_page .box .name a{text-decoration: none;}
.boxes.start_page .box .description{padding: 20px 5%;text-align: center;color: #fff;}
.boxes.start_page .box .photo{width: 50%;float: right;padding: 0 0 0 5%;}
.boxes.start_page .box .photo img{float: right;}
.boxes.start_page .box .more{padding: 10px 5%;text-align: center;text-transform: uppercase;font-size: 1.188em;}
.boxes.start_page .box .more a{text-decoration: none;background: rgba(0, 0, 0, 0.5);padding: 5px 20px;color: #fff;display: inline-block;}
.boxes.start_page .box .more a:hover{background: #000;}

#box2{background: #f5f5f5;}
#box2 .page-box{background: #fff;}

#box2 .photo{position: relative;width: 56%;}
/*#box2 .photo::after{content: '';background: url('img/shadow_katalog.png') no-repeat;width:35px;height:238px;position: absolute;top:0;right:25px;}*/
#box2 .name a{}
#box3 .description{text-align: justify;width: 50%;}

#box5{border-bottom: 1px solid #e8e8e8;background: #f5f5f5;}
#box5 .page-box{background: #fff;}
#box5 .photo{float: left;position: relative;padding-right: 5%;}
#box5 .photo::after{content: '';background: url('img/shadow_katalog.png') no-repeat;width:35px;height:238px;position: absolute;top:0;right:25px;}
#box5 .name a{color: #565656;}

/* BASKET SUMMARY */
#basketSummary{padding:10px 20px;}
#basketSummary .title{margin-top:10px;padding:5px 13px 10px;font-size:1.667em;font-weight:bold;color:#fff;background:#326e9c url('img/menu4_bg.png') no-repeat left bottom;}
#basketSummary .title a{color:#fff;background:none;text-decoration:none;}
#basketSummary .title a:hover{text-decoration:underline;}
#basketSummary ol{margin:6px 0;padding:0 5px;list-style:none;font-weight:bold;}
#basketSummary li{padding:5px 3px 7px;border-bottom:1px solid #e0e0e0;}
#basketSummary .lL{border:0;}
#basketSummary li span.name{display:block;font-weight:bold;font-size:0.9em;}
#basketSummary li a{color:#425d64;}
#basketSummary li a:hover{color:#425d64;}
#basketSummary li div{padding:5px 0 0;font-weight:normal;font-size:0.9em;}
#basketSummary li .priceQuantity{color:#425d64;background:inherit;}
#basketSummary li strong{padding:0 2px 0 5px;font-weight:bold;}
#basketSummary li em{color:#666;background:inherit;font-style:normal;}
#basketSummary .summary{margin:0 5px;padding:5px;border-top:2px solid #e0e0e0;color:#425d64;text-align:center;font-weight:bold;}
#basketSummary .summary em{background:inherit;color:#666;font-style:normal;}
#basketSummary .summary strong{padding:0 3px;font-weight:bold;}
#basketSummary .summary span{color:#666;font-weight:bold;}

/* PROMOTED PRODUCTS */
#promoted{margin-bottom:10px;padding:0 20px;}
#promoted .title{margin-top:10px;padding:5px 0px 10px 7px;font-size:1.667em;font-weight:bold;color:#fff;background:#326e9c url('img/menu4_bg.png') no-repeat left bottom;}
#promoted ul{list-style:none;padding-bottom:10px;text-align:center;}
#promoted li{padding:13px 0;border-bottom:1px solid #e0e0e0;}
#promoted li img{padding:1px;background:#c0bfbf;border:4px solid #eee;-webkit-box-shadow:0 0 10px rgba(48,47,47,.4);box-shadow:0 0 10px rgba(48,47,47,.4);}
#promoted li img:hover{border:4px solid #c9cdce;}
#promoted li .name{font-size:1.1em;padding:5px 0;font-weight:bold;}
#promoted li a{text-decoration:none;}
#promoted li a:hover{background:inherit;color:#666;text-decoration:underline;}
#promoted li .price, #promoted li .noPrice{padding:2px 0 0;background:inherit;color:#425d64;}
#promoted li .price strong{padding:0 2px 0 5px;font-weight:bold;}
#promoted li .price em{padding:0;background:inherit;color:#666;font-style:normal;}
#promoted li .price span{color:#666;font-weight:bold;padding-left:5px;}

/* RIGHT COLUMN STYLES */
#body.productsList #content{padding-top: 0;}
#body.productsList #page{padding-top: 0;}
#body.productsList #page h1{padding-top: 25px;color: #fff;background: #47a6b1;position: relative;}
#body.productsList #page h1:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #47a6b1;}
#body.productsList #page h1:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #47a6b1;}

#page3 #body.productsList #page #pageDescription{padding-bottom: 50px;}

#body.productsList #page #pageDescription{background: #47a6b1;color: #fff;position: relative;padding-bottom: 150px;}
#body.productsList #page #pageDescription:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #47a6b1;}
#body.productsList #page #pageDescription:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #47a6b1;}


#page1 #content{padding: 0 0 10px;}
#content{float:left;width:100%;padding:10px 0;text-align:center;}
* html #content{width:100%;} /* IE 6 hack */
.order #content{width:100%;}
#page1 #page{width: 100%;padding-top: 0;}
#page{clear:left;position:relative;width:96%;margin:0 auto;text-align:left;}
* html #page{float:none;width:100%;} /* IE 6 hack */
* html .order #page{width:100%;} /* IE 6 hack */

/* PAGE TITLE */
#page h1{color: #575757;font-weight: 300;font-size: 2.750em;text-transform: uppercase;padding: 10px 0;}

#page1 h1{color: #5b5b5b;font-size: 2.500em;text-transform: uppercase;text-align: center;margin-top: 45px;position: relative;font-weight: 300;}
#page1 h1 a{text-decoration: none;}

#page h1.promo{padding-right: 20%;}


#promoLink{position: absolute;top: 0;right: 0;width: 20%;padding: 40px 0 0;text-align: right;font-size: 1.3em;font-weight: 300;}
#promoLink a{text-decoration: none;color: #fff;}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb{position:absolute;top:-5px;left:0px;padding:2px 0;font-size:1em;font-weight:normal;}
#page div.breadcrumb a{text-decoration:none;}
#page div.breadcrumb a:hover{text-decoration:underline;}
*:first-child+html #page div.breadcrumb{top:-5px;} /* IE 7 hack */
* html #page div.breadcrumb{top:-5px;} /* IE 6 hack */

/* PAGE CONTENT */
#page div.content{padding:5px 0;font-size:1.083em;line-height:1.5em;}
#page div.content ul, #content .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content li{margin:8px 0;padding:0;border-left:0;}
#page div.content p{padding-bottom:10px;}

.tS{float:right;margin:17px 0 3px;}
.tS div{display:inline;}
.tS a{margin:0 4px;text-decoration:none;background:inherit;color:#425d64;font-weight:bold;font-family:Arial;}
.tS a:hover{color:#425d64;background:inherit;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.subpagesList .pages{}
.pages{clear: both;text-align: center;}
.pages ul{display: inline;}
.pages li{margin:0;padding:0 2px;border:0;background:none;display: inline;}
.pages a, .pages strong{padding:0;text-decoration: none;height: 40px;width: 40px;text-align: center;display: inline-block;line-height: 40px;}
.pages a.pPrev{margin-right: 20px;}
.pages a.pNext{margin-left: 20px;}
.pages a {border: 1px solid #dbd8cc;}
.pages strong, .pages a:hover{font-weight: 300;color: #fff;background: #5b5b5b;border: 1px solid #5b5b5b;}


ul.options{float:left;width:auto;margin:0;list-style:none;position: fixed;top:0;left:0;padding: 10px;z-index: 999;}
ul.options::after{content:"";display:table;clear:both;}
ul.options li{float:left;margin:0 10px 0 0;}
ul.options .edit a, ul.options .delete a{display:inline-block;width:21px;height:21px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
ul.options .edit a{background:url('../admin/img/ico_edit.gif') no-repeat 0px 0px;}
ul.options .delete a{background:url('../admin/img/ico_del.gif') no-repeat 0px 0px;}
ul.options .edit a:hover, ul.options .delete a:hover{opacity:0.6;}

/* IMAGES STYLES */
#content .imagesList{list-style:none;}
#content .imagesList li{margin:0 0 15px 0;text-align:center;}
#content .imagesList li div{text-align:center;}
#content .subpagesList li img, #content .imagesList li img, #content .imagePreview img, #products li .photo img, .imagesGallery img, #subpagesGallery img, .box .page-box img, .box .product-box img{}
#content .subpagesList li img:hover, #content .imagesList li img:hover, #content .imagePreview img:hover, #products li .photo a:hover img, #subpagesGallery img:hover, .imagesGallery img:hover, .box .page-box img:hover, .box .product-box img:hover{}

#imagesList1{float:left;margin:9px 20px 0 0;clear: both;position: relative;z-index: 1;}
#imagesList2{clear:right;float:right;margin:20px 20px 0;}

#imagesList99{margin: 20px 0 40px;}


/* IMAGES STYLES - GALLERY */
#imagesGallery4{margin:20px 0 0;}
#imagesGallery5{margin:10px 0 10px;}
#content .imagesGallery{clear:both;}
#content .imagesGallery .pages{clear:both;border-top:1px solid #e7e9ed;}
#content .imagesGallery table{clear:both;width:100%;padding:10px 0;font-size:1em;}
#content .imagesGallery table caption{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
#content .imagesGallery td, #content .imagesGallery th{padding:15px 7px 10px;background:inherit;font-size:0.917em;text-align:center;vertical-align:top;}
#content .imagesGallery div{font-weight:normal;font-size:1.1em;line-height:1.4em;}

.imagePreview div{margin:5px 0 10px;text-align:center;}
#imagesListPreview{float:left;margin:9px 20px 0 0;}
* html #imagesListPreview{margin-top:-5px;}
.imagesList#imagesListPreview li{margin-bottom:3px;}
.imagesList#imagesListPreview li img{border-width:2px;}
.imagesList#imagesListPreview li img:hover{border-width:2px;}

/* FILES LIST STYLES */
#filesList{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;}
#filesList li{width:100%;float:left;clear:left;margin:5px 0;}
#filesList li a{color:#425d64;background:inherit;}
#filesList li a:hover{color:#666;background:inherit;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;background: #fff;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;padding:5px 0;text-align:center;font-size:0.875em;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .description{margin:0;padding:5px 0;text-align:center;font-size:0.875em;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}

#quick-box .prev, #quick-box .next{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;color:#fff;font-family:Verdana;z-index:100;opacity:0.15;text-decoration:none;}
#quick-box .prev span, #quick-box .next span{position:absolute;top:47%;left:0;padding:10px;border:1px solid #fff;background:#000;}
#quick-box .next span{left:auto;right:0;border-right:none;}
#quick-box .prev span{border-left:none;}
#quick-box .next:hover, #quick-box .prev:hover{opacity:0.8;}
#quick-box .prev{left:0;}
#quick-box .next{right:0;}
#quick-box .close{position:absolute;top:0;right:0;padding:0 4px 2px;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .prev, #quick-box .next{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}

/* SUB PAGES LIST STYLES */
#content .subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
#content .subpagesList li{clear:left;float:left;width:100%;margin:10px 0;padding:18px 2.5%;}
* html #content .subpagesList li{width:100%;} /* IE 6 hack */
#content .subpagesList li .photo{float:left;margin:0 20px 5px 0;}
#content .subpagesList li h2{color:#425d64;font-size:2.25em;font-weight:normal;background:none;padding-bottom:10px;text-transform: uppercase;}
#content .subpagesList li h2 a{color:#425d64;text-decoration: none;}
#content .subpagesList li h2 a:hover{text-decoration: underline;}
#content .subpagesList li div.description{font-weight:normal;font-size:1em;line-height:150%;text-align: justify;}
#content .subpagesList li ul, #content .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
#content .subpagesList li li{padding:0;border-bottom:0;background:none;-webkit-box-shadow:none;box-shadow:none;margin:1px 0;}
#content .subpagesList li ul{list-style:disc;}
#content .subpagesList li ol{list-style:decimal;}
#content .subpagesList li p{padding-bottom:10px;}
#content .subpagesList li #subList7{list-style: none;width: 100%;margin: 10px 0;}
#content .subpagesList li h3{font-weight: normal;text-transform: uppercase;font-size: 1.5em;margin-bottom: 10px;}

#content #subList4 > li{width: 50%;float: left;clear: none;position: relative;background: url('img/shadowProd.png') no-repeat center left;min-height: 300px;border-bottom: 1px solid #e8e8e8;}
#content #subList4 > li:nth-child(odd){background: none;}
#content #subList4 > li:nth-child(2n+1){clear: both;}
#content #subList4 > li h2{font-size: 1.875em;padding-right: 100px;}
#content #subList4 > li h6{position: absolute;right: 5%;top: 30px;}


#page37 #content .subpagesList > li{padding: 50px 0;}
#content .subpagesList li#page-21{background: #47a6b1;color: #fff;position: relative;margin-bottom: 0;}
#content .subpagesList li#page-21:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #47a6b1;}
#content .subpagesList li#page-21:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #47a6b1;}
#content .subpagesList li#page-21 ul li:first-child{background: none;}
#content .subpagesList li#page-21 ul li{width: calc(100% / 3);width: 33.3333%;float: left;clear: none;padding: 0 2.5%;background: url('img/shadowProd.png') no-repeat center left;min-height: 277px;}
#content .subpagesList li#page-21 h2{color: #fff;text-align: center;font-size: 2.25em;display: none;}
#content .subpagesList li#page-21 h2 a{color: #fff;}
#content .subpagesList li#page-21 h3{font-size: 2.25em;}

#content .subpagesList li#page-52{background:url('img/ochrona_srodowiska.jpg') no-repeat center;min-height: 470px;color: #fff;margin: 0;padding: 50px 10% 0;position: relative;background-size: 100%;}
#content .subpagesList li#page-52 h2, #content .subpagesList li#page-52 h2 a{color: #fff;text-align: center;text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);}
#content .subpagesList li#page-52:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #517028;}
#content .subpagesList li#page-52:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #517028;}
#content .subpagesList li#page-52 div.description{text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);}

#content .subpagesList li#page-22{}
#content .subpagesList li#page-22 ul li{width: calc(100% / 3);width: 33.3333%;float: left;clear: none;padding: 30px 2%;}
#content .subpagesList li#page-22 ul li:nth-child(3n+1){clear: both;}
#content .subpagesList li#page-22 h2{text-align: center;}
#content .subpagesList li#page-22 h3{font-size: 1.500em;line-height: 120%;}
#content .subpagesList li#page-22 ul li div.description{color: #9f9e9e;}

#content .subpagesList li#page-23{background: #e7e7e7;position: relative;padding: 50px 2.5%;}
#content .subpagesList li#page-23:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #e7e7e7;}
#content .subpagesList li#page-23:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #e7e7e7;}
#content .subpagesList li#page-23 h2{text-align: center;}


#subpagesGallery{width:100%;padding:10px 0;font-size:1em;list-style: none;text-align: center;}
#subpagesGallery li{float: left;padding: 30px 0;}
#subpagesGallery li:nth-child(4n+1){clear: both;}
#subpagesGallery h2{margin:5px 0 0;}
#subpagesGallery h2{font-size: 1.5em;font-weight: 300;text-transform: uppercase;}
#subpagesGallery h2 a{background:none;text-decoration: none;color: #464646;}
#subpagesGallery h2 a:hover{background:none;text-decoration: underline;color: #464646;}

#subpagesGallery .photo { -webkit-transition: all 0.3s;transition: all 0.3s;}
#subpagesGallery .photo:hover{transform:scale(1.1); -webkit-transform:scale(1.1);-moz-transform:scale(1.1); -o-transform:scale(1.1);}



/* SOCIAL BUTTONS */
#plusOne{position:absolute;top:20px;right:20px;}
#page1 #socialButtons, #page2 #socialButtons{display: none;}
#product #socialButtons{width: 1200px;margin: 0 auto 10px;float: none;padding-top: 20px;}

#socialButtons{clear:both;float:left;width:100%;margin:20px 0;padding:0;text-align:left;list-style:none;overflow: hidden;}
#socialButtons .title{display:block;float:left;margin:0 10px 0 15px;padding:2px 0 0;}
#socialButtons li{float:left;margin:0 5px 0;}
#socialButtons a img{vertical-align:middle;max-width: 30px;}

/* SITE MAP */
#siteMap{margin:5px 0;list-style:none;}
* html #siteMap{float:left;width:100%;}
#siteMap li{margin:0 0 13px;padding:8px 10px 10px;}
#siteMap li a{font-weight:bold;font-size:1.1em;color:#425d64;background:none;text-decoration: none;}
#siteMap li a:hover{color:#425d64;background:none;text-decoration: underline;}
#siteMap ul{margin:0;padding:3px 0 0 10px;border:0;list-style:none;}
#siteMap ul li{margin:0;padding:4px 10px;border:0;-webkit-box-shadow:none;box-shadow:none;}
#siteMap ul li a{font-weight:bold;color:#425d64;background:none;}
#siteMap ul.products li{border:0;-webkit-box-shadow:none;box-shadow:none;}
#siteMap ul.products li a{color:#333;font-weight:normal;text-decoration:none;}
#siteMap ul.products li{padding-left:15px;margin-left:5px;}
#siteMap li ul li a:hover, #siteMap ul.products li a:hover{color:#425d64;background:none;text-decoration:underline;}
#siteMap li .price{display:inline;font-size:0.917em;color:#425d64;padding-left:5px;}
#siteMap li strong{padding:0 5px 0 7px;background-color:inherit;color:#425d64;}
#siteMap li span{background-color:inherit;color:#425d64;}

/* COMMENTS */
#commentForm{clear:both;width:100%;margin:10px auto 0;}
#commentForm fieldset{padding:25px 20px;}
#commentForm dl, #commentForm dt, #commentForm dd{margin:0;padding:0;}
#commentForm dt{padding:0 0 7px;}
#commentForm dd{margin-bottom:18px;}
#commentForm dt.vote{color:#425d64;font-weight:bold;}
#commentForm .input, #commentForm textarea{width:99%;padding:3px;font-size:1em;}
#commentForm #captcha{width:9%;}
#commentForm .captcha em{font-style:normal;font-weight:bold;}
#commentForm .captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}
#commentForm legend{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
#commentForm .save{text-align:center;}

#commentTitle{overflow:hidden;margin:18px 0 10px;padding-left:10px;background:inherit;color:#2e6896;font-size:2.2em;font-weight:normal;border-left:2px solid #e0e0e0;background:inherit;}
#comments{float:left;width:100%;margin:7px 0;list-style:none;}
#comments li{clear:left;float:left;width:96%;margin:10px 0;padding:13px 2%;border:1px solid #e0e0e0;-webkit-box-shadow:0 8px 5px -5px rgba(0,0,0,.15);box-shadow:0 8px 5px -5px rgba(0,0,0,.15);}
* html #comments li{width:100%;}
#comments div{float:left;width:25%;}
#comments span.name{display:block;font-size:1em;color:#2e6896;font-weight:bold;}
#comments span.date{display:block;font-size:1em;margin-top:3px;}
#comments p{font-weight:normal;font-size:1em;line-height:1.4em;width:75%;float:right;}

/* PRODUCTS RATING */
#productRating{margin:10px 0 5px;text-align:center;}
#productRating .results{margin:2px 0 0;font-size:0.9em;}
#productRating .results strong{padding:0 0 0 2px;}
.ratingDisplay{width:80px;height:16px;background: url('img/stars.gif') no-repeat 0 0;font-size:0em;margin:6px auto;}
#comments .ratingDisplay{width:80px;margin-bottom:0;opacity:0.5;}
.rating{float:left;width:80px;height:16px;margin:0;padding:0;list-style:none;position:relative;clear:both;background: url('img/stars.gif') no-repeat 0 0;}
.stars0{background-position:0 0}
.stars1{background-position:0 -96px}
.stars2{background-position:0 -112px}
.stars3{background-position:0 -128px}
.stars4{background-position:0 -144px}
.stars5{background-position:0 -160px}
#commentForm dd.vote{float:left;}
#commentForm dt.vote{float:left;margin-right:5px;}
* html #commentForm dd.vote{margin-bottom:0;}
#commentForm .commentContent{clear:both;}
#commentForm ul.rating li{cursor:pointer;float:left;text-indent:-999em;}
#commentForm ul.rating li a {position:absolute;left:0;top:0;width:16px;height:16px;text-decoration:none;z-index: 200;}
#commentForm ul.rating li.one a{left:0}
#commentForm ul.rating li.two a{left:16px;}
#commentForm ul.rating li.three a{left:32px;}
#commentForm ul.rating li.four a{left:48px;}
#commentForm ul.rating li.five a{left:64px;}
#commentForm ul.rating li a:hover{z-index:2;width:80px;height:16px;overflow:hidden;left:0;background: url('img/stars.gif') no-repeat 0 0}
#commentForm ul.rating li.one a:hover{background-position:0 -96px;}
#commentForm ul.rating li.two a:hover{background-position:0 -112px;}
#commentForm ul.rating li.three a:hover{background-position:0 -128px}
#commentForm ul.rating li.four a:hover{background-position:0 -144px}
#commentForm ul.rating li.five a:hover{background-position:0 -160px}

/* CONTACT FORM */
#contactPanel{clear:both;width:100%;margin:10px auto 0;background: #47a6b1;color: #fff;padding: 20px 0;position: relative;}
#contactPanel:before{position: absolute;top: 0;width: 10000%;content: '';height: 100%;right:100%;z-index: 1;background: #47a6b1;}
#contactPanel:after{position: absolute;top: 0;width: 10000%;content: '';height: 100%;left:100%;z-index: 1;background: #47a6b1;}

#contactPanel fieldset{padding:25px 20px;}
#contactPanel fieldset legend{position:static;width: 100%;text-align: center;font-size: 2.250em;text-transform: uppercase;}
#contactPanel fieldset label{color: #fff;}
#contactPanel fieldset label span{color: #fff;}
#contactPanel fieldset dl{width: 48%;float: left;margin:0 1%;}
#contactPanel fieldset dl.last{width: 100%;}
#contactPanel fieldset dl.last dd{width: 46%;float: left;margin: 0 2%;}
#contactPanel dl, #contactPanel dt, #contactPanel dd{margin:0;padding:0;}
#contactPanel dt{padding:0 0 7px;}
#contactPanel dd{margin-bottom:18px;}
#contactPanel .input, #contactPanel textarea{width:100%;font-size:1em;}
#contactPanel #captcha{width:9%;}
#contactPanel .captcha{text-align: right;}
#contactPanel .captcha strong{font-weight: 300;}
#contactPanel .captcha em{font-style:normal;font-weight:300;}
#contactPanel .captcha ins{padding:0 3px;font-weight:300;text-decoration:none;}
#contactPanel .save{text-align:right;}
#contactPanel .save .submit{text-transform: uppercase;}
#contactPanel .save .submit:hover{background: #fff;color: #425d64;}
#contactPanel textarea{padding: 4.5px;width: 100%;font-size: 1em;}

#map{height: 400px;width: 100%;clear: both;}
h2.googleMap{clear: both;font-size: 2.250em;font-weight: 300;text-transform: uppercase;margin: 30px 0 20px;display: inline-block;width: 100%;}

/* PAYMENTS */
#paymentDescription{margin:10px 30px 20px;padding:20px;text-align:center;border:1px solid #bebebe;font-weight:bold;}
#paymentOuter{margin:10px 0 0;}
#paymentChannels{padding-left:20px;}
#paymentChannels select, #paymentChannels label, #paymentChannels .zagielInfo{display:none;}
#paymentChannels .zagielInfo label{display:inline;}
a.zagielInfo{margin:0 20px 0 0;}
.zagielInfo a{margin-left:5px;font-weight:normal;}

/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;color:#666;font-size:1em;text-align:right;}
*:first-child+html #options{width:94%;} /* IE 7 hack */
* html #options{width:94%;} /* IE 6 hack */
#options a{padding:0 10px 0;color:#425d64;background:inherit;}
#options a:hover{color:#425d64;background:inherit;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #e0e0e0;}

.message{clear:both;padding:50px 0;text-align:center;}
.message h2{background:inherit;color:#425d64;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h2 a{color:#425d64;background:inherit;}
.message h2 a:hover{color:#666;background:inherit;}

/* PRODUCTS LIST */
#products{clear:both;float:left;width:100%;margin:10px 0;list-style:none;}
#products ul.list{float:left;width:100%;list-style:none;}
#products .list li{float:left;width:33.3333%;width:calc(100% / 3);padding:20px 2.5%;text-align:center;position: relative;border-bottom: 1px solid #e8e8e8;}
#products .list li li{float:none;width:auto;padding:0;border-top:0px;text-align:left;}
#products li:nth-child(3n+1){ clear:both;margin-left:0; }
#products > .list > li:after{background: url('img/shadowProd.png') no-repeat center;width: 57px;height: 277px;content: '';position: absolute;right: -57px;top:0;}
#products > .list > li:nth-child(3n+3):after{display: none;}

#products li .photo{margin-bottom:4px;font-size:0px;line-height:0px;height: 200px;    -webkit-transition: all 0.3s;transition: all 0.3s;}
#products li .photo img{max-width: 100%;max-height: 100%;}
#products li .photo:hover{transform:scale(1.1); -webkit-transform:scale(1.1);-moz-transform:scale(1.1); -o-transform:scale(1.1);}

#products li h2{padding:5px 0 5px;font-weight:300;font-size:1.5em;text-transform: uppercase;line-height: 100%;min-height: 58px;}
#products li h2 a{text-decoration:none;}
#products li h2 a:hover{text-decoration:underline;}
#products li h3{padding-bottom:5px;font-weight:normal;font-size:0.917em;}
#products li h3, #products li h3 a{color:#666;}
#products li h3 a:hover{color:#425d64;}
#products li h3 em{padding:0 5px;}
#products li div.description{margin:10px 0 0;text-align:justify;}
#products li div.description a{color:#666;}
#products li div.description a:hover{color:#425d64;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{margin:5px 0 5px 0;background-color:inherit;color:#425d64;font-weight:bold;text-decoration:none;}
#products li .price em{padding:0 6px 0 0;background:inherit;color:#666;font-style:normal;}
#products li .price strong{font-size:1.167em;}
#products li .noPrice strong{font-size:1.083em;}
#products li .price span{padding-left:4px;font-size:1.083em;color:#666;}
#products li .basket{width:150px;margin:10px auto 0;padding-left:3px;font-size:0.917em;font-weight:bold;}
#products li .basket a{display:block;padding:5px 15px;color:#fff;background: #425d64;text-decoration:none;}
#products li .basket a:hover{background: #000;}

#products .pages{float:right;width:100%;margin:0;padding:40px 0;border:0;background:none;text-align:center;font-size:1.5em;font-weight: 300;border-bottom: 1px solid #e8e8e8;}

#products .pages li{margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products .pages strong{padding:0;text-decoration: none;height: 40px;width: 40px;text-align: center;display: inline-block;}
#products .pages a.pPrev{margin-right: 20px;}
#products .pages a.pNext{margin-left: 20px;}
#products .pages a {border: 1px solid #dbd8cc;}
#products .pages strong, #products .pages a:hover{font-weight: 300;color: #fff;background: #5b5b5b;border: 1px solid #5b5b5b;}
#products .pages .viewAll{margin-left: 20px;font-size: 0.750em;text-transform: uppercase;}
#products .pages .viewAll a{border:0;display: inline;width: auto;height: auto;}
#products .pages .viewAll a:before{height: 15px;width: 15px;border-radius: 50%;content: '';display: inline-block;vertical-align: middle;background: #5b5b5b;margin-right: 5px;}
#products .pages .viewAll a:hover{text-decoration: underline;background: inherit;color: inherit;}
#products .pages .title{padding-left:8px;border:none;}
#products .pages#pagesBefore{clear:none;width:auto;}

#products .sort{float:left;width:auto;margin:0;padding:10px 0;border:0;background:none;text-align:left;width: 100%;border-bottom: 1px solid #e8e8e8;border-top: 1px solid #e8e8e8;}
#products .sort ul{display:inline;list-style:none;}
#products .sort li{display:inline;padding:0 6px;font-weight:300;border-right:1px solid #666;}
#products .sort li:last-child{border:none;padding-right:0;}
#products .sort li a{font-weight:normal;}

/* PRODUCTS DETAILS */
#product{clear:left;float:right;display:block;width:100%;margin:0 0px;text-align:left;}
#product h1{padding:5px 0 5px;background:inherit;color:#5b5b5b;font-size:2.563em;font-weight:normal;text-transform: uppercase;display: inline-block;float: left;}


div.breadcrumb{margin:0;padding:0 5% 0 0 ;font-weight:normal;font-size:1.188em;display: inline-block;width: 70%;text-align: left;vertical-align: middle;}
div.breadcrumb, div.breadcrumb a{background:inherit;color:#5b5b5b;text-decoration: none;}
div.breadcrumb a:hover{text-decoration: underline;}
div.breadcrumb em{padding:0 5px;}

#product #ProductId{float: right;margin: 15px 20px;font-size: 1.250em;padding: 2.5px 5px;color: #b8b8b8;border:1px solid #f1f1f1;}
#product #ProductId span{}
#product #ProductId b{font-weight: bold;color: #000;text-transform: uppercase;}

#body #product div.container{width: 1200px;margin: 0 auto;padding: 0 2.5%;}

#product .top{text-align: center;border-bottom: 1px solid #e8e8e8;padding: 0 0 10px;}
#product .infoProduct{border-bottom: 1px solid #e8e8e8;float: left;width: 100%;padding: 25px 0;}

#product .infoProduct .box{float: right;color: #000;margin: 0 30px;width: 30%;}
#product .infoProduct .box div.content{color: #000;font-size: 1.188em;}
#product .infoProduct .box .type{font-size: 2.063em;font-weight: 300;padding-bottom: 20px;line-height: 120%;}
#product .infoProduct .box ul{list-style-position:inside;list-style-type: square;}
#product .infoProduct .box li{margin: 3px 0;}

#product .infoProduct #priceFrom{width: 30%;float: right;clear: right;font-size: 2.313em;color: #000;margin: 10px 30px 0;}
#product .infoProduct em{font-style: normal;}
#product .infoProduct strong{font-weight: 700;margin: 0 5px;}
#product .infoProduct i{font-style: normal;font-size: 0.486em;display: block;}

#product #photoColor{width: 500px;height: 300px;clear: both;float: left;}

#product #boxDsc{display: inline-block;width: 50%;vertical-align: top;}
#product #imagesList2{display: inline-block;clear: none;float: none;}

#product #box{float:right;width:250px;margin:10px;padding:10px;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:10px 0 0;background-color:transparent;color:#5b5b5b;font-size:1em;text-align:center;}
#product #box #price em{font-style:normal;text-transform: lowercase;}
#product #box #price strong{padding:0 6px;font-size:2.063em;color:#000;font-weight:bold;}
#product #box #price span{font-size: 1.375em;}

#product #box .priceOld{padding:0 0 10px;background-color:transparent;color:#cacaca;font-size:1em;text-align:center;text-decoration:line-through;}
#product #box .priceOld em{font-style:normal;text-transform: lowercase;}
#product #box .priceOld strong{padding:0;font-weight:bold;}
#product #box .priceOld span{}

#product #box #available{padding:10px 0 0;text-align:center;background-color:transparent;color:#5b5b5b;font-weight:normal;font-size:1.063em;}
#product #box #addBasket{padding:10px 0 5px;background:none;border:none;}
#product #box #addBasket .submit{width:100%;padding:5px 15px;border:0;background:#425d64;color:#fff;font-size:1.1em;}
#product #box #addBasket .submit:hover{background: #000;}

#product div.content .title{font-size: 2.200em;color: #000;padding-bottom: 25px;line-height: 100%;}
#product div.content{clear:left;padding:10px 0 10px;font-size:0.938em;line-height:150%;color: #867e85;text-align: justify;}
#product div.content ul, #product div.content ol{margin:5px 0 0 30px;padding:0;}
#product div.content li{margin:8px 0;padding:0;border-left:0;}
#product div.content p{padding-bottom:10px;}

/* FEATURES */
#features{margin:0 0 15px;width: 100%;}
#features thead{display: none;}
#features caption{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
#features thead td{padding:5px;background:#f0f0f0;text-align:center;font-weight:bold;border:0;}
#features tbody td, #features tbody th{padding:5px 10px;background:#f3f3f3;font-weight:normal;text-align:left;width: 50%;color: #000;}
#features tbody th{text-align: right;color: #867e85;}
#features .l0 td, #features .l0 th{background:#fff;}

/* BASKET AND ORDER */
#orderedProducts table{width:100%;margin:0;border-bottom:2px solid #e0e0e0;font-size:1em;color:#425d64;}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding-bottom:11px;background:#2e6896;color:#fff;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th, #orderedProducts tbody td{border-top:2px solid #fff;border-bottom:1px solid #e0e0e0;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;}
#orderedProducts tbody .price, #orderedProducts tbody .summary{font-weight:bold;text-align:right;}
#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input{text-align:right;}
#orderedProducts tbody .quantity label{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
#orderedProducts tbody a:hover{background:inherit;color:#666;}
#orderedProducts tfoot{text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep .submit{background:#425d64;}
#orderedProducts tfoot .nextStep .submit:hover{background:#154a72;}

#basket #orderedProducts table{margin:10px 0 0;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{background:#fff;border-bottom:2px solid #e0e0e0;}
#basket #recount td{border-bottom:1px solid #e0e0e0;text-align:right;}
#basket #recount .submit{padding:2px 3px;}
#basket #recount .submit:hover, #basket .buttons #continue .submit:hover{background:#425d64;}
#basket .summaryProducts{font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{font-weight:bold;}
#basket .del{padding:0 5px 0 10px;}
#basket .del a{background:inherit;color:#666;}
#basket .del a:hover{background:inherit;color:#425d64;}
#basket .buttons #continue{text-align:left;}
#basket .buttons #continue .submit{margin-right:5px;padding:3px 5px;}
#basket #pageDescription{margin-top:20px;}

#basket #save{padding:7px;}
#basket #save .submit{margin-right:5px;padding:4px 9px;background:#f2f2f2;color:#666;border:2px solid #e0e0e0;font-weight:normal;text-shadow:none;}
#basket #save .submit:hover{background:#154a72;color:#fff;}
#basket legend{position:absolute;clip:rect(1px, 1px, 1px, 1px);}

/* DISCOUNT VOUCHERS */
#discountVoucher td{text-align:right;}
#discountVoucher strong{padding-right:3px;}
#incorrectVoucher{margin:7px 0;background:inherit;color:#425d64;font-weight:bold;}
#orderedProducts tfoot #discountVoucher{color:#666;}

#order form{background:none;border:none;}
#order legend{position:static;clip:auto;padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;color:#425d64;}
#order #personalData{padding:12px 3%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;overflow:hidden;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#425d64;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}
#order #vrn{float:left;width:40%;}
#order #invoice{float:left;height:20px;margin-left:2%;padding-top:18px;text-align:right;}
#order #invoice input{float:left;margin-top:3px;}
#order #invoice label{float:left;margin:0 0 0 5px;font-weight:normal;}
#order #street{clear:both;}

#shippingAndPayments div{padding:11px 3%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;}

#order tfoot td, #orderPrint tfoot td{color:#425d64;}
#order .summaryProducts, #order .summaryShippingPayment, #orderPrint .summaryShippingPayment{font-size:1.182em;}
#order .summaryProducts th, #order .summaryShippingPayment th, #orderPrint .summaryShippingPayment th{font-weight:normal;text-align:right;}
#order .summaryOrder, #orderPrint .summaryOrder{color:#666;font-size:1.36em;font-weight:bold;}
#order .summaryOrder th, #orderPrint .summaryOrder th{text-align:right;}
#order .summaryOrder th, #order .summaryOrder td{border-top:1px solid #e0e0e0;}
#order #rulesAccept th{color:#666;font-weight:bold;text-align:right;}
#order #rulesAccept th, #order #nextStep th{border:0;text-align:right;}
*:first-child+html .nextStep .submit, *:first-child+html #basket #continue .submit{padding:2px 0px;} /* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint #pageDescription{padding:10px 8px 20px;text-align:center;background:inherit;color:#425d64;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#425d64;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:40%;margin:0;padding:3px 0;}
#orderPrint dt{clear:left;text-align:right;}
#orderPrint dd{padding-left:2%;font-weight:bold;}
#orderPrint dd.orderComment, #orderPrint dd.orderIP{font-weight:normal;}

/* ORDER STATUS LINK */
#orderPrint .orderStatusLink{margin:10px 30px 20px;padding:14px;text-align:center;border-top:1px solid #bebebe;border-bottom:1px solid #bebebe;}
#orderPrint .orderStatusLink div{padding:3px 0;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;background:#575757;text-transform: uppercase;}
#foot .container{margin:0 auto;padding:15px 0;overflow:hidden;display: table;}
#foot a{background:inherit;color:#fff;text-decoration:none;}
#foot a:hover{text-decoration: underline;}
#foot .type{color: #dbd8cc;font-size: 0.875em;}
#foot .container > div{width: 20%;height:100%;min-height:100%;display:table-cell;vertical-align: top;padding: 50px 0 50px 5%;border-right: 1px solid #6c6c6c;}

#foot .container > div:last-child{border:0;}
#foot ul {list-style: none;}
#foot ul li{font-size: 1.188em;}
#foot ul ul{display: none;}

#foot #box4{width: 40%;text-align: left;color: #fff;}

#powered{width: 100%;clear: both;padding: 15px 0;float: left;text-transform: uppercase;color: #828282;font-size: 0.938em;}
#powered .container{width: 1200px;margin: 0 auto;}
#powered a{color: #828282;text-decoration: none;}

#powered .copy{float: left;}
#powered .foot{float: right;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;text-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;}

  body{margin:1cm 0;}
  #container{width:17.2cm;height:auto;}
  #head2 .container, #head2{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{border-width:0px !important;}

  #body{clear:none;}
  #body .container{overflow:visible;}
  #logo #title, #page h1{padding:0;}
  #page div.breadcrumb{position:relative;top:0;}

  #header .container, #body .container, #foot .container, #content, #page, #products, #product, .order #content{float:none;width:17.2cm;padding:0;margin:0;}
  #column, #head1, #head3, #back, #page .tS, #products li .basket, #product #box #addBasket .submit, #socialButtons, #plusOne, #contactPanel, #commentForm{display:none;}
}

/* RESPONSIVE WEB DESIGN - media queries */
/*@media screen and (max-width:1023px){
  #head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container{width:95%;}
  #column{width:30%;padding:10px 0;}
  #column .type{padding:3px 10px;background:#425d64;text-shadow:none;}
  #column .box{margin:0 0 15px;}
  #column .box .type{background:#6b6b6a;}
  #column #box1 .type, #basketSummary .title, #promoted .title{padding:3px 10px;background:#326e9c;}
  #basketSummary, #promoted{padding:10px 0;}
  .menu3{padding:0px;}
  .menu3 ul{padding:0px;}
  .menu3 .sub1 li{padding:5px 22px;background-position:7px center;}
  #content{width:70%;}
  #page {margin:0px 3%;}
  #products .list li{width:48%;margin:1%;padding:10px 0 0;}
  #products .list .i1{clear:left;}
  #products li.column1{clear:none;}

  #product{width:94%;margin:0 3%;}
  #product #box{padding:2px 5px;width:auto;margin-top:10px;}
}
@media screen and (max-width:800px){
  img{max-width:100%;}
  #head3 .container{height:auto;background:#646262;border-bottom:none;}
  #header .menu2{float:left;width:100%;}
  #header .menu2 ul{width:100%;}
  #header .menu2 li, #header .menu2 li:hover, #header .menu2 .selected{width:25%;border:none;}
  #header .menu2 li a{width:100%;height:auto;padding:10px 5%;background:url('img/menu2_bg.png') repeat-x;border:1px solid #797879;border-left:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  #header .menu2 li a:hover, #header .menu2 .selected a, #header .menu2 .selected-parent a{}
  #content .imagesGallery table img{max-width:110px;}
}
@media screen and (max-width:640px){
  #body.basket-page #column{display:none;}
  #body.basket-page #content{width:100%;}
  #order #vrn{float:none;width:90%;}
  #order #invoice{float:left;height:auto;margin-left:0;padding:0 0 7px;text-align:left;}
}
@media screen and (max-width:481px){
  #header .menu2 li{width:100%;margin-top:2px;border-bottom:1px solid #fff}
  #header .menu2 li:hover, #header .menu2 .selected{width:100%;}
  #header .menu2 li a:hover, #header .menu2 .selected a, #header .menu2 .selected-parent a{background:#585757;}
  a.zagielInfo{display:block;margin:4px 0 8px;}
  #column, #content{width:100%;}
  #copy, .foot{float:none;width:100%;text-align:center;padding:0 0 20px;}
}
@media screen and (max-width:360px){
  #head2 .container{height:100px;}
  #logo #title a{font-size:2em;}
  #logo #slogan{padding-left:0;}
  #lang{position:absolute;top:10px;right:10px;padding:0;}

  #products .list li{width:98%;margin:1%;}

  #product #box #addBasket .submit{width:96%;padding:10px 2%;background:#b51d5a;}

  #orderedProducts td{padding:2px;}
  #orderedProducts #recount td{padding:2px 0px;}
  #orderedProducts #recount .submit{font-size:0.83em;}
  #orderedProducts thead .name{padding-left:7px;}
  #orderedProducts thead .price span{display:none;}
  #continue .submit{width:70px;}
  #basket #save{padding:6px 4px 0;}
  #orderedProducts tbody .quantity input{width:25px;}
  #orderedProducts .del{overflow:hidden;width:16px;padding:0;vertical-align:center;font-size:1px;line-height:1px;}
  #orderedProducts .del a{display:inline-block;width:16px;height:16px;font-size:0px;line-height:1px;color:transparent;background:url('img/close.png') no-repeat 0px 0px;text-decoration:none;}
  #orderedProducts .del a:hover{color:transparent;background:url('img/close.png') no-repeat 0px -16px;}

  #order #personalData #setBasic, #order #personalData #setExtend{width:100%;}
  #order #personalData #oComment{height:80px;}

  #content .imagesGallery table img{max-width:70px;}
  #comments span.date{font-size:0.917em;}
}
@media screen and (max-width:320px){
}*/

/* PLUGINS */
#noticeAboutCookies{display:none;padding:7px 0;background:#fff;font-weight:400;}
#noticeAboutCookies.slide, #noticeAboutCookies.top{border-bottom:1px solid #555;}
#noticeAboutCookies.bottom, #noticeAboutCookies.top, #noticeAboutCookies.left-corner{position:fixed;z-index:2;width:100%;background-color:rgba(255,255,255,0.9);}
#noticeAboutCookies.top{top:0px;}
#noticeAboutCookies.bottom{bottom:0px;border-top:1px solid #555;}
#noticeAboutCookies.left-corner{width:200px;left:0px;bottom:0px;padding:10px;border:1px solid #bbb;}
#noticeAboutCookies .close{margin-left:20px;font-size:0.917em;color:#999;font-weight:normal;text-decoration:none;}
#noticeAboutCookies .close:hover{color:#f00;}
#noticeAboutCookies.left-corner .close{display:block;margin:10px 0 0;background: #207a94;color: #fff;padding: 10px;}
#noticeAboutCookies.left-corner .close:hover{background: #425d64;}
#fbSideTab{z-index:50;position:fixed;top:230px;padding:10px;}
#fbSideTab.left{left:0px;padding-left:0;}
#fbSideTab.right{right:0px;padding-right:0;}
#fbSideTab .button{display:block;float:left;padding:0 0 30px;}
#fbSideTab .button img{width: 45px;background: #fff;}
#fbSideTab .fb{overflow:hidden;background-color:#2a2f34;}
#fbSideTab.left .fb{float:left;}
#fbSideTab.right .fb{float:right;}
#fbSideTab .fb.light{background-color:#e6e7e9;}
@media print{
  #fbSideTab{display:none;}
}
/* SUBPAGES LIST - NEWS */
#content .subpagesList li h6{padding:0 0 5px;font-size:1em;font-weight: normal;}

#page h6.date{position:absolute;top:-5px;right:0px;padding:2px 0;font-size:1em;font-weight:normal;}
*:first-child+html #page h6.date{top:-5px;} /* IE 7 hack */
* html #page h6.date{top:-5px;} /* IE 6 hack */

#prevNext{list-style:none;font-size:0.938em;padding:0;display: inline-block;width: 29%;vertical-align: middle;text-transform: lowercase;text-align: center;}
#prevNext a{font-weight:300;color: #5b5b5b;text-decoration: none;}
#prevNext .prev, #prevNext .next, #prevNext .back{display: inline-block;padding: 0 10px;}

/* ASK ABOUT PRODUCT */
#product #askAboutProduct{font-size:1.125em;line-height:110%;background: #8abc30 url('img/info.png') no-repeat 35px center;display: block;color: #fff;padding: 10px 10px 10px 90px;margin:10px 0;text-decoration: none;}
#product #askAboutProduct:hover{background-color: #425d64;}

@media print{
  #askAboutProduct{display:none;}
}
#product #box #attributes{max-width:230px;margin:0 0 10px;}
* html #product #box #attributes{width:230px;}
#product #box #attributesLabel{display:none;}
.attribute{padding:20px;border:1px solid #bebebe;margin:0 50px 20px;background:#efefef;}
.attribute h3{font-size:1.2em;font-weight:bold;}
#product #box dl#attributesSelects{text-align:left;margin:0;}
#product #box dl#attributesSelects dd{padding:0 0 5px;margin:0;}
#product #box dl#attributesSelects dt{padding:5px 0 2px;margin:0;}
#product #box dl#attributesSelects select{width:210px;}
#product #box dl#attributesSelects label{color:#5b5b5b;}

@media screen and (max-width:410px){
  #product #box{width:95%;}
}

/* PRODUCTS SLIDER - jContent */

#productsSlider{margin:0 auto;position: relative;clear: both;width: 1200px;padding: 50px 0 0;}
#productsSlider .container{overflow: inherit;}
#productsSlider .title{color: #575757;font-weight: 300;font-size: 2.750em;text-transform: uppercase;position: relative;}
#productsSlider div {text-align: center;position: relative;}
#productsSlider .container{clear: both;}
#productsSlider div img{width: auto;display: inline;  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);top:150px;position: relative;}
#productsSlider div h2{font-family: Arial;color: #575757;font-size:1em; text-transform: uppercase;font-weight: normal;margin-top: 20px;}
#productsSlider div h2 a{color: #575757;text-decoration: none;}
#productsSlider div .photo{min-height: 300px;}
#productsSlider div .more{display: inline-block;margin: 20px auto 0;font-size: 1.188em;}
#productsSlider div .more a{text-transform: uppercase;color: #fff;text-decoration: none;padding: 5px 20px;background: #575757;float: left;}
#productsSlider div .more a:hover{background: #000;}

#productsSlider .slick-active:after{background: url('img/shadow_produckt.png') no-repeat left center;height: 486px;width: 35px;content: '';position: absolute;top: 0;right:-35px;z-index: 99;}
#productsSlider .slick-slide:last-child:after{display: none;}

#productsSlider .slick-prev{left: 0;}
#productsSlider .slick-prev:before{content: '<';}
#productsSlider .slick-next{right: 0;}
#productsSlider .slick-next:before{content: '>';}

#productsSlider .slick-prev, #productsSlider .slick-next{font-size: 1em;height: 52px;width: 52px;text-align: center;text-align: center;border: 1px solid #dbd8cc;}
#productsSlider .slick-prev:hover, #productsSlider .slick-next:hover{background: #425d64;border-color: #425d64;}
#productsSlider .slick-prev:hover:before, #productsSlider .slick-next:hover:before{color: #fff;}
#productsSlider .slick-prev:before, #productsSlider .slick-next:before{color: #828282;font-size: 1.1em;font-weight: 100;font-family: 'Roboto';display: inline-block;}


#productSlider{width: 1200px;margin: 0 auto;}
#subpagesSlider{height: auto;padding: 0;margin-top: -100px !important;padding: 0 25px;}
#page1 #subpagesSlider{margin: 10px 0 40px !important;}
#subpagesSlider ul{list-style: none;}
#subpagesSlider ul li{min-height: 215px;padding: 50px 10px;}
#subpagesSlider ul li .photo {overflow: hidden;text-align: center; -webkit-transition: all 0.3s;transition: all 0.3s;}
#subpagesSlider ul li .photo img{width: auto;margin: 0 auto !important;max-height: 160px;}
#subpagesSlider ul li .photo:hover{transform:scale(1.1); -webkit-transform:scale(1.1);-moz-transform:scale(1.1); -o-transform:scale(1.1);}


/* #subpagesSlider ul li .photo:hover img{-webkit-transform: scale(1.3);transform: scale(1.3);} */
#subpagesSlider ul li .name {text-align: center;margin: 10px auto;}
#subpagesSlider ul li .name a{color: #464646;text-transform: uppercase;font-weight: 300;text-decoration: none;font-size: 1.5em;}
#subpagesSlider ul li .name a:hover{text-decoration: underline;}

#subpagesSlider .slick-prev, #subpagesSlider .slick-next{font-size: 1.5em;height:auto;width: 28px;text-align: center;}
#subpagesSlider .slick-prev:hover:before, #subpagesSlider .slick-next:hover:before{}
#subpagesSlider .slick-prev:before, #subpagesSlider .slick-next:before{color: #828282;font-size: 2em;display: inline-block;}
#subpagesSlider .slick-prev{left: -25px;}
#subpagesSlider .slick-prev:before{content: '';border-top: 22px solid transparent;border-right: 25px solid #4EA6B2;border-bottom: 22px solid transparent;}
#subpagesSlider .slick-next{right: -25px;}
#subpagesSlider .slick-next:before{content: '';border-top: 22px solid transparent;border-left: 25px solid #4EA6B2;border-bottom: 22px solid transparent;}
#subpagesSlider .slick-prev:hover:before{border-right-color: #425d64;}
#subpagesSlider .slick-next:hover:before{border-left-color: #425d64;}

#page2 #content #slider3{display: none;}
#content #slider3{padding:60px 10px;}
#content #slider3 .title{width: 25%;text-transform: uppercase;font-weight: 300;color: #5b5b5b;font-size: 2.750em;float: left;margin-top: 30px;text-align: center;}
#content #slider3 ul{width: 75%;float: left;}
#content #slider3 ul li{text-align: center;}
#content #slider3 ul li img{margin: 0 auto;max-width: 80%;}

#slider4{margin-top: 20px;}
#slider4 .title{color: #5b5b5b;font-size: 2.500em;text-transform: uppercase;text-align: center;margin-bottom: 5px;position: relative;}
#slider4 .title a{text-decoration: none;}
#slider4 .title a:hover{text-decoration: underline;}
#slider4 .title .slick-prev{left: 0;}
#slider4 .title .slick-prev:before{content: '<';}
#slider4 .title .slick-next{right: 0;}
#slider4 .title .slick-next:before{content: '>';}

#slider4 img{max-width: 100%;}

#slider4 .title .slick-prev, #slider4 .title .slick-next{font-size: 1em;height: 52px;width: 52px;text-align: center;text-align: center;border: 1px solid #dbd8cc;}
#slider4 .title .slick-prev:hover, #slider4 .title .slick-next:hover{background: #425d64;border-color: #425d64;}
#slider4 .title .slick-prev:hover:before, #slider4 .title .slick-next:hover:before{color: #fff;}
#slider4 .title .slick-prev:before, #slider4 .title .slick-next:before{color: #828282;font-size: 1.1em;font-weight: 100;font-family: 'Roboto';display: inline-block;}

#page{clear:both;padding-top:5px;}
#page div.breadcrumb{top:-3px;}

/* BANNERS */
#banner0{text-align:center;padding-bottom:15px;}
#banner1{text-align:center;margin:10px 0;}
@media print{ #banner0, #banner1{display:none;} }
.content-slider{overflow:hidden;} /* height:200px; is default height, so page will not change its height after slider is loaded, so you should change it if your slider has different height */
.content-slider .quick-slider-nav-dots-wrapper{bottom:10px;margin:0 auto;text-align:center;}
.content-slider .quick-slider-nav-dots-wrapper li{display:inline-block;}
#column .content-slider{max-width:230px;box-shadow:0 0 8px rgba(48,47,47,.4);}
#content .content-slider{max-width:100%;width: 1200px;margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

#column .content-slider .description{top:0;left:0;width:100%;text-align:center;}
#content .content-slider .description{top:10px;left:80px;min-width:150px;width:45%;margin-top:10px;}
#sideTab{z-index:51;position:fixed;right:-45px;top:50%;background:#425d64;border-bottom:none;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
* html #sideTab{display:none;}
*:first-child+html #sideTab{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);right:0px;}
#sideTab{margin-right:-55px \ ;}
#sideTab a{display:block;padding:10px;text-decoration:none;color:#fff;font-size:1.4em;text-transform: uppercase;}

@media screen and (max-width:1050px){
  #sideTab a{padding:9px;font-size:1.6em;}
}
@media screen and (max-width:400px){
  #sideTab{right:-60px;}
  #sideTab a{padding:6px;font-size:1.5em;}
}
#product .recommended{padding-left:5px;}
#products .recommended{position: absolute;left:10px;top: 10px;}



/* ADVANCED SEARCH */
#searchShow{background: url('img/search.png') no-repeat center;font-size:0;padding: 0;width: 49px;height: 49px;float: right;margin-top: 15px;-webkit-transition: all 0.2s;transition: all 0.2s;cursor: pointer;}

#searchShow:hover{-ms-transform: rotate(-75deg);-webkit-transform: rotate(-75deg);transform: rotate(-75deg); }

#searchFormAdvanced{margin:0;padding:10px 0;text-align:center;}
#searchFormAdvanced label{display: none;}
#searchFormAdvanced .input{width:300px;font-size: 1em;padding: 10px;vertical-align: middle;}
#searchFormAdvanced .phrase label, #searchFormAdvanced .producer label{display:none;}
#searchFormAdvanced select{width:100%;font-size:1em;}
#searchFormAdvanced .hide, #searchFormAdvanced legend{display:none;}
#searchFormAdvanced div{padding:3px 0;}
#searchFormAdvanced .prices .input{width:42px;margin:0 0 0 4px;}
#searchFormAdvanced .prices label{padding-left:4px;}
#searchFormAdvanced .submit{vertical-align: middle;}


/*#imagesList7{height:450px;}
#imagesList7 .galleria-stage{height:360px;border:2px solid #2e6896;background:#000}
#imagesList7 .galleria-thumbnails .galleria-image{border:2px solid #2e6896;}
#imagesList7 .galleria-thumb-nav-left, #imagesList7 .galleria-thumb-nav-right, #imagesList7 .galleria-info-link, #imagesList7 .galleria-info-close, #imagesList7 .galleria-image-nav-left, #imagesList7 .galleria-image-nav-right{}
*/
#imagesList7{width: 95%;margin:20px auto;}

#download{width:100%;background:#e0e0e0;font-size:1em;margin:15px 0 5px;-webkit-box-shadow:0 8px 5px -5px rgba(0,0,0,.15);box-shadow:0 8px 5px -5px rgba(0,0,0,.15);}
#download td{padding:5px;}
#download .ico{padding:5px 0;text-align:center;width:30px;}
#download .date-file{width:120px;}
#download thead td{background:#f0f0f0;}
#download tbody td{background:#fff;}
#download tbody p{padding-top:2px;color:#666;}

@media screen and (max-width:360px){
  #download{font-size:0.875em;word-wrap: break-word;}
}
#products li .price ins{padding-right:5px;text-decoration:none;font-weight:bold;}
#products li .price ins em{padding-right:8px;background:inherit;color:#425d64;text-decoration:line-through;font-size:1.13em !important;}
#product #box #price .priceOld{padding-bottom:3px;background:inherit;font-size:0.7em;}
#product #box #price .priceOld em{background:inherit;padding-right:5px;}
#product #box #price .priceOld #priceOldValue{text-decoration:line-through;}
#siteMap li ins{text-decoration:none;font-weight:bold;}
#siteMap li ins em{padding-right:5px;background:inherit;text-decoration:line-through;font-style:normal;}
#promoted li .price ins{text-decoration:none;font-weight:bold;padding-left:5px;}
#promoted li .price ins em{padding-right:5px;background:inherit;color:#425d64;text-decoration:line-through;font-style:normal;}

@media screen and (max-width:660px){
  #products li .price{font-size: 0.85em;}
}
@media screen and (max-width:570px){
  #products li .price{font-size: 0.75em;}
}
@media screen and (max-width:481px){
  #products li .price{font-size:0.85em;}
}
#basket .image img{padding:1px;background:#fff;border:2px solid #c9cdce;}
#basket .image a:hover img{border:2px solid #a4aaac;}
#basket tbody td, #basket tbody th{vertical-align:middle;}

@media screen and (max-width:481px){
  #basket .image{display:none;}
}
.content-slider{overflow:hidden;} /* height:200px; is default height, so page will not change its height after slider is loaded, so you should change it if your slider has different height */

.content-slider ul{list-style: none;}
.content-slider.quick-slider{margin-bottom:15px;}
.content-slider .description{top:10px;left:80px;min-width:150px;width:45%;margin-top:10px;}
.content-slider .quick-slider-nav-dots-wrapper{bottom:10px;margin:0 auto;text-align:center;}
.content-slider .quick-slider-nav-dots-wrapper li{display:inline-block;}
@media print{ #content .content-slider{display:none;} }

/* RELATED PRODUCTS */
#productsRelated{clear:both;padding:50px 0;width: 1200px;margin: 0 auto;overflow: hidden;}
#productsRelated h3{font-size:2.750em;font-weight:normal;color:#575757;text-transform: uppercase;text-align: center;position: relative;}
#productsRelated ul{float:left;width:100%;margin:10px 0;padding:15px 0 10px;list-style:none;}
#productsRelated li{float:left;width:100%;padding:5px 0 15px;text-align:center;vertical-align:top;position: relative;}
#productsRelated .slick-active:after{background: url('img/shadow_produckt.png') no-repeat left center;height: 486px;width: 35px;content: '';position: absolute;top: 0;right:-35px;z-index: 99;}
#productsRelated .slick-slide:last-child:after{display: none;}

#productsRelated .name{font-family: Arial;color: #575757;font-size:1em; text-transform: uppercase;font-weight: normal;margin-top: 20px;}
#productsRelated .name a{color: #575757;text-decoration: none;}
#productsRelated .photo{min-height: 300px;}
#productsRelated .photo img{margin: 0 auto;width: auto;display: inline;  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);top:150px;position: relative;}
#productsRelated .photo img:hover{}
#productsRelated .more{display: inline-block;margin: 20px auto 0;font-size: 1.188em;}
#productsRelated .more a{text-transform: uppercase;color: #fff;text-decoration: none;padding: 5px 20px;background: #575757;float: left;}
#productsRelated .more a:hover{background: #000;}

#productsRelated .price, #productsRelated .noPrice{padding:6px 0 0;color:#425d64;}
#productsRelated .price strong{padding:0 2px 0 5px;font-weight:bold;}
#productsRelated .price em{padding:0;background:inherit;font-style:normal;}
#productsRelated .price span{font-weight:bold;padding-left:5px;}

#productsRelated .slick-prev{left: 0;}
#productsRelated .slick-prev:before{content: '<';}
#productsRelated .slick-next{right: 0;}
#productsRelated .slick-next:before{content: '>';}

#productsRelated .slick-prev, #productsRelated .slick-next{font-size: 1em;height: 52px;width: 52px;text-align: center;text-align: center;border: 1px solid #dbd8cc;}
#productsRelated .slick-prev:hover, #productsRelated .slick-next:hover{background: #425d64;border-color: #425d64;}
#productsRelated .slick-prev:hover:before, #productsRelated .slick-next:hover:before{color: #fff;}
#productsRelated .slick-prev:before, #productsRelated .slick-next:before{color: #828282;font-size: 1.1em;font-weight: 100;font-family: 'Roboto';display: inline-block;}



/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:1.5%;z-index: 2;}
#backToTop a{display:block;width:80px;text-align:center;color:#666;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
#backToTop a:hover{opacity:1;color:#207a94;text-decoration:none;}
#backToTop a:before{content:'';display:block;width:100%;height:80px;margin-bottom:7px;background:#607380 url('img/back_to_top.png') no-repeat center center;border-radius:50%;transition:1s;}
#backToTop a:hover:before{background-color:#207a94;}


/* USERS COLUMN LOGIN BOX */
#column .login{margin:10px 20px;padding:10px 7px;font-size:0.92em;text-align:center;border-top:2px solid #757575;border-bottom:2px solid #757575;}
#column .login label, #column .login legend{display:none;}
#column .login fieldset{padding:0;margin:0;}
#column .login .input{width:70px;margin:0 5px 0 0;}
#column .login .submit{width:50px;padding:3px 0;font-weight:bold;font-size:0.917em;}
* html #column .login{padding:10px 0;}
* html #column .login .input{width:59px;}

/* USERS LOGIN, LOGOUT AND PROFILE */
#log .button{text-align:center;}
#log .forget{margin-top:15px;text-align:center;}

#profile .fb{padding-top:15px;text-align:center;white-space:nowrap;}
#profile .fb img{margin-top:10px;border:1px solid #273b65;}

#profile{clear:both;width:100%;margin:10px auto 0;}
#profile fieldset{padding:25px 20px;}
#profile fieldset legend{display:none;}
#profile dl, #profile dt, #profile dd{margin:0;padding:0;}
#profile dt{padding:0 0 4px;}
#profile dd{margin-bottom:18px;}
#profile dd.not-required{display:none;}
#profile.register dl#notRequired{display:none;}
#profile.register dd.not-required{display:block;}
#profile .input{width:100%;padding:3px;font-size:1em;}
#profile #captcha{width:50px;}
#profile .captcha em{font-style:normal;font-weight:bold;}
#profile .captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}
#profile .save{text-align:center;}

#forgetPasswordForm{margin:10px 0 0;padding:10px 20px;}
#forgetPasswordForm label{padding-right:10px;}
#forgetPasswordForm .input{width:150px;margin-right:5px;}
#resetPasswordForm #profile th label{font-weight:bold;}

#order .tab{float:left;}
#order .tab a{display:block;margin:10px 10px 0 0;padding:10px 15px 10px;border:1px solid #e0e0e0;border-bottom:0;-moz-border-radius-topleft:5px;border-top-left-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;background:#fff;font-size:1em;font-weight:bold;color:#a3a3a3;text-decoration:none;}
#order .tab a:hover{color:#425d64;}
#order .tab a.selected{border-color:#c9c9c9;color:#666;}
#orderForm, #orderLoginForm{clear:both;}
#order #orderLogin div, #orderRegisterForm div{padding:12px 3%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;}
#order #orderLogin label, #orderRegisterForm label{padding:0 7px 0 0;}
#order #orderLogin legend, #orderRegisterForm legend{display:none;}
#orderRegisterForm span{display:block;margin-top:7px;color:#949494;font-size:0.917em;}
#userOrdersListLink{text-align:right;}
#userOrders{width:100%;margin:10px 0 0;font-size:1em;text-align:left;}
#userOrders thead td{padding:8px 4px;background:#2e6896;color:#fff;}
#userOrders tbody td{padding:6px 4px;border-top:2px solid #fff;border-bottom:1px solid #e0e0e0;}
#userOrders a{background:inherit;}
#userOrder .message{display:none;}
#userOrder #orderPrint{padding-top:15px;}
#orderLogin .submit, #forgetPasswordForm .submit{padding:2px 10px;}


#languages{position: fixed;right: -1px;top:85px;list-style: none;background: #fff;padding: 0 5px;z-index: 10;}
#languages li{margin: 5px 0;float: left;}
#languages li a{font-size: 0;float: left;}
#languages li img{width: 25px;height: 25px;border: 1px solid #eee;border-radius: 50%;}


.df-container{min-height: 800px !important;}


.listProducts{position: absolute;top: 0px;width: 100%;background: #207a94;color: #fff;padding:10px 0;z-index: 10;}
.listProducts li{display: inline-block;padding: 0 2.5%;}
.listProducts li .qbox{display: inline-block;vertical-align: bottom;text-transform: uppercase;text-align: left;padding: 0 1%;}
.listProducts li h3{font-weight: 300;font-size: 1em;}
.listProducts li h3 a{color: #fff;text-decoration: none;}
.listProducts li h3 a:hover{text-decoration: underline;}
.listProducts li div.more{font-weight: 300;font-size:0.8em;}
.listProducts li div.more a{color: #eee;text-decoration: none;}
.listProducts li div.more a:hover{text-decoration: underline;}
.listProducts li div.price{color: #fff;font-size: 0.8em;font-weight: 300;}
.listProducts li .qbox div.price{color: #777;font-size: 0.8em;font-weight: 300;}
.listProducts li div.price em{font-style: normal;}
.listProducts li div.price strong{font-weight: 300;font-size: 2em;margin: 0 2px;}

#o-widget-lws{background-color:#575757 !important;}