/*
Quick.Cart.Ext default stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/ext/?id=en-design
*/


/* GLOBAL STYLES */xxx
body, *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul{margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6{line-height:1.3em;}
body,table{color:#666;font-size:1em;font-family:Roboto, sans-serif;font-weight:300;line-height:1.2em;}
table{width:96%;font-size:1em;color:#2b2b2b;}
body{padding:0;background:#ffffff;text-align:center;}
body.home{margin-top:0;}
tr:nth-child(even){}

.input, select, textarea{padding:7px;border-width:1px;border-style:solid;border-color:#6c6c6c #cccccc #cccccc #6c6c6c;font-size:1em;background:#eee;}
.input:focus, select:focus, .textarea:focus{text-shadow:none;}
.submit{background: #13A6E7;color: #fff;font-size: 1em;border:none;border-radius: 50px;padding: .6em 1.2em;}
.submit:hover{background:#000;cursor:pointer;color:#fff}
* html .submit{padding:3px 1px;} /* IE 6 hack */
* html .input{height:21px;} /* IE 6 hack */
.form{}
.form label{font-size:1em;color:#222;font-weight:bold;}
.hide{display:none;}

input{background:#f1f1f1;border:1px solid #eee;}

a{background-color:inherit;color:#13A6E7;text-decoration:none;outline:none;}
a:hover{background-color:inherit;color:#c4b199;color:#000;text-decoration:underline;}

.mmselect{padding: 0.5rem;margin: 1em;background: #ddd;border: 1px solid #C2C2C2;color: #888;border: 1px solid #cfdadd;outline: none;display: inline-block;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor: pointer;}

.clear{clear:both;height:0px;font-size:0px;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:#5b5b5b;}
#skiplinks a:focus{top:0;background:#000;color:#5b5b5b;}

#container{position:relative;float:left;width:100%;margin:0 auto;padding:0 ;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1 .container{width:100%;display:flex;justify-content: space-between;}
#head2 .container, #head3 .container, #body .container, #foot .container{width:1300px;margin:0 auto;text-align:left;}
#head2 .container, #head3 .container, #body .container{}

:root {
  --color-text: #6d6f64;
  --color-white: #fff;
  --color-bg: #fff;
  --qr-color:  #111; 
  --qr-bgcolor: #fff; 

}
.page-qr{clear:both;display:flex;flex-direction:column;justify-content: center; align-items: center;margin:0 auto;text-align:center;gap:1em}
.page-qr .button{padding:1em;background:var(--color-bg);border: 2px solid var(--color-text);color:var(--color-txt);border-radius:10px;cursor: pointer;}
.page-qr .button:hover{background:var(--color-text);color:var(--color-white);}
#qrCode{margin:3em auto;}
#qrCode img{padding:1em ;background:var(--qr-bgcolor);}


/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 {border-bottom:1px solid #616161;background:rgba(0,0,0,0.8);min-height: 61px;position: fixed;top: 0px;z-index: 100;width: 100%;}
#head1 .container{overflow:hidden;height:61px;}
* html #head1 .container, * html #head2, * html #head3, * html #body{background:none;} /* IE 6 hack */

/* MENU TOP 1 */
#menu1 ul{float:right;margin:2px 3px 2px 0;list-style:none;margin-left:870px;}
#menu1 li{padding:7px 0 0 20px;}
#menu1 li a{padding-right:12px;background:url('img/menu3_sub.gif') no-repeat right 5px;font-weight:bold;text-decoration:none;color:#c4b199;text-transform:lowercase;}
#menu1 li a:hover, #menu1 .selected a{text-decoration:underline;color:#111;}

#menu1 li.lBasket{padding:5px 8px 5px 20px;}
#menu1 li.lBasket a{padding: 2px 0 0 10px;background: none;color: #c4b199;float: left;font-size: 1.3em;text-decoration: none;}
#menu1 li.lBasket a:hover{color:#fff;}
#menu1 li.lBasket span{clear: both;color: #c4b199;font-size: 11px;font-family: sans-serif;padding-left: 10px;float: left;position: absolute;line-height: 12px;width:70px;}
#menu1 li.lBasket strong {clear: both;font-size: 40px;font-weight: 300;position: absolute;margin-left: 20px;top: 3px;}



/* LOGO, HEADER BACKGROUND AND SLOGAN */
.home #head2{clear:both;background-image:url('img/border_head2.jpg');background-repeat:repeat-x;background-position:bottom center;background-color: rgb(255, 255, 255);top:61px;}
#head2{clear:both;background: rgb(89, 89, 89);top: 61px;position: relative;}
.home #head2 .container{height:815px;position:relative;}
#head2 .container{height:100px;position:relative;}
#head1 #logo{position:relative;top:1em;z-index:999;display:flex;flex-direction:row;justify-items:center;position: relative;margin: 0 8em 0 1em;}
.is-product #head2, .pageProducts #head2{display:none;}

#head1 #logo #title{margin:0 auto;float:left;width:120px;}

#logo #title a{font-size:0;}
#logo #title a span{color:#111;background:inherit;}
#logo #title a strong{color:#2e6996;background:inherit;}
#logo #slogan{float:right;clear:left;margin:0;background:inherit;color:#fff;width:100px;font-size: 0.7em;}
/*
.home #head1 #logo #title{float:left;width:120px;}
.home #head2 #logo{position:absolute;top:130px;left:8em;z-index:999;flex-direction:column;}
.home #head2 #logo #title{width:300px;}
.home #logo #slogan{width:100%;font-size:.8em;color:#5b5b5b;}
.home #head1 #logo #slogan{width:100%;font-size:0.8em;color:#fff;line-height:1em;}
*/


#logo-main #title-main, #slogan-main{width:300px;display:none;}

.sidr-inner{list-style:none;margin-top:3em;}
.sidr-inner h2 {background:#fff !important;}
.sidr-inner h2 a {color:#000;font-size:1.5em;font-weight:300;margin:1em;line-height:2em;}
.sidr-inner h2 a:hover{color:#13A6E7}
.sidr{width:400px !important;background:#fff !important;color:#000 !important;}
.sidr-class-options{font-size:0.7em;}
.sidr-inner h2 a{color:#c4b199;}
.sidr-inner h2 a:hover{color:#000;text-decoration:none}

	.home #page div.content h2.models{font-size:2em;text-align:center;}
   .home a.linkAll{font-size:0.5em;}


/* HEADER WITH TOP MENU BELOW LOGO */
#head3 .container{display:none;background:#817f81 url('img/menu2_bg.png') repeat-x;overflow:hidden;height:40px;border-color:#5b5958;}

/* MENU TOP 2 */

#menu2 ul{height:100%;margin:0;list-style:none;display:flex ;width:100%;justify-content: flex-end;align-items: center;}
#menu2 li{padding:0;}
#menu2 li a:hover, #menu2 .selected a{background-image:url('');color:#5b5b5b;text-decoration:none;}
#menu2 li.l1, #menu2 li.l1:hover, #menu2 li.l1.selected{border-left:none;}
#menu2 li a{text-transform:lowercase;background-image:url('');background-repeat: no-repeat;background-position:left center;float:left;padding:1em;color:#ccc;font-size:1.0em;text-decoration:none;line-height:2em;}
#menu2 li a:hover, #menu2 .selected a, #menu2 .selected-parent a{background-image:url('');color:#13A6E7;text-decoration:none;}
li#menu-page130.lL a{text-transform:uppercase;color:#c4b199;}

.hamburger{display: none;margin: 0 ;transition: all 0.2s ease;position: absolute;z-index: 999;top:0;right:0;background: transparent;}
#hamburger-menu span{display: inline-block;vertical-align: middle;color: #ccc;margin-right: 10px;}


/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:0;}
#body .container{overflow:hidden;}

/* LEFT COLUMN STYLES */
#column{float:left;width:300px;padding:20px 0;display:none;}
* html #column{float:left;width:300px;padding:20px 0;}
.order #column{display:none;}

#searchForm{padding:15px 5px;text-align:center;float:right;width:30%;}
#searchForm label{display:none;}
#searchForm .input{width: 230px;padding: 8px;border: 1px solid #666;background:rgb(102,102,102);color:#c4b199;outline:none;}
#searchForm .submit{padding:4px 10px 9px;font-size:.8em;line-height:1em;border:0;color:#666;background:none;}
#searchForm .submit:hover{color:#5b5b5b;}
*:first-child+html #searchForm .submit{padding:3px 3px 8px;} /* IE 7 hack */
* html #searchForm .submit{padding:3px 3px 8px} /* IE 6 hack */
#column .type{margin-top:10px;padding:5px 13px 0 0;font-size:1.7em;font-weight:300;color:#686868;}
/* LEFT MENU */
#menu3{overflow:hidden;margin:20px 0 40px;}
#menu3 ul{padding:10px 0;list-style:none;}
#menu3 li{margin:0 3px;padding:4px 0 4px 13px;border-bottom:0px solid #e0e0e0;}
#menu3 li a{clear:both;text-transform:lowercase;background-image:url('img/menu2.jpg');background-repeat: no-repeat;background-position:left 8px;float:left;padding:13px 25px 0 28px;color:#c4b199;font-size:16px;text-decoration:none;}
#menu3 li a:hover, #menu2 .selected a{background-image:url('');color:#13A6E7;text-decoration:none;}
#menu3 .selected > a:first-child{color:#13A6E7;background:none;}

#menu3 .sub1{display:none;margin:0;padding:0;border:0;background:none;}
#menu3 .sub1 li{padding:12px 0 12px 20px;border:0px;}
#menu3 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:300;}

/* BOXES */

.boxes .box ul, .boxes .box ol{margin:0 !important;list-style:none;}
.boxes .box li{padding:6px 0 2px 15px;}
.boxes .box li a{display:block;width:87%;padding:2px 2% 4px 7%;color:#002d41;font-size:1.083em;background:none;}
.boxes .box li a:hover{color:#0a0a0a;background:none;}
.boxes .box .type{padding:7px 0 7px 0px;color:#0a0a0a;font-size:1.5em;border:0;text-align:left;}
.boxes .box .content{padding:5px 10px 15px;list-style:none;line-height:1.5em;text-align:left;}
.boxes .box{float:left;padding:0;margin:0 0 5px 2%;background:#fbfbfb;border:2px solid #f3f3f3;}
.boxes.footer .box{margin-top:10px;margin-bottom:10px;}
#productDescription .box .content{padding:1em 2em;list-style:none;line-height:1.5em;font-weight:300;}
#productDescription #box1 {float:left;margin:30px 0 10px 50px;width:350px;}
#productFilmDescription h2{font-size:2em;font-weight:300;margin:2em 0 1em;}


#productDescription #box1 .type{}
#productDescription #box1 .content{background:none;width:100%;float:left;min-height:100px;}
#productDescription .page-box{background:none;width:25%;float:left;min-height:100px;text-align:center;margin:40px 0;}
#productDescription .page-box .description p{background:none;width:100%;min-height:100px;text-align:left;}
#productDescription .page-box .name{font-size:1.5em;}
#productDescription h3{font-size:1.9em;width:100%;font-weight:700;padding:30px 30px 10px;}

/* BASKET SUMMARY */
#basketSummary{padding:10px 20px;}
#basketSummary .title{margin-top:10px;padding:5px 13px 10px;font-size:1.667em;font-weight:bold;color:#5b5b5b;background:#326e9c url('img/menu4_bg.png') no-repeat left bottom;}
#basketSummary .title a{color:#5b5b5b;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 h3{font-size:0.9em;}
#basketSummary li a{color:#0a0a0a;}
#basketSummary li a:hover{color:#0a0a0a;}
#basketSummary li div{padding:5px 0 0;font-weight:300;font-size:0.9em;}
#basketSummary li .priceQuantity{color:#0a0a0a;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:7px;border-top:2px solid #e0e0e0;color:#0a0a0a;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:#5b5b5b;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 h3{font-size:1.1em;padding:5px 0;}
#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:#0a0a0a;}
#promoted li 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 */
#content{float:left;width:100%;margin:0 auto;text-align:center;display:flex;}
body.home #content {float:none;width:100%;background:none;margin:0 auto;}
body.home #page h1 {display:none;}
* html #content{width:658px;} /* IE 6 hack */
.order #content{width:100%;}
#page{clear:left;float:left;margin:0 auto;text-align:left;background-color:#fff;padding:10px 50px;}
body.home #page{background-color:#ffffff;width: 100%;}
* html #page{float:none;width:96%;} /* IE 6 hack */
* html .order #page{width:94%;} /* IE 6 hack */

/* PAGE TITLE */
#page h1{margin:2em 0 10px;padding-left:0;color:#0a0a0a;font-size:2.25em;font-weight:300;}
/* NAVIGATION PATH - TREE */
#page div.breadcrumb{font-size:12px;font-weight:300;margin:10px 0px 20px;color:#333;}
#page div.breadcrumb a{line-height:1em;text-decoration:none;color:#333;padding:0px 5px 0px 0;}
#page div.breadcrumb a, #page div.breadcrumb a:hover {text-decoration:none;color:#000;}
#page div.breadcrumb a:first-child {}

#page div.breadcrumb a:last-child, #page div.breadcrumb a:last-child:hover {text-decoration:none;color:#000;}

#page div.breadcrumb a:hover{text-decoration:underline;color:#888;}
*: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 0px;font-size:1.083em;line-height:1.5em;color:#2e2e2e;margin-top:0px;margin-bottom: 0px;display:flex;flex-direction:column;}
#page div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;display:flex;flex-direction:column;padding-left:1.2em;}
#product div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;display:flex;flex-direction:column;padding-left:1.2em;}
#page div.content li{margin:8px 1em;padding:0;border-left:0;}
#page div.content ol {margin:8px 2em;padding:0;border-left:0;}
#page div.content h2{margin:2em auto; font-size:3em;font-weight:300;}
#mainPageDescription a {color:#c4b199;}
.tS{float:right;margin:17px 0 3px;}
.tS div{display:inline;}
.tS a{margin:0 1px;text-decoration:none;background:inherit;color:#0A0A0A;font-weight:bold;}
.tS a:hover{color:#5b5b5b;background:inherit;}
.tS0{font-size:0.917em;}
.tS1{font-size:1.083em;}
.tS2{font-size:1.333em;}

.pages{padding:0 3px;font-size:1.083em; width:100%;margin:0 auto;text-align:center;border-top:1px solid #000;}
.pages ul, .pages li{display:inline;}
.pages li{padding:2px 3px;}
.pages a {padding:2px 5px;font-size:1.083em;color:#000;text-decoration:none;margin:0 2px;}
.pages a:hover {color:#5b5b5b;font-size:1.083em;}
.pages strong{font-size:20px;text-decoration:none;margin:0 2px;padding:2px 5px;color:#000;}
.pages a.pNext{position:absolute;right:0;}
.pages a.pPrev{position:absolute;left:0;}
.pages a.pNext, .pages a.pPrev {color:#000;padding:2px 5px;text-decoration:none;margin:0 2px;}
.pages a.pNext:hover, .pages a.pPrev:hover   {color:#5b5b5b;padding:2px 5px;text-decoration:none;margin:0 2px;}

/* IMAGES STYLES */
#content .imagesList{list-style:none;clear:left;}
#content .imagesList li{margin:0 0 15px 0;text-align:center;float:left;}
#content .imagesList li div{text-align:center;display:none;}
#content .subpagesList li img, #content .imagesList li img, #content .imagePreview img, #products li .photo img, .imagesGallery img, #subpagesGallery img{padding:1px;}
#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{}
.imagePreview img{width:100%;height:100%;object-fit:cover;}

#imagesList1{float:left;margin:9px 10px 0 0;}
#imagesList2{float:right;}
body#page21 #imagesList1 img{width:163px;}
body#page21 #imagesList1 {margin-top:50px;}

/* 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{display:none;}
#content .imagesGallery td{padding:15px 7px 10px;background:inherit;font-size:0.917em;text-align:center;vertical-align:top;text-align:center;}
#content .imagesGallery td div{font-weight:300;font-size:1.1em;line-height:1.4em;text-align:center;float:none;}

#imagesList1.imagePreview{margin-top:0em;}
.imagePreview div{margin:5px 0 10px;text-align:center;}
#product #imagesListPreview{float:left;margin-bottom:20px;margin:1em 0 3em;width:60%;}
#product #productDescription{display:block;}

* html #imagesListPreview{margin-top:5px;float:left;}
.imagesList#imagesListPreview li{margin-bottom:3px;display:inline;margin-left:5px;float:left;}
.imagesList#imagesListPreview li img{border:1px solid #555;}
.imagesList#imagesListPreview li img:hover{border:1px solid #fff;}

/* 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 5px 10px;padding-left:10px;}
#filesList li a{color:#0a0a0a;}
#filesList li a:hover{color:#666;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;}

body.parallax #body .container{width: 100%;}
body.parallax #page {padding: 10px 0;width:100%;}
body.parallax #page h1{width: 1050px;margin: 58px auto 10px;}
body.parallax #page div.breadcrumb{width: 1050px;margin: 10px auto 20px;}
body.parallax #page .subpagesList li {width: 100%;}
body.parallax #page .subpagesList li .container{width: 1000px;margin: 0 auto;}
body.parallax #page #socialButtons{width: 1050px;margin: 0 auto;float: none;}
body.parallax #page div.content{width: 1050px;margin: 0 auto;float: none;}
body.parallax #options{width: 1050px;margin: 10px auto;float: none;overflow: hidden;padding-top:10px;}
#content #subList7 li .photo{width:auto;}


/* SUB PAGES LIST STYLES */
#content .subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
#content .subpagesList li{clear:none;float:left;width:50%;margin:10px 0;padding:15px 10px;height:auto;margin-bottom:40px;}
#content .subpagesList li:nth-child(2n+1){}
* html #content .subpagesList li{width:100%;} /* IE 6 hack */
#content .subpagesList li .photo{float:left;margin:0 20px 5px 0;width: 100%;}
#content .subpagesList li h2{line-height:1.1em;}
#content .subpagesList li h2{color:#000;font-size:1.5em;font-weight:300;background:none;text-decoration:none;padding-bottom:10px;}
#content .subpagesList li h2 a{color:#000;font-weight:300;background:none;text-decoration:none;}
#content .subpagesList li h2 a:hover{color:#666;background:none;}
#content .subpagesList li div.description{font-weight:300;font-size:1em;line-height:1.4em;color:rgb(97,97,97);}
#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;}
#content .subpagesList li ul{list-style:disc;}
#content .subpagesList li ol{list-style:decimal;}
#content .subpagesList li p{padding-bottom:10px;}

#content .subpagesList li.parallax-window{height: 400px;width: 100%;  background-attachment: local;    background-position: center;    background-repeat: no-repeat;    background-size: cover;}
.parallax-window{height: 800px;width: 100%;  background-attachment: local;    background-position: center;    background-repeat: no-repeat;    background-size: cover;list-style:none;}


#head2 .container #subList2{float:left;width:100%;margin:7px 0;list-style:none;position:absolute;top:0px;margin-left:360px;}
#head2 .container #subList2 li{float:left;padding:0px;display:inline;border:0px solid #50493F;margin: 20px 10px;}
#head2 .container #subList2 li p {display:none;}
#head2 .container #subList2 li h2 a {font-size:2em;color:#c4b199;font-weight:300;text-decoration:none;display:none;}
#head2 .container #subList2 li h2 a:hover {color:#5b5b5b;}
#head2 .container #subList1{float:left;margin:7px 0;list-style:none;position:absolute;top:.5em;margin-left:21em;}
#head2 .container #subList1 li{float:left;padding:0.4em 2em;display:inline;border:1px solid #fff;margin: 0.2em 1em;}
#head2 .container #subList1 li p {display:none;}
#head2 .container #subList1 li h2 a {font-size:1em;color:#eee;font-weight:300;text-decoration:none;}
#head2 .container #subList1 li h2 a:hover {color:#fff;}
 
 #head1 .container #subList1{display:none;}
.sidr-inner #subList1{display:none;}
.orderStep1 .headLine{list-style:none;}

body.home #head2 {height:auto;padding-bottom: 15px;}
/*body.home #head2 .container{height:870px;width:100%;}*/
body.home #content .subpagesList{width:100%;margin:3em auto 10px;list-style:none;overflow:hidden;text-align: center;display: flex;flex-direction: row;justify-content: center;}
/*body.home #content .subpagesList li{clear:none;width:300px;height:392px;margin:10px 16.5px;padding:10px;background-image:url('img/kejs_bg.jpg');background-repeat:no-repeat;float:left;}*/
/*body.home #content .subpagesList li.l1{background-image:url('img/kejs_bg.jpg');}
body.home #content .subpagesList li.lL{background-image:url('img/kejs_bg.jpg');}*/
* html body.home #content .subpagesList li{width:300px;height:392px;	} /* IE 6 hack */
body.home #content .subpagesList li .photo{float:none;margin:20px auto 10px;width:240px;opacity:0;height:70px;}
* html body.home #content .subpagesList li .photo{margin:20px auto 10px;width:260px;text-align:center;}
body.home #content .subpagesList li .photo img{border:1px solid #000;}
body.home #content .subpagesList li .photo img:hover{border:1px solid #fff;}
body.home #content .subpagesList li h2{padding-bottom:10px;}
body.home #content .subpagesList li h2, body.home #content .subpagesList li h2 a{color:#5b5b5b;font-size:2em;font-weight:300;position: relative;z-index: 2;}
body.home #content .subpagesList li h2 a:hover{color:#fff;}
body.home #content .subpagesList li div.description{font-weight:300;font-size:1.2em;line-height:1.2em;color:#ccc;clear:both;padding:0 21px;height:100px;text-align:center;}
body.home #content .subpagesList li ul, body.home #content .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
body.home #content .subpagesList li li{padding:0;border-bottom:0;background:none;}
body.home #content .subpagesList li ul{list-style:disc;}
body.home #content .subpagesList li ol{list-style:decimal;}
body#page102 #content .subpagesList li{clear:none;width:20%;height:auto;margin:0;padding:10px;float:left;}


body.home #head2 {height:auto;padding-bottom: 15px;}
/*body.home #head2 .container{height:870px;width:1300px;}*/
body.home #subList55{width:100%;margin:0 auto;list-style:none;overflow:hidden;text-align: center;display: flex;flex-direction: row;justify-content: center;background:#eee;padding:10em ;clear: both;/*background-image: url("img/border_head2.jpg");background-position-x: center;background-position-y: bottom;background-repeat:repeat-x;*/background-color: rgba(0, 0, 0, 0.9);background: radial-gradient(circle, rgba(157,147,147,1) 0%, rgba(115,109,109,1) 14%, rgba(64,61,61,1) 41%, rgba(0,0,0,1) 100%);}
body.home #subList55 li{clear:none;width:300px;height:392px;margin:10px 16.5px;padding:10px;background-image:url('img/kejs_bg.jpg');background-repeat:no-repeat;float:left;}
body.home #subList55 li{background-image:url('img/kejs_bg.jpg');}
* html body.home #subList55 li{width:300px;height:392px;	} /* IE 6 hack */
body.home #subList55 li .photo{float:none;margin:20px auto 10px;width:240px;opacity:0;height:70px;}
* html body.home #subList55 li .photo{margin:20px auto 10px;width:260px;text-align:center;}
body.home #subList55 li .photo img{border:1px solid #000;}
body.home #subList55 li .photo img:hover{border:1px solid #fff;}
body.home #subList55 li h2{padding-bottom:10px;}
body.home #subList55 li h2, body.home #subList55 li h2 a{color:#5b5b5b;font-size:1.75em;font-weight:400;position: relative;z-index: 2;text-decoration:none;}
body.home #subList55 li h2 a:hover{color:#fff;}
body.home #subList55 li div.description{font-weight:300;font-size:1em;line-height:1.2em;color:#ccc;clear:both;padding:0 21px;height:100px;text-align:center;margin-top:2em;}
body.home #subList55 li ul, body.home #subList55 li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
body.home #subList55 li li{padding:0;border-bottom:0;background:none;}
body.home #subList55 li ul{list-style:disc;}
body.home #subList55 li ol{list-style:decimal;}
body#page102 #subList55 li{clear:none;width:20%;height:auto;margin:0;padding:10px;float:left;}



svg{fill:white}


body.videoClips #content .subpagesList li {
  clear: both;
  margin: 10px 0 10px 20px;
  padding: 10px;
  float: left;
  width: 100%; /* dodane */
  max-width: 100%; /* dodane */
  box-sizing: border-box;
}

body.videoClips #content .subpagesList li iframe.youtube {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  display: block;
}

body#page61 #content .subpagesList {float: left;width: 100%;margin: 7px 0;list-style: none;}

#content #subList3.subpagesList{display:flex;justify-content:center;flex-wrap: wrap;}
#content #subList3.subpagesList li{width:25%;}
.faq #content #subList3{display:flex;flex-direction:column;}

.faq #content #subList3.subpagesList li{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;}
.faq #content #subList3.subpagesList li h2{min-width:100%;order:-3;}
.faq #content #subList3.subpagesList li .photo{width:25%;order:-1;justify-content:left;}
.faq #content #subList3.subpagesList li .description{width:70%;order:-2;}
.terms #content #subList3.subpagesList li{width:50%;}
#content #subList3.subpagesList li .photo img{width:100%;}
/*
.zobacz {margin-top:10px;width:225px;height:57px;background-image:url('img/kejs_zob1.png');background-repeat: no-repeat;background-position: top center;}
.zobacz:hover {width:225px;height:57px;background-image:url('img/kejs_zob2.png');background-repeat: no-repeat;background-position: top center;}
.wyp {margin-top:10px;width:225px;height:57px;background-image:url('img/kejs_wyp1.png');background-repeat: no-repeat;background-position: top center;}
.wyp:hover {width:225px;height:57px;background-image:url('img/kejs_wyp2.png');background-repeat: no-repeat;background-position: top center;}
.kup {margin-top:10px;width:225px;height:57px;background-image:url('img/kejs_kup1.png');background-repeat: no-repeat;background-position: top center;}
.kup:hover {width:225px;height:57px;background-image:url('img/kejs_kup2.png');background-repeat: no-repeat;background-position: top center;}
*/
#subpagesGallery{width:100%;padding:10px 0;font-size:1em;background:url('img/body.png');border-bottom:1px solid #dadada;-webkit-box-shadow:0 10px 5px -5px rgba(0,0,0,.15);box-shadow:0 10px 5px -5px rgba(0,0,0,.15);}
#subpagesGallery td{padding:15px 7px 10px;text-align:center;}
#subpagesGallery td h2{margin:5px 0 0;}
#subpagesGallery h2, #subpagesGallery h2 a{font-size:1.2em;font-weight:300;background:none;}
#subpagesGallery h2 a:hover{color:#666;background:none;}

/* SOCIAL BUTTONS */
#plusOne{position:absolute;top:20px;right:20px;}
#socialButtons{clear:both;float:left;width:100%;margin:10px 0;padding:6px 0 4px;text-align:left;list-style:none;}
#socialButtons .title{display:block;float:left;margin:0 0 0 15px;padding:2px 0 0;}
#socialButtons li{float:left;margin:0 10px 0;}
#socialButtons li.social2 img{border:1px solid #ccc;}
#socialButtons a img{vertical-align:middle;}

/* 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;background:#fff url('img/body.png');border-bottom:1px solid #dadada;-webkit-box-shadow:0 8px 5px -5px rgba(0,0,0,.15);box-shadow:0 8px 5px -5px rgba(0,0,0,.15);}
#siteMap li a{font-weight:bold;font-size:1.1em;color:#0a0a0a;background:none;}
#siteMap li a:hover{color:#2e6996;background:none;}
#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:#2e6996;background:none;}
#siteMap ul.products li{border:0;background:url('img/menu3_sub.gif') no-repeat 3px 11px;-webkit-box-shadow:none;box-shadow:none;}
#siteMap ul.products li a{color:#333;font-weight:300;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:#0a0a0a;background:none;text-decoration:underline;}
#siteMap li .price{display:inline;font-size:0.917em;color:#2e6996;padding-left:5px;}
#siteMap li strong{padding:0 5px 0 7px;background-color:inherit;color:#2e6996;}
#siteMap li span{background-color:inherit;color:#2e6996;}

/* COMMENTS */
#commentForm{clear:both;width:1300px;margin:0px 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 .input, #commentForm textarea{width:1300px;padding:8px;font-size:1em;}
#commentForm #captcha{width:50px;}
#commentForm .captcha em{font-style:normal;padding:0 3px;}
#commentForm label[for=Phone]{font-weight:300;}

#commentTitle{width:1300px;margin:0px auto 0;overflow:hidden;margin:18px auto 10px;padding-left:10px;color:#5b5b5b;font-size:2.2em;font-weight:300;}
#comments{float:left;width:100%;margin:7px 0;list-style:none;background-image:url('img/bg_content.png');}
#comments li{clear:left;float:left;width:96%;margin:10px 0;padding:13px 2%;}
* html #comments li{width:100%;}
#comments div{float:left;width:25%;}
#comments h5{font-size:1em;color:#000;}
#comments h6{font-size:1em;margin-top:3px;font-weight:300;color:#000;}
#comments p{font-weight:300;font-size:1em;line-height:1.4em;width:75%;float:right;color:#000;}

/* PRODUCTS RATING */
#productRating{float:left;margin:10px 3px 5px;text-align:center;}
#productRating .results{margin:2px 5px 0;font-size:0.9em;}
#productRating .results strong{padding:0 0 0 2px;}
.ratingDisplay{width:80px;height:16px;background: url('img/stars2.png') no-repeat 0 0;font-size:1px;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/stars2.png') no-repeat 0 0;margin-right:5px;}
.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}
.ratingList{margin:0 auto;width:80px;height:16px;background:url('img/stars2.png') no-repeat 0 0;font-size:1px;}
.rating{width:80px;height:16px;margin:0 auto;padding:0;list-style:none;clear:both;position:relative;background: url('img/stars2.png') 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}
ul.rating li{cursor:pointer;float:left;text-indent:-999em;}
ul.rating li a {position:absolute;left:0;top:0;width:16px;height:16px;text-decoration:none;z-index: 200;}
ul.rating li.one a{left:0}
ul.rating li.two a{left:16px;}
ul.rating li.three a{left:32px;}
ul.rating li.four a{left:48px;}
ul.rating li.five a{left:64px;}
ul.rating li a:hover{z-index:2;width:80px;height:16px;overflow:hidden;left:0;background: url('img/stars2.png') no-repeat 0 0}
ul.rating li.one a:hover{background-position:0 -96px;}
ul.rating li.two a:hover{background-position:0 -112px;}
ul.rating li.three a:hover{background-position:0 -128px}
ul.rating li.four a:hover{background-position:0 -144px}
ul.rating li.five a:hover{background-position:0 -160px}

/* CONTACT FORM */
#contactPanel{float:right;width:50%;margin:10px 30px 0;}
#contactPanel fieldset{padding:25px 20px; width:100%;}
#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:99%;padding:7px;font-size:1em;}
#contactPanel #captcha{width:50px;}
#contactPanel .captcha em{font-style:normal;padding:0 3px;}
#contactPanel label[for=contactPhone],#contactPanel legend{font-weight:300;color:#000;}

/* PAYMENTS */
#paymentDescription{margin:10px 30px 20px;padding:20px;text-align:center;color: #000;}
#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:300;}

/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px 10px;color:#aaa;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:#aaa;background:inherit;}
#options a:hover{color:#5b5b5b;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 h3{background:inherit;color:#0a0a0a;font-weight:300;font-size:2.4em;line-height:1.7em;}
.message h3 a{color:#0a0a0a;background:inherit;}
.message h3 a:hover{color:#666;background:inherit;}

#head2 .container #subList1 li div.options li{border:none;}
#page div.options{position:relative;}
#content .subpagesList li div.options{margin-left:0;}
div.options{margin:0;list-style:none;position:absolute;z-index:100;list-style:none !important;width:50px;float: right;display:flex;margin-left:-30px;}
div.options::after{content:"";display:table;clear:both;}
div.options li{margin:0;float:right;margin-left:0;}
div.options .edit a, div.options .delete a, .edit a, .delete a{display:inline-block;width:21px;height:21px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;border:none;}
div.options .edit a{background:url('../admin/img/ico_edit.gif') no-repeat 0px 0px;}
div.options .delete a{background:url('../admin/img/ico_del.gif') no-repeat 0px 0px;}
div.options .edit a:hover, div.options .delete a:hover{opacity:0.6;}

/* PRODUCTS LIST */
.productList{display:flex;flex-direction:row;justify-content:space-between;flex-wrap: wrap;list-style:none;width: 100%;}
.productList li{width:30%;margin:2em auto;}
.productList li h2 a {font-weight:300;font-size:2em;color:#000;}
.productList li h2 a:hover{color:#13A6E7;}
#products{width:100%;margin:0 auto;margin-bottom:10px;list-style:none;display:flex;flex-direction:row;justify-content:space-between;}
#products ul.list{float:left;width:100%;list-style:none;display:flex;flex-direction:row;justify-content:space-between;}
#products .list li{float:left;margin:40px 0;width:30%;padding: 0 46px;}
/* standard products list (not columns) example:
#products .list li{position:relative;clear:both;width:96%;margin:5px 0;padding:5px 2% 10px;text-align:left;} */
#products .list li li{float:none;width:auto;margin-left:0px;padding:0;border-top:0px;text-align:left;}
#products li .photo{margin-top:4px;font-size:0px;line-height:0px;}
#products li .photo{font-size:0px;line-height:0px;min-height:270px;}
#products li .photo img{padding:1px;border:0px solid #e0e0e0;width:100%;}
#products li .photo a:hover img{border:0px solid #d5d5d2;}
#products li h2{padding:1em 0;font-weight:300;font-size:1em;min-height:100px;display: flex;flex-direction: column;justify-content: center;line-height:2em;align-items: center;}
#products li h2 a{padding:5px 0 0 0;}
#products li h2 a:hover{text-decoration:none;}
#products li h3{padding:5px 0 9px;text-align:left;font-weight:300;font-size:0.917em;}
#products li h3, #products li h3 a{color:#666;}
#products li h3 a:hover{color:#0a0a0a;}
#products li h3 em{padding:0 5px;}
#products li div.description{color:#666;display:none;}
#products li div.description a{color:#666;}
#products li div.description a:hover{color:#111;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{margin:1em 0 5px 0;background-color:inherit;color:#555;font-weight:bold;text-decoration:none;}
#products li .price em{padding:0 6px 0 0;background:inherit;color:#888;font-style: normal;font-weight:300;}
#products li .price strong{font-size:1em;color:#4a4a4a;}
#products li .noPrice strong{font-size:1.083em;}
#products li .price span{padding-left:4px;font-size:1.083em;color:#0a0a0a;}
#products li .basket{font-size: 1.8em;font-weight:300;}
#products li .basket a{padding:5px 10px 8px;color:#fff;text-decoration:none;text-align:center;background:#fff;color:#13A6E7;}
#products li .basket:hover{text-decoration:underline;}
#products li .orderBasket {display:flex;margin-top:2em;margin-left:2em;}
.orderA{font-weight:100;font-size:2em;color:#13A6E7;font-stretch: 30%;}
#dateFromTo {display:flex;width:100%;}
#product #dateFromTo{margin: 5px 0 10px;width:80%;}
#product #dateFromTo > div{display: inline-block;}
input#oDataOd, input#oBackDate{margin-right:1em;border-radius:7px;width:90%;}

#askAboutPage{font-size:2em;margin:2em;float:right;}
.pageProducts #page{width:1300px;}
.pageProducts #page #products {width:100%;}
.pageProducts #page .productList li.product{width:24%;}
div.priceAndOrder{display:flex;flex-wrap:wrap;margin-top:2em;align-items: center;justify-content: center;}

#products .pages{float:right;width:100%;margin:0;padding:9px 0;border:0;background:none;text-align:right;font-size:1em;}
#products .pages li{float:none;clear:none;width:auto;margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products li.pages strong{padding:0 1px;font-size:1em;}
#products .pages#pagesBefore{clear:none;width:auto;}
#page1 #products .list li{float:left;margin:40px 30px;width:440px;}


#products .sort{float:left;width:auto;margin:0 10px 0 0;padding:10px 0;border:0;background:none;text-align:left;}
#products .sort ul{display:inline;list-style:none;}
#products .sort li{display:inline;padding:0 6px;font-weight:bold;border-right:1px solid #666;}
#products .sort li:last-child{border:none;padding-right:0;}
#products .sort li a{font-weight:300;}

#productsCompare .sort{display:none;}

#productsCompare{width:724px;margin:0 auto;margin-bottom:10px;list-style:none;}
#productsCompare ul.list{float:left;width:724px;list-style:none;}
#productsCompare .list li{float:left;margin:40px 30px;width:240px;margin-left:1px;}
#productsCompare .list li li{float:none;width:auto;margin-left:0px;padding:0;text-align:left;}
#productsCompare li.column1{clear:both;margin-left:0 20px;}
#productsCompare li .photo{margin-top:4px;font-size:0px;line-height:0px;}
#productsCompare li .photo{font-size:0px;line-height:0px;}
#productsCompare li .photo img{padding:1px;border:0px solid #e0e0e0;}
#productsCompare li .photo a:hover img{border:0px solid #d5d5d2;}
#productsCompare li h2{padding:5px 0 5px;font-weight:bold;font-size:1.083em;}
#productsCompare li h2 a{padding:5px 0 0 0;font-weight:bold;font-size:1.083em;}
#productsCompare li h2 a:hover{text-decoration:none;}
#productsCompare li h3{padding:5px 0 9px;text-align:left;font-weight:300;font-size:0.917em;}
#productsCompare li h3, #productsCompare li h3 a{color:#666;}
#productsCompare li h3 a:hover{color:#0a0a0a;}
#productsCompare li h3 em{padding:0 5px;}
#productsCompare li div.description{color:#666;display:none;}
#productsCompare li div.description a{color:#666;}
#productsCompare li div.description a:hover{color:#111;}
#productsCompare li div.description ul, #productsCompare li div.description ol{margin:5px 0 0 25px;padding:0;}
#productsCompare li .price, #productsCompare li .noPrice{margin:5px 0 5px 0;background-color:inherit;color:#555;height:100px;font-weight:bold;text-decoration:none;}
#productsCompare li .price em{padding:0 6px 0 0;background:inherit;color:#0a0a0a;font-style:normal;}
#productsCompare li .price strong{font-size:2em;color:#0a0a0a;}
#productsCompare li .noPrice strong{font-size:1.083em;}
#productsCompare li .price span{padding-left:4px;font-size:1.083em;color:#0a0a0a;}
#productsCompare li .basket{font-size: 1.8em;font-weight:300;padding-left:3px;background:#ffffff;height:40px;}
#productsCompare li .basket a{display:block;padding:5px 32px 8px 7px;color:#5b5b5b;text-decoration:none;text-align:center;}
#productsCompare li .basket a:hover{text-shadow:0px 0px 5px #e9c0d1;}


#products li .price{text-align:right;}
#products li .priceNetto{padding-top:3px;font-size:0.9em;color:#0a0a0a;font-weight:300;}
#products li .price .priceNetto em {font-weight:300;padding-right:2px;width:300px;}
#products li .price .priceNetto span {font-weight:300;padding-right:5px;font-size:1em;color:#666;}
#products li .price .priceNetto strong{font-weight:300;font-size:1em;}
#products li  .promo {float:right;position:relative; top:-240px; right:10px;color:#5b5b5b;background:#ffffff;padding:10px;width:50px;}
#productsCompare li .price{text-align:right;}
#productsCompare li .priceNetto{padding-top:3px;font-size:0.9em;color:#0a0a0a;font-weight:300;}
#productsCompare li .price .priceNetto em{font-weight:300;padding-right:2px;width:300px;}
#productsCompare li .price .priceNetto span{font-weight:300;padding-right:5px;font-size:1em;color:#666;}
#productsCompare li .price .priceNetto strong{font-weight:300;font-size:1em;}
#productsCompare li .promo {float:right;position:relative; top:-240px; right:10px;color:#5b5b5b;background:#ffffff;padding:10px;width:50px;}


.listProducts{position: absolute;top: 0px;width: 100%;background: #292929;color: #fff;padding:10px 0;z-index: 10;}
.listProducts li{display: inline-block;padding: 0 2.5%;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.listProducts li .qbox{display: inline-block;vertical-align: bottom;text-transform: uppercase;text-align: left;padding: 0 1%;}
.listProducts li .qbox.box2{clear: both;width: 100%;text-align: center;}
.listProducts li h2{font-weight: 300;font-size: 1.5em;}
.listProducts li h2 a{color: #fff;text-decoration: none;}
.listProducts li h2 a:hover{text-decoration: underline;}
.listProducts li div.more{font-weight: 300;font-size:0.8em;}
.listProducts li div.more a{color: #dd967e;text-decoration: none;}
.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: 300;}
.listProducts li div.price strong{font-weight: 300;font-size: 2em;margin: 0 2px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:999;}
#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-color:#5b5b5b;}
#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 );}
#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:#5b5b5b;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:#5b5b5b;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;}iew div{margin:5px 0 10px;text-align:center;}



#productDates{display:none;}

#navi {height:30px; padding:10px 5px;float:left;color:eee;}

#productsCompare.productsList {margin-left:270px;float:left;width:720px;list-style:none;}
#productsCompare.productsList li{float:left;margin: 40px 1px 40px 0;width:240px;}
#productsCompare.productField, #productsCompare .productField2{text-align:center;margin:0px 0;color:#000;border-bottom:0px solid #555;}
.productField strong, .productField2 strong{padding-left:5px;color:#000;}
#productsCompare .productField, #productsCompare .productField2{margin:0 0 0px;padding:10px 0}

 #featuresDescription {width:300px;float:left;position: absolute;top: 448px;margin-left: 27px;}
 #featuresDescription .productField,  #featuresDescription .productField2{text-align:right;margin:0px 0;color:#5b5b5b;padding:10px 20px 10px 0px}

 .productField {background:#c4b199;text-align:center;}

/* PRODUCTS DETAILS */
#product{display:block;width:1300px;text-align:left;overflow:hidden;margin:0 auto;}
* html #product{margin:0;width:860px;} /* IE 6 hack */
#product h1{width:100%;padding:15px 0px 5px;background:inherit;color:#5b5b5b;font-size:2.25em;font-weight:300;text-align:left;padding-left:40px;margin-top:2em;margin-bottom:.5em;}
#product h4{margin:0 0 10px 40px;padding:5px 0 7px;font-weight:300;font-size:1em;}
#product h4, #product h4 a{background:inherit;color:#555;padding-right:4px;}
#product h4 a:hover{background-color:inherit;color:#5b5b5b;}
#product h4 em{padding:0 5px;}


#product #box{float:right;width:380px;min-height:290px;padding-top:0px;margin-right:20px;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{float:left;clear:both;padding:7px 0;background-color:transparent;color:#5b5b5b;font-size:1em;}
#product #box #noPrice{color:#c1a07f;}

#product #box #priceNetto{font-size: 1.5em;}
#product #box #priceNetto span{font-size: 0.6em;}
#product #box #priceBrutto{padding: 10px 0;font-size: 2em;}
#product #box #priceBrutto em{padding:0;font-style:normal;color:#818181;display:inline-block;}
#product #box #priceBrutto strong{display:inline-block;padding: 0;color: rgb(0, 0, 0);font-weight:600;}
#product #box #priceBrutto span{padding:0;color:#5b5b5b;font-weight:300;letter-spacing:1px;	}
#priceValueNetto{line-height:1.2em;color:rgb(19, 166, 231);}

#product #box #available{clear:both;padding:8px 2px 0;background-color:transparent;color:#888;font-size:0.9em;}
#product #box #available em{margin-top:10px;font-size:11px; padding:0 0px;font-style:normal;color:#777;display:block;}
#product #box #addBasket{float:left;padding:0 0 5px;}
#product #box #addBasket .submit{width:270px;padding:2px 10px 5px 10px;border:0; background:#13A6E7;color:#fff;font-size:3em;font-weight:300;text-align:center;border-radius:7px;}
* html #product #box #addBasket .submit
#product #box #addBasket .submit:hover {background:#000;color:#fff;}
#product #box #addBasket  legend {font-size:0;}


#product #attributesSelects label, #product #dateFromTo label{color: #000;font-weight: 300;text-transform: lowercase;}
#product #attributesSelects dd, #product #dateFromTo dd{margin: 0;}


.priceOptions{}
#oldPrice{clear:both;padding-left:5px;}
#oldPrice em{color:#5b5b5b;text-decoration:line-through; }
.oldPrice{text-align:right;}
.oldPrice{padding-top:3px;font-size:0.9em;color:#0a0a0a;font-weight:300;}
.oldPrice em {text-decoration:line-through;}



#product #imagesList1{float:left;height:520px;width:60%;border:1px solid #eee;}
#product div.content{padding:10px;font-size:1.0em;/*background-image:url('img/bg_content5.png')*/;width:1300px;color:#2e2e2e;float:left;min-height:201px;margin-right:10px;/*background: linear-gradient(90deg, rgba(231,231,231,1) 0%, rgba(181,181,181,1) 38%, rgba(177,177,177,1) 50%, rgba(181,181,181,1) 59%, rgba(231,231,231,1) 100%);*/}
#product div.content p {padding:10px;}
#product div.content a {padding:2px 5px;background:#13A6E7;color:#fff;padding:2px 5px;}
#product div.content a:hover {background:#2b2b2b;color:#fff;}
#product1 div.content p {padding:10px 30px;width:530px;clear:left;}

#product #box2 #attributes{clear:both;max-width:200px;margin:10px 0 10px;}
* html #product #box2 #attributes{width:200px;}
#product #box2 #attributesLabel{display:none;}
.attribute{padding:10px;border:0px solid #bebebe;margin:10px 0px 20px; color: #fff;background:#13A6E7;font-size: 1.6em;font-weight: 300;text-align: center;}
.attribute h3{font-size:1.2em;font-weight:300;color:#fff;}
#product #box2 dl#attributesSelects{text-align:left;margin:20px 0px 10px;border:0px solid #bebebe;padding:0px 2px 5px 0px;}
#product #box2 dl#attributesSelects dd{padding:0 0 5px;margin:0 0 20px;}
#product #box2 dl#attributesSelects dt{padding:5px 0 2px;margin:0;}
#product #box2 dl#attributesSelects select{width:210px;padding:7px;background:#B9A595;font-size:16px;line-height:20px;}
#product #box2 dl#attributesSelects select option{padding:10px;line-height:20px;}
#product div.breadcrumb{margin:0 0 10px;padding:2px 0 7px;border-bottom:1px solid #bebebe;font-weight:300;font-size:0.917em;display:none;}
#product div.breadcrumb, #product div.breadcrumb a{background:inherit;color:#666;}
#product div.breadcrumb a:hover{background-color:inherit;color:#c4b199}
#product div.breadcrumb em{padding:0 5px;}

#product div#productFilmDescription.content{margin:0;padding;0;min-height:50px;}

.boxes.pagestart{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;justify-content:center;padding-left: 20%;padding-right: 20%;background:#000;}
.boxes.pagestart div.box{height:800px;}
.boxes.pagestart .box .name {clear:both;}
.boxes.pagestart .box .name a{color:#5b5b5b;font-size:2em;text-decoration:none;line-height:1.2em;}
.boxes.pagestart .box .name a:hover{color:#c4b199;font-size:2em;text-decoration:underline;}
.boxes.pagestart .box .type {color:#c4b199;font-size:2em;padding-top:60px;line-height:1.2em;}
.boxes.pagestart .box .photo {padding-top:20px;width 100%;padding-bottom:2em;}
.boxes.pagestart .box .description{color:#5b5b5b;width:100%;margin-top:40px;}
.boxes.pagestart .box {padding:4em;width:30%;}

.page-box img{width:100%;}

/* FEATURES */
.boxes .box{background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,15,15,0.9948354341736695) 61%, rgba(60,60,60,1) 100%);border:0;}
.boxes .box:first-child{margin-left:0;}
#features{clear:left;margin:0 40px 15px 0;width:45%;font-size:1em;float:left;margin-left:10px;margin-bottom:10em;}
#features thead{font-size:2em;text-align:left;display:none;}
#features thead td{font-weight:300;color:#000;}
#features tbody td{font-weight:300;text-align:left;color:#000;padding:1em 2em 1e, 2em;}
#features tbody th{padding:1em 2em 1e, 2em;font-weight:300;text-align:left;width:150px;font-size: 1em;color:#000;}
#features td, #features th{padding:1em;}
#features tbody tr:nth-child(even){background-color:#eee;}
#features caption{display:none;}
#features .l0 td, #features .l0 th{}

.features ul{list-style:none;width:80%;}
ul.features{border: 1px solid #eee;}
li.feature {width:100%;margin:0;padding:5px;list-style:none;display:flex;min-height:5em;align-items: center;}
li.feature:nth-child(even){background:#eee;}
li.feature div.name{width:30%;padding:0 0 0 1em;color:#000;font-size:.8em;color: #888;font-weight: bold;}
li.feature div.value{width:70%;}

.qf_foot {height:40px;background-image:url('img/qf_foot.jpg');background-repeat:no-repeat;background-position:-1px -15px;}
/* BASKET AND ORDER */
#orderedProducts table{width:100%;margin:0;border-bottom:0px solid #000;font-size:1em;color:#111;}
#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;color:#5b5b5b;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th, #orderedProducts tbody td{border-top:0px solid #000;border-bottom:0px solid #000;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;font-weight:400;}
#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_lend , #orderedProducts tbody .quantity_lend  input{text-align:right;}
#orderedProducts tbody .quantity label{display:none;}
#orderedProducts tbody .quantity_lend label{display:none;}
#orderedProducts tbody a:hover{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{}
#orderedProducts tfoot .nextStep .submit:hover{}
#orderedProducts legend{display:none;}

#basket #orderedProducts table{margin:10px 0 0;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{}
#basket #recount div{border-bottom:0px solid #0a0a0a;text-align:right;margin-right:35%;}
#basket #recount .submit{padding:2px 3px;background:#ffffff;color:#5b5b5b;}
#basket #recount .submit:hover, #basket .buttons #continue .submit:hover{background:#fff;color:#0a0a0a;}
#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: #13A6E7;color: white;padding: 5px;}
#basket .del a:hover{background:inherit;color:#0a0a0a;}
#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:#ffffff;color:#5b5b5b;font-weight:300;}
#basket #save .submit:hover{background:#fff;color:#0a0a0a;}

/* DISCOUNT VOUCHERS */
#discountVoucher td{text-align:right;}
#discountVoucher strong{padding-right:3px;}
#incorrectVoucher{margin:7px 0;background:inherit;color:#0a0a0a;font-weight:bold;}
#orderedProducts tfoot #discountVoucher{color:#666;}

#order legend{padding:20px 0 10px;border:0;font-size:1.2em;font-weight:bold;color:#222;}
#order #personalData{padding:12px 3%;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#222;}
#order #personalData #company label, #order #personalData #comment label{font-weight:300;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}
#order #vrn label{font-weight:300 !important;}
#order #invoice, #order #delivery{padding-bottom:5px;height:20px;}
#order #invoice input, #order #delivery input{float:left;}
#order #personalData #oZipCode.input {width:100px;}
#order #personalData #oVrn.input, #order #personalData #oPhone.input {width:200px;}
#order #personalData label {}
#order #invoice label, #order #delivery label{float:left;margin:0 0 0 5px;font-weight:300;}
#order #deliveryAddress #oDeliveryZipCode.input{width:100px;}

#paymentLink {width:1000px;text-align:center;}

#shippingAndPayments fieldset{padding:11px 3%;border-top:1px solid #0a0a0a;}

#order div li, #orderPrint div div{color:#0a0a0a;}
#order .summaryProducts, #order .summaryShippingPayment, #orderPrint .summaryShippingPayment{font-size:1.182em;padding-top:10px;}
#order .summaryProducts div, #order .summaryShippingPayment div, #orderPrint .summaryShippingPayment div{font-weight:300;text-align:right;color:#000;}
#order .summaryOrder, #orderPrint .summaryOrder, #order .summaryOrderNetto{color:#2b2b2b;font-size:1.36em;font-weight:bold;}
#order .summaryOrder div, #orderPrint .summaryOrder div, #order .summaryOrderNetto div{text-align:right;}
#order .summaryOrder div, #order .summaryOrder li, #order .summaryOrderNetto li{border-top:1px dotted #eee;}
#order #rulesAccept div{color:#2b2b2b;font-weight:bold;text-align:right;}
#order #rulesAccept div, #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:#0a0a0a;font-weight:300;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#statusInfo{display:flex;flex-direction:row;flex-wrap:wrap;justify-content: space-around;margin-top:3em;margin-bottom:3em;}
#statusInfo h2{font-weight:500;font-size:1em;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#5b5b5b;font-size:1em;font-weight:300;display:flex;flex-direction:column;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;color:#0a0a0a;}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:auto;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:300;}
#orderPrint .orderComment{margin-bottom:3em;}

/* ORDER STATUS LINK */
#orderPrint .orderStatusLink{margin:10px 30px 20px;padding:14px;text-align:center;}
#orderPrint .orderStatusLink div{padding:3px 0;}

#footer {clear:both;margin-top:20px;padding-top:10px;border-top:1px solid #616161;display:flex;width:100%;}
#footer .type{color:#5b5b5b;}
#footer .container{margin:0 auto;text-align:left;padding:2em 5em;display:flex;}
#footer .container a{color:#c4b199;text-decoration:none;font-size:1.2em;text-transform: lowercase;}
#footer .container a:hover{text-decoration:underline;color:#fff;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;font-weight:300;width: 100%;display: flex;flex-direction: row;justify-content: space-between;min-height:50px;}
#foot .container{margin:0 auto;padding:7px 5% 0;height:28px;color:#999;overflow:hidden;}
#foot a{background:inherit;font-weight:300;color:#c4b199;}
#foot a:hover{color:#fff;background:inherit;text-decoration:underline;}

#footer, #foot{background:#5b5b5b;}
#foot{}
#footer{}

#copy{float:left;padding:0 25px;}
.foot{float: right;padding: 0 65px 0 0;}

@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 h4{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;}
}


/* PLUGINS */ 
.infoDiscount{color:#666;background:inherit;font-size: 0.9em;padding-bottom:5px;text-align:center;}
#page .googlemap iframe{width:100%;height:350px;margin:0;padding:0;border:1px solid #014973;}
#shippingPayments{margin:0 20px 15px;}
#shippingPayments .type{background:#326e9c url('img/menu_bg_grey.png') no-repeat left bottom;font-size:1.3em;}
#shippingPayments .content{padding:8px 10px;list-style:none;border-bottom:2px solid #757575;line-height:1.5em;}
#shippingPayments ul{float:left;width:85px;font-style:normal;background:inherit;color:#464032;list-style:none;}
#shippingPayments li{padding:3px 0 2px 15px;background:url('img/menu3_sub.gif') no-repeat 3px 10px;}
#shippingPayments .list2{width:125px;}
.clear{clear:both;height:0px;font-size:0px;line-height:0px;}
#page2 #page div.content {width:300px;float:left;}
/* Quick Contact Form */
#sFormID{ float:left;margin:0 auto;border:0px;padding-top:20px;width:500px;margin-bottom:50px;}
#sFormID input{width:200px; font-size:12px;padding:7px;}
#sFormID select{width:400px; font-size:12px;}
#sFormID textarea{width:400px; font-size:12px;}
#sFormID label{width:100px; font-size:11px; font-weight:300; color:#000;display:block;}
#sFormID table{ border:0px;width:400px;}
#sFormID th{width:200px; text-align: right;}
#sFormID td{width:400px;}
#sFormID .submit{background:#000;color:#5b5b5b; border:0px;width:100px;}
#sFormID .submit:hover{background:#656565;color:#5b5b5b; border:0px;width:100px;}
.td_right{text-align:right; width:100px;}

#noticeAboutCookies{display:none;padding:20px;background:#3b3b3b;font-weight:300;border-bottom:1px solid #555;position:fixed;bottom:0;width:100%;z-index:9999;color:#fff;}
#noticeAboutCookies a{color:#fff;text-decoration:underline;}
#noticeAboutCookies .close{margin-left:20px;font-size:0.917em;background:#13A6E7; color:#fff;font-weight:300;text-decoration:none;padding:5px 10px;border-radius:20px;line-height:2em;}
#noticeAboutCookies .close:hover{color:#fff;}

#showBox{display:none;padding:20px;background:#3b3b3b;font-weight:300;border-bottom:1px solid #555;position:fixed;bottom:0;width:100%;z-index:9999;color:#fff;}
#showBox a{color:#fff;text-decoration:underline;}
#showBox .close{margin-left:20px;font-size:0.917em;background:#13A6E7; color:#fff;font-weight:300;text-decoration:none;padding:5px 10px;border-radius:20px;line-height:2em;}
#showBox .close:hover{color:#fff;}
.showBox{position:fixed;top:50%;left:50%;right:50%;z-index:100;}
#page{clear:both;padding-top:5px;}
#page h4{top:-3px;}
#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 10px 30px;}
#fbSideTab .fb{overflow:hidden;background-color:#2a2f34;}
#fbSideTab.left .fb{float:left;-moz-border-radius-topright:10px;border-top-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}
#fbSideTab.right .fb{float:right;-moz-border-radius-topleft:10px;border-top-left-radius:10px;-moz-border-radius-bottomleft:10px;border-bottom-left-radius:10px;}
#fbSideTab .fb.light{background-color:#e6e7e9;}
#download{width:100%;font-size:1em;margin:15px 0 5px;}
#download td{padding:7px;}
#download .ico{padding:5px 0;text-align:center;width:30px;}
#download .date-file{width:120px;}
#download thead td{}
#download tbody td{}
#download tbody tr:nth-child(even){background:rgba(0,0,0,0.1)}
#download tbody td{}
#download tbody p{padding-top:2px;color:#666;}

#column .currencies .type{clear:both;margin-top:20px;}
#column .currencies{clear:both;padding:15px 10px;list-style:none;border-bottom:2px solid #757575;line-height:1.5em;text-align:center;}
#column .currencies li{display:inline;font-size:1.2em;background:none;padding:0 !important;}
#column .currencies li a{display:inline;}
#column .currencies li.first{padding-right:40px;}
#product .recommended, #products .recommended{padding-left:5px;}
.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #c0bfbf;
  box-shadow: 0 0 10px rgba(48,47,47,0.4);
  overflow: hidden;
  position: relative;
}

.video-wrapper iframe.youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* 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{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 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, #contactPanel textarea{width:100%;padding:7px;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;}


/* USERS LOGIN, LOGOUT AND PROFILE */
#log{margin:0 auto;text-align:center;}
#log table{width:300px;margin:10px auto;font-size:1em;text-align:left;}
#log table th{padding:2px 10px 0 0;text-align:right;}
#log table td{width:200px;padding:5px 0;}
#log table td input{width:200px;}
#log table .login td, #log table .login th{padding-top:15px;}
#log table .button th{padding:10px 0;text-align:left;}
#log .fb td, #profile .fb td{padding-top:15px;text-align:center;white-space:nowrap;}
#log .fb img, #profile .fb img{margin-top:10px;border:1px solid #273b65;}

#profile{clear:both;width:90%;margin:0 auto 5px;color:#222;font-size:1em;}
#profile fieldset{width:400px;float:left;}
#profile .input, #profile select, #profile textarea{width:300px;}
#profile td{padding:5px 0;text-align:left;}
#profile th{padding:2px 10px 2px 5px;font-weight:300;text-align:right;}
#profile th label{font-weight:300;}
#profile .login td, #profile .login th{padding-top:20px;}
#profile .login th{font-weight:normal;color:#01476f;}
#profile .captcha em{font-style:normal;padding:0 3px;}

#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 20px 10px;border:0px 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;font-size:1em;font-weight:bold;color:#a3a3a3;text-decoration:none;}
#order .tab a:hover{color:#0a0a0a;}
#order .tab a.selected{border-color:#c9c9c9;color:#666;}
#orderForm, #orderLoginForm{clear:both;}
#order #orderLogin{display:none;}
#order #orderLogin, #orderRegisterForm fieldset{padding:12px 3%;}
#order #orderLogin label, #orderRegisterForm label{padding:0 7px 0 0;}
#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:#5b5b5b;}
#userOrders tbody td{padding:6px 4px;border-top:2px solid #fff;}
#userOrders a{background:inherit;}
#userOrder .message{display:none;}
#userOrder #orderPrint{padding-top:15px;}
#orderLogin .submit, #forgetPasswordForm .submit{padding:2px 10px;}
#simpleNews{clear:both;margin:0 20px 15px;margin:20px 0 0px;text-align:center;background-image:url('img/bg_content.png');padding:20px;padding-bottom:30px;height:290px;}
#simpleNews .type{color:#000;font-size:2em;border:none;}
#simpleNews .content{padding:8px 10px;list-style:none;border-bottom:1px solid #757575;line-height:1.5em;text-align:left}
#simpleNews li{float:left;padding:7px 15px;width:29%;margin-right:10px;}
#simpleNews li h3{font-size:1.5em;font-weight:300;margin:10px 0}
#simpleNews li h6{padding:3px 0 0;font-size:0.8em;color:#666;}
#simpleNews li div{padding:2px 0 0 5px;color:#000;}
#simpleNews .lL{border-bottom:0;padding-bottom:0;}

/* PRODUCTS SLIDER - jContent */
div.jContent{float:left;}
div.slides{}
div.jContent p{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}
div.jContent a.prev, div.jContent a.next{float:left;display:block;}
div.jContent a.hide{visibility:hidden;}
div.jc-horizontal{margin:10px 10px 20px 10px;}
div.jc-horizontal a.prev, div.jc-horizontal a.next{width:35px;height:34px;opacity:0.5;filter:alpha(opacity=50);position:relative;top:170px;}
div.jc-horizontal a.prev{margin: 0px 10px 0px 0px;background:url('img/slider-left.png') no-repeat;}
div.jc-horizontal a.next{margin: 0px 0px 0px 10px;background:url('img/slider-right.png') no-repeat;}
div.jc-horizontal a.prev:hover,div.jc-horizontal a.next:hover{opacity:1;filter:alpha(opacity=100);}
div.jc-auto{margin:0;}
#productsSlider{width:100%;margin:0;height:100%;}
#productsSlider .contentSlider{display:flex;flex-direction:column;position:absolute;top:300px;}
#productsSlider .title{width:50%;margin:0 auto;padding:7px 0;font-weight:bold;font-size:1.25em;color:#5b5b5b;}
#productsSlider div.slides{text-align:left;padding-top:0px;height:100%;}
#productsSlider div.slides h2{float:left;width:500px;padding:0;font-weight:300;font-size:4em;}
#productsSlider div.slides h2 a{text-decoration:none;color:#5b5b5b;}
#productsSlider div.slides h2 a:hover{text-decoration:none;color:#5b5b5b;}
#productsSlider div.slides .photo{margin:0;line-height:0px;position:relative;z-index:0;height:100%;}
#productsSlider div.slides .photo img{padding:1px;height:800px;}
#productsSlider div.slides .photo a:hover img{}
#productsSlider div.slides div.description{clear:both;width:500px;margin:10px 0 0;text-align:justify;color:#666;}
#productsSlider div.slides div.description a{color:#c4b199;}
#productsSlider div.slides div.description a:hover{color:#5b5b5b;}
#productsSlider div.slides div.description ul, #productsSlider div.slides div.description ol{margin:5px 0 0 25px;padding:0;}
#productsSlider div.slides .price, #productsSlider div.slides .noPrice{float:left;width:340px;margin:7px 0 5px 0;background-color:inherit;color:#5b5b5b;font-weight:300;font-size:2em;text-decoration:none;}
#productsSlider div.slides .price em{padding:0 6px 0 0;background:inherit;color:#5b5b5b;font-style:normal;}
#productsSlider div.slides .price strong{font-size:1.25em;}
#productsSlider div.slides .priceNetto{padding-top:3px;font-size:0.9em;color:#555;font-weight:300;}
#productsSlider div.slides .priceNetto strong{padding:0 3px 0 0;font-size:1em;}
#productsSlider div.slides .priceNetto em{color:#555;}
#productsSlider div.slides .priceNetto span{font-weight:300;padding-right:5px;color:rgb(19, 166, 231);}
#productsSlider div.slides .price ins{padding-right:5px;text-decoration:none;font-weight:300;}
#productsSlider div.slides .price ins em{padding-right:8px;background:inherit;color:#0a0a0a;text-decoration:line-through;font-size:1.13em !important;}
#productsSlider div.slides .noPrice strong{font-size:1.083em;}
#productsSlider div.slides .price span{padding-left:4px;font-size:1.083em;color:#666;}
#productsSlider div.slides .basket{margin:2em 0;font-size:1em;font-weight:300;}
#productsSlider div.slides .basket a{width:270px;padding:1em;border:0;background-image:url('');color:#fff;font-size:2em;font-weight:300;text-align:left;text-decoration:none;background:#555;margin-top:2em;}
#productsSlider div.slides .basket a:hover{background:#fff;color:#000;}




.owl-carousel .owl-stage-outer{width:100%;}
#page{clear:both;padding-top:5px;width:1300px;margin:0 auto;}
#page h4{top:-3px;}

#banner1.banner {clear:both;height:980px;}
#banner1.banner .description{position:relative;color:#000;width:400px;margin: 0 auto;left: 350px;bottom:70%;line-height:1.5em;text-align:right;}


/* TAGS */
#tags{margin:10px 0;padding:0;list-style:none;}
#tags li{display:inline;padding:0 5px 0 0;}
#tags li a{font-weight:bold;}
h3.tagName{padding:10px 0 5px;background:inherit;color:#01476f;font-weight:300;font-size:1.833em;}

/* STOCK */
#page .stockLevel, #page .stockSold{margin:5px 0;font-size:0.917em;}
#page .stockSold{background:inherit;color:#0a0a0a;font-weight:bold;}
#page .stockLevel strong{margin:0 0 0 2px;}
#product .stockLevel, #product .stockSold{margin:8px 10px 4px;padding:5px 0 6px;font-weight:bold;font-size:0.917em;}
#product .stockSold{color:#0a0a0a;}
#product .stockLevel strong{margin:0 0 0 4px;background:inherit;color:#0a0a0a;}
#basket #productsOverStock h5{margin-top:10px;padding:8px 0;font-size:1em;font-weight:bold;border-top:1px solid #e0e0e0;}
#basket #productsOverStock strong{display:block;padding:2px 10px;background:inherit;color:#0a0a0a;}
#basket #productsOverStock div{margin:0 0 10px;padding:5px 0 10px;font-size:1em;font-weight:300;border-bottom:1px solid #e0e0e0;}

/* BANNERS */
#banner0{text-align:center;padding-bottom:15px;top: 3px;position: relative;}
#banner1{text-align:center;margin:0;}
#column .theme-default{padding-top:15px;}

#banner0.banner img{width:auto;height:100%;object-fit:cover;}
#banner1.banner img{width:100%;height:100%;object-fit:cover;}

.theme-default .nivo-controlNav{position:absolute;top:450px;padding: 5px 50px;z-index:9999;}
.nivoSlider a.nivo-imageLink {background:white; filter: alpha(opacity=0);opacity: 0;} /* modrhh+ IE link hack*/
@media print{ #banner0, #banner1, #column .theme-default, #content .theme-default{display:none;} }
#sideTab{z-index:51;position:fixed;right:-65px;top:50%;border:0px solid #0a0a0a;background-image:url('img/bg_content.png');-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);border-bottom:2px solid #75a321;right:0px;}
#sideTab{margin-right:-55px \ ;border:2px solid #75a321 \ ;}
#sideTab a{display:block;padding:13px;text-decoration:none;color:#5b5b5b;font-size:1.633em;}

/* RELATED PRODUCTS */
#productsRelated{clear:both;width:100%;}
#productsRelated h3{font-size:1.7em;font-weight:300;color:#0a0a0a;border-bottom:1px solid #e0e0e0;margin-top:5em;width:100%;}
#productsRelated ul{margin:10px 0;width:100%;padding:15px 0 10px;font-size:1em;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:row;list-style:none;}
#productsRelated img{margin-bottom:5px;padding:1px;width:auto;height:300px;}
#productsRelated img:hover{}
#productsRelated li{padding:5px 0 13px;text-align:center;vertical-align:top;width:30%;}
#productsRelated li .photo{height:300px;}
#productsRelated a{display:block;padding:0 5px;font-weight:300;text-decoration:none;color:#000;}
#productsRelated a:hover{text-decoration:underline;}
#productsRelated .price, #productsRelated .noPrice{padding:6px 0 0;color:#0a0a0a;}
#productsRelated strong{padding:0 2px 0 5px;font-weight:bold;}
#productsRelated .price span{font-weight:bold;}
#productsRelated .price ins{text-decoration:none;font-weight:bold;}
#productsRelated .price em{padding:0;background:inherit;font-style:normal;}
#productsRelated .price span{font-weight:bold;padding-left:5px;}
#productsRelated .price ins{text-decoration:none;font-weight:bold;}
#productsRelated .price ins em{padding-right:5px;background:inherit;text-decoration:line-through;font-style:normal;}
#productsRelated .description{padding:2em;}
#productsRelated .name{padding: 0;font-size:2em;font-weight:300;}
#productsRelated .name a{text-decoration:none;line-height:1em;}
@media print{
  #productsRelated .price em, #productsRelated .price span, #productsRelated .price strong{font-weight:300;}
  #productsRelated{float:none;width:17.2cm;padding:0;margin:0;}
}

#pagesRelated{clear:both;float:left;width:100%;border-top:2px solid #e0e0e0;padding-top:10px;}
#pagesRelated h3{font-size:1.7em;font-weight:300;color:#0a0a0a;}
#pagesRelated ul{display:flex;flex-direction:row;margin:10px 0;width:100%;padding:15px 0 10px;font-size:1em;border-bottom:1px solid #e0e0e0;list-style:none;}
#pagesRelated img{margin-bottom:5px;padding:1px;}
#pagesRelated img:hover{}
#pagesRelated li{padding:5px 0 13px;text-align:center;vertical-align:top;width:30%;}
#pagesRelated a{display:block;padding:0 5px;font-weight:300;text-decoration:none;}
#pagesRelated a:hover{text-decoration:underline;}
#pagesRelated strong{padding:0 2px 0 5px;font-weight:bold;}
#pagesRelated .description{padding:2em;}
#pagesRelated .name{padding: 2em 0;font-size:2em;font-weight:300;}
#pagesRelated .name a{text-decoration:none;line-height:1em;}
@media print{
  #pagesRelated .price em, #pagesRelated .price span, #pagesRelated .price strong{font-weight:300;}
  #pagesRelated{float:none;width:17.2cm;padding:0;margin:0;}
}

#prevNext{list-style:none;font-size:1.1em;margin:0;position:relative;z-index:1;float:right;top:61px;}
#prevNext a{background:#2b2b2b;text-decoration: none;padding: 10px 20px;color: #fff;float: left;}
#prevNext a:hover{background-image: url('img/bg_content.png');}
#prevNext .prev{float:left;}
#prevNext .next{float:right;}

/* ASK ABOUT PRODUCT */
#ask{clear:left;width:200px;margin-top:40px;}

#product #askAboutProduct  {width:270px;float:left;padding:10px 0px;margin-top:10px;margin-right:20px;text-align:center;border:1px solid #aaa;border-radius:7px;color:#5b5b5b;font-size:2em;text-decoration:none;margin-bottom:2em;}
#product #askAboutProduct a{padding:10px 10px 10px 10px;border:0;color:#5b5b5b;font-size:1.5em;font-weight:300;text-align:center;text-decoration:none;}
#product #askAboutProduct:hover {color:#777;border-color:#777;}
@media print{
  #askAboutProduct{display:none;}
}
#products li .price ins{padding-right:5px;text-decoration:none;font-weight:bold;}
#products li .price ins em{padding-right:8px;background:inherit;color:#0a0a0a;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:#0a0a0a;text-decoration:line-through;font-style:normal;}
#newsletter {clear:both;padding-top:50px;}
#newsletter .input{clear:both;width:200px;}
#newsletter label{display:none;}
#newsletter fieldset{padding:0;margin:0;}
#newsletter p{text-align:center;margin-top:5px;}
#order #deliveryAddress{padding:11px 3%;}
#order #deliveryAddress label{display:block;font-weight:300;padding:2px 0;}
#order #deliveryAddress .input{width:45%;margin:0 0 5px;}
#imagesList7{height:450px;width:550px}
#imagesList7 .galleria-stage{float:left;border:0px solid #eee;background:#000}
#imagesList7 .galleria-thumbnails .galleria-image{border:0px solid #eee;}
#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{}
#column #eventCalendar{width:230px;margin:25px auto;}
#column .eventCalendar-wrap{background:#fff url('img/menu2_items_bg.png') repeat-x left bottom;border-bottom:2px solid #666465;}
#column .eventCalendar-wrap .arrow{top:2px;}
#column .eventsCalendar-currentTitle{background:#fff url('img/menu2_bg.png') repeat-x left bottom;}
#column .showAsWeek .eventsCalendar-day a{}
#column .showAsWeek .eventsCalendar-day a:hover{}
#column .eventsCalendar-daysList.showAsWeek{}
#column .dayWithEventsSelected a{background-color:#014973;}
#column .eventsCalendar-daysList li.dayWithEvents a{background:#666465;}
#basket .image img{padding:0px;background:#fff;border:1px solid #000;width:200px;}
#basket .image a:hover img{border:1px solid #fff;}
/* SUBPAGES LIST - NEWS */
#content .subpagesList li h6{padding:0 0 5px;font-weight:bold;font-size:1em;}

#page h6.date{position:absolute;top:-25px;right:0px;padding:2px 0;font-size:1em;font-weight:300;}
*:first-child+html #page h6.date{top:-5px;} /* IE 7 hack */
* html #page h6.date{top:-5px;} /* IE 6 hack */ 
.infoDiscount{color:#666;background:inherit;font-size: 0.9em;padding-bottom:5px;text-align:center;}
#fbSideTab{z-index:50;position:fixed;top:280px;left:-235px;padding:10px;padding-left:0;}
#fbSideTab .button{display:block;float:left;padding:0 10px 30px;}
#fbSideTab .fb{float:left;overflow:hidden;background-color:#2a2f34;-moz-border-radius-topright:10px;border-top-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;}

/* SCROLL BACK TO TOP */
#backToTop{position:fixed;bottom:30px;right:1.5%;}
#backToTop a{display:block;width:80px;text-align:center;text-transform:uppercase;text-decoration:none;color:#606060;font-size:0.917em;-webkit-transition:1s;-moz-transition:1s;transition:1s;opacity:0.6;filter:alpha(opacity=60);}
#backToTop a:hover{color:#a1134c;opacity:1;filter:alpha(opacity=100);}
#backToTop span{display:block;width:80px;height:90px;margin-bottom:7px;background:#939393 url('img/back_to_top.png') no-repeat center center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-transition:1s;-moz-transition:1s;transition:1s;}
#backToTop a:hover span{background-color:#a1134c;}




#menu5 ul, #menu6 ul, #menu7 ul, #menu8 ul , #menu9 ul{padding:5px 0;display:inline;font-size:12px;}
#menu5 .type, #menu6 .type, #menu7 .type, #menu8 .type, #menu9 .type{font-size:19px;color:#686868;}
#menu5 li, #menu6 li, #menu7 li, #menu8 li , #menu9 li{padding:3px 0 3px 5px;width:250px;font-size:12px;}
#menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 a {display:block;width:87%;}
#menu5 a:hover, #menu6 a:hover, #menu7 a:hover, #menu8 a:hover, #menu9 a:hover{}
#pion1{display:none;}
#pion2, #pion3, #pion4, #pion5{width:25%;float:left;padding:0 10px;display:inline;}
#sideTab{z-index:99;position:fixed;right:-55px;top:50%;background-image: url('img/bg_content.png');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);border-bottom:0px solid #75a321;right:0px;}
#sideTab{margin-right:-55px \ ;border:0px solid #75a321 \ ;}
#sideTab a{display:block;padding:13px;text-decoration:none;color:#0a0a0a;font-size:1.633em;}

input#active1{cursor:pointer;display:none;}
input#active2 {cursor:pointer;display:none;}
input#active3 {cursor:pointer;display:none;}
#noHidden{display:none;width:40px;text-align:center;}


/* 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;}


#order .tab{float:left;}
#order .tab a{display:block;margin:10px 10px 0 0;padding:10px 15px 10px;border:0px solid #e0e0e0;border-bottom:0;font-size:1em;font-weight:bold;color:#a3a3a3;text-decoration:none;}
#order .tab a:hover{color:#2e6a97;}
#order .tab a.selected{}
#order .validation_errors{list-style: none !important;margin: 0 !important;}
#orderForm, #orderLoginForm{clear:both;}
#order #orderLogin div, #orderRegisterForm div{padding:12px 3%;}
#order #orderLogin label, #orderRegisterForm label{padding:0 7px 0 0;color: #000;}
#order #orderLogin label{display: inline-block;}
#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;margin-bottom:50px;}
#userOrders thead td{padding:8px 4px;background:#ffffff;color:#5b5b5b;}
#userOrders tbody td{padding:6px 4px;border-top:0px solid #0a0a0a;border-bottom:1px solid #0a0a0a;color:#0a0a0a}
#userOrders a{background:inherit;}
#userOrder .message{display:none;}
#userOrder #orderPrint{padding-top:15px;}
#orderLogin .submit, #forgetPasswordForm .submit{padding:5px 10px;}
.produkt  {font-weight:bold;font-size:1.2em}
#deliveryAddress, #rental{}
#rentOffer a{float:left;font-size:2em;text-decoration:none;margin:30px;}
/* Rezerwacje QTF */
.ui-datepicker-calendar .res_zarezerwowane span{color:white;background-color:red;}
#sRezerwacje {width:470px;margin: 15px 21px;float:right;clear:none;}
#legenda{float:right;padding:15px 0 0 25px;margin-right:100px;}
 /* EOF Rezerwacje QTF */
 
 .accordion .photo{float:left;margin-right:10px;}
h3 img{height:20px;}
.ui-accordion  h3{font-size:20px;color:#000;padding:10px 0 10px 50px !important}
.ui-accordion .ui-accordion-header {display: block;cursor: pointer;background-image: url('img/bg_content.png');position: relative;margin-top: 2px;padding: .5em .5em .5em .7em;min-height: 2px; /* support: IE7 */border:1px solid #0a0a0a;}
.ui-accordion .ui-accordion-header .selected {}
.ui-accordion .ui-accordion-icons {padding-left: 2.2em;}
.ui-accordion .ui-accordion-noicons {padding-left: .7em;}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {padding-left: 2.2em;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {position: absolute;left: .5em;top: 50%;margin-top: -8px;}
.ui-accordion .ui-accordion-content {padding: 1em 2.2em;border-top: 0;overflow: auto;}
.ui-accordion .ui-accordion-content .description p{font-size:1em;}
.ui-accordion .ui-accordion-content a {color:#0a0a0a;}
@media screen and (max-width:1180px){
  #backToTop a{opacity:0.4;filter:alpha(opacity=40);}
}
/*
@media screen and (max-width:640px){
#container{position:relative;float:left;width:480px;margin:0 auto;padding:0 0 30px;}
#body, #foot{width:480px;}
#head1 .container, #head2 .container, #head3 .container, #body .container, #foot .container, #footer .container{width:480px;margin:0 auto;text-align:left;}
#page{width:480px;}
body.home #content {float:none;width:640px;background:none;margin:0 auto;}
body.home #content .subpagesList {width:640px;}

div.jContent{float:left;}
div.slides{}
div.jContent p{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;font-size:1.5em;}
div.jContent a.prev, div.jContent a.next{float:left;display:block;position:relative;z-index:999;}
div.jContent a.next{display:none;}
div.jc-horizontal a.prev{top:130px}
#productsSlider{width:480px;margin:0 0 15px 20px;position:absolute;top:0px;z-index:1;}
#productsSlider .title{width:50%;margin:0 auto;padding:7px 0;font-weight:bold;font-size:1.25em;color:#5b5b5b;}
#productsSlider div.slides h2{float:left;width:340px;padding:0;font-weight:bold;font-size:2em;position:absolute;top:180px;}
#productsSlider div.slides .photo img{position:absolute;padding:1px;width:400px;left:200px;top:0px;height:300px;}
#productsSlider div.slides div.description{clear:both;float:left;width:340px;margin:10px 0 0;text-align:left;position:absolute;top:200px;color:#5b5b5b;}
#productsSlider div.slides .price, #productsSlider div.slides .noPrice{float:left;width:340px;margin:7px 0 5px 0;background-color:inherit;color:#5b5b5b;font-weight:300;font-size:2em;text-decoration:none;position:absolute;top:300px;}
#productsSlider div.slides .priceNetto{padding-top:3px;font-size:0.9em;color:#eee;font-weight:300;}
#productsSlider div.slides .basket{margin:7px 0 0;font-size:0.917em;font-weight:bold;position:absolute;top:300px;left:400px;}
#fbSideTab{display:none;}
#logo{position:absolute;top:20px;left:20px;z-index:999;}
}*/

.OrderedProducts{display:flex;flex-direction:row;list-style:none;}

.table{order:-11;}
#basket_List{order:-9;flex-direction: column;}
#orderTable{width:100%;display:flex;flex-direction:column;}
.orderStep2 #orderTable{margin-top:4em;}
ul.recount{order:6;}



ul#listHeader{display: flex;flex-wrap: wrap;width: 100%;list-style: none;order:-10;border-bottom:1px dotted #aaa;}
#ordered{order:9;}
#orderTable #sumaryOrderStatus{order:20;}
#orderTable .orderedProduct, .orderedProducts{display:flex;align-items:center;list-style: none;}
#orderTable .orderedProduct li{padding:1em;}
#orderTable .orderedProduct{width:100%;}
#basket_List li.orderedProducts:nth-child(even) {background:#f5f5f5;}
#basket_List li.orderedProducts:last-child{border-bottom:1px dotted #ccc;}
#orderTable .name{width:35%;text-align:center;display:flex;padding-left: 3em;align-items: center;}
#orderTable .name .photo img{width:100%;padding-right:1em;}
#orderTable .price{width:20%;text-align:center;display:flex;}
#orderTable .price span, .summary span{padding:0 5px;}
#orderTable .quantity{width:15%;text-align:center;}
#orderTable .quantity input{width:50px;text-align:center;}
#orderTable .quantity label{display:none;}
#orderTable .summary{width:20%;text-align:center;display:flex;}
#orderTable div.nextStep{display:flex;justify-content:flex-end;margin-top:1em;margin-bottom: 5em;width:90%;}
#personalData div{margin:1em 0;}

#orderTable .summaryProducts, #orderTable .summaryShippingPayment,  #orderTable .summaryOrder,  #orderTable .summaryOrderNetto{display:flex;justify-content:flex-end;padding:.5em;padding-right:0em;width:90%;}
#orderTable .summ{font-weight:300;font-size:.7em;padding-right:2em;}
#orderTable .buttons{display:flex;justify-content:space-between;padding:1em 2em;list-style:none;}
 #order #rulesAccept div{display:flex;width:100%;}

#passForm{margin: 150px auto;text-align: center;font-size: 2em;}
#passForm label{color: #2e2e2e;width:100%}
#passForm .submit{font-size: 0.5em;}
#passForm #pass{padding: 5px;border: 0;}
#page .msg.error{text-align: center;font-size: 1.5em;color: #2e2e2e;padding: 20px 2% 0;margin-top:100px;}

.open-widget-lws{background: url(img/bg_content.png) !important;}
.vimeo{margin:0 auto; width:1100px;height:620px;text-align:center;}
.video{text-align:center;}
.video .vimeo{margin:0 auto; width:1300px;height:725px;text-align:center;}
.quick-slider-slide .description, #banner0.banner .description{position:absolute;top:300px;color:#000;width: 27%;text-align:center;margin:0 4em;}
.home #body{display:flex;flex-direction:column;}
.home #subList55{order:2;}
.home .parallax-window{order:3;}
.home #banner1{order:1;}
.home .boxes.pagestart{order:4;}
.home #body .container{order:5;}
.omnibus {display:flex;flex-direction:column;padding:1em 0;}
#products li .price.old, #products li .price.beforeReduction{width:100%;font-size:0.8em;font-weight:300;display:flex;}
#products li .price.old em, #products li .price.beforeReduction em{width:80%;}
#products li .price.old span, #products li .price.beforeReduction span{width:10%}


.reset.nb.palette-light.nb-standalone.lang-pl{width:100%;height:auto;}
.palette-light .cc-nb-okagree, .palette-light .cc-nb-reject, .palette-light .cc-cp-foot-save{background-color:#000 !important;}
.cc-nb-main-container, .cc-pc-container{padding:0;     background: #fff;     position: fixed;     bottom: 0;     z-index: 600;width:100% !important;}
.cc-nb-main-container{height:100px;}
.cc-nb-buttons-container button{padding:.5em 1em;margin:1em;}
.cc-cp-body{display:flex;}
.cc-cp-body-tabs{display:flex;flex-direction:column;width:20%;}
.cc-cp-body-tabs{list-style:none;}
.cc-cp-body-tabs li button{padding:.3em 1em;width:60%;margin:.1em;display:block;height:60px;}
.cc-cp-foot-byline{font-size:.4em;}
.cc-cp-body-content, .cc-nb-text{font-size:.7em;padding:1em;width:100%;text-align:left;}
.cc-pc-head-close{padding:1em;margin:0 1em;}
.cc-pc-head-title, .cc-pc-head, .cc-pc-head-title-text{display: flex; padding: 0 1rem;justify-content:center; align-items:center;}
.cc-cp-foot-save{padding:.5em 1em;}
.cc-cp-foot-save:hover{background:#999;}
.cc-custom-checkbox, .cc-nb-title{font-weight:700;}
.cc-custom-checkbox{font-weight:bold;margin:0 1rem 0 0;padding:0 1em;display:flex;}
.cc-custom-checkbox label{font-weight:700;}
.cc-custom-checkbox input{padding:.6em ;border:1px solid #eee;}
.cc-cp-body-content-entry a{text-decoration:underline;font-weight:bold;}
.cc-cp-body-content-entry{flex-direction:column !important;display:flex;}
.cc-custom-checkbox input:hover,.cc-custom-checkbox input:selected{background:#eee;}
.cc-cp-body-tabs-item-link:hover, .cc-pc-head-close:hover{background:#000;color:#fff;}
.cc-pc-head-lang-select{display:none;}
.cc-pc-head-title-headline{font-size:1em;}
.reset div{display:flex !important;flex-direction:row;justify-content:flex-end}
.palette-light.nb{background:none !important;}
.pc-dialog{width:100% !important;max-width:100% !important;}
.cc-nb-buttons-container,.palette-light .cc-nb-text{width:90%;}
.cc-nb-buttons-container button{height:50px;}
.cc-nb-title-container{width:30%;font-size:.8em;}
.cc-cp-body-tabs li button{height:auto;}
.pc-dialog .cc-cp-body-tabs-item-link{padding:0 2em !important;}
.pc-dialog .cc-cp-body-tabs{width:auto;}
.pc-dialog .cc-pc-head-title{display:flex;flex-direction:row !important;}
.palette-light .cc-cp-body-tabs, .palette-light .cc-cp-body-tabs{background:#fff !important;}