/* This CSS file will be loaded at last. Any CSS customization should be placed here */
/* Hide Fotorama image gallery on VikRentCar car pages */
.fotorama,
.fotorama__wrap,
.fotorama__stage,
.fotorama__img {
    display: none !important;
}

/* Remove empty space where the gallery was */
.vikrentcar-car-container,
.vikrentcar-details,
.vikrentcar-car-info {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Hide the VikRentCar availability calendar */
.vrc-carcalendar,
.vikrentcar-car-calendars,
.vrc-carcal-box,
.vrc-car-cal-wrapper,
.vrc-car-calendar,
.vrcmodcaldiv {
    display: none !important;
}

/* Remove any remaining top spacing */
.vikrentcar-car-info,
.vikrentcar-details,
.vikrentcar-car-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Remove the entire availability calendar */
.vrc-avcals-container {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide the legend + month selector area */
.vrc-cardetails-legend {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Hide the car features / tour features section */
.st-tour-feature {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide the owner contact / send email form */
.owner-info.st-sent-mail-customer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide the "Inquiry" heading above the contact form */
.title-enquiry-form {
    display: none !important;
}
/* Hide the hidden activity booking form */
#form-booking-inpage.activity-booking-form {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide the right-hand booking widget / inquiry sidebar */
.col-xs-12.col-sm-4.col-md-3 > .widgets {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
/* Hide social share buttons and wishlist on car page */
.shares.dropdown {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

