

/* Intro
------------------------------------------------------------ */

.nlg-intro {
    position: relative;
}
.nlg-intro .nlg-intro-title {
    margin: 0;
    font: normal normal bold 30px/32px Nunito Sans;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    text-shadow: 0px 2px 2px #00000029;
    z-index: 10;
}
.nlg-intro .nlg-intro-bg {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -150px;
    padding-bottom: 150px;
}
.nlg-intro .nlg-intro-search {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
}
.nlg-intro .nlg-intro-search .head {
    background-color: #333945;
    text-align: center;
    font: normal normal bold 21px/22px Nunito Sans;
    color: #FFFFFF;
    padding: 21px 20px;
}
.nlg-intro .nlg-intro-search .boxes {
    display: flex;
}
.nlg-intro .nlg-intro-search .boxes .box {
    position: relative;
    flex: 0 0 50%;
    padding: 40px;
    text-align: center;
    padding-bottom: 100px;
}
.nlg-intro .nlg-intro-search .boxes .box + .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 32px;
    bottom: 32px;
    border-left: 2px dashed #BCBCBC;
}
.nlg-intro .nlg-intro-search .boxes .box .title {
    font: normal normal bold 21px/25px Nunito Sans;
    color: #000000;
}
.nlg-intro .nlg-intro-search .boxes .box .btn {
    position: relative;
    text-align: center;
    font: normal normal bold 20px/24px Nunito Sans;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px #00000029;
    margin-top: 20px;
    padding: 16px 40px 16px 89px;
    max-width: 390px;
    box-shadow: 0px 3px 6px #00000029;
}
.nlg-intro .nlg-intro-search .boxes .box .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 80px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.nlg-intro .nlg-intro-search .foot {
    background: #F2F2F2;
    display: flex;
    align-items: center;
}
.nlg-intro .nlg-intro-search .foot .flow {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -51px;
    padding: 0 30px 30px;
}
.nlg-intro .nlg-intro-search .foot .flow .step {
    position: relative;
    flex: 0 0 33.333%;
    padding: 0 10px;
}
.nlg-intro .nlg-intro-search .foot .flow .step + .step:before {
    content: '';
    display: block;
    position: absolute;
    top: 51px;
    left: -30px;
    width: 60px;
    border-top: 2px solid transparent;
}
.nlg-intro .nlg-intro-search .foot .flow .step + .step:after {
    content: '';
    display: block;
    position: absolute;
    top: 45px;
    left: 15px;
    transform: rotate(45deg);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 15px;
    height: 15px;
}
.nlg-intro .nlg-intro-search .foot .flow .step .icon {
    display: block;
    width: 103px;
    height: 103px;
    border: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 50%;
    margin: auto;
}
.nlg-intro .nlg-intro-search .foot .flow .step span {
    display: block;
    margin-top: 9px;
    text-align: center;
    font: normal normal normal 15px/17px Nunito Sans;
    color: #000000;
}
.nlg-intro .nlg-intro-search .boxes .box.request .btn {
    background: #72C85D;
}
.nlg-intro .nlg-intro-search .boxes .box.request .btn:before {
    background-image: url(./media/icon-btn-request.svg);
}
.nlg-intro .nlg-intro-search .boxes .box.book .btn {
    background: #F7A813;
}
.nlg-intro .nlg-intro-search .boxes .box.book .btn:before {
    background-image: url(./media/icon-btn-book.svg);
}
.nlg-intro .nlg-intro-search .foot .flow.request .step + .step:before,
.nlg-intro .nlg-intro-search .foot .flow.request .step + .step:after {
    border-color: #72C85D
}
.nlg-intro .nlg-intro-search .foot .flow.book .step + .step:before,
.nlg-intro .nlg-intro-search .foot .flow.book .step + .step:after {
    border-color: #F7A813
}


/* Ricerche popolari
------------------------------------------------------------ */

.nlg-popular-searches {
    margin-top: 77px;   
}
.nlg-popular-searches .section-title {
    text-align: center;
    font: normal normal bold 27px/38px Nunito Sans;
    color: #000;
}
.nlg-popular-searches .boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    margin-left: -10px;
    margin-right: -10px;
}
.nlg-popular-searches .boxes .box {
    display: block;
    flex: 1 1 auto;
    padding: 0 10px;
}
.nlg-popular-searches .boxes .box img {
    display: block;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    max-width: 100%;
    height: auto;
}
.nlg-popular-searches .boxes .box span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font: normal normal bold 21px/38px Nunito Sans;
    color: #000;
}


/* Home Request
------------------------------------------------------------ */

.nlg-request-home {
    margin-top: 88px;
}


/* Testata Ricerca
------------------------------------------------------------ */

.nlg-head-search {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 300px;
}
.nlg-head-search h1 {
    margin: 0;
    font: normal normal bold 35px/32px Nunito Sans;
    color: #FFFFFF;
    margin: 0;
    text-shadow: 0px 2px 2px #00000029;
}
.nlg-head-search h1 span {
    color: #4ecb4a;
}
.nlg-head-search .nlg-form {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    padding: 30px;
}
.nlg-head-search .nlg-form .head {
    font: normal normal bold 25px/22px Nunito Sans;
    color: #000;
}
.nlg-head-search .nlg-form .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 20px -8px 0;
}
.nlg-head-search .nlg-form .content .item-w {
    flex: 1 1 auto;
    padding: 0 8px;
}
.nlg-head-search .nlg-form .content .item-w small {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
}
.nlg-head-search .nlg-form .content .item {
    position: relative;
}
.nlg-head-search .nlg-form .content .select2-container {
    width: 100% !important;
}
.nlg-head-search .nlg-form .content .form-control,
.nlg-head-search .nlg-form .content .select2-selection {
    position: relative;
    line-height: 24px;
    padding: 17px 20px 17px 55px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #71747D !important;
    background-color: #FFF !important;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
}
.nlg-head-search .nlg-form .content .item:before {
    display: block;
    position: relative;
    font-family: bootstrap-icons;
    font-size: 26px;
    color: #4ecb4a;
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    left: 12px;
    z-index: 10;
    pointer-events: none;
}
.nlg-head-search .nlg-form .content .item.where:before {
    content: '\F3E7';
}
.nlg-head-search .nlg-form .content .item.when:before {
    content: '\F217';
}
.nlg-head-search .nlg-form .content .search {
    display: block;
    width: 100%;
    background: #4ecb4a;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    text-align: center;
    font: normal normal bold 20px/24px Nunito Sans;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px #00000029;
    padding: 17px 20px;
}


/* Topbar
------------------------------------------------------------ */

.nlg-topbar  {
    z-index:996;
    padding: 15px;
}
.nlg-topbar h1 {
    font-size: 16px;
    line-height: 1.4;
}
.nlg-topbar .tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nlg-topbar .tools .btn {
    border-radius: 4px;
    font: normal normal normal 14px/18px Nunito Sans;
    padding: 3px 6px;
    outline: none !important;
}
.nlg-topbar .tools .btn .bi {
    font-size: 22px;
    line-height: 32px;
    vertical-align: middle;
}
.nlg-topbar .tools .btn.btn-secondary {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #6F737C;
}
.nlg-topbar .tools .btn.btn-secondary .bi {
    color: #72C85D;
}
.nlg-topbar .tools .pager {
    display: flex;
    align-items: center;
}
.nlg-topbar .tools .pager .btn {
    padding: 3px;
}
.nlg-topbar .nu {
    margin-top: 5px;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
}


/* Widget di ricerca
------------------------------------------------------------ */ 

/* Label */
.nlg-search .lbl {
    display: block;
    font: normal normal 400 14px/14px Nunito Sans;
    color: #000000;
    margin-bottom: 5px;
}

/* Control Highlight */
.nlg-search .chl {
    position: relative;
}
.nlg-search .chl .select2-container {
    width: 100% !important;
}
.nlg-search .chl .form-control,
.nlg-search .chl .select2-selection {
    position: relative;
    line-height: 24px;
    padding: 10px 15px 10px 40px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #71747D !important;
    background-color: #FFF !important;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
}
.nlg-search .chl .txt {
    position: relative;
    line-height: 24px;
    display: block;
    padding: 12px 15px 12px 40px;
    z-index: 1;
    user-select: none;
}
.nlg-search .chl:before {
    display: block;
    position: relative;
    font-family: bootstrap-icons;
    font-size: 22px;
    color: #4ecb4a;
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.nlg-search .chl.where:before {
    content: '\F3E7';
}
.nlg-search .chl.when:before {
    content: '\F217';
}

/* Control Label */
.nlg-search .clb {
    display: flex;
    align-items: center;
    font: normal normal normal 16px/32px Nunito Sans;
    color: #000000;
}
.nlg-search .clb .cic {
    width: 32px;
    margin-right: 10px;
}
.nlg-search .clb .cic img {
    display: block;
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 22px;
}

/* Control Container */
.nlg-search .ccn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    cursor: pointer;
}
.nlg-search .ccn + .ccn,
.nlg-search .lbl + .ccn {
    margin-top: 10px;
}
.nlg-search .ccn .qty {
    display: flex;
    align-items: center;
}
.nlg-search .ccn .qty .btn {
    background: #FFF;
    width: 34px;
    height: 34px;
    border: 1px solid #CFD3D9;
    border-radius: 4px;
    padding: 0;
    line-height: 34px;
    color: #000;
}
.nlg-search .ccn .qty input {
    background: none;
    width: 30px;
    margin: 0 2px;
    padding: 0;
    line-height: 34px;
    height: 34px;
    text-align: center;
    border: none;
    color: #000;
    pointer-events: none;
}

/* Ranger Slider */
.nlg-search .irs--flat .irs-bar,
.nlg-search .irs--flat .irs-handle > i:first-child,
.nlg-search .irs--flat .irs-from, 
.nlg-search .irs--flat .irs-to, 
.nlg-search .irs--flat .irs-single {
    background-color: #72C85D;
}
.nlg-search .irs--flat .irs-from::before, 
.nlg-search .irs--flat .irs-to::before, 
.nlg-search .irs--flat .irs-single::before {
    border-top-color: #72C85D;
}

/* Stycky button */
.nlg-search .sticky-bottom {
    position: sticky;
    bottom: 0;
    background-color: #FFF;
}


/* Nessun risultato
------------------------------------------------------------ */

.nlg-no-results .btn-request {
    position: relative;
    text-align: center;
    font: normal normal bold 20px/24px Nunito Sans;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px #00000029;
    margin-top: 20px;
    padding: 16px 40px 16px 89px;
    box-shadow: 0px 3px 6px #00000029;
    background: #72C85D;
}
.nlg-no-results .btn-request:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 80px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./media/icon-btn-request.svg);
}


/* Risultato di ricerca
------------------------------------------------------------ */

.nlg-result-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.nlg-result-item .images {
    position: relative;
    flex: 0 0 400px;
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0 10px 10px;
}
.nlg-result-item .images .status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#000;
    padding: .5rem 1rem;
}
.nlg-result-item .images .status i.bi {
    font-size: 1.3rem;
  }
.nlg-result-item .details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 13px 16px 10px 32px;
}
.nlg-result-item .details .title {
    font: normal normal bold 22px/24px Nunito Sans;
    color: #000000;
}
.nlg-result-item .details .meta {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.nlg-result-item .details .meta div + div {
    border-left: 1px solid #DEDDDE;
    margin-left: 5px;
    padding-left: 5px;
}
.nlg-result-item .details .meta .pl {
    font: normal normal normal 16px/20px Nunito Sans;
    color: #000000;
}
.nlg-result-item .details .meta .pl .bi {
    color: #72C85D;
}
.nlg-result-item .details .meta .ds {
    display: flex;
    flex-direction: column;
    font: normal normal normal 14px/20px Nunito Sans;
    color: #666666;
}
.nlg-result-item .details .meta .badge {
    text-align: left;
}
.nlg-result-item .details .meta .badge + .badge {
    margin-top: 3px;
}
.nlg-result-item .details .tags {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.nlg-result-item .details .tags .subtags {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.nlg-result-item .details .tags .subtags div + div {
    border-left: 1px solid #DEDDDE;
    margin-left: 10px;
    padding-left: 10px;
}
.nlg-result-item .details .tags .ct {
    background: #F2F2F2;
    border-radius: 12px;
    font: normal normal normal 14px/18px Nunito Sans;
    color: #000000;
    padding: 3px 12px;
}
.nlg-result-item .details .tags .pt span {
    display: inline-block;
    margin-left: 5px;
    background: #F2F2F2;
    border-radius: 12px;
    font: normal normal normal 14px/18px Nunito Sans;
    color: #000000;
    padding: 3px 9px;
}
.nlg-result-item .details .info {
    flex: 1 1 auto;
    margin-top: 5px;
    padding-top: 5px;
}
.nlg-result-item .details .info .services {
    position: relative;
}
.nlg-result-item .details .info .services .tt {
    font: normal normal bold 12px/20px Nunito Sans;
    color: #000;
}
.nlg-result-item .details .info .services .more {
    position: inline-block;
    /* right: 12px;
    bottom: 6px; */
    font: normal normal 600 14px/18px Nunito Sans;
    color: #72C85D;
    background: none;
    font-weight: none;
    text-decoration: underline;
    padding: 0;
    border: none;
}
.nlg-result-item .details .info .services .more .bi {
    margin-left: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.nlg-result-item .details .resume {
    margin-top: 10px;
}
.nlg-result-item .details .resume .book {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nlg-result-item .details .resume .total,
.nlg-results-ct-dialog .resume .total {
    font: normal normal bold 24px/25px Nunito Sans;
    color: #72C85D;
}
.nlg-result-item .details .resume .total span,
.nlg-results-ct-dialog .resume .total span {
    font: normal normal normal 18px/25px Nunito Sans;
    color: #000000;
    margin-right: 10px;
}
.nlg-result-item .details .resume .night,
.nlg-results-ct-dialog .resume .night {
    font: italic normal normal 14px/18px Nunito Sans;
    color: #666;
}
.nlg-result-item .details .resume .deposit,
.nlg-results-ct-dialog .resume .deposit {
    font: normal normal normal 14px/18px Nunito Sans;
    color: #000;
    text-transform: uppercase;
}

.nlg-result-item.nlg-result-empty .images {
    animation: nlg-tag-pulse 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.nlg-result-item.nlg-result-empty .empty-tag {
    display: inline-block;
    width: 200px;
    height: 24px;
    border-radius: 8px;
    background-color: #f9f9f9;
    border: none !important;
    padding: 0 !important;
    animation: nlg-tag-pulse 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.nlg-result-item.nlg-result-empty .meta .empty-tag {
    height: 18px;
    width: 120px;
    border-radius: 4px;
    animation: nlg-tag-pulse 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.nlg-result-item.nlg-result-empty .info .empty-tag {
    height: 80px;
    width: 100%;
    animation: nlg-tag-pulse 3s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.nlg-result-item.nlg-result-empty:nth-of-type(2) {
    opacity: .6;
}
.nlg-result-item.nlg-result-empty:nth-of-type(3) {
    opacity: .3;
}
@-webkit-keyframes nlg-tag-pulse {
	  0% { opacity: 1 }
	 70% { opacity: .7 }
	100% { opacity: 1 }
}
@keyframes wdmp-pulse {
	  0% { opacity: 1 }
	 70% { opacity: .7 }
	100% { opacity: 1 }
}

/* Details dialog Images */
.nlg-results-ct-dialog .bee-dialog-inner {
    border-radius: 6px;
}
.nlg-results-ct-dialog .title {
    font: normal normal bold 22px/24px Nunito Sans;
    color: #000000;
    margin: 0;
}
.nlg-results-ct-dialog .subtitle {
    font: normal normal bold 16px/16px Nunito Sans;
    color: #000000;
    margin: 15px 0 0;
}
.nlg-results-ct-dialog .services {
    border-radius: 8px;
    position: relative;
    margin: 10px 0 15px;
}
.nlg-results-ct-dialog .services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nlg-results-ct-dialog .services ul li {
    font: normal normal normal 14px/20px Nunito Sans;
    color: #666666;
    padding-left: 20px;
    position: relative;
}
.nlg-results-ct-dialog .services ul li:before {
    display: block;
    position: absolute;
    content: '\F26E';
    font-size: 15px;
    color: #4ecb4a;
    top: 0;
    font-family: bootstrap-icons;
    left: 0;
}


/* Widget Mappa di ricerca
------------------------------------------------------------ */

.wdmp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2222222222;
    opacity: 0;
    transition: opacity .3s ease;
}
.wdmp.in {
    opacity: 1;
}

/* Misc */
.wdmp .leaflet-bar a {
    color: #444
}
.wdmp .leaflet-bar a:hover {
    color: #222;
}
.wdmp .leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    line-height: 40px;
    transition: none;
    border-bottom: 1px solid #EEE;
}
.wdmp .leaflet-touch .leaflet-bar a:hover {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}
.wdmp .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.wdmp .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wdmp .leaflet-touch .leaflet-control-layers, 
.wdmp .leaflet-touch .leaflet-bar {
    border: none
}

.wdmp .beers-tooltip {
    min-width: 100px;
}

/* Popover */
.wdmp .pvr {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .3s ease, transform .3s ease;
}
.wdmp.in .pvr {
    opacity: 1;
    transform: translateY(0);
}

/* Popover > Inner */
.wdmp .pvr .pvi {
    display: flex;
    position: relative;
    align-items: stretch;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #666;
    overflow: hidden;
    z-index: 10;
}

/* Popover > Inner > Filters */
.wdmp .pvr .pvi .flt {
    flex: 0 0 304px;
    width: 304px;
    padding: 8px 8px 120px;
    border-right: 1px solid #DDD;
    background-color: #f9f9f9;
    overflow: auto;
}
.wdmp .pvr .pvi .flt .flth {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background-color: #efefef;
    z-index: 20;
    cursor: pointer;
    color: #444;
    transform: translateX(-50%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.wdmp .pvr .pvi .flt .flth:hover {
    color: #222;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* Popover > Inner > Filters > Group */
.wdmp .pvr .pvi .flt .group {
    border: 1px solid #DDD;
    padding: 8px;
    background-color: #FFF;
    border-radius: 4px;
}
.wdmp .pvr .pvi .flt .group + .group {
    margin-top: 8px;
}
.wdmp .pvr .pvi .flt .group .clb { 
    font: normal normal normal 14px/24px Nunito Sans;
}

/* Popover > Inner > Loader */
.wdmp .pvr .ldr {
    display: none;
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    font-size: 14px;
    color: #3e2b2f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
    padding: 12px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    transform: translateY(25px);
    transition: opacity .3s ease, transform .3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 40;
}
.wdmp.ldng .pvr .ldr {
    opacity: 1;
    transform: translateY(0);
}
.wdmp .pvr .ldr .rn {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: auto;
}
.wdmp .pvr .ldr .rn div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid #3e2b2f;
    border-radius: 50%;
    animation: wdmp-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3e2b2f transparent transparent transparent;
}
.wdmp .pvr .ldr .rn div:nth-child(1) {
    animation-delay: -0.45s;
}
.wdmp .pvr .ldr .rn div:nth-child(2) {
    animation-delay: -0.3s;
}
.wdmp .pvr .ldr .rn div:nth-child(3) {
    animation-delay: -0.15s;
}
.wdmp .pvr .ldr span {
    display: block;
    position: relative;
    margin: 10px auto 0;
}

/* Popover > Inner > Results */
.wdmp .pvr .pvi .rsl {
    position: relative;
    flex: 0 0 660px;
    width: 660px;
    border-right: 1px solid #DDD;
    background-color: #f9f9f9;
    box-shadow: inset 4px 0 6px rgba(0,0,0,0.05);
}

/* Popover > Inner > Results > Inner */
.wdmp .pvr .pvi .rsl .rsi {
    padding: 16px 8px;
    height: 100%;
    overflow: auto;
    transition: opacity .3s ease;
}
.wdmp.ldng .pvr .pvi .rsl .rsi {
    opacity: .3;
}

/* Popover > Inner > Results > Inner > No results */
.wdmp .pvr .pvi .rsl .rsi .none {
    display: block;
    margin: 16px 16px 0;
    font-size: 14px;
    color: #3e2b2f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

/* Result Item */
.wdmp .nlg-result-item + .nlg-result-item {
    margin-top: 10px;
}
.wdmp .nlg-result-item .images {
    flex: 0 0 300px;
    width: 300px;
}
.wdmp .nlg-result-item .details {
    padding: 10px;
}
.wdmp .nlg-result-item .details .title {
    font-size: 18px;
    line-height: 20px;
}
.wdmp .nlg-result-item .details .tags {
    margin-top: 5px;
}
.wdmp .nlg-result-item .details .tags .pt {
    line-height: 0;
}
.wdmp .nlg-result-item .details .tags .ct,
.wdmp .nlg-result-item .details .tags .pt span {
    font-size: 12px;
    line-height: 1;
}
.wdmp .nlg-result-item .details .tags .subtags {
    margin-left: 10px;
}
.wdmp .nlg-result-item .details .tags .subtags div + div {
    margin-left: 5px;
    padding-left: 5px;
}
.wdmp .nlg-result-item .details .tags .subtags img {
    height: 14px !important
}
.wdmp .nlg-result-item .details .resume .total {
    font-size: 20px;
    line-height: 20px;
}
.wdmp .nlg-result-item .details .resume .total span {
    font-size: 16px;
    line-height: 20px;
}
.wdmp .nlg-result-item .details .resume .night,
.wdmp .nlg-result-item .details .resume .deposit {
    font-size: 11px;
    line-height: 14px;
}

/* Popover > Inner > Map */
.wdmp .pvr .pvi .map {
    flex: 1 1 auto;
}

/* Popover > Inner > Map > Marker*/
.wdmp .pvr .pvi .map .wdmp-marker span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 4px;
    padding: 2px 5px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    transform: translateX(-50%);

}
.wdmp .pvr .pvi .map .wdmp-marker.active span {
    filter: brightness(1.4);
}
.wdmp .pvr .pvi .map .wdmp-marker.escursionismo.active span {
    filter: brightness(1.2);
}
.wdmp .pvr .pvi .map .wdmp-marker.on {
    z-index: 9999 !important;
}
.wdmp .pvr .pvi .map .wdmp-marker.on span {
    transform: translateX(-50%) scale(1.2);
}
.wdmp .pvr .pvi .map .wdmp-marker.bounce {
    z-index: 9999 !important;
}
.wdmp .pvr .pvi .map .wdmp-marker.bounce span {
    filter: brightness(1.4);
    animation:wdmp-bounce .4s ease infinite alternate;
}

/* Popover > Inner > Map > Popup */
.wdmp .leaflet-popup {
    top: 15px;
    bottom: initial !important;   
}
.wdmp .leaflet-popup .leaflet-popup-content-wrapper {
    border: none;
    background: none;
    padding: 0;
}
.wdmp .leaflet-popup .leaflet-popup-tip-container {
    display: none !important;
}
.wdmp .leaflet-popup .leaflet-popup-content {
    margin: 0;
}

.wdmp .leaflet-popup .nlg-result-item {
    flex-direction: column;
}
.wdmp .leaflet-popup .nlg-result-item .images {
    flex: auto;
    width: auto;
    margin: 10px;
}

/* Popover > Closer */
.wdmp .pvr .cls {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #EEE;
    z-index: 20;
    cursor: pointer;
}
.wdmp .pvr .cls:hover {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}
.wdmp .pvr .cls span {  
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.wdmp .pvr .cls span:after,
.wdmp .pvr .cls span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444;
}
.wdmp .pvr .cls:hover span:after,
.wdmp .pvr .cls:hover span:before {
    background-color: #222;
}
.wdmp .pvr .cls span:before {
    transform: rotate(-45deg);
}
.wdmp .pvr .cls span:after {
    transform: rotate(45deg);
}

/* Popover > Show Filters (Mobile) */
.wdmp .pvr .flts {
    display: none;
    position: absolute;
    top: 10px;
    right: 58px;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 24px;
    border: none;
    border-radius: 4px;
    background-color: #FFF;
    z-index: 20;
    cursor: pointer;
    color: #444;
}
.wdmp .pvr .flts:hover {
    color: #222;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* Tpl */
.wdmp .tpl {
    display: none;
}

/* Animations */
@-webkit-keyframes wdmp-pulse {
	  0% { transform: scale(0.95); opacity: 1 }
	 70% { transform: scale(1); opacity: .3 }
	100% { transform: scale(0.95); opacity: 1 }
}
@keyframes wdmp-pulse {
	  0% { transform: scale(0.95); opacity: 1 }
	 70% { transform: scale(1); opacity: .3 }
	100% { transform: scale(0.95); opacity: 1 }
}
@-webkit-keyframes wdmp-bounce {
      0% { transform:translateX(-50%) translateY(0px) scale(1.5) }
    100% { transform:translateX(-50%) translateY(-10px) scale(1.5) }
}
@keyframes wdmp-bounce {
      0% { transform:translateX(-50%) translateY(0px) scale(1.5) }
    100% { transform:translateX(-50%) translateY(-10px) scale(1.5) }
}
@keyframes wdmp-ring {
      0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

/* Responsive */
@media (max-width: 1099px) {
    .wdmp .pvr .pvi .rsl {
        display: none;
    }
}

@media (min-width: 767px) {
    .wdmp.ldng .pvr .pvi > .ldr {
        display: none !important;
    }
}

@media (max-width: 766px) {
    .wdmp {
        background: transparent;
    }
    .wdmp .pvr {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wdmp .pvr .pvi {
        display: block;
        position: initial;
        border: none;
        border-radius: none;
    }
    .wdmp .pvr .pvi .flt {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: auto;
        max-width: 100%;
        padding: 10px 10px 40px;
        border-radius: 0 0 24px 24px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
        z-index: 40;
        overflow: visible;
        opacity: 0;
        transform: translateY(-25px);
        transition: transform .3s ease, opacity .3s ease;
    }
    .wdmp .pvr .pvi .flt.in {
        opacity: 1;
        transform: translateY(0);
    }
    .wdmp .pvr .ldr,
    .wdmp .pvr .flts,
    .wdmp .pvr .pvi .flt .flth {
        display: block;
    }
    .wdmp .pvr .pvi .rsl {
        display: none;
    }
    .wdmp .pvr .pvi .map {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .wdmp .pvr .cls {
        top: 10px;
        right: 10px;
        border: none;
        border-radius: 4px;
    }
    .wdmp .pvr .cls span::after, 
    .wdmp .pvr .cls span::before {
        height: 2px;
    }
}


/* Scheda Veicolo
------------------------------------------------------------ */

.nlg-vehicle .card-header {
    font-weight: 700;
    text-transform: uppercase;
    line-height: initial;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1rem;
    color: #4ecb4a;
}
body.body-nlg-vehicle footer {
    padding-bottom: 200px;
    
}

/* Images */
.nlg-vehicle .images {
    display: block;
    position: relative;
    width: 100%;
}

/* Images > Gallery */
.nlg-vehicle .images .gallery {
    display: grid;
    position: relative;
    column-gap: 15px;
    row-gap: 15px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 10;
}
.nlg-vehicle .images .gallery .image {
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat
}

/* Images > Gallery 1 */
.nlg-vehicle .images .gallery.gallery-1 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.nlg-vehicle .images .gallery.gallery-1 .image:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

/* Images > Gallery 2 */
.nlg-vehicle .images .gallery.gallery-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.nlg-vehicle .images .gallery.gallery-2 .image:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.nlg-vehicle .images .gallery.gallery-2 .image:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

/* Images > Gallery 3 */
.nlg-vehicle .images .gallery.gallery-3 {
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.nlg-vehicle .images .gallery.gallery-3 .image:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
}
.nlg-vehicle .images .gallery.gallery-3 .image:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.nlg-vehicle .images .gallery.gallery-3 .image:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

/* Images > Gallery 4 */
.nlg-vehicle .images .gallery.gallery-4 {
    grid-template-columns: 3fr 3fr 2fr;
    grid-template-rows: 1fr 1fr;
}
.nlg-vehicle .images .gallery.gallery-4 .image:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
}
.nlg-vehicle .images .gallery.gallery-4 .image:nth-child(2) {
    grid-column: 2;
    grid-row: 1/3;
}
.nlg-vehicle .images .gallery.gallery-4 .image:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}
.nlg-vehicle .images .gallery.gallery-4 .image:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}

/* Images > Gallery 5 */
.nlg-vehicle .images .gallery.gallery-5 {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.nlg-vehicle .images .gallery.gallery-5 .image:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
}
.nlg-vehicle .images .gallery.gallery-5 .image:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.nlg-vehicle .images .gallery.gallery-5 .image:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
.nlg-vehicle .images .gallery.gallery-5 .image:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
}
.nlg-vehicle .images .gallery.gallery-5 .image:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

/* Images > Tools */
.nlg-vehicle .images .tools {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 20;
}
.nlg-vehicle .images .tools .btn + .btn {
    margin-left: 10px;
}

/* Intro */
.nlg-vehicle .intro .title {
    font: normal normal bold 40px/1.2 Nunito Sans;
    color: #000000;
}
.nlg-vehicle .intro .meta {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.nlg-vehicle .intro .meta div + div {
    margin-left: 10px;
}
.nlg-vehicle .intro .meta .pl {
    font: normal normal normal 15px/20px Nunito Sans;
    color: #000000;
}
.nlg-vehicle .intro .meta .pl .bi {
    color: #72C85D;
}
.nlg-vehicle .intro .meta .ds {
    color: #666666;
}
.nlg-vehicle .intro .meta .ds .badge {
    font: normal normal normal 15px/20px Nunito Sans;
    border-radius: 12px;
    padding: 3px 12px;
    text-align: left;
}
.nlg-vehicle .intro .meta .ds .badge + .badge {
    margin-left: 3px;
}
.nlg-vehicle .intro .meta .ct {
    background: #F2F2F2;
    border-radius: 12px;
    font: normal normal normal 15px/18px Nunito Sans;
    color: #000000;
    padding: 3px 12px;
}
.nlg-vehicle .intro .tags {
    display: flex;
    align-items: center;
    margin: 20px -10px 0;
}
.nlg-vehicle .intro .tags .tag {
    display: flex;
    align-items: center;
    margin: 10px;
    font: normal normal normal 14px/18px Nunito Sans;
    color: #000000;
    padding: 3px 9px;
}
.nlg-vehicle .intro .tags .tag img {
    display: block;
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 22px;
    margin-right: 10px;
}
.nlg-vehicle .intro .description {
    margin-top: 20px;
}

/* Components */
.nlg-vehicle .components .component {
    padding: 12px 0;
    display: flex;
    align-items: center;
    line-height: 24px;
}
.nlg-vehicle .components .component .name {
    flex: 1 1 auto;
}
.nlg-vehicle .components .component .info {
    color: #4ecb4a;
    cursor: pointer;
    margin: 0 0 0 5px;
}
html.no-touch .nlg-vehicle .components .component .info:hover {
    color: #72C85D;
}
.nlg-vehicle .components .component .price {
    font-weight: 700;
    flex: 0 0 auto;
}
.nlg-vehicle .components .component .configurator {
    flex: 0 0 100px;
    margin-left: 15px;
    text-align: center;
}
.nlg-vehicle .components .component .configurator .check {
    display: block;
    margin: auto;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
}
html.no-touch .nlg-vehicle .components .component .configurator .check:hover {
    border: 1px solid #999;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.nlg-vehicle .components .component .configurator .check.checked {
    border: 1px solid #4ecb4a;
}
.nlg-vehicle .components .component .configurator .check.checked:after {
    content: '\F272';
    font-family: bootstrap-icons;
    font-size: 22px;
    display: block;
    color: #4ecb4a;
    position: absolute;
    width: 26px;
    height: 26px;
}
html.no-touch .nlg-vehicle .components .component .configurator .qty {
    display: flex;
    align-items: center;
    justify-content: center;
}
html.no-touch .nlg-vehicle .components .component .configurator .qty .btn {
    background: #FFF;
    width: 26px;
    height: 26px;
    border: 1px solid #CFD3D9;
    border-radius: 4px;
    padding: 0;
    line-height: 26px;
    color: #000;
}
html.no-touch .nlg-vehicle .components .component .configurator .qty input {
    background: none;
    width: 30px;
    margin: 0 2px;
    padding: 0;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border: none;
    color: #000;
    pointer-events: none;
}
.nlg-vehicle .components .component + .component {
    border-top: 1px solid #eae7f5;
}

/* Components > Condensed */>
.nlg-vehicle .components .components-list.condensed {
    display: flex;
    flex-wrap: wrap;
}
.nlg-vehicle .components .components-list.condensed .component {
    width: 50%;
    border: none !important
}

/* List group */
.nlg-vehicle .details .list-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -14px;
}
.nlg-vehicle .details .list-group .list-group-item {
    margin: 0 7px;
    width: calc(50% - 14px);
    display: flex;
    align-items: center;
}
.nlg-vehicle .details .list-group .list-group-item .cic {
    width: 32px;
    margin-right: 10px;
}
.nlg-vehicle .details .list-group .list-group-item .cic img {
    display: block;
    margin: auto;
    height: auto;
    max-width: 100%;
    max-height: 22px;
}
.nlg-vehicle .details .list-group .list-group-item .name {
    flex: 1 1 auto;
}
.nlg-vehicle .details .list-group .list-group-item .badge{
    color: #111;
    font-weight: 300;
}

/* Optionals */
.nlg-vehicle .details .optionals ul {
    list-style: none;
    padding: 0;
} 
.nlg-vehicle .details .optionals ul li i.bi {
    color: #4ecb4a;
}

/* Terms */
.nlg-vehicle .terms {
    font-size: .9rem
}

/* Calendar */
.nlg-vehicle .calendar .calendar-content.calendar-multi-month .calendar-months {
    padding: 1rem 1rem;
}
.nlg-vehicle .calendar .calendar-content.calendar-multi-month .calendar-months .calendar-month {
    padding: 0;
}

/* Book */
.nlg-vehicle .book {
}
.nlg-vehicle .book [data-box]{
    cursor: pointer;
}
.nlg-vehicle .book .card-body{
    padding: 18px 18px 29px;
}
.nlg-vehicle .book .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.nlg-vehicle .book .nlg-search .chl .form-control, 
.nlg-vehicle .book .nlg-search .chl .select2-selection {
    border: 1px solid #CFD3D9 !important;
}
.nlg-vehicle .book .meta {
    margin-top: 18px;
}
.nlg-vehicle .book .meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
    columns: 2;
    column-gap: 20px;
}
.nlg-vehicle .book .meta ul li{
    font: normal normal normal 14px/20px Nunito Sans;
    color: #666666;
}
.nlg-vehicle .book .meta button {
    background-color: #EDEDED;
    border-radius: 12px;
    border: none;
    color: #000000;
    display: block;
    font: normal normal normal 14px/20px Nunito Sans;
    margin-top: 12px;
    padding: 5px 15px;
    text-align: center;
    width: 100%;
}
.nlg-vehicle .book .resume {
    margin-top: 15px;
}
.nlg-vehicle .book .resume .item {
    font: normal normal normal 16px/22px Nunito Sans;
    color: #000000;
}
.nlg-vehicle .book .resume .item.km {
    font: 700 normal normal 14px/18px Nunito Sans;
}
.nlg-vehicle .book .resume .km-ranges .select2 {
    margin-bottom: 5px;
}
.nlg-vehicle .book .resume .km-ranges {
    font: normal normal normal 16px/27px Nunito Sans;
    color: #000000;
}
.nlg-vehicle .book .resume .km-ranges .chl {
    position: relative;
}
.nlg-vehicle .book .resume .km-ranges .chl .select2-container {
    width: 100% !important;
}
.nlg-vehicle .book .resume .km-ranges .chl .form-control,
.nlg-vehicle .book .resume .km-ranges .chl .select2-selection {
    position: relative;
    line-height: 24px;
    padding: 10px 15px 10px 40px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #71747D !important;
    background-color: #FFF !important;
    border-radius: 4px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
}
.nlg-vehicle .book .resume .km-ranges .chl:before {
    display: block;
    position: relative;
    font-family: bootstrap-icons;
    font-size: 18px;
    color: #4ecb4a;
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    left: 0;
    z-index: 10;
    pointer-events: none;
    content: '\F83D';
}

.nlg-vehicle .book .resume .book {
    display: block;
    width: 100%;
    font: normal normal bold 20px/24px Nunito Sans;
    padding: 15px;
    border: none;
    color: #FFFFFF;
}
.nlg-vehicle .book .resume .flow-info {
    color: #666;
    text-align: center;
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1;
}

.nlg-vehicle .book .resume .details {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: underline;
    font: normal normal normal 16px/22px Nunito Sans;
    color: #000000;
    background: none;
}
html.no-touch .nlg-vehicle .book .resume .details:hover {
    color: #333;
    text-decoration: none;
}

.nlg-vehicle .book .resume .total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #EEE;
}
.nlg-vehicle .book .resume .total span {
    font: normal normal bold 20px/27px Nunito Sans;
    color: #000000;
}
.nlg-vehicle .book .resume .total span.price {
    font: normal normal bold 25px/25px Nunito Sans;
    color: #72C85D;
}

.nlg-vehicle .book .checkout {
    padding-top: 12px;
    margin-top: 13px;
    border-top: 1px solid #DFDFDF;
    text-align: center;
}
.nlg-vehicle .book .checkout .info {
    margin-top: 20px;
    display: block;
    width: 100%;
    font: normal normal normal 16px/22px Nunito Sans;
    color: #5D5D5D;
}
.nlg-vehicle .book .checkout .unavailable {
    margin-top: 20px;
    display: block;
    width: 100%;
    font: normal normal bold 22px/25px Nunito Sans;
    color: #b35e19;
}

/* Book Mobile */
.nlg-vehicle .book-xs {
    box-shadow: 0 -2px 6px rgba(0,0,0,.2);
    border-radius: 0;
}
.nlg-vehicle .book-xs .card-body {
    padding: .7rem;
}
.nlg-vehicle .book-xs .nlg-search .chl .form-control, 
.nlg-vehicle .book-xs .nlg-search .chl .select2-selection {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 14px;
}
.nlg-vehicle .book-xs .nlg-search .lbl.mt-3 {
    margin-top: 5px !important;
}
.nlg-vehicle .book-xs .nlg-search .chl:last-child {
    margin-bottom: 15px;
}
.nlg-vehicle .book-xs .resume {
    margin-top: 0px;
}
.nlg-vehicle .book-xs .resume .km-ranges .lbl {
    display: none;
}
.nlg-vehicle .book-xs .tools {
    display: flex;
}
.nlg-vehicle .book-xs .book {
    padding: 5px 8px !important;
    font-size: 16px !important;
}
.nlg-vehicle .book-xs .details {
    font-size: 14px !important;
}
.nlg-vehicle .book-xs .total span {
    font-size: 18px !important;
    line-height: 18px !important;
}
.nlg-vehicle .book-xs .resume .item,
.nlg-vehicle .book-xs .resume .item.km {
    font-size: 14px;
    line-height: 16px;
}
.nlg-vehicle .book-xs .resume .km-ranges .chl .form-control, 
.nlg-vehicle .book-xs .resume .km-ranges .chl .select2-selection {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 14px;
}
.nlg-vehicle .book-xs .checkout {
    padding-top: 0;
    margin-top: 8px;
    border: none;
}
.nlg-vehicle .book-xs .checkout .details {
    font-size: 14px;
    line-height: 1;
}
.nlg-vehicle .book-xs .checkout .checkout-info {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nlg-vehicle .book-xs .checkout .book {
    font-size: 18px;
    line-height: 1;
    padding: .7rem;
    margin: 0;
}
.nlg-vehicle .book-xs .checkout .info {
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    width: auto;
}

/* Codice veicolo */
.nlg-vehicle .suspitem {
    display: flex;
    align-items: center;
    background-color: #EEE;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
}

/* Read More */
.nlg-vehicle .btn-control {
    border-radius: 4px;
    border: 1px solid #eae7f5;
    padding: 6px 12px;
    color: #000;
    font-size: 0.975rem;
    font-weight: 400;
    background-color: #FFF;
}
.nlg-vehicle .bee-readmore-control {
    border-radius: 4px;
    border: 1px solid #4ecb4a;
    padding: 12px 32px;
    color: #4ecb4a;
    font-size: 0.975rem;
    font-weight: 400;
    background-color: #FFF;
}

/* Panorama Images Dialog */
.nlg-vehicle-panorama-dialog .bee-dialog-inner {
    padding: 30px 40px 40px;
    max-width: 1200px;
    border-radius: 6px;
}
.nlg-vehicle-panorama-dialog .title {
    font: normal normal bold 22px/24px Nunito Sans;
    color: #000000;
    margin: 0;
}
.nlg-vehicle-panorama-dialog .subtitle {
    font: normal normal bold 16px/16px Nunito Sans;
    color: #000000;
    margin: 5px 0 0;
}
.nlg-vehicle-panorama-dialog .panorama {
    position: relative;
    margin: 15px 0 0;
}
.nlg-vehicle-panorama-dialog .panorama-nav {
    display: flex;
    margin: 15px -5px 0;
}
.nlg-vehicle-panorama-dialog .panorama-nav .panorama-nav-item {
    display: block;
    position: relative;
    padding: 0 5px;
    width: 33.333%;
}
.nlg-vehicle-panorama-dialog .panorama-nav .panorama-nav-item-inner {
    display: block;
    position: relative;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
html.no-touch .nlg-vehicle-panorama-dialog .panorama-nav .panorama-nav-item-inner {
    opacity: .8;
    transition: opacity .3s ease;
}
html.no-touch .nlg-vehicle-panorama-dialog .panorama-nav .panorama-nav-item-inner:hover,
html.no-touch .nlg-vehicle-panorama-dialog .panorama-nav .panorama-nav-item-inner.current {
    opacity: 1;
}

/* Book dialog */
.nlg-vehicle-book-dialog .bee-dialog-inner {
    max-width: 900px;
    border-radius: 6px;
}
.nlg-vehicle-book-dialog .title {
    font: normal normal bold 32px/24px Nunito Sans;
    color: #000000;
    margin: 0;
}
.nlg-vehicle-book-dialog .info {
    font: normal normal normal 16px/29px Nunito Sans;
    color: #000000;
    margin: 20px 0 0;
}
.nlg-vehicle-book-dialog form {
    margin: 30px 0 0;
}
.nlg-vehicle-book-dialog form .resume {
    background-color: #f9f9f9;
    margin: 30px 0 0;
    padding: 15px;
}
.nlg-vehicle-book-dialog form .resume .table {
    margin: 0;
}
.nlg-vehicle-book-dialog form .resume .table td {
    font: normal normal bold 16px/22px Nunito Sans;
    border: none;
    padding: 5px;
}
.nlg-vehicle-book-dialog form .resume .table td:last-child {
    font: normal normal bold 25px/25px Nunito Sans;
    text-align: right;
}
.nlg-vehicle-book-dialog form .resume .table .total td:last-child {
    color: #72C85D;
}
.nlg-vehicle-book-dialog form .resume .table .deposit td:last-child {
    color: #F6A814;
}
.nlg-vehicle-book-dialog form .diclaimer {
    padding-left: 20px;
    position: relative;
    font: normal normal normal 12px/16px Nunito Sans;
}
.nlg-vehicle-book-dialog form .diclaimer p {
    margin: 0 0 3px;
}
.nlg-vehicle-book-dialog form .diclaimer i {
    position: absolute;
    top: 3px;
    left: 0;
}
.nlg-vehicle-book-dialog form .book {
    display: block;
    margin: auto;
    font: normal normal bold 20px/24px Nunito Sans;
    padding: 15px;
    min-width: 40%;
    border: none;
    margin-top: 20px;
}


/* Responsive
------------------------------------------------------------ */

@media all and (min-width: 1200px) and (max-width: 1399px) {
    .nlg-result-item .images {
        flex: 0 0 300px;
        width: 300px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .nlg-head-search {
        padding: 100px 0;
    }
    .nlg-head-search .nlg-form .content {
        display: block;
    }
    .nlg-head-search .nlg-form .content .item-w + .item-w {
        margin-top: 10px;
    }
    .nlg-result-item .images {
        flex: 0 0 200px;
        width: 200px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .nlg-intro .nlg-intro-search .boxes .box {
        padding: 25px 15px 35px;
    }
    .nlg-intro .nlg-intro-search .foot {
        display: none;
    }
    .nlg-intro .nlg-intro-title{
        font-size: 24px;
        line-height: 1.4;
    }
    .nlg-intro .nlg-intro-search .boxes .box .title {
        font-size: 16px;
        line-height: 1.4;
    }
    .nlg-intro .nlg-intro-search .boxes .box .btn {
        font-size: 16px;
        line-height: 1.4;
    }
    .nlg-popular-searches .boxes .box span{
        font-size: 16px;
        line-height: 1.4;
    }
    .nlg-head-search {
        padding: 100px 0;
    }
    .nlg-head-search .nlg-form .content {
        display: block;
    }
    .nlg-head-search .nlg-form .content .item-w + .item-w {
        margin-top: 10px;
    }
    .nlg-head-search .nlg-form .content .search{
        padding: 10px;
    }
    .nlg-head-search .nlg-form .content .form-control, 
    .nlg-head-search .nlg-form .content .select2-selection {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 10px 10px 35px;
    }
    .nlg-head-search .nlg-form .content .select2-selection .select2-selection__rendered {
        font-size: 12px;
        line-height: 24px;
    }
    .nlg-head-search .nlg-form .content .item::before { 
        width: 35px;
        left: 8px;
        font-size: 20px;
    }
    .nlg-result-item .images {
        flex: 0 0 200px;
        width: 200px;
    }
}
@media all and (max-width:767px) {
    .nlg-intro {
        padding: 25px 0 35px;
    }
    .nlg-intro .nlg-intro-title {
        font-size: 27px;
        line-height: 32px;
        text-align: center;
        margin: 0 0 20px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .nlg-intro .nlg-intro-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .nlg-intro .nlg-intro-bg h1 {
        display: none;
    }
    .nlg-intro .nlg-intro-search .head {
        font-size: 19px;
        line-height: 22px;
    }
    .nlg-intro .nlg-intro-search .boxes {
        display: block;
    }
    .nlg-intro .nlg-intro-search .boxes .box {
        padding: 20px 17px;
    }
    .nlg-intro .nlg-intro-search .boxes .box + .box {
        padding-top: 10px;
    }
    .nlg-intro .nlg-intro-search .boxes .box .title {
        font-size: 15px;
        line-height: 18px;
    }
    .nlg-intro .nlg-intro-search .boxes .box .btn {
        margin-top: 0;
    }
    .nlg-intro .nlg-intro-search .foot {
        display: none;
    }

    .nlg-popular-searches .boxes {
        display: block;
    }
    .nlg-popular-searches .boxes .box + .box {
        margin-top: 30px;
    }

    .nlg-head-search {
        padding: 25px 0 35px;
    }
    .nlg-head-search h1 {
        font-size: 27px;
        line-height: 32px;
        text-align: center;
        margin: 0 0 20px;
    }
    .nlg-head-search .nlg-form .head {
        font-size: 16px;
        line-height: 1.3;
    }
    .nlg-head-search .nlg-form .content {
        display: block;
    }
    .nlg-head-search .nlg-form .content .item-w + .item-w {
        margin-top: 10px;
    }
    .nlg-head-search .nlg-form .content .search{
        padding: 10px;
    }
    .nlg-head-search .nlg-form .content .form-control, 
    .nlg-head-search .nlg-form .content .select2-selection {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 10px 10px 35px;
    }
    .nlg-head-search .nlg-form .content .select2-selection .select2-selection__rendered {
        font-size: 12px;
        line-height: 24px;
    }
    .nlg-head-search .nlg-form .content .item::before { 
        width: 35px;
        left: 3px;
        font-size: 20px;
    }

    .nlg-result-item,
    .nlg-result-item .details,
    .nlg-result-item .details .meta,
    .nlg-vehicle .intro .meta {
        display: block;
    }
    .nlg-vehicle .intro .meta .pl,
    .nlg-result-item .details .meta .pl .bi{
        display: none;
    }
    .nlg-result-item .images {
        width: auto;
        margin: 0;
    }
    .nlg-result-item .details {
        padding: 1rem 1rem;
    }
    .nlg-vehicle .components .component .name {
        font-size: 14px;
        line-height: 1.2;
    }

    .nlg-vehicle .details .list-group {
        display: block;
        margin: 0;
    }
    .nlg-vehicle .details .list-group + .list-group {
        margin-top: 0 !important;
        border-top: 1px solid rgba(0,0,0,.125);
    }
    .nlg-vehicle .details .list-group .list-group-item {
        margin: 0;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .nlg-booking-table .nlg-booking-item .card-body {
        display: block !important;
    }
    .nlg-booking-table .nlg-booking-item .id,
    .nlg-booking-table .nlg-booking-item .name,
    .nlg-booking-table .nlg-booking-item .dates,
    .nlg-booking-table .nlg-booking-item .status,
    .nlg-booking-table .nlg-booking-item .total {
        text-align: center;
        margin: 0;
    }
    .nlg-booking-table .nlg-booking-item .dates,
    .nlg-booking-table .nlg-booking-item .status {
        margin: 8px 0;
    }

    .nlg-result-item .details .meta .ds {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .nlg-result-item .details .resume .book {
        flex-direction: column;
    }
    .nlg-topbar {
        background-color: #FFF;
    }
    .nlg-topbar .tools .btn {
        padding: 2px;
        font-size: 12px;
    }
    .nlg-vehicle .intro .meta div + div {
        margin: 5px 0 0;
    }
    .nlg-result-item .details .meta .badge {
        margin-top: 3px;
        text-align: left;
        white-space: normal;
    }
    .nlg-vehicle .intro .tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .nlg-vehicle .intro .tags .tag {
        margin: 0 10px;
    }
    .nlg-vehicle .components .components-list.condensed .component {
        width: 100%;
        padding: 5px 0;
    }
    .nlg-booking-details .nlg-booking-app {
        flex-direction: column;
    }
    .nlg-booking-details .nlg-booking-app .col-sm-8 {
        order: 1
    }
    .nlg-booking-details .nlg-booking-app .col-sm-4 {
        order: 2
    }
    .nlg-booking-details .nlg-booking-app .booking-chat .messages{
        height: auto;
        max-height: 600px;
        padding: 15px;
    }
    .nlg-booking-details .nlg-booking-app .booking-chat .messages .message {
        min-width: 1px;
        max-width: 100%;
    }
    .nlg-booking-details .nlg-booking-app .booking-chat .composer {
        border-bottom: 4px solid #EEE;
    }
}
@media all and (max-width:575px) {
    .nlg-vehicle .book-xs .tools {
        display: block;
    }
    .nlg-vehicle .book-xs .tools .btn + .btn {
        margin-left: 0px;
        margin-top: 5px;
    }
    .nlg-intro .nlg-intro-search .boxes .box .btn::before { 
        width: 32px;
        height: 32px;
    }
    .nlg-intro .nlg-intro-search .boxes .box .btn {
        font-size: 18px;
        line-height: 1.2;
        padding: 14px 14px 14px 49px;
    }

    .nlg-result-item .details .tags .ct {
        border-radius: 6px;
        padding: 2px 8px;
        font-size: 12px;
        line-height: 1.2;
    }
    .nlg-result-item .details .tags .subtags {
        margin-left: 10px;
    }
    .nlg-result-item .details .tags .pt img {
        height: 14px !important;
    }
    .nlg-result-item .details .tags .pt span {
        border-radius: 6px;
        padding: 2px 4px;
        font-size: 12px;
        line-height: 1.2;
        margin-left: 2px;
    }
    .nlg-result-item .details .tags .subtags div + div {
        margin-left: 14px;
        border: none;
        padding: 0;
    }
    .nlg-result-item .details .resume {
        margin-top: 10px;
        display: block;
    }
    .nlg-result-item .details .resume .btn {
        margin-top: 10px;
    }
    .nlg-result-item .details .resume .total span, .nlg-results-ct-dialog .resume .total span {
        font-size: 15px;
    }
    .nlg-result-item .details .resume .total, .nlg-results-ct-dialog .resume .total {
        font-size: 20px;
    }
    .nlg-result-item .details .resume .night, 
    .nlg-results-ct-dialog .resume .night,
    .nlg-result-item .details .resume .deposit, 
    .nlg-results-ct-dialog .resume .deposit{
        font-size: 12px;
        line-height: 1.4;
    }
    .nlg-vehicle .components .component {
        flex-wrap: wrap;
    }
    .nlg-vehicle .components .component .name {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
    .nlg-vehicle .components .component .price {
        flex: 1 1 auto;
    }
    .nlg-vehicle .components .component .configurator {
        text-align: right;
    }
    .nlg-vehicle .components .component .configurator .check {
        display: inline-block;
    }
    .nlg-vehicle-book-dialog form .resume .table td {
        display: block;
    }
    .nlg-vehicle-book-dialog form .book {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}
@media all and (min-width:768px) {
    .nlg-fm {
        display: none;
    }
}