/* Personalizzazione CSS */
.navbar-brand img {
    max-width: 140px;
}
.mainContent .featuredCollection .thumbnail .caption h3 { color: #fedd18; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.64); }
.mainContent .featuredCollection .thumbnail .caption small { color: #f4e488; }

.alert.promo-msg { margin-bottom: 0; }
.alert.promo-msg.alert-success { color: #fff; }

.cartImage img {
    max-width: 64px;
    height: auto;
}

.productMasking .btn-details:hover {
    color: #0CA1EA !important;
} 

.icone-chat {
	position: fixed;
	bottom: 15%;
	right: 20px;
	width: 70px;
}
.icone-chat img {
	margin-bottom: 15px; 
}

.cookiebar{
	background-color:#014993;
	color:#FFFFFF !important;
	z-index:99999999 !important;
}
.cookiestext{
	color:#FFFFFF !important;
}
.buttoncookie{
	width:120px !important;
}

.productImage {
    min-height: 230px;
    text-align: center;
}
.productImage img {
    width: auto !important;
    max-height: 230px;
    margin: 0 auto;
}

#cookie_accept{
	width: 100%;
}
.btn_sk_prod_car{
	width: 216px !important;
}

.page-title h1 {
    color: #797979;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.mainContent {
    padding: 20px 0 60px 0;
}
.singleProduct .media .media-body p {
    color: #000000;
}
.thumb {
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.scontibtn {
    width: 226px !important;
    background-color: #009300 !important;
    color: #FFFFFF !important;
    float: left !important;
}
.frecciasub2{
	margin-left: 28px;
}
.plussub2{
    right: 0 !important;
    left: auto !important;
    line-height: 20px;
    position: absolute;
}
.prezzoscon{
	text-decoration:line-through;
}
@media (min-width: 480px) {
	.payments {
    text-align: right;
    margin: 10px 0;
    font-size: 15px;
	}
}

@media (min-width: 768px) {
 	.payments ul li {
    display: inline-block;
	}
	.payments {
    text-align: right;
	}
}

@media (min-width: 768px) and (max-width: 992) {
	.thumb {
	}	
}

@media (min-width: 1200px) {
  
}

@media (max-width: 480px) {
	.payments {
    text-align: right;
    font-size: 15px;
	}
	.icone-chat img { width: 48px; }
	.icone-chat { bottom: 2%; width: 50px; }
}