.single-product .product_meta,
.single-product .related.products {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #484848;
}

.single-product .img-hack {
    height: 100% !important;
}
.single-product .properties__detail {
    padding-right: 0;
}
.single-product .properties-description {
    padding-top: 0;
}
.single-product .properties__detail__item--full > p:last-child {
    margin-bottom: 0;
}
.single-product .amenities {
    padding-top: 0;
}
.single-product .amenities__wrapper {
    padding: 0;
}

.yith_wcbk_booking_product_form_widget .product button.button.alt.yith-wcbk-add-to-cart-button {
    font-size: 0.9em !important;
    margin: 0 auto !important;
    float: unset;
}
.yith-wcbk-date-range-picker input.yith-wcbk-date-picker,
.yith-wcbk-booking-form .yith-wcbk-date-range-picker input.yith-wcbk-date-picker,
.yith-wcbk-date-range-picker input.yith-wcbk-date-picker--formatted,
.yith-wcbk-booking-form .yith-wcbk-date-range-picker input.yith-wcbk-date-picker--formatted {
    cursor: pointer;
}
.yith-wcbk-booking-form-block .product,
.yith-wcbk-bookable-product-form-block .product,
.yith_wcbk_booking_product_form_widget .product {
    margin: 0 auto;
}

/*
Single Product YITH Additional Services
*/
.yith-wcbk-form-section__content-additional {
    display: flex;
	flex-wrap: wrap;
}
.yith-wcbk-form-section__additional {
    position: relative;
	margin-bottom: 5px;
}
.yith-wcbk-form-section__content-parent {
    padding: 10px 20px;
    border: 1px solid var(--yith-wcbk-border-color);
    margin-right: 10px;
    cursor: pointer;
}
.yith-wcbk-form-section__content-parent span {
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
}
.yith-wcbk-form-section__content-children {
    position: absolute;
    left: 0;
    right: 0;
    width: 27.5625em;
    background: #fff;
    border-radius: 7px;
    padding: 1em 1em;
    border: 1px solid var(--yith-wcbk-border-color);
    z-index: 9999;
    top: 7em;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; /* For Safari and older versions of Chrome */
    -moz-transition: all .3s ease-in-out; /* For Firefox */
    -o-transition: all .3s ease-in-out; /* For Opera */
}
.yith-wcbk-form-section__content-children.active {
    top: calc(100% + 0.5em);
    opacity: 1;
    pointer-events: auto;
}

/*
Single Product YITH - Confirmation Request
*/
.yith-wcbk-bookable-product-form-block .product {
    margin: 0 auto;
}
.drp-product__confirmation-required .woocommerce-billing-fields {
    margin-bottom: 15px;
}
.drp-product__confirmation-required h4 {
    text-align: center;
}

.drp-product__confirmation-required .form-row input.input-text,
.drp-product__confirmation-required .form-row textarea,
.drp-product__confirmation-required .form-row select {
    padding: 12px 14px;
    min-height: 42px;
    color: #484848;
    font-size: var(--yith-wcbk-fields-font-size);
    border: 1px solid var(--yith-wcbk-border-color);
}
.drp-product__confirmation-required .form-row input.input-text.error,
.drp-product__confirmation-required .form-row textarea.error,
.drp-product__confirmation-required .form-row select.error {
    border-color: var(--yith-wcbk-error);
}
.drp-product__confirmation-required .form-row label {
    font-weight: 600;
    font-size: 0.8em;
}
.drp-product__confirmation-required label.has-label-error {
    color: var(--yith-wcbk-error);
    font-weight: 400;
    line-height: initial;
}
.drp-product__confirmation-required .yith_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}


