/*
Quick.Cart color-of-life stylesheet
More about design modifications - http://opensolution.org/Quick.Cart/docs/?id=en-design
*/
/* GLOBAL STYLES */
body, body *{margin:0;padding:0;border:0;}
body,table{color:#7a6a46;font-size:0.75em;font-family:Verdana, Arial, sans-serif;}

body{padding:0;background:#F0EACC;text-align:center;}

.input, select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#e2dbb1;font-size:1em;font-family:Verdana;}
.input.warning-required, select.warning-required, textarea.warning-required{border-color:#ac0000 #c78688 #c78688 #ac0000;background:#fbefef;}
.input:focus, select:focus, .textarea:focus{text-shadow:none;}
.submit{padding:5px 14px;border-width:0;border-style:solid;border-color:#9d9d9d #3f3f3f #3f3f3f #9d9d9d;background:#cc4923;color:#fff;font-weight:bold;font-size:1em;font-family:Verdana;}
.submit:hover{background:#a23607;cursor:pointer;}
* html .submit{padding:3px 1px;} /* IE 6 hack */
* html .input{height:21px;} /* IE 6 hack */
.form{}
.form label{font-size:1em;color:#a23607;font-weight:bold;}
.form label span{padding-left:10px;color:#949494;font-weight:normal;text-shadow:none;}
.form legend{display:none;}
.hide{display:none;}

a{color:#a23607;text-decoration:underline;}
a:hover{color:#7a6a46;text-decoration:underline;}

.clear{clear:both;height:0;font-size:0;line-height:0;}
#skiplinks{position:absolute;top:0px;left:0px;}
#skiplinks a{position:absolute;top:-500px;left:0px;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}

#container{position:relative;float:left;width:100%;margin:0 auto;padding:0 0 30px;overflow:hidden;}
#body, #foot{float:left;width:100%;margin:0 auto;padding:0;}
#head1 .container, #head2 .container, #head3 .container, #head4 .container, #body .container, #foot .container{width:960px;margin:0 auto;text-align:left;}


/* HEADER WITH TOP MENU ABOVE LOGO */
#head1 .container{overflow:hidden;padding:0 0 8px;position:relative;}
* html #head1 .container, * html #head2, * html #head3, * html #body{background:none;} /* IE 6 hack */

/* MENU TOP 1 */
#menu1 ul{float:right;margin:28px 3px 3px 0;list-style:none;}
#menu1 li{float:right;padding:60px 0 0;}
#menu1 li a{margin-right:4px;padding:6px 12px;background:#faf7e4;font-weight:bold;text-decoration:none;color:#a23607;text-transform:lowercase;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius:4px;}
#menu1 li a:hover, #menu1 .selected a{text-decoration:underline;color:#a23607;}
#menu1 li.lBasket{padding:26px 22px 24px 94px;background:#4B4934 url('img/cart.png') no-repeat 20px 14px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#menu1 li.lBasket a{position:relative;padding:6px 0 0;background:none;color:#fff;font-size:1.2em;}
#menu1 li.lBasket a:hover{color:#fff;}
#menu1 li.lBasket span{display:block;color:#fff;font-size:0.917em;font-family:sans-serif;}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#logo{float:left;padding:20px 10px 10px 0;}
#logo #title{float:left;text-shadow:1px 1px 1px #fff;}
#logo #title a{color:#A23607;font:bold 4em 'arial black';text-decoration:none;}
#logo #title a span{color:#A23607;background:inherit;}
#logo #title a strong{color:#4B4934;background:inherit;}
#logo #slogan{float:left;clear:left;margin-top:-10px;padding:2px 0 0 5px;background:inherit;color:#4B4934;font-size:0.9em;text-transform:uppercase;}
* html #logo #slogan{width:100%;} /* IE 6 hack */

/* HEADER WITH TOP MENU BELOW LOGO */
#head3 .container{overflow:hidden;height:40px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#head4 .container{margin-top:10px;background:#faf7e4;overflow:hidden;-webkit-border-radius:4px;-moz-border-radius: 4px;border-radius: 4px;}


/* MENU TOP 2 */
#menu2 ul{float:left;height:40px;width:100%;margin:0;list-style:none;background:#817f81 url('img/menu2_bg.png') repeat-x;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#menu2 li{float:left;height:40px;padding:0;border-right:1px solid #973206;}
#menu2 li a{float:left;height:100%;padding:12px 16px 0 34px;color:#fff;font:bold 1em arial;text-decoration:none;background: url('img/menu2_bg_arrow.png') no-repeat 10px 12px;}
#menu2 li:hover, #menu2 .selected{background:#4e2008;}
#menu2 li.l1:hover, #menu2 .l1.selected{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}

/* BODY STYLES - LEFT AND RIGHT COLUMN */
#body{clear:both;margin:0;}
#body .container{overflow:hidden;background:#EFEACC;}

/* LEFT COLUMN STYLES */
#column{float:left;width:250px;padding:20px 0;background:#EFEACC;}
.order #column{display:none;}
#searchForm{padding:5px;text-align:left;}
#searchForm label, #searchForm legend{display:none;}
#searchForm .input{width:300px;padding:4px 3px 5px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;border-color:#efeacc;}
#searchForm .submit{padding:5px 10px;font-size:0.917em;font-style:normal;background:#a23607;border: 1px solid #dedec6;}
*:first-child+html #searchForm .submit{padding:3px 3px 8px;} /* IE 7 hack */
* html #searchForm .submit{padding:3px 3px 8px;} /* IE 6 hack */

#menu3{padding:0 0 10px;}
#column .type{padding:10px 13px;font-size:1.36em;font-weight:bold;color:#fff;background:#a23607 url('img/menu3_bg.png') repeat-x left bottom;-webkit-border-radius: 4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}

/* LEFT MENU */
#menu3 ul{padding:10px 0;list-style:none;background:#faf7e4;}
#menu3 li{margin:0 3px;padding:4px 0 4px 13px;border-bottom:1px solid #e0e0e0;}
#menu3 a{display:block;width:100%;padding:4px 0;color:#7a6a46;font-weight:bold;text-decoration:none;background:none;}
#menu3 a:hover, #menu3 .sub1 a:hover{color:#a23607;background:none;text-decoration:underline;}
#menu3 .selected > a:first-child{color:#a23607;background:none;}
#menu3 .sub1{margin:0;padding:0;border:0;background:none;}
#menu3 .sub1 li{padding:2px 0 2px 20px;background:url('img/menu3_sub.gif') no-repeat 7px 8px;border:0;}
#menu3 .sub1 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

#menu3 .sub2{margin:0;padding:0;border:0;background:none;}
#menu3 .sub2 li{padding:2px 0 2px 20px;background:url('img/menu3_sub.gif') no-repeat 7px 8px;border:0;}
#menu3 .sub2 a{display:block;width:100%;padding:2px 0;font-weight:normal;}

/* RIGHT COLUMN STYLES */
#content{float:left;width:700px;padding:10px 0 10px 10px;text-align:center;background:#EFEACC;}
* html #content{width:678px;} /* IE 6 hack */
.order #content{width:100%;padding:10px 0;}
#page{position:relative;float:left;width:100%;margin:10px auto 0;text-align:left; background:#faf7e4;}
* html #page{float:none;}
* html #page{width:96%;margin-top:20px;} /* IE 6 hack */
* html .order #page{width:94%;} /* IE 6 hack */

/* PAGE TITLE */
#page h1{margin:0 0 10px;padding:10px 0 10px 10px;background:inherit;color:#fff;font-size:1.36em;font-weight:bold;background: url('img/page_header.png') repeat-x left bottom;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}

/* NAVIGATION PATH - TREE */
#page div.breadcrumb{padding:10px;font-weight:normal;}
#page div.breadcrumb a{text-decoration:none;}
#page div.breadcrumb a:hover{text-decoration:underline;}

/* PAGE CONTENT */
#page div.content{padding:5px 10px;font-size:1.083em;line-height:1.5em;}
#page div.content ul, .subpagesList li ol{margin:0 0 0 30px;padding:0;}
#page div.content li{margin:8px 0;padding:0;border-left:0;}
#page div.content p{padding-bottom:10px;}
.pages{padding:8px 0;text-align:right;font-size:1.083em;}
.pages ul, .pages li{display:inline;}
.pages li{padding:0 2px;}
.pages a, .pages strong{padding:0 1px;font-size:1.083em;}

/* IMAGES STYLES */
.imagesList{list-style:none;}
.imagesList li{margin:0 0 15px;text-align:center;}
.imagesList li div{text-align:center;}
.subpagesList li img, .imagesList li img, .imagePreview img, #products li .photo img{padding:1px;background:#efeacc;border:2px solid #eee;}
.subpagesList li img:hover, .imagesList li img:hover, .imagePreview img:hover, #products li .photo a:hover img{border:2px solid #4B4934;}
#imagesList1{float:left;margin:9px 20px 0;}
#imagesList2{clear:right;float:right;margin:8px 20px 0 15px;}
.imagePreview div{margin:5px 0 10px;text-align:center;}
#imagesListPreview{float:left;margin:9px 20px 0 0;}
* html #imagesListPreview{margin-top:-5px;}
.imagesList#imagesListPreview li{margin-bottom:3px;}
.imagesList#imagesListPreview li img{border-width:2px;}
.imagesList#imagesListPreview li img:hover{border-width:2px;}

/* FILES LIST STYLES */
#filesList{width:100%;float:left;margin:15px 0 5px;list-style:none;vertical-align:middle;}
#filesList li{width:100%;float:left;clear:left;margin:5px 0 5px 10px;padding-left:10px;}
#filesList li a{color:#a23607;background:inherit;}
#filesList li a:hover{color:#7a6a46;background:inherit;}
#filesList img{margin:0 8px 0 0;vertical-align:middle;}
#filesList em{padding-left:2px;}

/* SUB PAGES LIST STYLES */
.subpagesList{float:left;width:100%;margin:7px 0;list-style:none;}
.subpagesList li{clear:left;float:left;width:95%;margin:5px 2.5%;padding:15px 0 10px;background:#faf7e4;border-bottom:1px solid #dadada;}
* html .subpagesList li{width:100%;} /* IE 6 hack */
.subpagesList li .photo{float:left;margin:0 20px 5px 0;}
.subpagesList li h2{padding-bottom:10px;}
.subpagesList li h2, .subpagesList li h2 a{color:#a23607;font-size:1.25em;font-weight:normal;background:none;}
.subpagesList li h2 a:hover{color:#7a6a46;background:none;}
.subpagesList li div.description{font-weight:normal;font-size:1em;line-height:1.4em;}
.subpagesList li ul, .subpagesList li ol{float:left;width:100%;margin:5px 0 0 30px;padding:0;}
.subpagesList li li{padding:0;border-bottom:0;background:none;-webkit-box-shadow:none;box-shadow:none;}
.subpagesList li ul{list-style:disc;}
.subpagesList li ol{list-style:decimal;}
.subpagesList li p{padding-bottom:10px;}

/* OPTIONS LINK */
#options{clear:both;float:right;width:100%;margin:10px;color:#7a6a46;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;color:#a23607;background:inherit;}
#options a:hover{color:#a23607;background:inherit;}
#options .back, #options .print{float:right;}
#options .print a{border-left:1px solid #e0e0e0;}

.message{padding:50px 0;text-align:center;}
.message h2{background:inherit;color:#a23607;font-weight:normal;font-size:2.4em;line-height:1.7em;}
.message h2 a{color:#a23607;background:inherit;}
.message h2 a:hover{color:#7a6a46;background:inherit;}

/* PRODUCTS LIST */
#products{clear:both;float:left;width:100%;margin:10px 0 0;list-style:none;border-bottom:1px solid #e0e0e0;border-top:10px solid #efeacc;background:#faf7e4;}
#products ul.list{float:left;width:100%;list-style:none; margin-left:28px;}
#products .list li{float:left;width:200px;margin-left:20px;padding:20px 0;border-top:1px solid #e0e0e0;text-align:center;}
/* 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.column1{clear:both;margin-left:0;}
#products li .photo{margin-top:4px;font-size:0px;line-height:0px;}
#products li h2{padding:5px 0;font-weight:bold;font-size:1.083em;}
#products li h2 a{text-decoration:none;}
#products li h2 a:hover{text-decoration:underline;}
#products li h3{padding-bottom:5px;font-weight:normal;font-size:0.917em;}
#products li h3, #products li h3 a{color:#7a6a46;}
#products li h3 a:hover{color:#a23607;}
#products li h3 em{padding:0 5px;}
#products li div.description{margin:10px 0 0;text-align:justify;}
#products li div.description a{color:#7a6a46;}
#products li div.description a:hover{color:#a23607;}
#products li div.description ul, #products li div.description ol{margin:5px 0 0 25px;padding:0;}
#products li .price, #products li .noPrice{margin:5px 0 5px 0;background-color:inherit;color:#a23607;font-weight:bold;text-decoration:none;}
#products li .price em{padding:0 6px 0 0;background:inherit;color:#7a6a46;font-style:normal;}
#products li .price strong{font-size:1.167em;}
#products li .noPrice strong{font-size:1.083em;}
#products li .price span{padding-left:4px;font-size:1.083em;color:#7a6a46;}
#products li .basket{width:150px;margin:10px auto 0;padding-left:3px;font-size:0.917em;font-weight:bold;}
#products li .basket a{display:block;padding:5px 32px 8px 7px;color:#fff;background:url('img/button_cart_list.png') no-repeat right bottom;text-decoration:none;}
#products .pages{float:right;width:100%;margin:0 10px 0 0;padding:9px 0;border:0;background:none;text-align:right;font-size:1em;}
#products .pages li{margin:0;padding:0 2px;border:0;background:none;}
#products .pages a, #products li.pages strong{padding:0 1px;font-size:1em;}
#products .pages .viewAll{padding-right:8px;border-right:1px solid #666;}
#products .pages .title{padding-left:8px;border:none;}
#products .pages#pagesBefore{clear:none;width:auto;}
#products .sort{float:left;width:auto;margin:0 10px;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:normal;}

/* PRODUCTS DETAILS */
#product{float:right;display:block;width:100%;margin:10px 0;text-align:left;background:#faf7e4;}
* html #product{margin:0;} /* IE 6 hack */
#product h1{padding:10px 0 10px 10px;color:#fff;font-size:1.36em;background:inherit;color:#fff;font-weight:bold;background: url('img/page_header.png') repeat-x left bottom;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
#product div.breadcrumb{margin:0 0 10px;padding:6px 0 8px 6px;font-weight:normal;font-size:0.917em;border-bottom:6px solid #efeacc;}
#product div.breadcrumb, #product div.breadcrumb a{background:#faf7e4;color:#7a6a46;}
#product div.breadcrumb a:hover{background-color:inherit;color:#a23607;}
#product div.breadcrumb em{padding:0 5px;}

#product #box{float:right;width:250px;margin:10px 20px 10px 10px;padding:3px 0 10px;border:2px solid #e5dfbc;background:#efeacc;text-align:center;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#product #box form{font-weight:bold;}
#product #box #price, #product #box #noPrice{padding:7px 0;border-bottom:1px solid #e5dfbc;background-color:transparent;color:#7a6a46;font-size:1.417em;text-align:center;}
#product #box #noPrice{color:#a23607;}
#product #box #price em{font-style:normal;}
#product #box #price strong{padding:0 6px;font-size:1.176em;color:#a23607;font-weight:bold;}
#product #box #available{padding:8px 2px 0;background-color:transparent;color:#7a6a46;font-weight:bold;font-size:0.9em;}
#product #box #addBasket{padding:10px 0 5px;}
#product #box #addBasket .submit{width:176px;padding:5px 25px 8px 5px;border:0;background:url('img/button_cart.png') no-repeat right bottom;background-color:inherit;color:#fff;font-size:1.1em;font-weight:bold;}

#product div.content{clear:left;padding:0 16px 10px;font-size:1.083em;line-height:1.5em;}
#product div.content ul, #product div.content ol{margin:5px 0 0 30px;padding:0;}
#product div.content li{margin:8px 0;padding:0;border-left:0;}
#product div.content p{padding:0 16px 10px 0;}

/* BASKET AND ORDER */
#orderedProducts table{width:100%;margin:0;border-bottom:2px solid #e0e0e0;font-size:1em;color:#a23607;}
#orderedProducts td, #orderedProducts th{padding:6px 7px;}
#orderedProducts thead .price, #orderedProducts thead .quantity, #orderedProducts thead .summary{text-align:right;}
#orderedProducts thead td{padding-bottom:11px;background:#4b4934;color:#fff;}
#orderedProducts thead em{padding:0 4px 0 0;font-style:normal;}
#orderedProducts tbody th, #orderedProducts tbody td{border-top:2px solid #fff;background:#faf7e4;border-bottom:1px solid #e0e0e0;}
#orderedProducts tbody th{text-align:left;}
#orderedProducts tbody th a{background:inherit;}
#orderedProducts tbody .price, #orderedProducts tbody .summary{font-weight:bold;text-align:right;}
#orderedProducts tbody .quantity, #orderedProducts tbody .quantity input{text-align:right;}
#orderedProducts tbody .quantity label{display:none;}
#orderedProducts tbody a:hover{background:inherit;color:#7a6a46;}
#orderedProducts tfoot{background:#faf7e4;text-align:right;}
#orderedProducts tfoot .summaryProducts, #orderedProducts tfoot .summaryProducts th, #orderedProducts tfoot .summaryShippingPayment, #orderedProducts tfoot .summaryOrder{text-align:right;}
#orderedProducts tfoot .nextStep .submit{background:#a23607;}
#orderedProducts tfoot .nextStep .submit:hover{background:#cc4923;}

#basket #orderedProducts table{margin:10px 0 0;width:100%;}
#basket .info{padding:10px 0;text-align:left;}
#basket #recount{background:#fff;}
#basket #recount td{border-bottom:1px solid #e0e0e0;}
#basket #save{text-align:left;}
#basket #recount .submit:hover, #basket #save .submit:hover{background:#a23607;}
#basket .summaryProducts{font-size:1.36em;font-weight:bold;}
#basket .summaryProducts #summary{font-weight:bold;}
#basket .del{padding:0 5px 0 10px;}
#basket .del a{background:inherit;color:#7a6a46;}
#basket .del a:hover{background:inherit;color:#a23607;}
#basket .buttons .submit.continue{margin-right:5px;}
#basket #pageDescription{margin-top:20px;}
*:first-child+html .buttons .submit.continue{margin-bottom:3px;} /* IE 7 hack */
* html .buttons .submit.continue{margin-bottom:3px;} /* IE 6 hack */
#basket legend{display:none;} 

#basket #continue{text-align:left;}
#basket #save{padding:6px 7px 0;text-align:left;}
#basket #save .submit{background:#efeacc;color:#7a6a46;border:1px solid #4b4934;}
#basket #save .submit:hover{background:#580407;color:#fff;}

#order legend{display:block;padding:20px 0 10px 10px;border:0;font-size:1.2em;font-weight:bold;color:#a23607;}
#order #personalData{overflow:hidden;padding:12px 3%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background:#faf7e4;}
#order #personalData #setBasic, #order #personalData #setExtend{float:left;width:50%;}
#order #personalData label{display:block;padding:2px 0;font-weight:bold;color:#a23607;}
#order #personalData .input, #order #personalData #oComment{width:90%;margin:0 0 5px;}
#order #personalData #oComment{height:125px;}

#shippingAndPayments div{padding:11px 3%;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background:#faf7e4;}

#order tfoot td, #orderPrint tfoot td{color:#a23607;}
#order .summaryProducts, #order .summaryShippingPayment, #orderPrint .summaryShippingPayment{font-size:1.182em;}
#order .summaryProducts th, #order .summaryShippingPayment th, #orderPrint .summaryShippingPayment th{font-weight:normal;text-align:right;}
#order .summaryOrder, #orderPrint .summaryOrder{color:#7a6a46;font-size:1.36em;font-weight:bold;}
#order .summaryOrder th, #orderPrint .summaryOrder th{text-align:right;}
#order .summaryOrder th, #order .summaryOrder td{border-top:1px solid #e0e0e0;}
#order #rulesAccept th{color:#7a6a46;font-weight:bold;text-align:right;}
#order #rulesAccept th, #order #nextStep th{border:0;text-align:right;}
*:first-child+html .nextStep .submit, *:first-child+html #basket #save .submit{padding:2px 0;} /* IE 7 hack */

/* ORDER SUMMARY/PRINT PAGE */
#orderPrint{padding:0 10px;}
#orderPrint #pageDescription{padding:10px 8px 20px 10px;text-align:center;background:inherit;color:#a23607;font-weight:normal;font-size:1.5em;}
#orderPrint #pageDescription p{padding:5px 0;}
#orderPrint .legend{clear:both;padding:20px 0 10px;background:inherit;color:#a23607;font-size:1.2em;font-weight:bold;}
#orderPrint dl{float:left;display:block;width:100%;margin:0;padding:5px 0;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;background:#faf7e4;}
#orderPrint dt, #orderPrint dd{float:left;display:inline-block;width:40%;margin:0;padding:3px 0;}
#orderPrint dt{clear:left;text-align:right;}
#orderPrint dd{padding-left:3%;font-weight:bold;}
#orderPrint dd.orderComment, #orderPrint dd.orderIP{font-weight:normal;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{clear:both;font-weight:bold;}
#foot .container{width:960px;margin:0 auto;padding:10px 0;color:#fff;overflow:hidden;background:#973206 url('img/footer_bg.png') repeat-x;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#foot a{background:inherit;color:#fff;text-decoration:underline;font-weight:bold;}
#foot a:hover{color:#e44e0d;background:inherit;}
#copy{float:left;padding:0 25px;}
.foot{float:right;padding:0 25px;}

@media print{
  /* PRINT STYLES */
  #rss{display:none;}
  * {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:0 !important;}

  #body{clear:none;}
  #body .container{overflow:visible;}
  #logo #title, #page h1{padding:0;}
  #page div.breadcrumb{position:relative;top:0;}

  #header .container, #body .container, #foot .container, #products, .order #content, #options{float:none;width:17.2cm;padding:0;margin:0;}
 #column, #menu1, #head4, #head3, #back, #products li .basket, #product #box #addBasket .submit{display:none;}
}

/* PLUGINS */

