/**
 * 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; }
.t1modal-header{
    background: #f18544;
    margin-top: -1px !important;
}
.t1modal-content {
    background: #eae7e0;
    border: none;
}
.t1panel-default{
    background-color: #eae7e0;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
#book-lane-reservation .t1modal-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;
}
.t1modal.custom-width{
    z-index: 99999;
}
.t1modal.custom-width h2.t1modal-title{
    margin: 0px !important;
    line-height: normal;
    padding: 0px;
    color: #FFFFFF;
}
.t1modal.custom-width .t1modal-header .t1btn-close {
    color: #ffffff;
}
.woocommerce-account .t1panel-body .t1tab-pane {
    position: relative;
}
.woocommerce-account .t1panel-heading-nav{
    padding: 15px;
    background: none;
    border: none
}
.woocommerce-account .t1panel-default{
    background-color: #eae7e0;
    padding: 15px;
}
.woocommerce-account .t1nav-tabs{
    border: none;
}
.woocommerce-account .t1nav-tabs>li{
    padding: 0px;
}
.woocommerce-account .t1nav-tabs>li>a{
    border: none;
    color: var(--theme-child-black-color);
    font-weight: 600;
    font-size: 16px;
}
.woocommerce-account .t1nav-tabs>li>a:hover{
    background: none;
}
.woocommerce-account .t1nav-tabs>li>a.t1active{
    color: var(--theme-child-orange-color);
    border-bottom: 3px solid!important;
    border: none;
    background: none;
}
.woocommerce-account .t1panel-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 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";
}
.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 .t1panel-default .t1nav-tabs .t1nav-item::marker{
    content: "";
}
.table .table{
    background-color: #fff;
}
#book-lane-reservation .custom-checkbox {
  display: none;
}
@media (min-width: 768px){
    .t1modal.custom-width .t1modal-dialog {
        max-width: 80%;
    }
}
.payment_method_wrap {
    margin-top: 10px;
}

/**
====================================================================
  Theme CSS Start - custom.css
====================================================================
*/


.eventlist-row h3.event-name{
    margin-bottom: 0px !important;
}
.eventlist-row .events_listing_book{
    margin-top: 10px;
    margin-bottom: 10px;
}
#embed-calendar{
    background: var(--theme-child-white-color);
    padding: 10px;
}
#embed-calendar .datepicker .next.disabled, #embed-calendar .datepicker .prev.disabled{
    visibility: visible;
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
#embed-calendar .datepicker-inline{
    width: 100%;
}
#embed-calendar .datepicker table tr td.day.focused, 
#embed-calendar .datepicker table tr td.day:hover{
    background: var(--theme-child-orange-2-color);
    color: var(--theme-child-white-color);
}
#embed-calendar .datepicker table tr td.active.active, 
#embed-calendar .datepicker table tr td.today{
    background-color: var(--theme-child-orange-2-color);
    background: var(--theme-child-orange-2-color);
    color: var(--theme-child-white-color);
}
#embed-calendar .datepicker .datepicker-switch:hover, .datepicker .next:hover, 
#embed-calendar .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: var(--theme-child-orange-2-color);
    color: var(--theme-child-white-color);
}
#embed-calendar .datepicker .datepicker-switch:hover, 
#embed-calendar .datepicker .next:hover,
#embed-calendar .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: var(--theme-child-orange-2-color);
}
.events_by_day_member_wrapper {
    padding: 30px;
}
.events_by_day_member_wrapper .event-date-wrap{
    border-bottom: 3px solid var(--theme-child-orange-2-color);
}
.events_by_day_member_wrapper .event-date-wrap h3{
    font-size: 30px;
}
.events_by_day_member_wrapper .event-list-day .event-item{
    border-bottom: 1px solid rgba(167,167,167,.45);
    padding: 10px;
}
.events_by_day_member_wrapper .event-list-day .event-item .event-name{
    margin-bottom: 0px !important;
}
.events_by_day_member_wrapper .event-list-day .event-item .events_listing_book{
    margin-top: 30px;
}
.events_listing_book a.t1btn {
    background: var(--theme-child-orange-2-color);
    color: var(--theme-child-white-color);
    padding: 6px 25px;
}
.events_listing_book a.t1btn:hover {
    color: var(--theme-child-hover-button-text-color);
}
#book-event .card_info select.t1form-control,
#book-machine-gun-rental .card_info select.t1form-control{
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.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;
}
.card_info .help_info p:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #3293af;
    right: 10px;
    top: -12px;
}
#book-event input[name="card_number"],
#book-machine-gun-rental input[name="card_number"]{
    margin-bottom: 10px;
}
#book-event .estimation_info .sidebar,
#book-machine-gun-rental .estimation_info .sidebar{
    width: 100%;
    /* padding: 10px; */
    margin-bottom: 10px;
}
#book-event .estimation_info .review_cart,
#book-machine-gun-rental .estimation_info .review_cart{
    background-color: var(--theme-child-black-color);
    text-transform: uppercase;
    padding: 16px;
}
#book-event .estimation_info .review_cart h4,
#book-machine-gun-rental .estimation_info .review_cart h4{
    margin-top: 16px;
    margin-bottom: 48px !important;
    font-size: 16px;
    color: var(--theme-child-white-color);
}
#book-event .estimation_info div.t1row,
#book-machine-gun-rental .estimation_info div.t1row{
    margin: 0px 0px 24px 0px;
    color: var(--theme-child-white-color);
}
#book-event .t1modal-header,
#view-lane .t1modal-header,
#book-machine-gun-rental .t1modal-header{
    background: var(--theme-child-orange-color);
    margin-top: -1px !important;
}
#book-event .t1modal-header .t1modal-title,
#view-lane .t1modal-header .t1modal-title,
#book-machine-gun-rental .t1modal-header .t1modal-title{
    padding-top: 0px;
    margin-bottom: 0px !important;
    color: var(--theme-child-white-color);
}
#book-event .t1modal-header .close,
#view-lane .t1modal-header .close,
#book-machine-gun-rental .t1modal-header .close{
    margin-top: -22px;
    opacity: 1;
    color: var(--theme-child-white-color);
}
#book-event .card_thumbs img.active,
#book-machine-gun-rental .card_thumbs img.active{
    border: 2px solid var(--theme-child-orange-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--theme-child-orange-color);
}
/***.woocommerce-account .t1panel-body .t1tab-pane {
    position: relative;
}
.woocommerce-account .t1panel-heading-nav{
    padding: 15px;
    background: none;
    padding: 0;
    border: none
}
.woocommerce-account .t1panel-default{
    background-color: #eae7e0;
    padding: 15px;
}
.woocommerce-account .t1nav-tabs{
    border: none;
}
.woocommerce-account .t1nav-tabs>li{
    padding: 0px;
}
.woocommerce-account .t1nav-tabs>li>a{
    border: none;
    color: var(--theme-child-black-color);
    font-weight: 600;
    font-size: 16px;
}
.woocommerce-account .t1nav-tabs>li>a:hover{
    background: none;
}
.woocommerce-account .t1nav-tabs>li>a.t1active{
    color: var(--theme-child-orange-color);
    border-bottom: 3px solid!important;
    border: none;
    background: none;
}
.woocommerce-account .t1panel-body{
    padding: 0px;
}*/
.woocommerce-account .t1tab-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 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;
    top: 50%;
    transform: translateY(-50%);
}
/***.woocommerce-account .table_action > a[aria-expanded=true]:after {
    content: "\f077";
}
.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;
}*/
#view-lane .t1modal-content{
    background: #eae7e0;
    border: none;
}
#view-lane .t1modal-body,
#view-lane .t1panel-default{
    padding-top: 0px;
    padding-bottom: 0px;
}
.woocommerce-account #view-lane .t1panel-default{
    border: none;
}
.woocommerce-account #view-lane .t1panel-default{
    margin-bottom: 0px;
}
#nav-viewreservation .t1row.t1form-group{
    margin-left: 0px;
    margin-right: 0px;

}
#nav-viewreservation .lane-details{
    margin-top: 20px;
}
#nav-lanedetails .t1row{
    margin-top: 20px;
}
#view-lane .t1nav-tabs li{
    width: 50%;
    text-align: center;
}
#view-lane .event-status{
    text-transform: uppercase;
}
#view-lane .event-status.missed{
    color: var(--theme-missed-reservation-color);
}
#view-lane .event-status.completed{
    color: var(--theme-completed-reservation-color);
}
#view-lane .event-status.checkedin{
    color: var(--theme-checkedin-reservation-color);
}
#view-lane .event-status.scheduled{
    color: var(--theme-scheduled-reservation-color);
}
.my-events-content{
    position: relative;
}
.my-events-content table{
    border: none;
}
.my-events-content table td{
    border-bottom: 1px solid rgba(167,167,167,.4);
}
.my-events-content table thead{
    background: #d5cfc2;
    color: var(--theme-child-black-color);
} 
.my-events-content{
    background-color: #eae7e0;
    padding: 15px;
}
.my-events-content .view-event-details{
    color: var(--theme-child-black-color);
}
#view-event .order-no-large h3{
    margin-bottom: 0px !important;
}
#view-event .order-no-large h3, 
#view-event .order-no-large h5{
    color: var(--theme-child-orange-color);
}
#view-event .t1modal-header{
    background: var(--theme-child-orange-color);
    margin-top: -1px !important;
}
#view-event .t1modal-header .t1modal-title{
    padding-top: 0px;
    margin-bottom: 0px !important;
    color: var(--theme-child-white-color);
}
#view-event .t1modal-header .close{
    margin-top: -22px;
    opacity: 1;
    color: var(--theme-child-white-color);
}
#view-event .order-no-large h3{
    margin-bottom: 0 !important;
}
#view-event .order-details .order-summary{
    background: var(--theme-child-black-color);
    padding: 15px;
}
#view-event .order-details .order-summary h4{
    color: var(--theme-child-white-color);
}
#view-event .order-details .order-summary .review_cart .t1row{
    margin: 0px 0px 10px 0px;
    color: var(--theme-child-white-color);
}
#view-event .order-details{
    margin-left: 0;
    margin-right: 0;
}
#view-event .t1modal-content{
    border: none;
}
.membership_package_wrapper{
    margin: 20px 0px;
}
.membership_package_wrapper .t1row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/***.membership_package_wrapper .card_wrapper {
    width: 100%;
}*/
.membership_package_wrapper .card_wrapper .card{
    background: #eae7e0;
    height: 100%;
}
.membership_package_wrapper .card_wrapper .card .card-body{
    padding: 15px;
}
.membership_package_wrapper .package_meta img {
    display: block;
    margin: 0 auto;
}
.membership_package_wrapper .package_meta h4{
    margin-bottom: 0px !important;
}
.membership_package_wrapper .buy_now_btn a.t1btn{
    background: var(--theme-child-orange-2-color);
    color: var(--theme-child-white-color);
    background-position: center right;
    padding: 6px 25px;
}

.membership_package_wrapper .buy_now_btn a.t1btn:hover{
    color: var(--theme-child-hover-button-text-color);
}
.membership_package_wrapper .card_wrapper{
    margin-bottom: 20px;
}
.membership_package_wrapper .buy_now_btn a.t1btn.loading{
    background: var(--theme-child-orange-color) url(./../images/loading.gif) 50% 50% no-repeat;
    background-size: 20px;
    min-width: 140px;
    background-position: center right;
}
#book-membership .t1modal-header{
    background: var(--theme-child-orange-color);
    margin-top: -1px !important;
}
#book-membership .t1modal-header .t1modal-title{
    padding-top: 0px;
    margin-bottom: 0px !important;
    color: var(--theme-child-white-color);
}
#book-membership .t1modal-header .close {
    margin-top: -22px;
    opacity: 1;
    color: var(--theme-child-white-color);
}
#book-membership .estimation_info .review_cart {
    background-color: var(--theme-child-black-color);
    text-transform: uppercase;
    padding: 16px;
}
#book-membership .estimation_info .review_cart h4{
    margin-top: 16px;
    margin-bottom: 48px !important;
    font-size: 16px;
    color: var(--theme-child-white-color);
}
#book-membership .estimation_info div.t1row {
    margin: 0px 0px 24px 0px;
    color: var(--theme-child-white-color);
}
#book-membership input[name="card_number"] {
    margin-bottom: 10px;
}
#book-membership .estimation_info .sidebar {
    width: 100%;
    /* padding: 10px; */
    margin-bottom: 10px;
}
#book-membership .card_thumbs img.active {
    border: 2px solid var(--theme-child-orange-color);
}
#book-membership .card_info select.t1form-control {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.loader-wrapper{
    z-index: 99999999999;
}

.my-events-content table.shop_table{
    border: none;
    padding: 0;
}
.my-events-content table.shop_table th{
    text-align: center;
    font-weight: bold;
}
.my-events-content table.shop_table td {
    border-bottom: 1px solid rgba(167,167,167,.4);
    text-align: center;
}
.dgwt-wcas-st{
    width: 80%;
}
.widget_product_categories ul.product-categories .current-cat{
    color: var(--theme-child-orange-2-color);
}
.widget_product_categories ul.product-categories .current-cat a{
    color: inherit;
}
.woocommerce-terms-and-conditions-checkbox-text a{
    color: var(--theme-child-orange-2-color);
}
h2.empty-events{
    color: var(--theme-child-orange-2-color);
}

.woocommerce input.button {
    background: #f18544;
    color: #ffffff;
    height: 50px;
    border-radius: unset;
}
.woocommerce input.button:hover {
    background: #d86b3c;
}
.woocommerce div.product form.cart .variations th.label{
    padding-left: 0px;
}
.woocommerce div.product form.cart .variations td{
    display: block;
    text-align: left;
}
.woocommerce div.product form.cart .variations select{
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.t1modal .billing-address input[name="billing_address_1"],
.t1modal .shipping_address_fields input[name="shipping_address_1"] {
    margin-bottom: 5px;
}
#ship-to-different-address-t1 > label {
    margin-top: 0px;
}
.t1modal.custom-width .shipping_address_fields{
    /* display: none; */
}
.t1modal.custom-width select.t1form-control {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
.woocommerce .col2-set#customer_login .col-1 {
    width: 38%;
}
.woocommerce .col2-set#customer_login .col-2 {
    width: 58%;
}
.wc-auth-login-popup,
.wc-auth-login-popup-membership {
    display: none;
}

/* Participante Box */
.participant-box .t1col-sm-6:nth-child(odd) {
    padding-right: 0;
}
.participant-box .t1col-sm-6:nth-child(even) {
    padding-left: 0;
}
span.icon-remove::before {
    content: "";
    background-image: url(../images/remove-icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: -3px;
}
.participant-action a{
    padding-right: 15px;
}
.icon-add::before {
    content: "";
    background-image: url(../images/plus-icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: -3px;
}
/* Participante Box */
#book-event .shipping-address .shipping_address_fields {
    display: none;
}
.t1-giftcard-wrap {
    display: flex;
}
.t1-giftcard-wrap input{
    border-radius: 4px 0 0 4px;
}
.event-apply-t1-gitcard,
.membership-apply-t1-gitcard {
    border-radius: 0px 4px 4px 0px;
}
#t1-giftcard-redeem-error {
    color: red;
}
.t1-giftcard-wrap button.processing {
    opacity: 0.5;
    pointer-events: none;
}
/* .event-giftcard-row small{
    font-size: 12px;
} */
.woocommerce ul.products li.product .button:hover,
.woocommerce-message a.button:hover {
    background: var(--theme-child-orange-color);
    color: var(--theme-child-white-color);
}
.button.checkout-verify-email{
    background-color: #f18544 !important;
    color: #fff !important;
    display: none;
}
.button.checkout-verify-email:hover{
    color: #333 !important;
}
.t1modal .checkout-verify-email{
    margin: 5px 0px;
}
.woocommerce ul.products li.product a img{
    height: 300px;
    object-fit: contain;
}
/*Update Alertify Notification */
.alertify-notifier .ajs-message{
    color: var(--theme-child-white-color);
    width: 500px !important;
    padding: 50px 20px !important;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
.alertify-notifier .ajs-message .ajs-close {
    width: 25px;
    height: 25px;
}
/**
====================================================================
  Responsive Devices
====================================================================
*/

@media (min-width: 992px){
    .membership_package_wrapper .t1col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .membership_package_wrapper .t1col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .t1modal.custom-width .t1modal-dialog {
        width: 80%;
    }
}
@media (min-width: 1200px){
    .membership_package_wrapper .t1col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1921px) {
   
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .t1modal .t1modal-lg{
        max-width: 80%;
    }
    .t1modal .estimation_info {
        padding-left: 0px;
    }
    .t1modal .card_info {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {

    /***.elementor-1502 .elementor-element.elementor-element-258a441 .elementor-column-gap-custom .elementor-column > .elementor-element-populated{
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .elementor-1444 .elementor-element.elementor-element-ceb5e8f > .elementor-element-populated{
        margin-bottom: 20px !important;
        margin-right: 0px !important;
    }
    .elementor-1444 .elementor-element.elementor-element-79faa63 > .elementor-element-populated{
        margin-bottom: 20px !important;
        margin-left: 0px !important;
    }*/
    .membership_package_wrapper .card_wrapper .package_meta{
        text-align: center;
    }
    .estimation_info .sidebar{
        padding: 0px !important;
    }
    .t1modal .card_info {
        margin-top: 10px;
        padding: 0;
    }
    .t1modal .card_info select[name="year"]{
        margin-top: 10px;
    }
    .t1modal .estimation_info {
        padding: 0;
    }
    .woocommerce .col2-set#customer_login .col-1 {
        width: 100%;
    }
    .woocommerce .col2-set#customer_login .col-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 320px) {

}

/**
====================================================================
  Theme CSS End - custom.css
====================================================================
*/