/*
Theme Name: Tubix Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: tubix
Text Domain: tubix-child
*/

.woocommerce div.product form.cart {
	flex-direction: column !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 1px;
    border-top: 0;
    padding-top: 0;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
	background: #cde221 !important;
}

wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background: #000 !important;
    color: #fff;
}

.wc-bookings-booking-form .block-picker li a.selected {
    background: #cde221 !important;
    color: #fff !important;
}

.wc-bookings-booking-form {
	width: 100%;
}

.woocommerce-form-coupon-toggle.wgl-form-coupon-toggle.closable {
    display: none;
}

.wpforms-container.inline-fields .wpforms-field-container .wpforms-field:last-of-type {
    padding-right: 0;
    width: 100% !important;
}

.wgl_notices_wrapper.stick_top {
    display: none;
}


@media (max-width: 767px){ .summary.entry-summary {
    margin-top: 180px;
}
}

.afgc-main-form-preview-container {
	bottom: auto !important;
}

.afgc-gift-card-amount-box button {
	display: none !important;
}

.wc-block-checkout__additional-fields__field .wc-block-components-cfe-radio-control__heading {
    display: none !important;
}


.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	margin: 0px 0px 40px 10px !important;
}

.wgl-menu_outer .mobile-hamburger-close {
	margin-top: 30px;
}

/* Confirm Email input — error state */
input#section_one-confirm_email.confirm-email-error {
    border-color: #cc1818;
    color: #cc1818;
}

/* Optional placeholder */
input#section_one-confirm_email.confirm-email-error::placeholder {
    color: #cc1818;
    opacity: 0.7;
}