/* here you can put your own css to customize and override the theme */

a.menu_lingua:link {color:#333333;font-weight:normal;}

a.menu_lingua:visited {color:#333333;font-weight:normal;}

a.menu_lingua:hover{color:#808080;text-decoration:underline;font-weight:normal;}

td.smallError {
    background: none repeat scroll 0 0 #00498C;
    color: #FFFFFF;
}

TD.th_serie {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #333333;
    vertical-align: middle;
}

.titolo-modello {
    color: #333333;
    font-weight:bold;
    font-size:inherit;
    font-family:inherit;
    
}

td.BigError {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #333333;
    padding-left:5px;
}

td.smallError {
    background: none repeat scroll 0 0 #00498C;
    color: #FFFFFF;
    font-size:80%;
    padding-left:5px;
}

.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: #fff !important;
  color:#333333;
  text-decoration:underline;
}

.header.navbar .navbar-nav > li.dropdown .dropdown-toggle > i {
    font-size: 14px;
    margin-left:-5px;
}

.dropdown a{color:#333333;}

/***
Catalogue styles
***/
.new-arrivals1 {
	padding-left: 0;
	margin-left: -10px;
}
.new-arrivals1 .col-md-6 {
	padding-left: 15px;
	padding-right: 0;
}
.new-arrivals1 .col-md-6:first-child {
	padding-left: 15px;
}
.product-item {
	padding: 12px 12px 16px;
	background: #fff;
	position: relative;
	margin-bottom: 5px;
}
.product-item:hover {
	box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height:0;
}
*html .product-item {
	zoom:1;
}
*+html .product-item {
	zoom:1;
}
.sticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
}
.sticker-sale {
	background: url(../img/sale.png) no-repeat;
}
.sticker-new {
	background: url(../img/new.png) no-repeat;
	left: auto;
	right: 0;
}
.pi-img-wrapper {
	position: relative;
}
.pi-img-wrapper div {
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
	display: block;
}
.pi-img-wrapper div .btn-default {
	padding: 3px 10px;
	color: #fff;
	border: 1px #fff solid;
	margin: 0 5px;
	background: transparent;
	position: relative;
	top: 50%;
	font-size: 12px;
}
.product-item .btn:hover {
	background: #e84d1c;
	border-color: #c8c8c8;
}

.product-item h3 {
	font: 300 14px 'Open Sans', sans-serif;
	text-transform: inherit;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-top:0px;
}
.product-item h3 a {
	color: #3e4d5c;
}
.product-item h3 a:hover {
	color: #E02222;
}
.pi-price {
	color: #e84d1c;
	font: 18px 'PT Sans Narrow', sans-serif;
	float: left;
	padding-top: 1px;
}
.product-item .add2cart {
	float: right;
	color: #a8aeb3;
	border: 1px #ededed solid;
	padding: 3px 6px;
}
.product-item .add2cart:hover {
	color: #fff !important;
	background: #E84D1C !important;
	border-color: #E84D1C;
}

/* bx-slider styles */
.bxslider li {
	list-style: none;
	display: inline-block;
}
.bxslider-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
.bxslider-wrapper-similar-products {
	padding-left: 15px;
	padding-right: 15px;
}
.bxslider-wrapper .bx-wrapper {
	padding-left: 0;
	padding-right: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bxslider-wrapper-similar-products .bx-wrapper {
	position: relative;
}
.bxslider-wrapper .bx-controls-direction {
	position: absolute;
	top: 0;
	right: 0;
}
.bxslider-wrapper .bx-controls-direction {
	top: -40px;
}
.bx-viewport {
	padding-right: 5px !important;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-viewport li {
	padding-bottom: 5px;
}
.bx-wrapper .bx-controls-direction a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	position: static;
	border-radius: 26px !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    background: #fff url(../img/bx-fa-angles.png) no-repeat 8px 8px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    background: #fff url(../img/bx-fa-angles.png) no-repeat -33px 8px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: #e84d1c url(../img/bx-fa-angles.png) no-repeat 8px -31px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: #e84d1c url(../img/bx-fa-angles.png) no-repeat -33px -31px;
}