body {
	font-family: 'Quicksand' !important;
	font-size: 1rem;
}

.header-menu {
	background-color: #ffed00;
}

label {
	display: inline-block;
	font-weight: 500;
}

.page_break {
	page-break-before: always;
}

.loading-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#000; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0.3;
	/* Initial opacity */

}


.over_descr_int{
overflow-y: scroll;
    height: 65vh;	
}


    .navbar-expand-md .navbar-collapse {
        display: none !important;
        flex-basis: auto;
 
    
}


.custom-swal-popup {
    border-radius: 15px;
    font-family: 'Arial', sans-serif;
    padding: 20px;
}

.custom-confirm-button {
    background-color: #ffed00 !important;
    color: black !important;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
}



.empty-list {
    color: #ff0000;
    font-size: 20px;
    font-weight: 600;
}

.open-chagedate {
    float: left;
    width: 250px !important;
    background: green;
    color: #fff;
}

.open-chagedate:hover {
    background: green!important;
    color: #fff;
}

ul.menu-sub-list {
	list-style: none;
	display: inline-flex;
	margin-bottom: 0;
	padding-left: 5px;

}

ul.menu-sub-list li {
    border: 1px solid #98d6f5;
    margin-right: 10px;
    padding: 5px 15px 5px 15px;
    background: #fff;
   
}

ul.menu-sub-list form {
    margin-bottom: 0;
}

.header-sub-menu {
    margin-top: 20px;
}

a#readmore {
    text-decoration: underline;
    font-weight: 600;
    color: #98d6f5;
}

button#readmore-close {
    float: right;
}

.over_descr {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 70vh;
    z-index: 100000;
     padding: 10px;
    display: none;
    border-radius: 2rem;
}


 div#carrello {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    padding-top:5px;
    padding-bottom:5px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.sel-button-esaurito {
	color: #2b2b2b;
	font-weight: 600;
	letter-spacing: 0.04rem;
	  background-color: red !important;
    color: white !important;
	border-radius: 0.5rem!important;
	justify-content: center;
	margin: auto;
	display: inherit;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 17px;
	width: 95%;
}


ul.menu-list form {
    margin-bottom: 0;
}
 
input.top_menu {
    border: 0px;
    background: none;
    font-size: 19px;
    font-weight: 600; 
    
}


.flex-fill {
    flex: 0 1 auto !important;
}

.image-art{
max-height: 60px

}

.carousel-control-prev-icon, .carousel-control-next-icon{
	 filter: invert(1);
}


.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{
 
}
.select-nol-home {
    padding-top: 10px;
}

.carat-art {
	max-height: 20px;
	margin-right: 5px;
}

.a-carat {
	float: left;
	display: contents;
}

.box-caratteristiche {
	height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.ui-tooltip {
    padding: 10px;
    color: #fff;
    background: #333;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.ui-tooltip .arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #333;
}

.ui-tooltip .arrow.top {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
}

.ui-helper-hidden-accessible {
	display: none;
}

@keyframes scaleOpacity {
0% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(0.8);
opacity: 0;
display: none;
/* Hide overlay after animation */
}
}

.loading-spinner {
	border: 9px solid #f3f3f3;
	border-top: 6px solid #ffed00;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

.list-negozio {
   
        padding-right: 30px;
}



.list-cart {
    border-left: 1px solid #333;
        padding-left: 30px;
}



@keyframes spin {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

iframe {
	border: 0;
	margin-top: -46px;
}

.i4ewOd-pzNkMb-haAclf {
	display: none;
}

.bg-white {
	margin-top: 40px;
	padding: 47px;
	border-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.tasto-aggiungi {
	color: #2b2b2b;
	font-weight: 600;
	letter-spacing: 0.04rem;
	background: #ffed00;
	border-radius: 0.5rem;
	justify-content: center;
	margin: auto;
	display: inherit;
	 border:0;
	font-size: 17px;
 
	margin-top: 50px !important;
}

button.edit-modal-book.btn.btn-success {
    float: right;
    margin-left: 0;
} 

.tasto-aggiungi:hover {

	background: #000;
	color: #fff;
}

div#navbarSupportedContent {
    position: absolute;
    z-index: 100000;
    background: #fff;
    width: 100%;
}



.collapse .navbar-collapse{
display:none!important;
}



.modal-alert-canc .modal-body {
    padding: 34px;
    text-align: center;
    font-size: 23px;
    padding-bottom: 20px;
    font-weight:500;
}


.modal-alert-canc .modal-footer {
    padding: 34px;
    text-align: center;
    font-size: 23px;
    padding-bottom: 20px;
    font-weight:500;
}  
   


.modal-alert-canc .btn-secondary{
	    width: 48%;
    background: #000;
	
}  

.modal-alert-canc .btn-danger{
	    width: 48%;
    background:#ffed00;
    color:#000;
    border: 0px;
	
}




.litepicker .container__months .month-item {
    padding: 5px;
    font-size: 16px;
}


pre {
    display: block;
    margin-top: 0;
    margin-bottom: 0rem;
    overflow: auto;
    font-size: .875em;
}

    .list-negozio h3 {
        padding: 10px;
        font-weight: 600;
        background: #98d6f5;
        /* padding-left: 10px; */
           margin-bottom: 20
}

.tot-ordine{
padding-top:20px;	
}

.list-negozio-pag {
        border-left: 1px solid #333;
 	   padding-left: 30px;
 	   padding-bottom: 20px;
}

.list-cart-pag{
      border-left: 1px solid #333;
 	   padding-left: 30px;	
 	     
}


    .list-negozio-pag h3 {
        padding: 10px;
        font-weight: 600;
        background: #98d6f5;
        /* padding-left: 10px; */
           margin-bottom: 20
}

.list-cart-pag-conti{
      border-left: 1px solid #333;
 	   padding-left: 30px;
 	   padding-top:20px;
}
 


    .list-cart h3 {
        padding: 10px;
        font-weight: 600;
        background: #ffed00;
        /* padding-left: 10px; */
 
    margin-bottom: 20
    }
    
     .list-cart-pag h3 {
        padding: 10px;
        font-weight: 600;
        background: #ffed00;
        /* padding-left: 10px; */
 
    margin-bottom: 0px;
    }
    
 

ul.navbar-nav.me-auto a {
    text-decoration: none;
    line-height: 35px;
    text-transform: uppercase;
}

.navbar-toggler:focus{
	border:0;
	box-shadow:0 0 0 0;
}

.navbar-toggler {
    border: 0;
    font-size: 21px;
    padding: 10px;
}

.lingua .selectize-input.full {
    background-color: #98d6f5;
    border: 0 !important;
    box-shadow: 0 0 0;
}


.tasto-continua {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.04rem;
	background: #22b000;
	border-radius: 0.5rem;
	justify-content: center;
	margin: auto;
	display: inherit;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 17px;
	float: right;
	border: 0;
	margin-left: 20px !important;
	margin-top: 50px !important;
	text-transform: uppercase;
	width: 100%;
}

.create-confirm {
	color:  #000;
	font-weight: 600;
	letter-spacing: 0.04rem;
	background: #ffed00;
	border-radius: 0.5rem;
	 width:100%;
	display: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	border: 0px solid #000;
	margin-top:30px;
	text-transform: uppercase;
}

#subfooter {
	width: 100%;
	margin: 0;
	text-align: left;
	display: inline-block;
	background: #000;
	color: #ffed00;
	font-size: 12px;
	margin-top: 100px;
}

#subfoot-cont {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foot_ul {
	margin-top: 10px;
}

.grid-block {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.module {
	display: block;
	overflow: hidden;
	width: 100%;
}

.moduletablelogo_foot {
	color: #fff;
	font-size: 16px;
}

.foot_menu li {
	line-height: 30px;
}

.foot_menu {
	text-align: left;
	font-size: 16px;
	margin-left: 0;
	margin-top: 0;
}

.foot_menu a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

#subfooter2 {
	width: 100%;
	text-align: center;
	background: #ffed00;
	color: #000;
	padding-top: 35px;
	padding-bottom: 35px;
}

.rea_foot {
	color: #000;
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
}

.foot_padding {
	padding-top: 118px;
}

.moduletablelogo_foot {
	color: #fff;
	font-size: 16px;
}

.logo_footer, img.logo_footer {
	width: 47.5%;
}

.logo_footer {
	width: 40%;
	margin-bottom: 20px;
}
.e4j-menutitle-cnt {
	display: inline-block;
}

.module .e4j-divmenutitle {
	padding: 0;
}

.moduletable > h3 {
	font-size: 18px;
}

.foot_ul h3 {
	margin-bottom: 0;
	font-weight: 500;
}

#subfooter .grid-module > .moduletable {
	background: #000;
	font-size: 20px;
	font-family: Quicksand, sans-serif;
	border-left: 1px solid #ffed00;
	padding-left: 20px;
	min-height: 168px;
}

.foot_menu {
	text-align: left;
	font-size: 16px;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

#mainmenu .loginmenu h3, .menu li, .user .loginmenu h3 {
	position: relative;
	list-style-type: none;
}

h1#h1_home {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
	    font-weight: 600;
}

.btn:focus-visible{
	background: none;
}

.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show{
background: #000;	
	
}


.create-confirm-home {
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	margin-top: 37px !important;
	float: left;
	letter-spacing: 1.5px !important;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 17px;
	background-color: #ffed00;
	color: #000;
	border: 0px;
	    width: 100%;
}

#categorySelector {
	padding: .375rem .75rem;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}

#destinazione {
	padding: .375rem .75rem;
}

.select-nol-home {

}

}
label.fw-bold.select-nol-home {
	padding-top: 15px;
}

.create-confirm-home:hover {
	background-color: #000;
}

a {
	color: #000;
	cursor: pointer;
}

.cart_item_price {
	font-weight: 600;
	font-size: 18px;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 15px;
}

.div-correlati {

	cursor: pointer;
	border: 1px solid #fff;
	width: 46%;
	margin-left: 5px;
}

.pointer-cursor {
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius:7px;
	color:#ddd;
	
}

#sel-scarponi {
	cursor: pointer;
}

#sel-casco {
	cursor: pointer;
}

.salva{
	    width: 70%;
	    
}

.aggiorna{
	    width: 70%;
	    
}

.menu-list a {
	text-decoration: none;
	width: unset;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
}

.carttot {
	font-weight: 500;
	font-size: 18px;
}
.accarttot {
	font-weight: 500;
	font-size: 18px;
}

.salcarttot {
	font-weight: 600;
	font-size: 22px;
}
.correlati-prezzo-modal{
		font-size: 15px;
	font-weight: 600;
	margin-top: 12px;
	    width: 125px;
	/* position: fixed; */
	margin-left: 62px;
	float: right;
	position: absolute;	
	
}

.correlati-prezzo {
	font-size: 15px;
	font-weight: 600;
	margin-top: 12px;
	    width: 97px;
	/* position: fixed; */
	margin-left: 62px;
	float: right;
	position: absolute;
}

.img-correllato-modal {
	float: left;
	margin-left: 5px;
}

.chek-correlati {
	border: 2px solid #ffed00!important;
	border-radius: 7px;
	color:#000!important;
}

.chek-correlati-modal {
	border: 2px solid #ffed00 !important;
	border-radius: 10px;
	color:#000!important;
}

.modal-footer {
	border: 0;
	padding-right: 0;
}

.correlati-modal {
	margin-top: 16px;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 7px;
	border:1px solid #ddd;
	color:#ddd;
}

input#scarponi {
	height: 20px;
	width: 20px;
}

input#casco {
	height: 20px;
	width: 20px;
}

.cart-name {
	font-weight: 600;
	font-size: 17px;
}

a#cancella {
	font-size: 18px;
	border-radius: 50%;
	padding: 3px;
	text-align: right;
	float: right;
}

a.edit-modal-book {
	font-size: 18px;
	border-radius: 50%;
	padding: 3px;
	text-align: right;
	float: right;
	margin-left: 10px;
}

.invalid-tooltip {
	top: 144px;
	right: 32px;
	    position: static;
    width: 50%;
}

.selectize-input.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.selectize-input.is-valid {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.cart-negozio {
	margin-top: 40px;
	padding: 25px;
	border-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.cart-opzioni {
	font-size: 13px;
	font-weight: 600;
}

.border-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
	 
	padding-top: 0px;
    padding-bottom: 0px;
 
    border-bottom: 4px double #000 !important;
        margin-bottom: 10px;
}

.form-pag {
    padding-right: 20px;
}

.list-form-pag h3 {
    padding: 10px;
    font-weight: 600;
    background: #efefef;
    /* padding-left: 10px; */
    margin-bottom: 20;
}


.bg-yellow-sk {
	background-color: #ffed00;
}

ul.menu-list {
	list-style: none;
	display: inline-flex;
	margin-bottom: 0;
	padding-left: 5px;
}



.menu-sub-list a {
	text-decoration: none;
	width: unset;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
}

ul.menu-list li {
	padding: 10px;
}

.selectize-input.full {
	background-color: #fcfdff;
}

.subcontainer {
	background-image: url('/image/home_parallax.jpg');
	background-size: cover;
	background-position: bottom;
}

.form-control {
	background-color: #fff;
}

.selectize-dropdown .option .active {
	background-color: #3e5c99;
}

.home-first-box {
	padding-left: 30px;
	padding-right: 30px;
}

.article_previw {
	margin-right: 30px;
}

.modal-content {
	border-radius: 2rem;
	background-color: #fff;
}

.modal-width {
	width: 60%;
}

.month-item-name {
	text-transform: capitalize;
}

.modal-width {
	--bs-modal-width: 70%;
}

.btn {

	font-weight: 600;
	letter-spacing: 0.04rem;
	border-radius: 0.2rem;
	justify-content: center;
	margin: auto;
	display: inherit;
}

.swiper {
	width: 100%;
	height: 680px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 43px;
	padding-right: 43px;
	margin-bottom: 20px;
	margin-top: 40px
}

img.logo-princ {
	width: 76%;
	padding-top: 12px;
	padding-bottom: 15px;
}

.item-slide {
	border-radius: 1.5rem;
	padding: 20px;
	background-color: #fff;
}

h3.title-item {
	font-size: 24px;
	font-weight: 600;
}

.modal-prezzo {
	font-size: 22px;
	font-weight: 500;
}

.img-p-detail {

	height: 32vh;
	background-repeat: no-repeat;
	background-size: contain;
}

.modal-description {
	line-height: 18px;
	margin-bottom: 20px;
	font-size: 15px;
	margin-top: 5px;
}

.modal-header {
    border: 0;
    padding-bottom: 0px;
    z-index: 10000;
    position: relative;
}
.modal-body {
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	    margin-top: -34px;
}

}
.article_previw h2 {
    font-size: 28px;
    font-weight: 600;
    background: #98d6f5;
    padding: 8px;
    padding-left: 5px;
   }
   

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
	font-size: 25px;
	text-transform: uppercase;

}

.img-prodotto {
	width: 100%;
	height: 275px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.selectize-input {
	border-radius: 0.8rem;
	font-size: 17px;
	padding: 11px 12px;
	font-weight: 500;
}

.option {
	font-size: 18px;
	font-weight: 500;
}

.selectize-input.dropdown-active {
	border-radius: 0.8rem !Important;
}

.litepicker .container__days .day-item.is-start-date {
	background-color: #98d6f5;
	color: #000;
}

.litepicker .container__days .day-item.is-end-date {
	background-color: #98d6f5;
	color: #000;
}

.slide-prezzo {
	font-size: 22px;
	font-weight: 600;
}

.litepicker .container__months {
	font-size: 16px;
}

.description-item {
	font-size: 14px;
	max-height: 55px;
	min-height: 55px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 2px;
}

.box-correlati {
	max-height: 55px;
	min-height: 55px;
	padding-left: 12px;
	margin-bottom: 20px;
}

.correlati-modal-prezzo {
	font-size: 17px;
	font-weight: 600;
	
}

.selectize-control {
	position: relative;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	margin-bottom: 15px;
}

.col-form-label {
	font-weight: 500;
}

button#modal-chiudi {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 17px;
	background: #000;
	margin-right: 12px;
	float: right;
}

input#nome-modal {
	margin-bottom: 12px;
}

.line-modal {
	border-left: 1px solid #000;

}

.col-12.col-lg-6.border-right {
	border-left: 1px solid #00000017;
	padding-left: 40px;
}

button#modal-salva {
	padding-left: 29px;
	padding-right: 29px;
	font-size: 17px;
	text-transform: uppercase;
	background: #ffed00;
	border: 0;
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	
}


button#modal-salva:hover {
	background: #000;
	color: #fff;
}

.sel-button {
	color: #2b2b2b;
	font-weight: 600;
	letter-spacing: 0.04rem;
	background: #ffed00;
	border-radius: 0.5rem;
	justify-content: center;
	margin: auto;
	display: inherit;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 17px;
	width: 95%;
}

.sel-button:hover {
	background-color: #000;
}

span#percent-intero {
	text-decoration: line-through;
	font-weight: 600;
}

span#percent-sconto {
	font-size: 19px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 5px;
}

#percent-price {
	font-size: 21px;
	background-color: #ffed00;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
}

.selectize-control.lingua {
	width: 80px;
	background: none;
	border: 0px !important;
}

.navbar {
	background: #98d6f5;
	padding: 0;
}

#map {
	position: relative;
	padding-bottom: 70.9%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	border-radius: 1rem;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

i.bi.bi-trash {
    color: #ffffff;
}


i.bi.bi-pencil-square {
	color: green;
}

.home-prenotazioni {
padding: 28px;
    border-radius: 1.5rem;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0;
}

.home-sub {
	padding-bottom: 100px;
	padding-top: 59px;
}

.sel-button:hover {
	background: #98d6f5;
}

body {
	background-color: #98d6f5 !important;
}

.form-group input, .form-group select, .form-group textarea {
	color: #4c4c4d;
	font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fcfdff;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9cb;
	border-radius: 0.8rem;
	display: block;
	width: 100%;
	outline: 0;
}

.form-group select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC41OSAwLjU4OTk2Nkw2IDUuMTY5OTdMMS40MSAwLjU4OTk2NkwwIDEuOTk5OTdMNiA3Ljk5OTk3TDEyIDEuOTk5OTdMMTAuNTkgMC41ODk5NjZaIiBmaWxsPSIjN0U3RTgwIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-position: right 2rem center;
	padding: 1.5rem 3rem 0.5rem 2rem;
	-moz-padding-start: 1.625rem;
}

.text-cart {
	font-size: 19px;
}

        ul.menu.e4jmenudrop-down {
            margin-left: 0px;
            text-align: left;
        }
    }
    

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: min-content;
}

@media (max-width: 768px) {
	.header-menu {

	}
	
	
	
	} 
	
	
	


/* Smartphone */
@media (max-width: 480px) {

	body {
		font-family: 'Quicksand' !important;
		font-size: 1rem !important;
	}
	
	
	 

.over_descr {
 
  height: auto;  
 
}

ul.menu-sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-sub-list li {
  width: 100%;
}


	
	.list-negozio-pag {
        border-left: 0px solid #333;
 	   padding-left: 0px;
 	   padding-top: 30px;
        border-top: 1px solid #000;
}

div#navbarSupportedContent {
    position: absolute;
    z-index: 100000;
    background: #98d6f5f7;
    width: 100%;
    top: 60px;
    margin-left: 0px;
    padding: 20px;
    left: 0;
    height: 100vh;
    margin-left: 10p;
}

ul.menu-list {
    list-style: none;
  display: block; 
    margin-bottom: 0;
    padding-left: 5px;
}


div#carrello {
    background-color: #fff;
    border-radius: 5px;
    padding: 6px;
    border: 1px solid #ddd;
    font-weight: 600;
}


.border-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 4px double #000 !important;
    margin-bottom: 20px;
}

.list-cart-pag{
      border-left: 0px solid #333;
 	   padding-left: 0px;	
 	     
}

.list-cart-pag-conti {
    border-left: 0px solid #333;
    padding-left: 0px;
    padding-top: 20px;
}
	
.bg-white{
	
	margin: 0;
	border-radius: 0px;
	padding-left:15px;
	padding-right:15px;
	}	
	
.litepicker .container__months .month-item {
    padding: 5px;
    font-size: 12px;
}	
	
.create-confirm-home{
	
	width: 100%;
	
}

.list-cart {
    border-left: 0px solid #333;
    padding-left: 15px;
}

.list-negozio {
    padding-right: 15px;
}


.litepicker .container__months .month-item {
    padding: 14px;
     font-size: 19px;
}

.correlati-prezzo{
margin-left: 48px;
}

.litepicker .container__months .month-item{
	width: 100%!important;
}

.litepicker .container__months{
	width: 100%!important;
}


.litepicker {
    left: 0 !important;
    position: fixed !important;
    top: 140px !important;
}



.home-sub {
    padding-bottom: 70px;
    padding-top: 10px;
}
	
.rea_foot {
    color: #000;
    text-align: left;
    /* padding-top: 10px; */
    font-size: 15px;
    padding-bottom: 20px;
}

	
	.foot_padding {
    padding-top: 40px;
}
	.logo_footer {
    width:100%;
    margin-bottom: 0px;
}

.subcontainer {
    background-image: url(/image/home_parallax.jpg);
    background-size: cover;
    background-position: left;
}


.modal-body {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 34px;
}

button#modal-salva{
width: 100%;	
}



.col-12.col-lg-6.border-right {
    padding-top: 30px;
    border-top: 1px solid #333;
    margin-top: 20px;
}

.tasto-continua{
width: 100%;	
    margin-left: 0px !important;
}

.tasto-aggiungi{
width: 100%;	
    margin-top: 20px !important;
        margin-left: 0px !important;
    
}

.list-cart h3{
	padding-top: 20px;
	font-weight:600;
	
}
    .list-cart h3 {
        padding: 10px;
        font-weight: 600;
        background: #ffed00;
        /* padding-left: 10px; */
        margin-top: 20px;
    }

.list-negozio h3{
	padding: 10px;
	font-weight:600;
	        background: #98d6f5;
        /* padding-left: 10px; */
        
}


.open-chagedate {
  margin:auto;
    width: 250px !important;
    background: green;
    color: #fff;
            float: none;
}

.open-chagedate:hover {
    background: green!important;
    color: #fff;
}


button#modal-chiudi{
width: 100%;	
    margin-right: 0px;
}

    .cart-negozio {
        margin-top: 40px;
        padding: 15px;
        border-radius: 0rem;
    }

.col-12.col-lg-6.border-right {
    border-left: 0px solid #00000017;
    padding-left: 0px;
}

	.header-menu {
		display: none;
	}

	img.logo-princ {
		height: 92px;
		padding-bottom: 0;
		padding-top:0;
	    height: 60px;
	}

	.home-first-box {
		padding: 0;
	}
	
	.tot-ordine {
    padding-top: 0px;
}

.article_previw h2 {
    margin-right: 30px;
    font-weight: 600;
}

    .selectize-control.lingua {
        width: 65px;
        background: none;
        border: 0px !important;
        float: left;
        right: 10px;
        margin-top: 5px;
        display: none;
    }

	.pointer-cursor {
		cursor: pointer;
		border: 1px solid #fff;
		padding-right: 0;
	    border: 1px solid #ddd;

	}

	h1, .h1 {
		font-size: calc(1.1rem + 1vw);
	}

	.item-slide {
		border-radius: 1rem;
		padding: 15px;
		background-color: #fff;
	}

	.slide-prezzo {
		font-size: 17px;
		font-weight: 600;
	}

	.home-prenotazioni {
		padding: 20px;
		border-radius: 1rem;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 50px;
        margin-top: 25px;		
	}

	#map {
		width: 100%;
		border-radius: 5px;
		height: 100%;
		overflow: hidden;
		height: 40vh;
		margin-top: 40px;
	}

	#map {
		position: relative;
		padding-bottom: 90.9%;
		padding-top: 0;
		height: 0;
		overflow: hidden;
	}
	#map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.modal-width {
		width: 96%;
	}

	.article_previw {
		margin-right: 0px;
	}

	.modal-title {
		font-size: 19px;
			background: #98d6f5;
    padding: 8px;
    padding-left: 10px;
        font-weight: 600;
	}

	button#modal-salva {

		margin-bottom: 25px;
	}

	.img-p-detail {
		width: 100%;
		height: 32vh;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 20px;
		        background-position: center;
	}

}

