@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?w7w2g4');
  src:  url('fonts/icomoon.eot?w7w2g4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?w7w2g4') format('truetype'),
    url('fonts/icomoon.woff?w7w2g4') format('woff'),
    url('fonts/icomoon.svg?w7w2g4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.navbar-brand {
	padding: 0 0 0 25px;
	line-height: 50px;
	
}
/*
.icon-messenger:before {
  content: "\e900";
  color: #0084ff;
}
.icon-skype:before {
  content: "\e901";
  color: #00aff0;
}
.icon-play:before {
  content: "\e912";
}
.icon-film:before {
  content: "\e913";
}
.icon-book:before {
  content: "\e91f";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
*/

.icon-whatsapp1:before {
  content: "\e900";
  color: #25d366;
}
.icon-messenger:before {
  content: "\e901";
  color: #0084ff;
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-book:before {
  content: "\e91f";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubble21:before {
  content: "\e96f";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-rss1:before {
  content: "\ea9c";
}
.icon-rss2:before {
  content: "\ea9d";
}
.icon-youtube:before {
  content: "\ea9e";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-file-pdf1:before {
  content: "\eae0";
}
.icon-file-word1:before {
  content: "\eae3";
}
.icon-file-excel1:before {
  content: "\eae4";
}
.icon-libreoffice:before {
  content: "\eae5";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-skype:before {
  content: "\e902";
  color: #00aff0;
}



body {
	padding-top: 70px;
	/*font-family: Arial,sans-serif;*/
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.glyphicon.white {color: #fff!important;}
.glyphicon.red {color: #F42727!important;}


.center {
	margin: 0 auto;
}

a:hover {
	cursor: pointer;
}

/*
.breadcrumb > li + li:before {
content: "";
}
*/

.maxReadableWidth {
	
	max-width: 650px;
}

.tab-pane {
	
	padding: 10px;
	
}

.breadcrumb>li+li:before {
    content: " ";
    padding: 0 5px;
    color: transparent;
}

.b-space {
	margin-bottom: 10px;
}


#notification {
	margin: 10px;
}


 .list-unstyled li , dd{
	margin-bottom: 1.2em;
}

.modal-header .close {
    margin-top: -8px;
}

.v-top li{
	vertical-align: top!important;
}



.warning, .success, .attention {
	padding: 8px;
	border-radius: 4px;
	text-align: center;
	font-size: 1.1em;
	margin: 0 0 15px 0;

}

.attention {
	color: #000;
	background: #FFA43D;
}

.warning {
	color: #fff;
	background: #DB100C;
}

.warning a {
	color: #fff;
	text-shadow: 0 0 1px #000;
	font-weight: bold;
}

.success {
	color: #000;
	background: #D6E9C6;
}

.red {
	color: #DB100C;
}

.green {
	color: #05931F;
}


.y-evid{
	padding: 4px;
	background: #fff189;
}



span.error {
	color: #DB100C;
	font-size: 0.9em;
}



#notification .success {
	background: #D6E9C6;
	padding: 15px;
}

.newsletter  dt {
	text-align: left;
	overflow: visible;
}

.order-info span, .icon { 
	font-size: 25px;
}


.manufacturers dt {
	font-size: 1.2em;
	}
	



.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114"; 
    float: right;
    color: #fff;
}



.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}	
	



.toacept{
	
	height: 120px; 
	overflow: auto; 
	background: #f3f3f3; 
	padding:4px; 
	margin: 15px 0; 
	font-size: 10px;
	
}

.cookie-policy  label {font-size: 14px!important;}

.tab-pane {
	padding-top: 25px;
}



.review-list {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	
}


.review-list .author{
	background: #f4f1e8;
	
}

.review-list .rating{
	text-align: left;
	margin-left: 150px;
	
}


.review-list .text{
	padding: 8px 0 0 0;
	font-style: italic;
	
}


#footer-menu a { color: #000; font-size: 12px;}

#footer-menu  ul.quickMenu li {
	height: 14px!important; 
	line-height: 14px!important;
	border-right: 1px solid #000!important;
	
	
}

 #confirmCookie {
	position: fixed;
	display: none;
	padding: 1em 0;
	font-size: 1.2 em;
	color: #000;
	background: #FFD119;
	box-shadow: 0px 0px 3px #000000;
	transition: all 0.5s ease-out 0s;
	z-index: 9999;

 } 

	
#confirmTaschen	{
	position: fixed;
	display: none;
	padding: 2em;
	font-size: 1.2 em;
	color: #000;
	background: #f9e7a1;
	box-shadow: 0px 0px 3px #000000;
	transition: all 0.5s ease-out 0s;
	z-index: 9999;

 } 
	
	
	
	

/* content */
#content .content {
	padding: 50px 0;
	/*overflow: auto;*/
	margin-bottom: 20px;
	background: #fff;
	min-height: 200px;
}


.mt-10 {
	margin-top: 10px;
}



/*------

TOPBAR CART

----*/

#language img:hover {
	cursor: pointer;
}


.navbar-inverse #fb-bar-lang .navbar-nav > li > a {
	color: #fff!important;
}

.navbar-inverse #fb-bar-lang .navbar-nav > li > a:hover, .navbar-inverse #fb-bar-lang .navbar-nav > li > a:focus {
	color: #dc1f27!important;
}

#t-cart {
	position: relative;
}

.c-empty {
	font-size: 16px;
	text-shadow: none;
	margin: 15px auto;
}


#topcart .navbar-header {
	float: right!important;
	vertical-align: middle;
}

.mini-cart li {
	background: #fff!important; 
	color: #333;
}
.mini-cart .remove img, .mini-cart .remove span {
	cursor: pointer;
}


#s-cart {
	text-shadow: none;

}

#mCart{
	padding-top: 8px;
	
}
/*

CAROUSEl

*/

.carousel {
	margin-bottom: 30px;
}


.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	width: 100%;
	margin: auto;
}

/*

menu right/left category

*/

.nav-pills > li > a {
	background: #f2f2f2;
	color: #000;
}

.nav-pills li.active li {
	margin-top: 0.6em;
}

.nav-pills li.active li.active a {
	border-radius: 4px;
	color: #000!important;
	background: #f2f2f2;
	padding: 5px;
}




/*
Bootstrap navbar justify / span menu items occupying full width


*/






	/*

@media only screen and (min-width: 768px) {

	           .navbar ul.nav {
				display: table;
				table-layout: fixed;
				width: 100%;
				}
			.navbar ul.nav > li {
				display: table-cell;
				float: none;
				text-align: center;
				width: auto;
				}
			.dropdown-toggle{
				left:auto;
				top:inherit;
				}
			.navbar ul.dropdown-menu li {
				text-align: left;
				}

	

        }

	*/



/*
FOOTER
*/

#footer {
	margin-top: 30px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #000;
	background: #262626;
	padding-bottom: 80px;
}


#footer h3 {
	color: #FFFFFF!important;
	background-color: #151515;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
	text-transform: uppercase;
	padding: 8px 0 7px 0;
}

#footer h3 small {
	color: #FFFFFF!important;
}



#footer ul a, .url-list a {
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
/*
#footer ul a  {
	text-transform: uppercase;
}
*/

.url-list .nav-pills a {
text-transform: none;
}



#footer ul a, .url-list a {
	color: #959595;
}

#footer ul a:hover {
	color: #f3f3f3;
}


.url-list a {
	color: #262626;
}

.url-list a:hover {
	color: #DB100C;
}


#powered {
	padding-top: 5px;
	line-height: 24px;
	background-color: #151515;
	color: #f1f1f1;
	font-weight: normal;
}

#footer li {
	margin-bottom: 0.3em;

}

/*

C LISTS

*/
.title {margin: 2em 0;}
.cart-total {padding: 15px 0;}

/*
MEGAMENU

*/

.menu-large {
  position: static !important;
}

.megamenu{
  padding: 20px 0px;
  width:100%;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}

.megamenu> li > ul > li {
  list-style: none;
}

.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  /*text-transform: uppercase;*/
}

.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

/**/

#cat-menu .nav > li > a {
	display: inline-block!important;
}



a.a-caret {
	padding-right: 0!important;
	
}
#cat-menu a.dropdown-toggle {
	padding-left: 0!important; 
	padding-right: 5px!important; 
}

#cat-menu .caret {
	margin-left: 8px;
}

#cat-menu li.dropdown.open {
	background: #E7E7E7;

}

#cat-menu.in li.dropdown.open a.a-caret {
	background :#fff;
}

#cat-menu li.dropdown.open a.a-caret {
	text-decoration: underline;
}


/*@media (max-width: 768px)*/





/* HTML box */
.box {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.box img {
	margin: 0 auto;
	display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;

}

.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: #fff;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}





/*@media*/


/*
checkout
*/

.checkout-heading {
	position: relative;
}

.checkout-heading a {
	position: absolute;
	right: 5px;
}


.checkout-content {
	display: none;

}


.table-striped > tfoot > tr {
	background-color: #FCFBED;
}



/*


PRODOTTO SCHEDA

*/
/*@media*/

.product-info {
	/*overflow: auto;*/
	margin-bottom: 20px;
}


.product-info .sconto-offerta {
	display: block;
	position: absolute;
	bottom: 20%;	
	padding: 10px;
	background: #FFFF00;
	color: #000;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 0px 5px #000000;
	-moz-transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
	-o-transform:rotate(-30deg);
	-ms-transform:rotate(-30deg);
}

.product-info .image-additional {
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}



.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}

.product-info .price-old,  #tab-related .price-old {
	color: #F00;
	text-decoration: line-through;
}


.product-info .price-new {
}
.product-info .price-tax, #tab-related .price-tax {
	font-weight: normal;
	color: #999;
	font-size: 0.8em;
}

.price-tax-old  {
	
	color: #999;
	text-decoration: line-through;
}


.product-info .price .reward {
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}



.product-info .cart .minimum {
	padding-top: 5px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #ab0c21;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}


/*
PRODUCT LIST/GRID
*/

.product-list > div, 
.product-list li,
.product-grid li,
.category-list, 
.product-info, 
.order-list,
.category-info,
.cart-info,
#total,
.list,
.compare-info
.info  {
	border: 1px solid #acacac;
	border-radius: 7px;
	background: #fff;
	padding: 8px;
}





.product-grid .wishlist, .product-grid .compare,
.product-list .wishlist, .product-list .compare {
	font-size: 0.8em;
	text-align: left;
}



.product-list div, .product-grid div.pgrid {
	overflow: auto;
	margin-bottom: 15px;
}

.product-list a, .product-grid a {
	position: relative;
}

.image img {
	margin: 10px auto;
}


.listImage {
	position: relative;
	
	
}

.outletImg {
	position: absolute;
	left: 10px;
	top: -4px;
	z-index: 20;
	border: none!important;
	
	
}

.product-list .name {
	margin-bottom: 3px;
}

.product-grid .name {
	font-weight: bold;
	color: #969696;
	display: block;
	margin-bottom: 4px;
	height: 4em;
	overflow: hidden;

}

.product-grid .autore, .product-list .autore {
	font-size: 80%!important;
	font-weight: bold!important;
}

.product-grid .autore  {
	display: block;
	margin-bottom: 4px;
	height: 3em;
}

.product-list .name a {
	color: #ab0c21;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 1.2;
	margin: 8px 0 5px 0;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	text-align: right;
	color: #333333;
}

.product-list .cstm-cart{
	clear:both;
	float: right;
	margin-left: 8px;
	margin-top: 10px;

}



.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}

.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-weight: normal;
	color: #BBBBBB;
}

.product-list .cart {

	margin-bottom: 3px;
}

.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}

.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}

.product-grid {
	width: 100%;
	overflow: visible;
}



.product-grid li {
	display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    vertical-align: top;
text-align: center;

}



.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a{
	color: #ab0c21;
	text-decoration: none;

} 




.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}

.product-grid .cstm-cart {
	height: 2.5em;
	overflow: hidden;


}



.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	text-align: left;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}







/* FC Webicons by Fairhead Creative http://fairheadcreative.com */

.f-fc-webicon { display: inline-block; background-size: 100%; width: 30px; height: 30px; text-indent: -999em; text-align: left; margin-bottom: 5px; }
.f-facebook { background: url("../f_icons/facebook.png"); }
.f-twitter{ background: url("../f_icons/twitter.png"); }
.f-youtube{ background: url("../f_icons/youtube.png"); }
.f-instagram{ background: url("../f_icons/instagram.png"); }
.f-whatsapp{ background: url("../f_icons/whatsapp.png"); }
.f-rss{ background: url("../f_icons/rss.png"); }
.f-blog{ background: url("../f_icons/blog_30x30_white.png"); }






.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}

.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}





.post-share {
    display: block;
	margin: 2em;
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
}


.post-share a {
    transition-property: color, rgb(0, 0, 0), border;
    transition-duration: 0.15s;
    transition-timing-function: linear;
	text-decoration : none;
}



.post-share-menu {
    line-height: 0.5em;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    font-size: 24px;
}


.post-share-menu-item {
	margin-right: 5px;
}



.post-share-menu-item span {
	font-size: 20px;
	margin: 0 auto;
}

.post-share-menu-item span.title {
	font-size: 14px;
	margin: 0 auto;
}

.post-share-menu-title {
    font-size: 110%;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    top: 0.0625em;
}
.post-share-menu-item, .post-share-menu-title {
    display: inline-block;
    /*vertical-align: middle;*/
    line-height: 0;
}

.post-share-menu-item {
	text-align: center;
    margin-left: -0.25em;
}


.post-share-menu-item a:hover {
	text-decoration: none;
}


.post-share-menu-link {
    padding: 8px;
    border: 0px none;
    display: block;
}

.post-share-menu-link--twitter {
    margin-left: 0.75em;
	
	color: #fff!important;
	background: #55ACEE!important;
	
}

.post-share-menu-link--twitter:hover {
	color: #55ACEE!important;
	background: #fff!important;
}


.post-share-menu-link--facebook {
	color: #fff!important;
	background: #3B5998!important;
}
.post-share-menu-link--facebook:hover{
	color: #3B5998!important;
	background: #fff!important;
}


.post-share-menu-link--wapp{
	color: #fff!important;
	background: #17980E!important;
}
.post-share-menu-link--wapp:hover{
	color: #17980E!important;
	background: #fff!important;
}




.post-share-menu-link--messenger{

}
.post-share-menu-link--messenger:hover{

}


.post-share-menu-link--messenger span {
	font-size: 28px;

}

.col-sm-12.share {
	padding-left: 5px;
	padding-right: 2px;
}




.post-share-menu-link--google span{
    margin-top: 3px!important;
}


.post-share-menu-link--google {
	color: #fff!important;
	background: #DD4B39!important;
} 


.post-share-menu-link--google:hover{
	color: #DD4B39!important;
	background: #fff!important;
}



/*

RATING 

*/

/*
.box-rating {
    float:left;
}


.box-rating:not(:checked) > input {
    position: absolute;
    clip:rect(0,0,0,0);
}

.box-rating:not(:checked) > label {
    float: right;
    width: 32px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 220%;
    line-height: 1.2;
    color: #ddd;
   
}

.box-rating:not(:checked) > label:before {
    content: '\2605 ';
}

.box-rating > input:checked ~ label {
    color: #fcd40a;
   
}

.box-rating:not(:checked) > label:hover,
.box-rating:not(:checked) > label:hover ~ label {
    color: gold;
   
}

.box-rating > input:checked + label:hover,
.box-rating > input:checked + label:hover ~ label,
.box-rating > input:checked ~ label:hover,
.box-rating > input:checked ~ label:hover ~ label,
.box-rating > label:hover ~ input:checked ~ label {
    color: #gold;
  
}

.box-rating > label:active {
    position:relative;
}
*/

.box-rating {
 overflow: hidden;
 display: inline-block;
}
.rating-input {
 float: right;
 width: 2px;
 height: 2px;
 padding: 0;
 margin: 0 0 0 -2px;
 opacity: 0;
}


.rating-star {
cursor: pointer;	
 position: relative;
 float: right;
 display: block;
 width: 32px;
 height: 32px;
 background:url(starO.png);
}


.rating-star:hover,.rating-star:hover~.rating-star {
 /*background-position: 0 0;*/
 background:url(starG.png);
}
.rating-input:checked~.rating-star,.rating-star:hover,.rating-star:hover~.rating-star {
 /*background-position: 0 0;*/
 background:url(starG.png);
}
.rating-input:checked~.rating-star,.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star {
 /*background-position: 0 0;*/
 background:url(starG.png);
}
.rating-star,.rating:hover .rating-star {
 position:relative;
 float:right;
 display:block;
 width: 32px;
 height: 32px;
 background:url(starO.png);
}

.ui-widget {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #fff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}

.ui-autocomplete {
	z-index: 9999;
}



.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fff;
	background: #ddd;
	font-weight: bold;
	color: #333;
}





 .ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  
  * html .ui-autocomplete {
    height: 400px;
  }



.list_item_image{
	position: relative;

}


.img-outlet {
	position: absolute;
	left: -8px;
	top: 0px;
	border: none!important;
	
}


.list_item_label{
	color: #000;
}

a > .list_item_label {
	
	color: #000;
}

li.ui-menu-item {
	display: block;
	clear: both;
	border-bottom: solid 1px #d5d5d5;

}

li.ui-menu-item .list_item_image {
	 padding-right: 8px;
	
}


li.ui-menu-item  .subline{
	display: block;
	margin-top: 5px;
	clear: both;
	font-size: 0.9em;
	color: #8e8e8e;
}


li.ui-menu-item  .price-old{
	
	text-decoration: line-through;
}


.table_style {

    display: table;

}

.table_cell_style {

    display: table-cell;

}

/*

MEDIA QUERIES

*/


@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}



@media only screen and (max-width: 1279px) { 
	.box .jcarousel-list{
		font-size: 10px;
	}
}

@media only screen and (min-width: 1280px) { 
	.product-det h1{
		margin-top: 50px;;
	}
	
	
	#footer {
	margin-top: 100px;
	
	}
	
	
}


@media screen and (min-width: 2px) {
  h1 {
    font-size: 18px;
  }
}


@media screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 799px) {
  h1 {
    font-size: 36px;
  }
} 





