html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	color: #474747;
	font-size: 14px;
}
/* general */
h1 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 35px;
	background-color: #ececec;
	color: #474747;
	padding: 20px 15px;
}
.breadcrumb {
	padding: 20px 15px;
	margin-top: 10px;
	margin-bottom: 35px;
	list-style: none;
	background-color: #ececec;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 900;
	color: #474747;
}
.breadcrumb>.active {
	color: #474747;
	font-weight: 400;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #7fb43a;
	content: "> ";
}
h2 {
	font-size: 14px;
	color: #3b5998;
	font-weight: 900;
	margin: 20px 0px;
}
strong {
	font-weight: 700;
}
a, a:hover {
	color: #474747;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
.form-control, .btn {
	border-radius: 0px;
}
.border {
	border: 1px solid #c7c7c7;
}
.borderleft {
	border-left: 1px solid #c7c7c7;
}
.borderright {
	border-right: 1px solid #c7c7c7;
}
.borderbottom {
	border-bottom: 1px solid #c7c7c7;
}
.hr {
	border-top: 1px solid #c7c7c7;
}
.paddingbottom20 {
	padding-bottom: 20px;
}
.padding15 {
	padding: 15px;
}
.paddingtop15 {
	padding-top: 15px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop10 {
	margin-top: 10px!important;
}
.margin10 {
	margin: 10px 0px;
}
.margin20 {
	margin: 20px 0px;
}
.text-center .img-responsive {
	display: inline-block;
}
.grey {
	color: #474747;
}
.blue, .blue:hover {
	color: #3b5998;
}
.black, .black a, .black a:hover {
	color: #000;
}
.verde {
	color: #548416;
}
.verde2 {
	color: #7fb43a;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
textarea {
	resize: none;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font20 {
	font-size: 20px;
}
.font30 {
	font-size: 30px;
}
/* pagina */
.top {
	padding: 10px 0px;
	line-height: 23px;
}
.top img {
	margin-right: 10px;
}
.facebook {
	background: url('../img/ico-facebook.png') no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	display: block;
}
.top .facebook {
	float: right;
	margin-left: 8px;
}
.top a {
	color: #000;
}
.top a:hover, .top a:focus {
	text-decoration: none;
}
header {
	padding: 20px 0px;
	background-color: #ececec;
}
header h1 {
	background-color: #7fb43a;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 5px 20px;
	color: #fff;
	display: inline-block;
	margin: 20px 50px 8px;
	text-transform: uppercase;
}
.top-carrello {
	background-color: #7fb43a;
	min-height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
}
.top-carrello .spese-spedizione {
	/* float: left; */
	padding-left: 40px;
	background: url('../img/ico-spedizione.png');
	background-position: 2px center;
	background-repeat: no-repeat;
}
.top-carrello a {
	color: #fff;/* display: inline-block;
	float: right; */
}
.top-carrello img {
	margin-left: 7px;
	margin-top: -3px;
}
/* left */
.cerca {
	padding-top: 9px;
	padding-bottom: 8px;
	background-color: #474747;
}
.cerca .form-inline {
	display: inherit;
	margin-bottom: 0px;
}
.cerca .form-control {
	font-size: 15px;
	font-style: italic;
	width: 80%;
	border: none;
}
.cerca .btn-default, .btn-default.focus {
	background-color: transparent;
	border: none;
}
.cerca .btn {
	background-color: transparent;
	background-image: url(../img/ico-cerca.png);
	border: none;
	width: 26px;
	height: 26px;
}
.sottomenu {
	padding: 20px 15px 0px 15px;
	border: 1px solid #c7c7c7;
	margin-bottom: 20px;
}
.sottomenu, .sottomenu a {
	color: #474747;
	line-height: 22px;
}
.sottomenu ul {
	list-style-image: url('../img/bg-li.png');
	padding-left: 13px;
	font-weight: 300;
}
.box-meccanici:hover, .box-meccanici:focus {
	text-decoration: none;
}
.box-meccanici .bg-blu, .box-meccanici .bg-verde {
	height: 40px;
	line-height: 40px;
	background-color: #3b5998;
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	margin: 0px;
}
.box-meccanici .bg-verde {
	background-color: #7fb43a;
	text-align: right;
	padding-right: 22px;
	font-size: 15px;
}
.box-meccanici .bg-verde img {
	margin-top: -3px;
}
.box-meccanici .bg-verde.text-center {
	text-align: center!important;
	padding-right: 0px;
}
.newsletter {
	border: 1px solid #c7c7c7;
	margin-top: 18px;
}
.newsletter h3 {
	font-weight: 900;
	font-size: 16px;
	margin: 13px 15px;
}
.newsletter p {
	margin: 10px 15px;
}
.newsletter form {
	margin: 0px 15px;
}
.newsletter input.form-control {
	font-size: 15px;
	font-style: italic;
	border: 1px solid #c7c7c7;
}
.newsletter .btn, .contatti .btn, .btn.aggiungi, .form-dettaglio .btn, .indirizzo .btn, .pagaora .btn, .btn.contattaci-preventivo {
	border: 1px solid #c7c7c7;
	padding: 8px 45px 8px 25px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #fff;
	background-color: #3b5998;
	background-image: url(../img/freccia2.png);
	background-repeat: no-repeat;
	background-position: 90px 10px;
}
.carrello .btn {
	position: relative;
	top: -10px;
	border: 1px solid #c7c7c7;
	padding: 8px 45px 8px 25px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #fff;
	background-color: #3b5998;
	background-image: url(../img/freccia2.png);
	background-repeat: no-repeat;
	background-position: 190px 10px;
}
.newsletter .btn:hover, .contatti .btn:hover, .btn.aggiungi:hover, .form-dettaglio .btn:hover, .indirizzo .btn:hover, .carrello .btn:hover, .pagaora .btn:hover {
	background-image: url(../img/freccia-scura.png);
	background-color: transparent;
	color: #474747;/* background-color:#fff; */
}
/* menu */
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-default {
	border: none;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 15px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #006ab3;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #006ab3;
	background-color: transparent;
}
.nav>li>a {
	padding: 22px 23px 5px;
}
.nav>li:first-child>a {
	padding-left: 0px;
}
.nav>li:last-child>a {
	padding-right: 0px;
}
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 15px 25px;
	font-size: 14px;
	color: #474747;
	font-weight: 700;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #474747;
	background-image: url(../img/bg-li.png);
	background-repeat: no-repeat;
	background-position: 27px 10px;
}
.navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 40px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	text-decoration: underline;
}
/* vetrina */
.box-prodotto {
	text-align: center;
	margin-bottom: 18px;
	border: 1px solid #c7c7c7;
	display: block;
}
.box-prodotto:hover, .box-prodotto:focus {
	border-color: #7fb43a;
	text-decoration: none;
}
.box-prodotto img.img-responsive {
	display: inline-block;
	margin: 10px 0px;
}
.box-prodotto .descrizione {
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: 700;
}
.box-prodotto:hover .descrizione {
	color: #3b5998;
}
.box-prodotto .codice {
	font-weight: 300;
	margin-bottom: 5px;
}
.box-prodotto .prezzo {
	font-weight: 900;
	color: #3b5998;
	margin-bottom: 5px;
}
.box-prodotto .link {
	display: inline-block;
	border: 1px solid #c7c7c7;
	padding: 8px 45px 8px 25px;
	font-weight: 300;
	margin-bottom: 15px;
	background-image: url(../img/freccia-scura.png);
	background-repeat: no-repeat;
	background-position: 90px 10px;
}
.box-prodotto:hover .link {
	background-image: url(../img/freccia2.png);
	background-color: #3b5998;
	color: #fff;
}
.banner-contatti {
	margin-top: 18px;
	border: 1px solid #3b5998;
	color: #3b5998;
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
.banner-contatti a {
	color: #3b5998;
}
/* footer */
footer {
	background-color: #ececec;
	border-top: 1px solid #d0d0d0;
	padding: 20px 0px;
	margin-top: 30px;
	color: #000;
}
footer a, footer a:hover {
	color: #000;
}
footer .link, .link-grazie {
	display: inline-block;
	border: 1px solid #c7c7c7;
	padding: 8px 45px 8px 25px;
	font-weight: 300;
	margin-bottom: 15px;
	background-image: url(../img/freccia2.png);
	background-color: #3b5998;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 103px 10px;
}
footer .link:hover, .link-grazie:hover {
	background-image: url(../img/freccia-scura.png);
	background-color: transparent;
	color: #474747;
	text-decoration: none;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -245px;
}
.pushfooter {
	height: 245px;
	clear: both;
}
/* chi siamo */
p.loghi {
	padding-top: 10px;
	border-top: 1px solid #c7c7c7;
}
/* forniture */
.forniture p.faq, p.avvisi, p.magazzino, p.spese {
	padding-left: 22px;
	background-image: url(../img/freccia-blu.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
p.spese {
	margin-bottom: 21px;
}
/* cataloghi */
.cataloghi p, .box-avviso {
	padding-left: 22px;
	background-image: url(../img/freccia-blu.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.cataloghi p.font20 {
	font-size: 20px;
	font-weight: 900;
	background-image: none;
	padding-left: 0px;
}
/* contatti */
.mappa {
	margin: 10px 0px 35px;
}
.orari {
	padding-left: 35px;
	background-image: url(../img/ico-orari.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.orari, .pargheggio {
	padding-left: 35px;
	background-image: url(../img/ico-orari.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pargheggio {
	background-image: url(../img/ico-parcheggio.png);
}
.contatti .btn {
	background-position: 70px 9px;
}
.pagaora .btn {
	background-position: 100px 9px;
}
.pagaora textarea.form-control {
	height: 132px;
}
.contatti label, .pagaora label {
	font-weight: 400;
	font-size: 15px;
}
.small label {
	font-size: 12px;
}
/* avvisi */
.pdf {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 30px 20px 65px;
	float: left;
	background-image: url(../img/ico-pdf.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	float: left;
}
/* categoria */

h2.categoria {
	font-size: 15px;
	text-transform: uppercase;
}
.lineheight34 {
	line-height: 34px;
}
.filtro .form-control {
	height: 34px;
	padding: 3px 12px;
	color: #474747;
	background-color: #f0f0f0;
	border: none;
}
.paginazione a.num {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0px 3px;
}
.paginazione a.num:hover, .paginazione a.num.active, .paginazione a.num:focus {
	background-color: #7fb43a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
}
/* dettaglio prodotto */

h2.dettaglio {
	font-size: 16px;
	text-transform: uppercase;
	float: left;
}
.indietro {
	background-color: #a7a7a7;
	padding: 6px 30px 6px 40px;
	display: inline-block;
	float: left;
	margin-top: 12px;
	color: #fff;
	font-size: 15px;
	background-image: url(../img/freccia-grigia.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	float: right;
}
.indietro:hover, .indietro:focus {
	background-color: #868686;
	color: #fff;
}
.img-prodotto {
	border: 1px solid #c7c7c7;
}
.bg-verde2 {
	background-color: #e0ecd1;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.bg-verde3 {
	background-color: #e0ecd1;
	padding: 15px;
}
.quantita {
	padding: 6px 15px;
}
.btn.aggiungi {
	background-position: 155px 8px;
	padding: 6px 45px 6px 25px;
}
p.magazzino {
	background-image: url(../img/freccia-verde.png);
}
.form-dettaglio {
	margin-top: 10px;
}
.form-dettaglio label {
	font-weight: 400;
}
.form-dettaglio .btn {
	background-position: 80px 10px;
	float: right;
}
.thumb.conprezzo {
	margin-top: 37px;
}
.thumb img {
	float: left;
	width: 20.5%;
	margin-right: 6%;
}
.thumb img.last {
	margin-right: 0px;
}
.thumb.senzaprezzo img {
	margin-top: 20px;
}
.btn.piu, .btn.meno {
	height: 34px;
}
/* carrello */
.header-carrello {
	background-color: #ececec;
	text-align: center;
	font-weight: 700;
	border: 1px solid #c7c7c7;
}
.header-carrello .prodotto {
	text-align: left;
}
.header-carrello>div {
	border-right: 1px solid #c7c7c7;
	padding-top: 8px;
	padding-bottom: 8px;
}
.header-carrello>div.clearfix {
	padding: 0px;
}
.header-carrello>div.last, .header-carrello>div.clearfix {
	border-right: none;
}
.box-carrello {
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 12px 0px;
	background-color: #f8f8f8;
}
.totale-grigio {
	background-color: #eaeaea;
	font-size: 16px;
	padding: 5px 15px;
}
.totale-grigio.left {
	border-left: 1px solid #c7c7c7;
}
.totale-grigio.right {
	border-right: 1px solid #c7c7c7;
}
.totale-grigio:last-child {
	border-left: none;
	border-right: 1px solid #c7c7c7;
}
.bg-grey .form-control {
	border: none;
	border-radius: 0px;
}
.btn.prenotazione {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 100;
	background-color: #1f5eaf;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	margin-top: 15px;
}
.cestino {
	text-align: center;
}
.indirizzo .btn {
	background-position: 140px 10px;
	margin-top: 20px;
}
/* grazie */
.link-grazie {
	background-position: 210px 10px;
}

/* ----------- media ----------- */
@media (min-width : 768px) {
.paddingright0 {
	padding-right: 0px;
}
.paddingleft0 {
	padding-left: 0px;
}
.paddingleft15 {
	padding-left: 15px;
}
.paddingleft30 {
	padding-left: 30px;
}
.navbar-collapse {
	padding: 0px;
}
.pagina-left {
	float: left;
}
.pagina-right {
	float: right;
}
.padding0 {
	padding: 0px;
}
.form-horizontal.indirizzo .control-label {
	text-align: left;
	font-weight: 400;
}
.form-dettaglio .radio-inline+.radio-inline {
	margin-left: 5px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
header h1 {
	margin: 20px 5px 8px;
}
.nav>li>a {
	padding: 22px 11px 5px;
}
.box-meccanici .bg-blu {
	font-weight: 700;
	font-size: 17px;
}
.thumb.senzaprezzo img {
	width: 45%;
	margin-right: 10%;
}
.thumb.senzaprezzo img.second, .thumb.senzaprezzo img.last {
	margin-right: 0px;
}
.top-carrello {
    line-height: normal;
    padding-top: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.no-small {
	display: none;
}
.top .col-sm-5 {
	width: 48%;
}
.top .col-sm-3 {
	width: 18%;
}
header h1 {
	margin: 30px 17px 10px;
}
.navbar {
	min-height: auto;
}
.nav>li>a {
	padding: 15px 13px 5px;
}
.cerca .form-control {
	display: inline-block;
}
.box-meccanici .bg-blu {
	font-weight: 700;
	font-size: 13px;
}
.form-inline .form-control {
	width: 82%;
}
footer .col-sm-5 {
	width: 43%;
}
footer .col-sm-4 {
	width: 32%;
}
.paginazione {
	margin-top: 20px;
}
.dettaglio-right {
	padding: 0px;
}
.totale-grigio {
	font-size: 15px;
}
.thumb.senzaprezzo {
	margin-bottom: 20px;
}
.m-bottom15-sm {
	margin-bottom: 15px;
}
.top-carrello {
    line-height: normal;
    padding-top: 5px;
}
}

@media (max-width : 767px) {
.no-xsmall, .header-carrello {
	display: none!important;
}
.top>div>div>div {
	margin-bottom: 10px;
}
header h1 {
	margin: 20px auto 8px;
}
.cerca {
	margin: 10px 0px;
}
.cerca .form-control {
	display: inline-block;
}
.top-carrello {
	margin-bottom: 20px;
}
.text-center .img-responsive {
	display: inline-block;
}
.paginazione {
	margin-top: 20px;
}
.paginazione a.num {
	width: 20px;
	height: 20px;
	line-height: 22px;
}
.dettaglio-right {
	padding: 0px;
}
.box-carrello>div {
	margin-top: 15px;
}
.totale-grigio {
	border-left: 1px solid #c7c7c7!important;
	border-right: 1px solid #c7c7c7!important;
}
.totale-grigio.borderbottom {
	border-bottom: none!important;
}
.bg-verde2 .paddingleft15 {
	padding-left: 15px;
}
.thumb.senzaprezzo {
	margin-bottom: 20px;
}
.nav>li>a {
	padding-left: 0px;
}
.m-bottom15-xs {
	margin-bottom: 15px;
}
.top-carrello {
	line-height: normal;
	padding: 10px 0px;
	min-height: inherit;
}
.top-carrello .spese-spedizione {
	padding-left: 15px;
	background-image: none;
}
.cerca .form-group {
	margin-bottom: 0px;
}
header {
	padding: 10px 0px;
}
.cerca {
	padding-top: 0px;
	padding-bottom: 0px;
}
.cerca .z-11 {
	z-index: 11;
}
.cerca .navbar-default .navbar-toggle {
	background-color: #ddd;
}
.cerca .navbar-default .navbar-toggle:focus, .cerca .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.cerca .navbar {
	min-height: initial;
}
.cerca .navbar-toggle, .cerca form {
	margin-top: 8px;
	margin-bottom: 8px;
}
.cerca .nav>li>a {
	padding: 6px 10px;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #7fb43a;
}
}

@media (min-width : 1200px) {
.visible-lg {
	display: inline-block!important;
}
.thumb.conprezzo.visible-lg {
	display: block!important;
}
.no-large {
	display: none;
}
.cerca .btn {
	margin-left: 10px;
}
.img-prodotto {
	height: 335px;
	width: 335px;
	display: table-cell;
	vertical-align: middle;
}
}

@media (max-width : 380px) {
.radio-inline+.radio-inline {
	margin-left: 0px;
}
}
.chiusura-estiva {
	color: #3b5998;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #3b5998;
	font-size: 16px;
}
/* modifiche 2017 */
.sottomenu .panel {
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sottomenu .panel-default>.panel-heading {
	color: #474747;
	background-color: transparent;
	border: none;
	padding: 0px;
}
.sottomenu .panel-default, .sottomenu .panel-group .panel-heading+.panel-collapse>.list-group, .sottomenu .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.sottomenu .panel-title {
	font-size: 14px;
	font-weight: 700;
}
.sottomenu .panel-body {
	padding: 0px;
}

/* ============================ avviso di chiusura ======================= */
.avviso-rosso {
    background-color: #e50000;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
}

/* ============================ carrello spedizioni estere =============== */
.rosso {
	color: #e50000!important;
}
.btn.contattaci-preventivo  {
    background-color: #e50000;
	background-position: 210px 10px;
}