.Spedizione {
     font-weight: bold;
     font-size: 1.1em;
     /*color: red;*/
}

.Disponibilita {
     font-weight: bold;
     font-size: 1.1em;
     color: red;
}

.MioCaptchaText {
     padding-right: 2em;
     color:green;
}

a {
     color: #424342;
}
a:hover {
     text-decoration: none;
	color: #e9600d;
}

.sfondosito {
	background-color: #F7E8C9;
}

.item {
	background-color: #F7E8C9;  /* Lo sfondo del carousel nella home page.In parte viene anche impostato nel template */
}
.navlogo {
     text-align: center;
     font-size: 1.3em;    /* Cambiato con Matteo 24/01/19 era 4em */
     /*font-family: 'Tulpen One', cursive;*/
	font-family: 'Mukta', sans-serif;  /* Cambiato con Matteo 24/01/19*/
     font-weight:500;
	/*padding-top: 15px;	*/
	background-color: #E9600D;
	vertical-align: middle;
	margin: 0 0.8em 0 0.8em;
}
.navlogo a:hover {
     color:#424342;
}
.navlogo li {
     vertical-align:middle;
}
.navlogo a {
     padding:0 30px;
     color:#ffffff;
}
.cerca {
     padding-top:0px;  /* ricerca */
	padding-bottom:0px;
	padding-left: 3em;
     max-width: 300px;
	max-height: 30px;
	border: 1px solid red;
}
/* search */
#search {
     margin: 0 5px 0 1px;
	max-width: 300px;
	/*display: inline-block;*/
}

#search .input-lg {
     height: 27px;
     line-height: 18px;
     padding: 0 10px;
/* display: inline-block; */
}
#search .btn-lg {
     font-size: 15px;
     line-height: 18px;
     padding: 1px 35px;
     text-shadow: 0 1px 0 #FFF;
	margin-left: 5px;
/*	display: inline-block; */
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
     color: #e9600d;
     background-color: #ffffff;
     background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}



.headertopcentrato {
     /*border: 1px solid green;*/
	margin-top: 1em; 
	margin-bottom: 1em;
}
.headertopright {
	vertical-align:top;
	width: 100%;
	/*display: inline-block;*/
	text-align: center; 
	/*float: right;*/
}
.headertopleft {
	display: none;
	width: 100%;
 	text-align: center;
}

.logo {
	/*display: inline-block;*/
	width: 100%; 
     text-align: center;
}

.logo img {
	max-width: 75px;
	max-height: 75px;
	/*border: 3px solid blue;*/
}

.containerssssss {   /* il contenitore principale della parte centrale */
	width: 100%;
	padding: 0;
}
#top .container {
	padding-left: 20px;
	width: 100%;
border: 1px solid green;
}
#top {   /* barra superiore  */
	min-height: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
border: 1px solid blue;
}
/*.col-sm-12 {
	border:1px solid red;
	max-height: 20px;
}*/
#top .col-sm-5 {
	padding-top:10px;  /* ricerca */
	max-width: 500px;
border: 1px solid red;
}

.btn-inverse {
     background-color: #424342;
     background-image: linear-gradient(to bottom, #424342, #424342); /* colore del pulsante carrello nel header*/
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
     background-color: #e9600d; /* colore del pulsante carrello onover */
     background-image: none;
}
.btn-primary { /* pulsante acquista in prodotti */
     color: #ffffff;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-color: #424342;
     background-image: linear-gradient(to bottom, #424342, #424342); /* grigio */
     background-repeat: repeat-x;
     /*border-color: #1f90bb #1f90bb #145e7a;*/
	border: none;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
     background-color: #e9600d;
     background-position: 0 -15px;
	background-image: none;
}

/* Pulsante carrello nel header */
#cart {
     margin-bottom: 0;
	padding-top: 4px;
}
#cart > .btn {
     font-size: 14px;
     color: #FFF;
}


#content {
	min-height: 100px; /* 600px in default/stylesheet/stylesheet.css*/
}
.navinline li {
	display: block;
	padding: 0.3em 0 0.3em 0;

}
.navinline li a {
     /*display:none;*/
}

.navinline li:nth-child(3) a {
     /*display:block;
	border: 1px solid blue;*/

}
.navinline li:nth-child(5) a {
     /*display:block;
	border: 1px solid red;*/

}

.list-inline li {
	padding-left: 10px;
	vertical-align : middle;
}
#top-links .dropdown-menu a:hover {  /* il carrello nel barra top */
     color: #3fbfea;
}

#top-links a:hover {
     color: #3fbfea;
}
.spedgratis {
	color: #3fbfea;
}

.homeimmagine {
	width: 100%;
}


.list-unstyled{  /* voci del footer */
}

.list-unstyled a:hover {
	color: #423938;
}

/* il carousel dei  marchi nella home page */
#carousel0 .item {  
	background-color: #ffffff;
}
.owl-carousel {
	margin-top: 1em !important;
	/*border: 1px solid blue;*/
	background-color: #f7e8c9 !important;
}
/* le categorie chiamate dalla home page SHOP ecc */
#categorie {
	/*padding-left: 20px;*/
/*	border: 1px solid blue;*/
}
#categorie .viscategorie {
     padding-left: 0;
     list-style: none;

}

#categorie .viscategorie li {
	text-align: center;
	width: 260px;
	height: 200px;
	margin: 0 0 3em 0;
	background-color: white;
}
#categorie .viscategorie p {
	font-size: 15px;
	background-color: #424342;
}
#categorie .viscategorie a{
	color: #ffffff;
}

.catinline {
     /*border: 1px solid blue;*/
	text-align: center;
}

.catinline li {
	display: inline-block;
}

#categorie .col-sm-10 {
	padding-left: 0;
	padding-bottom: 10px;
	border: 1px solid green;
}
.product-thumb {
	background-color: white;
}
.product-thumb .caption {
     text-align: center;
}
.product-thumb .caption a {
	font-size: 14px;
}
.catacquista {
	display: inline;
	white-space: nowrap;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #424342;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #e9600d;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}

.product-thumb .caption {
     padding: 0 20px;
     min-height: 180px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
     min-height: 210px;
     padding: 0 10px;
}
}

/* == Media queries (breakpoint) ===== */


/* -----------------------------------
 *  *  * IPAD PORTRAIT
 *   *   * ------------------------------------ */

/* 1200+ */
@media only screen and (min-width: 75em) {

/* Mostriamo le sezioni prima nascoste */


/* Nascondiamo le sezioni che non vogliamo
 *  *  *  * visualizzare su tablet e desktop        */

}




/* 910+ */
@media only screen and (min-width: 56.875em) {

.navinline li {
	display: inline-block;
	padding: 0;
}

.navinline li a {
     display:inline-block;
}


.headertopright {
     vertical-align:top;
     width: 39%;
     display: inline-block;
     text-align: right;
     /*float: right;*/
     border: none;
}
.headertopleft {
     display: inline-block;
     width: 39%;
     text-align: left;
     border: none; 
}

.logo {
     display: inline-block;
     width: 20%;
     text-align: center;
     border: none;
}
.logo img {
     max-width: 150px;
     max-height: 150px;

	/*border: 3px solid red;*/
}
.navlogo {
     font-size: 1.7em;  
}
#categorie .viscategorie li {
     margin: 0 1.85em 1.85em 0;
}

}
/* 769+
 *  *  * ------------------------------------------- */
@media only screen and (min-width: 48.0625em){


}

/* 600+
 *  *  * ------------------------------------------ */
@media only screen and (min-width: 37.5em)  {


}

/* 480+
 *  *  * ------------------------------------------ */
@media only screen and (min-width: 30em) {


}

/* 320+
 *  *  * ------------------------------------------ */
@media only screen and (min-width: 20em) {

}


