/* === Vertical Align === */
@media (min-width: 992px) {
	.vertical-align {
	  display: flex;
	  flex-direction: row;
	}
	.vertical-align > [class^="col-"],
	.vertical-align > [class*=" col-"] {
	  display: flex;
	  align-items: center;
	}
	.vertical-align > [class^="col-"] > div,
	.vertical-align > [class*=" col-"] > div {
	  flex-grow: 1;
	}
}
/* ====== */
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6,
html .price,
html .box .box-heading {
	text-transform: none;
}
body {
	overflow-x: hidden;
}
.product-grid div.name {
	height: 80px;
}
#content {
	font-size: 16.5px;
	line-height: 28.5px;
}
#content .carousel-inner > .item > img,
#content .carousel-inner > .item > a > img {
    display: block;
    height: 332px;
    line-height: 1;
    max-width: 100%;
    margin: 0 auto;
}
#content h1 {
	font-size: 26px;
}
#content .breadcrumb {
	background: #fdfdfc none repeat scroll 0 0;
	color: #999;
}
#content .breadcrumb a {
	color: #999;
}
#content .carousel-control.right,
#content .carousel-control.left {
	background: none;
	color: #4a382b;
}
h1.big {
	font-size: 50px;
}
.paper:hover {
	box-shadow:0 0 18px rgba(0,0,0,0.3);
}
.paper {
	background-color:#fff;
	border:1px solid #d9d7d2;
	padding:30px 27px 38px;
}
html .name a {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #4a382b;
	font-size: 18px;
	font-weight: normal;
}
#content .box .box-content .box-product ul li.cat-height {
	margin-bottom: 15px;
}
html .box-product.box-subcat .name.subcatname {
	height: auto;
	overflow: hidden;
    padding: 0;
    position: relative;
}
html .box-product.box-subcat .name.subcatname a {
    color: #4a382b;
    display: block !important;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
#category-list .paper {
	padding: 0;
}
#category-list .name {
	margin: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
#category-list .name a {
	white-space: nowrap;
}
#category-list .box_cm {
	padding-bottom: 15px;
}
.product-category h1.style-1 {
	border-bottom: 0;
}
.box .box-heading {
	background-color: #3B3B3A;
}
.product-filter .display,
.compare,
.product-compare {
	display: none;
}
.product-filter .limit {
    display: none;
}
.banner .s-desc h1 i,
#content a.button,
a.button-prod {
	background: #3B3B3A;
}
.cart-button-minimal a.button i {
	color: #fff;
    font-size: 14px;
}
.cart-button-minimal a.button span {
	display: inline;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
}
.cart-button-minimal a.button {
	padding: 8px;
	padding-top: 7px;
    min-width: 127px;
}
.product-list .image a{
	display: block;
	max-width: 100%;
	width: 100%;
}
#content h1 {
	color: #3B3B3A;
}
.product-list .price-tax,
.product-list .description {
	display: none;
}
.product-list .price {
	font-family: Arial,​sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.product-list .cart-button .cart {
	float: right;
}
body .product-list ul li {
	margin-top: 15px;
	border: 0;

}
body .product-list ul li {
	padding: 5px;
}
html .product-list  .name a {
	font-size: 14px;
	text-decoration: none !important;
}
body .product-list .name { margin: 0;}
.product-list .name a:hover {
    text-decoration: none;
}
.product-list .image img,
.product-list .image2 img,
.product-list .image3 img {
	border: 0;
}
#back-top {
    bottom: 30px;
    margin: 0;
    position: fixed;
    right: 30px;
    z-index: 9999;
    left: auto;
}
#modelNumber {
    color: #db0202;
}
.product-info .price .price-new {
	font-size: 28px;
}
h1.style-1 {
	font-family: 'Open Sans', sans-serif;
}
.modelImage {
    text-align: center;
}
.table .total, .table .price {
	font-family: 'Open Sans', sans-serif;
}
.product-product .product-info h1 {
	font-family: 'Open Sans', sans-serif;
}
.cart a.button {custom.css
	width: 120px;
	text-align: center;
}
html .product-list .name a strong {
	font-size: 16px;
}
body .cookies_policy {
    position: relative;
}
.lang-it,
.lang-en {
    background-image: url("ita.png");
    background-size: cover;
    color: transparent !important;
    display: inline-block;
    height: 18px;
    width: 25px;
    background-position: center;
}
.lang-en {
    background-image: url("eng.png");
}
a .lang-it,
a .lang-en {
    margin: 5px auto;
    display: block;
}
#disclaimer {
    font-size: 11px;
}
@media (max-width: 767px){
	html .box-product.box-subcat li .name {
		width: auto;
		margin-left: 0;
		float: none;
	}
	#content h1 { text-align: center; }
	.product-list .cart-button .cart {
		float: none;
	  text-align: center;
	}
	#content .box:not(#category-list) { display: block; }
	.cart a.button {
		clear: both;
    display: block;
    margin: 0 auto;
	}
}
label[for="sweight.sweight_4"] span {
    display: none !important;
}
.img-responsive.full {
    max-width: initial;
    width: 100%;
}
blockquote {
    border-left: 5px solid #db0202;
}
html .product-list .name.pmodel a {
    font-size: 80%;
}
.product-info .description .product-section a {
   font-size: 16.5px;
}
