/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 03:45:58 */
/* ========================================
   WOOCOMMERCE TOUR BOOKING FORM
   ======================================== */


/* 50:50 layout */
.booking-box table.variations{
    width:100%;
    table-layout:fixed;
}

.booking-box table.variations th,
.booking-box table.variations td{
    width:50% !important;
    padding:12px 16px;
    vertical-align:middle;
}

.booking-box table.variations th{
    background:#f8f8f8;
}

.booking-box table.variations td.value{
    background:#fff;
}

.booking-box table.variations td.value select{
    width:100%;
}
/* ===== BOOKING FORM ===== */

.booking-box table.variations{
    margin-bottom:15px;
}

.booking-box table.variations th,
.booking-box table.variations td{
    padding:10px 14px !important;
    vertical-align:middle;
}

.booking-box table.variations th{
    width:42%;
    background:#f8f8f8;
}

.booking-box table.variations th.label label{
    font-size:15px !important;
    font-weight:600;
    line-height:1.2;
    margin:0;
}

.booking-box table.variations td.value{
    font-size:14px !important;
}

.booking-box table.variations select{
    height:42px !important;
    min-height:42px !important;
    font-size:14px !important;
    padding:0 12px !important;
}

.booking-box table.variations .reset_variations{
    font-size:13px !important;
    margin-top:6px;
}
/*======================================== */
/* Booking Box */
.booking-box{
    margin:30px 0;
    border:1px solid #e5e5e5;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
}

.booking-box-header{
    background:#E4911B;
    color:#fff;
    font-size:24px;
    font-weight:700;
    text-align:center;
    padding:18px 20px;
    letter-spacing:.3px;
}

.booking-box-content{
    padding:25px;
}


.booking-box table.variations td.value{
    font-size:15px;
}

.booking-box table.variations select{
    font-size:15px;
    height:46px;
    padding:0 14px;
}

/* Optional: make the whole table more compact */
.booking-box table.variations th,
.booking-box table.variations td{
    padding:14px 16px;
}

.woocommerce .variations_form {
    margin-top: 20px;
}

/* Variations Table */
.woocommerce table.variations{
    width:100%;
    border-collapse:collapse;
    margin-bottom:15px;
}

.woocommerce table.variations th,
.woocommerce table.variations td{
    padding:12px 15px;
    vertical-align:middle;
}

.woocommerce table.variations th{
    width:220px;
    background:#f7f7f7;
    font-size:18px;
    font-weight:600;
}

.woocommerce table.variations td{
    background:#fff;
}

/* Select */
.woocommerce table.variations select,
.woocommerce .wapf-input{
    width:100%;
    height:44px;
    padding:0 14px;
    font-size:15px;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
}

/* WAPF */
.wapf-field-label{
    margin-bottom:6px;
    font-weight:600;
    font-size:15px;
}

.wapf-field-container{
    margin-bottom:15px;
}

/* Hide Product Totals */
.wapf-product-totals{
    display:none !important;
}

/* Quantity */
.woocommerce div.quantity input.qty{
    width:70px;
    height:42px;
    font-size:15px;
    text-align:center;
    border:1px solid #ddd;
}

/* Layout quantity + button */
.woocommerce .variations_button{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

/* Button */
.woocommerce button.single_add_to_cart_button,
.woocommerce button.alt,
.woocommerce .button.alt{
    background:#d89b1d !important;
    border:1px solid #d89b1d !important;
    color:#fff !important;
    border-radius:4px;
    padding:11px 28px;
    font-size:15px;
    font-weight:600;
    line-height:1;
    transition:.25s;
}

.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.alt:hover,
.woocommerce .button.alt:hover{
    background:#bf8510 !important;
    border-color:#bf8510 !important;
}

.woocommerce button.single_add_to_cart_button:disabled{
    opacity:.7;
}

/* Mobile */
@media(max-width:768px){

    .woocommerce table.variations,
    .woocommerce table.variations tbody,
    .woocommerce table.variations tr,
    .woocommerce table.variations th,
    .woocommerce table.variations td{
        display:block;
        width:100%;
    }


	
	.woocommerce table.variations th{
        margin-bottom:8px;
        padding:10px 12px;
    }

    .woocommerce table.variations td{
        padding:0;
    }

    .woocommerce .variations_button{
        flex-direction:column;
        align-items:stretch;
    }

    .woocommerce div.quantity{
        width:100%;
    }

    .woocommerce div.quantity input.qty{
        width:100%;
    }

    .woocommerce button.single_add_to_cart_button{
        width:100%;
    }

}

.woocommerce-cart td.product-thumbnail,
.woocommerce-cart th.product-thumbnail{
    display:none;
}