.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
body { font-family:Arial, Helvetica, sans-serif; }



.header-area {
    background: none repeat scroll 0 0 #ff0000;
}

.header-area a:hover {
	color: #BF4E03;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
	display: block;
	padding: 5px;	
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}

.mainmenu-area {background: none repeat scroll 0 0 #fbfbfb;
font-family: "Roboto Condensed",sans-serif;
text-transform: uppercase;
width: 100%;
z-index: 999;}



.logo h1 {
    font-size: 40px;
    margin: 30px 0;font-weight: 400;
}
.logo h1 a {
    color: #999;
}
.logo h1 a:hover {text-decoration: none;opacity: .7}
.logo h1 a span {
    color: #000;
}

.cercanelsito {
    margin-top: 50px;
	margin-bottom: 10px;
}

.login-item {
	border: 1px solid #000;
	float: left;
	font-size: 15px;
	margin-top: 50px;
	position: relative;
	background: none repeat scroll 0 0 #fff;
	color: #000;	
}


.shopping-item {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    float: right;
    font-size: 15px;
    margin-top: 50px;
    padding: 10px;
    position: relative;
}
.shopping-item a {
    color: #666;
}
.cart-amunt {
    color: #000;
    font-weight: 700;
}
.product-count {
    background: none repeat scroll 0 0 #ff0000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}
.shopping-item i.fa {
    margin-left: 15px;
}


.shopping-item:hover {
    background: none repeat scroll 0 0 #000;
    border-color: #000;
}
.shopping-item:hover a {
    color: #fff;text-decoration: none
}
.shopping-item:hover .cart-amunt {
    color: #fff;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #000;
}


.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 20px;
}

.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {background: #000; color:#FFF;}
.mainmenu-area .nav > li > a:focus {color: #FFF;}

@media only screen and (min-width: 100px) and (max-width: 768px) { 

.header-area a {
    color: #000;
}
.btn-group {
	font-size: 12px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	}
.site-branding-area
{
	margin-top: 0px;
}
.carousel{display:none;}
.slider-area {display:none;}
.spedizione {display:none;}
.stocktable {display:none;}
.pulsantiniwish {}
.section-title {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: normal;
	font-size: 30px;
	margin-top: 10px;
}
.product-inner-price {
	margin-bottom: 15px;
	font-size: 25px;
}

}

@media only screen and (min-width: 811px) and (max-width: 3500px) {
	.header-area a {
    color: #fff;
}
	.site-branding-area
{
	margin-top: 50px;
}
.slider-area { width:100%; position:relative; margin:0 auto; padding:0px;}

.section-title {
  font-family: "Raleway",sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
}
.product-inner-price {
	margin-bottom: 25px;
	font-size: 30px;
}

} 

/*-------------------------
[9. Block slider]
---------------------------*/
.block-slider{
	border:none;
	width: 100%;
}
.block-slider ul li{
	list-style: none;
	  color: #fff;
	text-shadow: 2px 2px 4px black;
}
.block-slider .bx-pager{
	display: none;
}
.block-slider .bx-prev,
.block-slider .bx-next{
	width: 32px;
	height: 32px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 29px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.block-slider img{
	width: 100%;
	height: auto;
}
.block-slider .bx-prev{
	left: 0px;
	padding-right: 3px;
}
.block-slider .bx-next{
	right: 0px;
	padding-left: 3px;
}
.block-slider:hover .bx-prev{
	left: 10px;
}
.block-slider:hover .bx-next{
	right: 10px;
}
.block-slider .bx-prev:hover,
.block-slider .bx-next:hover{
	background: #000;
	color: #fff;
	border-color: #000;
}

/*------------------
[4. Slidershow]
------------------*/

.block-slider .bx-pager{
	display: none;
    text-align: center;
}
.block-slider .bx-pager-item{
	width: 15px;
	height: 15px;
	background: #fff;
	font-size: 0;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
}
.block-slider .bx-pager-item a{
	width: 100%;
	height: 100%;
	background: #999;
	display: block;
	border-radius: 50%;
}
.block-slider .bx-pager-item a.active{
	background: #000;
}
.block-slider .caption-group{
	position: absolute;
    top: 26%;
    left: 2%;
}
.block-slider .caption-group .title{
	margin: 0;
}
.block-slider .caption-group .subtitle{
	margin: 0;
	margin-top: 5px;
	width: 100%;
}
.block-slider .caption-group .button-radius{
	margin-top: 27px;
}
.block-slider .caption-group .primary{
	color: #000;
}
.block-slider .caption-group .caption{

}


/*----------------------
[10. Block top seller ]
------------------------*/
.button-radius{
  position: relative;
  border: 1px solid #eaeaea;
  padding: 1px;
  min-height: 34px;
  background: #fff;
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  margin: 0;
  color: #666666;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  font-size: 14px;
}
.button-radius .icon{
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: 2%;
  top: 2px;
  overflow: hidden;
}

.button-radius .icon:before{
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 90%;
  text-align: center;
  line-height: 26px;
  float: left;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.button-radius.white{
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.button-radius.white .icon:before{
  background: #fff;
  color: #333;
}

.button-radius:hover .icon{
  left: 100%;
  margin-left: -30px;
}
.button-radius:hover{
  padding-left: 20px;
  padding-right: 40px;
}

.promo-area {
  background:#fbfbfb;
  color: #fff;
  padding: 40px 0 40px;
}

.brands-area {
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  color: #fff;
  padding: 20px 0 20px;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #f4f4f4}
.single-promo {
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}

.single-promo:hover {color: #fff;background: #222;}
.promo1 { background:#cf02d1;}
.promo2 { background:#ffd900;}
.promo3 { background:#000;}
.promo4 { background:#4abebd;}



.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden;border: 1px solid #ddd;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
	background: #000;
	text-decoration: none;
	border-color: #000;
	color: #FFF;
}
.product-carousel-price ins {
	color: #000;
	margin-right: 5px;
	text-decoration: none;
	font-size: 24px;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -35%;}
.product-hover a.view-details-link { bottom: -45%;}
.single-product h2 {
    font-size: 15px;
    line-height: auto;
    margin-bottom: 10px;
    margin-top: 15px;
	min-height: 60px;
}


.single-product h2 a {
	color: #222;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}
.single-product p {
    color: #000;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product h4{
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
}


.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 10%;}
.single-product:hover .product-hover a.view-details-link {bottom: 10%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.paps {
	padding: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px dashed #000;
}
.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  background:#000;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
  float:left;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #FFF; background:#000;}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-wrapper .owl-nav div {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brand-wrapper .owl-nav div {
  background:#000;
  color:#FFF;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 50px; padding-top:20px;}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.single-wid-product h4{
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;  
}
.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 5px;
	margin-top: 5px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 5px;
}
.product-wid-price ins {
	color: #000;
	font-weight: 700;
	margin-right: 5px;
	text-decoration: none;
	
}

.product-wid-price .percentuale {
	color: #fff;
	font-weight: 700;
	margin-right: 5px;
	text-decoration: none;
	background-color: #ff0000;
	padding: 4px;
	margin-left: 5px;
}

.product-wid-price flash {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	background-color: #BE0208;
	padding: 2px;
	margin-left: 5px;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover, .single-product h2 a:hover {
    color: #000;
}
.wid-view-more {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {color: #fff;background-color: #222;text-decoration: none}
.single-product-widget {
    position: relative;
}
.product-widget-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-widget-area .zigzag-bottom{background: #f4f4f4;}
.footer-top-area .zigzag-bottom{background: #f4f4f4}
.footer-top-area {background: none repeat scroll 0 0 #000;
color: #fff;
padding: 35px 0 80px;}


.footer-bottom-area {background: #000;color: #fff}
.footer-about-us span {
  color: #ff0000;
}
.footer-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-about-us lu {
	margin-left: 5px;
}
.footer-about-us li {
	list-style-type: none;
	padding: 5px;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 2px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #fff
}
.footer-menu a:hover {
  color: #fff;
}


.footer-social a {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;border: 1px solid #000;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #000;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #000;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
.footer-about-us a {
	color: #fff
}
a {
	color: #000
}
a:hover, a:focus {
	color: #484848
}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding-bottom: 40px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
}

.copyright a {
	color: #FFF;
}
.copyright a:hover {
	color: #FFF;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #000}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f4f4f4}

.single-product-area {
  padding: 80px 0 130px;
}





.sidebar-title {
	color: #ff0000;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-top: 5px;
}
.single-sidebar {
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	padding: 5px;
	margin-top: 10px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
	border: 1px solid #ddd;
	padding-left: 5px;
}
label {
	margin-left: 0px;
	margin-top: 5px;
}

input[type="submit"], button[type=submit] {
	background: none repeat scroll 0 0 #ff0000;
	border: medium none;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
input[type="submit"]:hover, button[type=submit]:hover {background-color: #ff0000}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
color: #fff;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.thubmnail-recent > h2 a {
    color: #222;
}
.product-sidebar-price > ins {
    color: #000;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	
}
.single-sidebar li {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style: none;
}
.single-sidebar a {
    /*display: block;*/
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb > a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb > a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}

.product-inner-price > ins {
    color: #000;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #000;
    padding: 5px;
    width: 50px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #000;
    border: medium none;
    color: #fff;
    padding: 6px 25px;display: inline-block
}
.add_to_cart_button:hover {background-color: #222;color: #fff;text-decoration: none}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
	margin-bottom: 20px;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin-top: 5px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #000;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover {
    text-decoration: none;
}
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 20px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 700;
}
.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
  margin-top: 30px;
}
.related-products-title {color: #feae52;
font-size: 25px;
margin-bottom: 30px;
text-transform: uppercase;}

.related-products-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: left;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 18px;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #000;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #000;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}



.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}


table.shop_table td.product-remove a {
  display: inline-block;
  padding: 0 5px 2px;
  text-transform: uppercase;
}


table.shop_table td.product-remove a:hover {color: #fff;background: red;text-decoration: none}
table.shop_table td.product-name a{color: #222;}
table.shop_table td.product-name a:hover {color: #000;text-decoration: none}
div.quantity input.plus:hover, div.quantity input.minus:hover {background-color: #222}
div.cart-collaterals ul.products li.product a:hover h3 {color: #000}
div.cart-collaterals ul.products li.product a:hover {text-decoration: none}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button{background-color: #222}


.cart-collaterals .shipping_calculator {
  float: right;
  width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}



.single-shop-product h2 {
	font-size: 15px;
	line-height: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	text-transform: lowercase;
	min-height: 70px;
}
.single-shop-product descr {
	font-size: 11px;
	margin: 10px 0;
	line-height: 11px;
	text-transform: lowercase;
}

.single-shop-product .disponibilita .img-responsive {
	float: left;
}
.product-inner-category .disponibilita .img-responsive {
	float: left;
}
.product-option-shop {
	margin-top: 5px;
	font-size: 13px;
	padding: 5px;
}

.single-shop-product {
	margin-bottom: 50px;
	text-decoration: none;
	padding: 0px;
}

.product-overlay {
	top: 0;
	display: none;
	height: 0;
	position: absolute;
	transition: .4s;
	display: block;
	opacity:0.8;
	overflow: hidden;
	background-color: #000;
	content: "";
}

.product-overlay .overlay-content {
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 10px;
}
.single-shop-product:hover .product-overlay {
	width: 70%;
	height: 20%;
	color: #FFF;
	text-decoration: none;
}
.pagination > li > a, .pagination > li > span {
  color: #000;
}
.site-branding-area
{
	background-color: #fff;
}




/*css x menu a tendina in alto*/
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding-left: 6px;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 16px;
	color: #ff3546;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#menCollection .img-responsive {
	height: 150px;
	
	padding-top: 5px;
}
#menCollection .carousel-inner > .item {
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 10%;
	padding-bottom: 5px;
}


.navbar-default {
	background-color: #fff;
	border-color: #000;
}
.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}
@media only screen and (min-width: 800px) and (max-width: 2500px) { 
.whislistemail{
	float: left;
	width: 20%;
	padding-left: 25px;
	padding-right: 15px;
}
}





.category-products {
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #FE980F;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index:3;

}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
	
}

.left-sidebar h2:before{

	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
	background-color: #FFFFFF;
	border: 0 none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 5px;
}
.panel-body {
    padding: 5px;
}


.panel-body ul li a {
	color: #696763;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
}


.disponibilita {
	width: 100%;
	min-height: 30px;
	margin-top: 5px;
}

.disponibile{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	float: left;
	color: #59B402;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 6px;
	margin-left: 4px;
}
.ultimipezzi{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	float: left;
	color: #F63;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 6px;
	margin-left: 4px;
}
.chiediinfo{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	float: left;
	color: #369;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 4px;
	margin-right: 6px;
	margin-left: 4px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	 border-top: none;
	}
.table {
    margin-bottom: 5px;
}
	
.dropdown-menu .tendina {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.spedizione {
	float: left;
	margin-top: -8px;
}










/*!
 * Bootstrap v3.2.0 (https://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  opacity: 0.8;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  opacity: 0.8;
}
.tooltip.top .tooltip-arrow {
  /*bottom: 0;*/
bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
   opacity: 0.8;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
   opacity: 0.8;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
   opacity: 0.8;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
    opacity: 0.8;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  /*right: 0;*/
  right: 1px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
    opacity: 0.8;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
    opacity: 0.8;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
    opacity: 0.8;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
    opacity: 0.8;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.gallery {
 position: relative;
 }
 
.whishlistbtn {
 padding: 10px;
 position: absolute;
}
.altribtn {
 padding: 10px;
 position: absolute;
 bottom:0%;
 right: 0%;
}


.iconcinesocial {
	float:right;
 }
 .tab-pane{
	margin-top: 20px;
 }
 
 .variantecarrello {
	display: block;
	font-size: 11px;
	margin-top: 4px;
	text-align: left;
}



#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
	border: 1px solid #E6E4DF;
	color: #696763;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

.total_area span {
  float: right;
}

.total_area ul li {
	background: #E6E4DF;
	color: #696763;
	margin-top: 10px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.total_area ul {
	
	padding-left: 10px;
}
#map {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
    width: 100%;
}

.contatore{
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #CA0D00;
	text-decoration: none;
}
kbd {
	background-color: #000;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.input-group-addon {
	background-color: #eee;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 0px;
	text-align: center;
}
#btnpaypalexpress{
	float: right;
	}

.messageStackSuccess{
	background-color: #D4EEDA;
	border-color: #96DA92;
	color: #4A972E;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}

.messageStackWarning{
	background-color: #EEEDC3;
	border-color: #F6C787;
	color: #BB622E;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}
.messageBox{
	background-color: #E6E6E6;
	border-color: #CCCCCC;
	color: #1B1B1B;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}
.messageStackError
{
	background-color: #f2dede;
	
	border-color: #ebccd1;
	color: #a94442;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px;
}
.alert {
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 5px;
}
.dropdown-menu {
  min-width: 180px;
}

.socialsharing_product .btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 11px;
    font-weight: 600;
    padding: 13px 30px 12px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.socialsharing_product .btn-outline {
    background-color: #b2cbab;
    border-color: #b2cbab;
    color: white;
}
.socialsharing_product .btn {
    -moz-user-select: none;
    background-image: none;
    border: medium none;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.socialsharing_product .btn-facebook,
.socialsharing_product .btn-twitter,
.socialsharing_product .btn-google-plus,
.socialsharing_product .btn-pinterest {
  background-color: white;
  color: #787878;
}
.socialsharing_product .btn-facebook:hover,
.socialsharing_product .btn-twitter:hover,
.socialsharing_product .btn-google-plus:hover,
.socialsharing_product .btn-pinterest:hover {
  border-color: white;
}
.socialsharing_product .btn-facebook i {
  color: #435f9f;
}
.socialsharing_product .btn-facebook:hover {
  color: white;
  background-color: #435f9f;
}
.socialsharing_product .btn-facebook:hover i {
  color: white;
}
.socialsharing_product .btn-twitter i {
  color: #00aaf0;
}
.socialsharing_product .btn-twitter:hover {
  color: white;
  background-color: #00aaf0;
}
.socialsharing_product .btn-twitter:hover i {
  color: white;
}
.socialsharing_product .btn-google-plus i {
  color: #e04b34;
}
.socialsharing_product .btn-google-plus:hover {
  color: white;
  background-color: #e04b34;
}
.socialsharing_product .btn-google-plus:hover i {
  color: white;
}
.socialsharing_product .btn-pinterest i {
  color: #ce1f21;
}
.socialsharing_product .btn-pinterest:hover {
  color: white;
  background-color: #ce1f21;
}
.socialsharing_product .btn-pinterest:hover i {
  color: white;
}
.fb_iframe_widget {
    float: right;
    margin-top: -5px;
 
}
#definiscihomepage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #FFF;
	text-decoration: none;
}
.banner50 {
	float:left;
	width:50%;
 
}

.btn-nero {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #000;
	border-color: #585858;
}

.btn-nero a:hover{
	color: #fff;
	background-color: #000;
	border-color: #585858;
}
.imgmoduli{
	width: 110px;
	float:left;
}
  .bannerlisting{
	padding: 5px;
	margin-top: 12px;
	border: 1px double #D3D3D3;
}