.hi-gift-cart-container{
    margin-top: 10px;
}
.hi-gift-wrapper-content .gift_message{
    display: none;
}
.hi-gift-wrapper-content .hi-gift-wrapper-item{
    padding: 15px 0px;
}
.hi-gift-wrapper-content .hi-gift-wrapper-item label{
    margin-left: 15px;
}
.hi-gift-wrapper-content .checker{
    display: inline-block;
}
.hi-gift-wrapper-content .image-block{
    display: inline-block;
    cursor: pointer;
}
.hi-gift-wrapper-content .image-block img{
    max-width:100%;
}
#supercheckout-gift_container,
#supercheckout-gift-comments{
    display: none !important;
}
.hi-gift-wrapping-product-qty{
    text-align: center;
}
.hi-gift-wrapping-products{
    border: 1px solid #c9c9c9;
    padding: 10px;
    display: none;
}
.hi-gift-wrapper-content .hi-gift-wrapper-item .hi-gift-wrapping-product-item label{
    text-align: left;
    margin: 0;
}
.hi-hide{
    display: none;
}
.hi-active{
    display: block;
}
.hi-gift-wrapping-product-item{
    padding: 7px 0;
}
.hi-gift-container {
    padding: 1rem;
}
.hi-agf-16 {
    border: 1px solid #d6d4d4;
    margin-bottom: 20px;
}
.hi-agf-16 .page-heading {
    margin-bottom: 0;
    padding-left: 10px;
}

/* INIZIO: Aggiunta per gestire la quantità */
.hi-gift-wrapper-item.active label img {
	border: 2px solid #000;
}
input.hi-gift-type {
	visibility: hidden;
	position: absolute;
}
.giftwrapper_quantity_box {
	display: none;
}
.giftwrapper_quantity_box.active {
	display: flex;
	margin-top: 16px;
}
.giftwrapper_quantity_box input.qty {
	height: 28px;
	width: 2em;
	padding: 0;
	border: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
.giftwrapper_quantity_box button.qtyplus,
.giftwrapper_quantity_box button.qtyminus {
	position: relative;
	width: 20px;
	height: 28px;
	padding: 0;
	border: none;
	line-height: 28px;
	background-color: #fff;
}
.giftwrapper_quantity_box .material-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	width: auto;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-align: center;
}
.giftwrapper_quantity_box .touchspin-down::after {
	content: '-';	
}
.giftwrapper_quantity_box .touchspin-up::after {
	content: '+';	
}
/* FINE: Aggiunta per gestire la quantità */
