html {
	font-size: 14px;
}

@media ( min-width : 768px) {
	html {
		font-size: 16px;
	}
	.card-deck .card {
		/* max-width: 30%; */
		
	}
}

h4 {
	font-size: 1.0rem;
	line-height: 1.5rem;
}

.container {
	max-width: 960px;
}

.pricing-header {
	max-width: 700px;
}

.card-deck .card {
	min-width: 220px;
}

.img_prodotto {
	max-height: 250px;
	max-width: 100%;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn-primary {
	color: #fff;
	background-color: #C09300;
	border-color: #9e7902;
}

.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #e4af04;
	border-color: #9e7902;
	box-shadow: 0 0 0 .2rem rgba(136, 137, 138, 0.5);
}

.btn-primary:active, .btn-primary:not (:disabled ):not (.disabled ).active,
	.btn-primary:not (:disabled ):not (.disabled ):active, .btn-primary:not
	 (:disabled ):not (.disabled ).active:focus, .btn-primary:not (:disabled
	 ):not (.disabled ):active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	color: #fff;
	background-color: #e4af04;
	border-color: #9e7902;
	box-shadow: 0 0 0 .2rem rgba(136, 137, 138, 0.5);
}

.btn-outline-primary {
	background-color: #ffffff;
	border-color: #9e7902;
	color: #C09300;
}

.btn-outline-primary:hover, .btn-outline-primary:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ).active,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active, .show>.btn-outline-primary.dropdown-toggle,
	.btn-outline-primary:not (:disabled ):not (.disabled ).active:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus {
	background-color: #C09300;
	border-color: #9e7902;
	color: #ffffff;
	box-shadow: 0 0 0 .2rem rgba(136, 137, 138, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #e4af04;
	border-color: #9e7902;
}

.form-control {
	border-color: #9e7902;
}

.form-control-nuovo-rivenditore {
	border-color: #609150 !important;
}

.form-control:focus, .form-control:active {
	border-color: #9e7902;
	box-shadow: 0 0 0 .2rem rgba(136, 137, 138, 0.5);
}

.page-link {
	color: #e4af04;
}

.page-link:hover {
	color: #9e7902;
}

.pagination {
	/* max-width: 250px; */
	max-width: 300px;
	margin: 0 auto;
}

.custom-select:focus {
	border-color: #9e7902;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(158, 121, 2, .5);
}

.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff;
}


/* PAGE LOADING */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img-layout/geal.gif) center no-repeat #fff;
}

.nowrap {
	white-space: nowrap;
}

.testo_rosso {
	color: #ee5757;
}

.testo_azzurro {
	color: #2c96cd;
}

.test {
	border: 1px solid red;
}