/* CSS Document */
h1, h2, h3, h4 { text-transform: none; }
a {
	color:#5C5C5C;
}
.navbar-brand img {
	width: 280px;
}

.navbar-fixed-top .navbar-brand img {
	/*width: 180px;*/
	width: 100%;
	margin-top:0 !important;
}


.productsContent .productBox .productImage .productMasking ul li span,
.featuredProductsSlider .productImage .productMasking ul li span {
    width: 150px;
    height: 42px;
    padding: 0;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    background-color: transparent;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-nav a {
	/* font-family: 'Gurajada', serif;
	font-size: 20px !important; */
}

.dropdown-menu {
    top: 80%;
}
.pageHeaderImage {
    background-image: url(../img/page-header-image-cart.jpg);
}
.totalAmountArea {
    margin-left: 0;
}

nav.navbar {
    border-bottom: 8px solid #6484c1;
}

.masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .pull-left .maskingImage {
    background-color: rgba(100, 131, 193, 0.8);
}

.singleProduct .media .media-body .tabArea {
    width: 430px;
}

.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn { color:#fff !important; }

#carousel-home.carousel .item {
    height: 300px;
}

#carousel-home .item img {
    position: absolute;
    top: -10%;
    left: 0;
    min-height: 300px;
}
#carousel-home .carousel-caption h2,
#carousel-home .carousel-caption h3 {
	color: #fff;
}

.punti-forza { margin-top: 20px; }
.punti-forza h3 { font-size: 20px; }
.punti-forza img { margin-bottom: 20px; }

.row.punti-forza div {
    min-height: 200px;
}

.page-title{
	margin-top: 20px;
	margin-bottom: -20px;
}

.blackbtn {
    color: #000000;
    text-decoration: underline !important;
    font-size: 10px !important;
    font-weight: bold;
}
.logintext{
	color:#FFFFFF;
}

.pulscarsx{
	float:left !important;
	width: 230px !important;
	border-radius: 0 !important;
	line-height: 26px !important;
	font-weight: 700 !important;
}

.cookiebar{
	background-color:#333333 !important;
	color:#FFFFFF !important;
	z-index:99999999 !important;
}
.cookiestext{
	color:#FFFFFF !important;
}
.buttoncookie{
	width:120px !important;
}
.spedpromo{
	text-align: right;
	font-size: 18px;
	color: #6484c1;
	margin-right: 10%;
}


@media (max-width: 768px) {
	#carousel-home.carousel .item {
    height: 270px;
	}
}

@media (min-width: 768px) {
	.navbar-default .navbar-header .navbar-brand {
    margin-top: 10px;
	}
	.navbar {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mainContent {
    padding: 40px 0 30px 0;
	}
	.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
		width: 240px;
	}
	.navbar-right .dropdown-menu {
    left: 0;
	}
	.productsContent .productBox {
    min-height: 390px;
	}
}

@media (min-width: 1280px) {
	.navbar-fixed-top .navbar-brand {
		width: 310px !important;
	}
}

@media (min-width: 1920px) {
	#carousel-home .item img {
		position: absolute;
		top: -10%;
		left: 50%;
		min-height: 300px;
		margin-left: -960px;
	}
	#carousel-home .item  {
		background-color: #6484c1;
	}
}
/* +-+-+-+-+-+ IMG SELECT +-+-+-+-+-+ */
.img-check {
    opacity: 0.6;
    max-width: 120px;
    height: auto;
	border: 2px solid #ffffff;
	border-radius: 5px;
}
.check {
    opacity:1;
	border: 2px solid #ffba00;
	border-radius: 5px;
}
input[type=radio] + label>img {
  	opacity:0.6;
	max-width: 120px;
    height: auto;
	border: 2px solid #ffffff;
	border-radius: 5px;
}
input[type=radio]:checked + label>img {
  	opacity:1;
	border: 2px solid #6484c1;
	border-radius: 5px;
}
.campo-immagine h4,
.seleziona-colore h4 {
    margin-top: 10px;
    text-align: center;
}
.seleziona-colore img {
	width: 60px;
	height: 60px;
}
.descrizione-home { margin-bottom: 20px; }