#main-menu {
    z-index: 2000;
}

#main-menu li.menu-auth {
    max-width: 136px;
}

.cart-badge {
    display: block;
    position: absolute;
    color: #89c01b;
    font-weight: 900;
    font-size: 10px;
    top: 3px;
    right: 5px;
    background-color: #fff;
    border: 2px solid #89c01b;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
}

table.has-selected-service tbody.accordion:not(.selected-service) {
    display: none;
}

.accomodation-total .is-final-step .btn-to-next-step {
    display: none;
}

.accomodation-total .is-final-step .btn-add-to-cart {
    display: unset;
}

.package-item:hover {
    cursor: pointer;
}

.accomodation-total .final-price {
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    font-weight: 800;
    color: #7BB900;
    text-transform: uppercase;
}

.accomodation-total .final-price .add-cart {
    margin-top: 10px;
    margin-bottom: 15px;
}

.accomodation-total .final-price .price {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    color: #2C2C2C;
}

.detail-row-title,
.detail-section-title {
    font-weight: 800;
    color: #7BB900;
}
@media(max-width: 767px) {
    .detail-row-title {
        margin-top: 12px;
    }
}
.detail-section-title {
    font-size: 19px;
}

.cart-recap {
    font-size: 10px;
    font-weight: 800;
    color: #7BB900;
    text-transform: uppercase;
}
.cart-recap .cart-price {
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
}

tr.result-choice td {
    cursor: pointer;
}

.btn-remove-from-cart {
    font-size: 14px;
}

.modal-package-other-dates h3 {
    color: #96C232;
    font-weight: 800;
    font-size: 19px;
}

.show-package-other-dates {
    color: #96C232;
    padding-right: 15px;
    font-weight: 800;
    font-size: 10px;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups {
	max-width: 800px;
	margin: auto;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method {
	padding: 40px;
	box-shadow: none;
	position: relative;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .separator {
    position: absolute;
    border-right: 1px solid #7b7b7b;
    height: 50%;
    top: 25%;
    left: 0;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method.active {
	outline: none !important;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method input {
    visibility: hidden;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method.active .method {
	border-color: #7bb900;
	outline: none !important;
	box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method {
	position: absolute;
	right: 5px;
	top: 15px;
	bottom: 15px;
	left: 5px;
	background-size: 65% 65%;
	background-position: center 5px;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method span {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method.car {
	background-image: url('../img/on-the-road-icons/car@2x.png');
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method.van {
	background-image: url('../img/on-the-road-icons/van@2x.png');
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method.motorbike {
	background-image: url('../img/on-the-road-icons/motorbike@2x.png');
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method.train {
	background-image: url('../img/on-the-road-icons/train@2x.png');
}

.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method .method:hover,
.on-the-road-methods-wrapper .on-the-road-methods-btn-groups .on-the-road-method.active .method {
	border-color: #7bb900 !important;
	outline: none !important;
    color: black !important;
}

.service-description-container {
    transition: max-height 1s;
    max-height: 96px;
    overflow: hidden;
}

.service-description-container.no-transition {
    transition: unset;
}

.partecipanti-rooms-container .fa-chevron-down {
    display: block;
    position: absolute;
    top: 40px;
    right: 10px;
}

.lang-dropdown .dropdown-toggle {
    background-color: unset !important;
    border: none!important;
}

.show-condizioni-assicurazione,
.force-brand-color {
    color: #7bb900 !important;
}

#quantita-ospiti:read-only {
    background-color: #fff;
}

div#divCamere {
    color: #1a1a1a;
    font-size: 13px;
    text-transform: unset;
    padding: 10px;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    top: unset;
    border-top: 0;
    width: 100%;
    left: 0px;
    -webkit-user-select: none;
    user-select: none;
}

div#divCamere .fa-minus,
div#divCamere .fa-plus {
    border: 1px solid #1a1a1a;
    border-radius: 11px;
    color: #1a1a1a;
    padding: 3px 4px;
    cursor: pointer;
}

div#divCamere .row-element-separator {
    margin-top: 10px;
}

div#divCamere .child-age-input {
    width: 40px;
    margin-left: 10px;
    text-align: center;
}

div#divCamere .rooms-header {
    font-weight: 600;
}

div#divCamere .header-camera {
    display: block;
    color: #1B4C83;
    font-weight: 900;
    margin-top: 20px;
}

div#divCamere .rooms-sub-header {
    font-weight: 500;
}

div#divCamere.only-pax .hide-on-only-pax {
    position: absolute;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .max-width-md-130-px {
        max-width: 130px !important;
    }
    .max-width-md-150-px {
        max-width: 150px !important;
    }
    .max-width-md-170-px {
        max-width: 170px !important;
    }
    .max-width-md-186-px {
        max-width: 186px !important;
    }
}
