/* COLORS:
Cyan: #399DF2
Magenta: #D8006B;
Yellow: #ffe800;
*/




/* TYPO */
.jshop_sistampi H1{
	font-weight:bold; 
	color:#0db1e3;
	border-bottom: 2px solid #0db1e3;
	padding-bottom: 10px;
}

.jshop_sistampi h3{
	font-weight:bold; 
	color: #0db1e3;
	border-bottom: 2px solid #0db1e3;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #ff5938;
    border: none;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    line-height: 36px;
}

/* TOP */
.jshop_sistampi .carousel-control-next-icon, .jshop_sistampi .carousel-control-prev-icon{ 
	background-color: #d8006b; width:30px; height:30px;
	}

/* FORM */
/*.jshop_sistampi .form-group {
    margin-bottom: 1rem;
    background: #efefef;
    padding: 10px;
    margin-right: 0!important;
    margin-left: 0!important;
    border-radius:5px;
}*/
.jshop_sistampi .col-form-label, 
.jshop_sistampi .control-label{font-weight:bold;}
.jshop_sistampi .table-hover{cursor:pointer;}

/* TABELLA QTÀ */
#tabellaQta td.bg-info{font-weight:bold;}
#tabellaQta tr td:not(:first-child):hover, 
#tabellaQta .active{
	background-color: #fcbf37; 
	cursor:pointer; 
	color: #000;
    font-weight:bold;
	}

#contenitoreTabellaQta.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
    background:rgba(0,0,0,0.9)!important;
    /*display: table;*/
    padding:10vh 10vw;
    overflow: auto;
    display:inline-block;
 }
#tabellaCaratteristiche td:first-of-type{font-weight:bold;}
 
#contenitoreTabellaQta.fullscreen #tabellaQta {
    margin: auto;
	}

/* MIX */
#mxcpr{display:none;}
.mobile-cart{display:none}