html,
body {
    height: 100%;
}


body {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}
a{
	color: #000000;
}

a.link-disabled {
	pointer-events: none;
	cursor: not-allowed;
	color: #CCCCCC;
}

.grigioChiaro{
	color: #f8f9fa;
}
.grigioMedio{
	color: #c2cad2;
}
.grigioScuro{
	color: #b5bbc1;
}
.grigioActive{
	color: #6a7888;
}

h1{
	font-size: 24px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #f8f9fa;
}

.breadcrumb {
    background-color: #f8f9fa;
}
/*-------- AVVISI ----------*/
.hullabaloo{
	top: 84px !important;
	display: block !important;
}
/*-------- BOTTONI o LABEL ----------*/
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b5bbc1;
    border-color: #b5bbc1;
}
.btn-secondary {
    color: #fff;
    background-color: #b5bbc1;
    border-color: #b5bbc1;
}

.btn-sm{
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 10px;
	line-height: 18px;
	text-transform: uppercase;
}
.btn:active{
	background-color: #6a7888 !important;
	border-color: #6a7888 !important;
	box-shadow: 0 0 0 0rem rgba(0,0,0,0) !important;
}
.btn:focus{
	box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1) !important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.3);
}

button:disabled,
button[disabled]{
  border: 1px solid #d4d9e1 !important;
  background-color: #d4d9e1 !important;
  color: #aeb6be !important;
}

.btn-remove {
    padding: 2px 2px;
}

.box_tec{
	padding: 10px;
	height: 300px;
	overflow: scroll;
	background-color: #CCC;
}

.box_tec_2{
	padding: 10px;
	height: 115px;
	background-color: #CCC;
}
@media (max-width: 576px) {
	.box_tec_2{
		padding: 10px;
		height: 240px;
		background-color: #CCC;
	}
}

/*-------- MENU PRINCIPALE ----------*/
.navbar{
	background-color: #ffffff;
}
.bg-dark {
    background-color: #000000 !important;
}

.navbar-brand img{
	height: 40px;
	width: auto;
}
.navbar .nav-link{
	font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 15px !important;
}
.navbar .nav-link:hover{
	color: #333333;
}
.navbar .nav-link .labelMenu{
	display: block;
	font-size: 12px;
	color: #b5bbc1;
	font-weight: 400;
}
.navbar .dropdown-menu {
    right: 0;
	left: auto;
    color: #212529;
    background-color: #c2cad2;
    border: 0px;
    border-radius: 0px;
}
.navbar .dropdown-item {
    padding: 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.dropdown-item:active {
	background-color: #6a7888;
}


/*-------- TABELLE E PAGINAZIONE ----------*/
.table thead th {
    border-bottom: 0px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f8f9fa;
}
.table td, .table th {
    border-top: 0px solid #f8f9fa;
}
.page-link, .page-item.disabled {
    color: #b5bbc1 !important;
	border-color: #f8f9fa !important;
}
.page-item.active .page-link {
    color: #ffffff !important;
    background-color: #c2cad2;
    border-color: #f8f9fa;
}

@media (max-width: 1024px) {
	.hide-class{
		display: none;
	}
}

/*-------- PAGINA LOGIN ----------*/
.form-signin {
    width: 90%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin.login input[type="email"]  {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin.login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*-------- PAGINA EDIT CUSTOMER----------*/
.datiCustomer{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.datiCustomer label{
	color: #b5bbc1;
	display: block;
    line-height: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.boxElenco h3{
	font-size: 16px;
	font-weight: 700;
}
.boxDelivery, .boxUser{
	background-color: #f8f9fa;
	padding: 20px;
	border: 2px solid #ffffff;
	display: block;
	
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.boxDelivery:hover, .boxUser:hover{
	text-decoration: none;
	background-color: #c2cad2;
	color: #ffffff;
}
.boxDelivery:focus, .boxUser:focus{
	border: 2px solid #ffffff;
	background-color: #c2cad2;
	outline: none;
}
.boxSalvataggio {
    position: fixed;
    bottom: 0px;
    right: 22px;
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: 16px 30px;
    z-index: 999;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
}

/*-------- PAGINA ORDERS ----------*/
.card {
    border: 1px solid #f8f9fa;
    border-radius: 0px;
}
.card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 2px solid #ffffff;
}

.card-header h5 .btn{
	display: block;
	text-transform: uppercase;
	width: 100%;
	color: #000000;
	text-align: left;
	text-decoration: none;
	border-radius: 0px;
}
.card-header h5 .collapsed {

    color: #ffffff;
    background-color: #c2cad2;
   
}

.boxOrdine {
	background-color: #f8f9fa;
	padding: 20px;
	padding-bottom: 30px;
	border: 2px solid #ffffff;
	display: block;
	
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.boxOrdineSplash {
	background-color: #f8f9fa;
	padding: 20px;
	padding-bottom: 30px;
	border: 2px solid #ffffff;
	display: block;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.boxOrdine .dropdown{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/*-------- PAGINA PRODOTTI SPLASH----------*/
.boxLinesheet{
	text-align: center;
	background-color: #f8f9fa;
	border: 2px solid #ffffff;
}
.boxLinesheet hr{
	border-top: 1px solid #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*-------- PAGINA ELENCO PRODOTTI ----------*/
.menuProdotti .nav-item{
	margin-bottom: 2px;
	position: relative;
}
.menuProdotti .nav-link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
	background-color: #f8f9fa;
	padding: 3px 10px;
	
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.menuProdotti .nav-link:hover {
	background-color: #c2cad2;
	color: #ffffff;
}
.sottoMenuProdotti{
	display: none;
	list-style: none;
    padding-left: 20px;
    padding-top: 2px;
}


.menuProdotti{
	height: 50vh;
	width: 24vw;
}
.menuLateraleFisso{
	height: 80%;
	overflow-y: scroll;
	overflow-x: hidden;
	width: inherit;
	padding-bottom: 50px;
}
.menuLateraleFisso::-webkit-scrollbar{
	display: none;
}


.menuProdotti .sottoMenu::after {
	background-image: url(../img/main/ico-down.svg);
	content: '';
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.menuProdotti .sottoMenuAperto::after{
	background-image: url(../img/main/ico-up.svg);
}



.menuProdotti .nav-link .num{
    font-size: 12px;
    background-color: #fafafa;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-weight: 700;
}
.menuProdotti .nav-link:hover .num{
	background-color: #b5bbc1;
}

.popover {
    min-width: 360px;
}
.btn-popover-close {
    padding: 5px 5px;
    line-height: 10px;
    background-color: #cccccc;
    color: #ffffff;
    position: absolute;
	top: 5px;
    right: 5px;
}
.popover .float-left{
	float: none !important;
	font-size: 12px;
}
.popover .boxTaglie {
    margin: 25px 0px 0px 0px;
}

.boxProdotto{
	background-color: #f8f9fa;
	border: 2px solid #ffffff;
}
.fotoProdotto{
	display: block;
}
.categoriaProdotto{
	position: absolute;
	margin-top: -24px;
	right: 0px;
	color: #ffffff;
	font-size: 12px;
}

.label-pacchetto{

	background-color: rgba(0,0,0,0.40);
	padding: 3px 10px;
	margin: 2px;

}

.codiceProdotto{
	font-weight: 700;
	padding: 2px 8px;
}
.nomeProdotto{
	padding: 2px 8px;
	font-size: 12px;
	line-height: 14px;
	min-height: 60px;
	margin-bottom: 10px;
}

.bottoniProdotto{
	padding: 8px 8px;
	
}
.bottoniProdotto .btn{
	padding: 2px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #c2cad2;
	border-color: #c2cad2;
}
.bottoniProdotto .btn:hover{
	background-color: #b5bbc1;
	border-color: #b5bbc1;
}
.btn-quantita{
	background-color: #b5bbc1 !important;
	border-color: #b5bbc1 !important;
}
.btn-quantita:hover{
	background-color: #c2cad2 !important;
	border-color: #c2cad2 !important;
}
.btn-remove{
	background-color: #a52929 !important;
	border-color: #a52929 !important;
}
.btn-remove:hover{
	background-color: #c34949 !important;
	border-color: #c34949 !important;
}
.prezzoProdotto{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-weight: 700;
}


/*-------- PAGINA DETTAGLIO PRODOTTO ----------*/

.ms-view{
	background-color: #ffffff !important;
}

.boxTaglie{
	margin: 30px 0px;
}
.taglia {
	width: 50px;
	display: inline-block;
	margin-left: -3px;
	
}
.taglia label{
	display: block;
	width: 100%;
	background-color: #f8f9fa;
	color: #b5bbc1;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 30px;
	text-align: center;
	
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
	
}
.taglia input{
	width: 100%;
	border: 1px solid #f8f9fa;
	padding: 5px;
	text-align: center;
}
.taglia input::-webkit-input-placeholder{
	color: #b5bbc1;
}

.taglia input:focus{
	width: 50px;
	border: 1px solid #b5bbc1;
	outline: none;	
}


.taglia input:focus + label{
	background-color: #b5bbc1;
	color: #ffffff;
}

.boxRelatedProduct{
	background-color: #f8f9fa;
	border: 2px solid #ffffff;
	display: block;
	text-decoration: none;
}
.boxRelatedProduct:hover{
	background-color: #b5bbc1;
	color: #fff;
	text-decoration: none;
}

.boxRelatedProduct h3{
	font-size: 13px;
	padding: 2px 5px;
	margin-bottom: 0px;
}

.boxRelatedProduct h4{
	font-size: 12px;
	padding: 2px 5px;
	margin-bottom: 0px;
}

/*-------- PAGINA CARRELLO ----------*/

.row-indirizzi .col{
	background-color: #f8f9fa;
	padding: 30px;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
}

.row-carrello{
	border-bottom: 1px solid #f8f9fa;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.row-carrello .col-product{
	padding: 5px 10px 5px 0px;
}
.col-price, .col-qty, .col-totale, .col-remove, .col-qty-totale, .col-totale-totale{
	text-align: right;
}
.row-totaliCarrello {
	margin-bottom: 20px;
}


@media (min-width: 768px) and (max-width:1023px) { 

.navbar-brand img{
	height: 30px;
}
.navbar .nav-link{
	font-size: 14px;
    letter-spacing: 1px;
	padding: 10px 15px !important;
}
.navbar .nav-link .labelMenu{
	font-size: 11px;
}

}













