/*

 Theme Name:   Petty Child

 Theme URI:    https://pettie.wpengine.com/

 Description:  Petty Child Theme

 Author:       the WeDesignTech team

 Author URI:   https://wedesignthemes.com/

 Template:     petty

 Version:      1.0.0

 Text Domain:  petty-child

*/

.elementor-element-5e87cf1 {
    display: none !important;
}

.woocommerce form .form-row .input-checkbox {
    opacity: 1 !important;
    top: 60% !important;
    left: -20px !important;
}

#order_review .order_item .product-name {
    width: 70% !important;
}

#order_review .order_item .product-quantity {
    width: 15% !important;
}

.woocommerce ul.products li.product .product-details .price {
    flex-direction: row !important;
}

@media screen and (max-width:768px) {
    .single-product .woocommerce-product-gallery,
    .single-product .summary.entry-summary {
        width: 100% !important
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: 90%;
    }
    .wc-bookings-date-picker-date-fields label input {
        padding: 11px 18px !important;
        padding-right: 0 !important;
    }
    .wc-bookings-date-picker {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .wc-bookings-booking-form fieldset label {
        width: 27%;
    }
    .wc-bookings-date-picker-date-fields,
    .wc-bookings-date-picker {
        text-align: center !important;
    }
    /* .wc-bookings-date-picker-date-fields span:first-child {
        display: none;
    } */
}

.fully_booked {
    background-color: red !important;
    pointer-events: none;
}

.accommodation_booking_time_tab {
    display: none !important
}