/* 
Theme Name: Hello Elementor Child 
Theme URL: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child 
Theme Author: Elementor Team
Author URL: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0 
Text Domain: hello-elementor-Child 
*/

/******************************
    Global CSS
******************************/

.fenwood_qty_update {
    display: none;
}

tr.Subtotal: {
    display: none;
}

.woocommerce-invalid #checkout-checkbox {
    outline: 2px solid red;
    outline-offset: 2px;
}

/*.table-responsive {*/
/*   position: relative;*/
/*}*/
/*thead {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1000;*/
/*}*/
.session_head_option {
    display: none;
    background-color: #f5f5f5;
    padding: 20px;
    position: fixed;
    top: 105px;
    width: 69%;
    z-index: 100;
    justify-content: space-between;
    font-weight: 900;
}
.session_head_option.show {
    display: flex !important;
    z-index: 2;
    padding: 30px;
    color:red;
}
.right_section {
    display: none;
}
.left_section {
    padding: 9px;
    color: red;
}
#new_customer_checkout_checkbox_field .woocommerce-input-wrapper label {display: flex;align-items: center;flex-wrap: wrap;}
#new_customer_checkout_checkbox_field .woocommerce-input-wrapper label > span {display: inline-block;margin-left: 20px;}

/* Responsive styles for screens smaller than 768px */
@media only screen and (max-width: 768px) {
    .session_head_option {
        width: 100%;
        padding: 15px;
        top: 70px; /* Adjust the top position based on your design */
    }

    .session_head_option.show {
        padding: 20px;
        font-size: 11px;
        top: 8px;
        width: 92%;
        color:red;
    }
}

@media (max-width: 575.98px) {
	body .fen-category-wrapper .nav li a {
		font-size: 15px;
	}
	body .sesonal-nav-btn-wrap .fen-btn {
		font-size: 15px;
		line-height: 25px;
	}
}