/* Add here all your CSS customizations */

p {
	color: #000000;
	}
	
h2 {
	color: #c8332f;
	}
	
div.shop ul.products li.product .price .amount {
	color: #c8332f;
	font-weight: bold;
	}
	
.social-icons { margin-top: 7px !important; }


.table td{text-align:left}

td.td_datifatturazione{font-weight:bold; text-align:right}


.featured-box1 p{
	color:#666666;
	text-align:left;
}

.featured-box1 a{
	color:#000000;
}


.menudesk{
	background-color: #c8332f;
	padding-top:8px;
}

div.productlist{
	text-align: left !important;
}

div.shop .quantity{
	float: none !important;
}

.price{
	font-size: 17px;
}

.price del {
	color:#6D6C6C;
}
.price ins{
	color:#c8332f;
	font-size: 1.5em;
	text-decoration: none !important
}

button.addcart{
	width:195px !important;
	height:45px !important;
	text-align: center;
}

.indsped{
	padding:10px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	height: auto;
}

/****Formattazione pulsanti radio*****/
.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	height:10px;
}

/* Nascondo il checkbox di base del browser */
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* creo il mio checkbox */
.radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eeeeee;
    border-radius: 50%;
    border:2px solid #b0b0b0;
}

/* Creo la spunta all'interno dell'input (inizialmente nascosta) */
.radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2196F3;
}

/* Quando vado sopra con il mouse (opzionale) */
.radio-wrapper:hover input ~ .checkmark {
    background-color: #cccccc;
}

/* Quando l'input è selezionato, coloro il bordo dell'input */
.radio-wrapper input:checked ~ .checkmark {
    border-color: #2196F3;
}

/* Quando l'input è selezionato mostro la spunta */
.radio-wrapper input:checked ~ .checkmark::after {
    display: block;
}

/****FINE Formattazione pulsanti radio*****/


div.footer-copyright p {
	color: #ffffff;
}

.sfondoloading{
	display:none;
	position:fixed;
	top:0;
	left:0;
	height: auto;
	min-height: 100%;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	margin:0;
	padding:0;
	border:none;
	z-index:1000;

}

#divloadingmsg{
	display:none;
	position:fixed;
	top:30%;
	left:50%;
	heigh:100px;
	width:200px;
	background-color:none;
	margin:-50px 0 0 -100px;
	padding:10px;
	border:none;
	z-index:2000;
	color:rgba(4,91,139,1.00)
}

.icon-search{
	font-size:28px;
	padding-right: 7px;
}
.search,.input-group{
	width:100%;
}

header div.search{
	display:block !importanti;
}

