/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 :root {
    --theme-child-orange-color: #f18544;
    --theme-child-orange-2-color: #d86b3c;
    --theme-child-hover-button-text-color: #333;
    --theme-child-white-color: #fff;
    --theme-child-black-color: #000;
    --theme-missed-reservation-color : #e73232;
    --theme-completed-reservation-color : #0dbd0d;
    --theme-checkedin-reservation-color : #871c1c;
    --theme-scheduled-reservation-color : #148fd6;
}
div.wpfc-loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(../images/loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80); z-index:9999; }
.modal-header{
    background: #f18544;
    margin-top: -1px !important;
}
.modal-content {
    background: #eae7e0;
    border: none;
}
.panel-default{
    background-color: #eae7e0;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
#book-lane-reservation .modal-body {
    padding: 0px;
}
button[type="submit"].loading{
	background: #f18544 url(../images/loading.gif) 50% 50% no-repeat;
	background-size: 20px;
    background-position: center right;
    min-width: 140px;
}
.modal.custom-width{
    z-index: 99999;
}
.modal.custom-width h2.modal-title{
    margin: 0px !important;
    line-height: normal;
    padding: 0px;
    color: #FFFFFF;
}
.modal.custom-width .modal-header .btn-close {
    color: #ffffff;
}
.woocommerce-account .panel-body .tab-pane {
    position: relative;
}
.woocommerce-account .panel-heading-nav{
    padding: 15px;
    background: none;
    padding: 0;
    border: none
}
.woocommerce-account .panel-default{
    background-color: #eae7e0;
    padding: 15px;
}
.woocommerce-account .nav-tabs{
    border: none;
}
.woocommerce-account .nav-tabs>li{
    padding: 0px;
}
.woocommerce-account .nav-tabs>li>a{
    border: none;
    color: var(--theme-child-black-color);
    font-weight: 600;
    font-size: 16px;
}
.woocommerce-account .nav-tabs>li>a:hover{
    background: none;
}
.woocommerce-account .nav-tabs>li>a.active{
    color: var(--theme-child-orange-color);
    border-bottom: 3px solid!important;
    border: none;
    background: none;
}
.woocommerce-account .panel-body{
    padding: 0px;
}
.woocommerce-account .tab-content table th{
    border-bottom: 1px solid rgba(167,167,167,.4)!important;
    background-color: #d5cfc2 !important;
    text-transform: uppercase;
    color: var(--theme-child-black-color);
}
.woocommerce-account .collapse:not(.show){
    display: none;
}
.woocommerce-account .collapse.in{
    display: block;
}
.woocommerce-account .collapse.show{
    display: block !important;
}
.woocommerce-account td.hiddenRow{
    padding: 0px;
}
.woocommerce-account #reservations-total-table td, .woocommerce-account #reservations-total-table th{
    text-align: center;
    color: var(--theme-child-black-color);
    font-weight: 600;
}
.woocommerce-account .table-hover>tbody>tr:hover{
    background-color: #d5cfc2;
}
.woocommerce-account #reservations-total-table tbody tr[aria-expanded=true] td, #reservations-total-table tbody tr[aria-expanded=true] td a{
    background-color: var(--theme-child-black-color);
    color: var(--theme-child-white-color);
}
.woocommerce-account .no-no-more-table{
    padding: 15px;
    background-color: var(--theme-child-black-color);
}
.woocommerce-account .table_action > a{
    display: block;
    position: relative;
}
.woocommerce-account .table_action > a:after{
    content: "\f078";
    font-family: 'Line Awesome Free';
    /* position: absolute; */
    /* right: 0;
    left: 0; */
}
.woocommerce-account .table_action > a[aria-expanded=true]:after {
    content: "\f077";
    color: white;
}
.woocommerce-account #reservations-total-table td.table_action > a{
    color: inherit;
}
.woocommerce-account .no-no-more-table .table {
    margin-bottom: 0px;
}
.woocommerce-account .table-nested tbody td{
    font-weight: normal !important;
}
.woocommerce-account .table-nested tbody td[data-title=Status] span.scheduled{
    display: block;
    background: var(--theme-scheduled-reservation-color);
    color: var(--theme-child-white-color);
    padding: 5px;
}
.woocommerce-account .table-nested tbody td[data-title=Status] span.checkedin{
    display: block;
    background: var(--theme-checkedin-reservation-color);
    color: var(--theme-child-white-color);
    padding: 5px;
}
.woocommerce-account .table-nested tbody td[data-title=Status] span.completed{
    display: block;
    background: var(--theme-completed-reservation-color);
    color: var(--theme-child-white-color);
    padding: 5px;
}
.woocommerce-account .table-nested tbody td[data-title=Status] span.missed{
    display: block;
    background: var(--theme-missed-reservation-color);
    color: var(--theme-child-white-color);
    padding: 5px;
}
.woocommerce-account .panel-default .nav-tabs .nav-item::marker{
    content: "";
}
.table .table{
    background-color: #fff;
}

/*
    Add CSS for model " What is this? " text design
*/
.card_info .help_info {
    font-size: 12px;
    text-decoration: underline;
    text-align: right;
    cursor: default;
}

.card_info .help_info p {
    display: none;
    text-align: left;
    background-color: #3293af;
    padding: 20px;
    width: 250px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    right: 10px;
    color: var(--theme-child-white-color);
    font-size: 13px;
    line-height: 1.4;
    z-index: 1;
    cursor: text;
}

/*-----------------------------------------------------------------------------------*/
/* Additional Style For this site only 
/*-----------------------------------------------------------------------------------*/
#book-lane-reservation .custom-checkbox {
  display: none;
}

#book-lane-reservation h3, #book-lane-reservation h2 {
    font-size: 20px;
}
#book-lane-reservation .modal-header h4 {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 0;
}

#book-lane-reservation .range-apply-t1-gitcard {
    background: #6d712e;
    padding: 10px 20px !important;
    color: #fff;
    margin-top: 0;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
}

#book-lane-reservation .range-apply-t1-gitcard:active, #book-lane-reservation .range-apply-t1-gitcard:hover {  
    color: #212529;
    background-color: #2b7bb9;
    border: 1px solid #1f5a87;
    outline: none;
}

#book-membership .estimation_info .review_cart {
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
}

#book-membership .estimation_info .review_cart h4 {
  color: #fff;
}


#book-event .estimation_info .review_cart {
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
}

#book-event .estimation_info .review_cart h4 {
  color: #fff;
}

#book-event .shipping-address .shipping_address_fields {
    display: none;
}
#book-event .modal-header h4 {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 0;
}


#book-event .wc-auth-login-popup, #book-membership .wc-auth-login-popup, #book-lane-reservation .wc-auth-login-popup {
    display: none;
}
#book-membership .wc-auth-login-popup-membership {
    display: none;
}
.membership_package_wrapper .card_wrapper {
  margin-bottom: 30px;
}
#book-membership .modal-header h4 {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 0;
}

.woocommerce-product-details__short-description p {
    display: none;
}

#book-event .select-arrow {
    height: 48.4px !important;
    width: 75.4px;
    line-height: 48.4px !important;
    border: 0;
    font-size: 18px;
    color: black;
}


#book-lane-reservation.modal.fade,
#book-event.modal.fade,
#book-membership.modal.fade,
#view-lane.modal.fade,
#view-event.modal.fade
{
    opacity: 1 !important;
}
#book-lane-reservation .tab-pane.fade,
#book-event .tab-pane.fade,
#book-membership .tab-pane.fade,
#view-lane .tab-pane.fade,
#view-event .tab-pane.fade
{
	opacity: 1 !important;
}
#book-lane-reservation.show .modal-dialog, 
#book-event.show .modal-dialog,
#book-membership.show .modal-dialog,
#view-lane.show .modal-dialog,
#view-event.show .modal-dialog
{
  transform: none !important;
}

.modal-backdrop.fade {
    opacity: 0.5;
}
.modal.custom-width .modal-dialog {
	width: auto;
}
#view-lane .modal-dialog,
#view-event .modal-dialog {
    width: auto !important;
}
.tab-content .tab-pane.fade {
    opacity: 1 !important;
}

/* .woocommerce-cart #pwgc-redeem-gift-card-number {
    margin-top: 40px;
} */
#pwgc-redeem-button{
    background: #6d712e;
    padding: 10px 20px !important;
    color: #fff;
    margin-top: 0px;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
}

#pwgc-apply-gift-card-checkout{
    background: #6d712e;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

div#pwgc-redeem-gift-card-form {
    display: inline-block;
    margin-top: 26px;
}
a.select-ffl-val.choosen_ffl_store {
    background: #575e10 !important;
    color: #fff !important;
}
.ffl-search-form-container #ffl-search {
    background: #575e10;
    color: #fff;
    padding: 10px;
}

.checkout .shop_table tfoot th {
    width: 60% !important;
}
/*-----------------------------------------------------------------------------------*/
/* Additional Style For this site only 
/*-----------------------------------------------------------------------------------*/

@media (min-width: 768px){
    .modal.custom-width .modal-dialog {
        max-width: 80%;
    }
}
.payment_method_wrap {
    margin-top: 10px;
}