/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.itz-camp-archive-single{
    position: relative;
}
.itz_camp_stock, .itz_camp_price{
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    line-height: 1;
}
#itz_camp_added_cart_message:not(.show){
    display: none;
}
.itz_camp_price{
    left: auto;
    right: 1rem;
}
.itz-camp-archive-single a{
    text-decoration: none;
}
.itz-camp-archive-single .itz_camp_title{
    text-align: center;
    font-size: 1rem;
}
.itz_camp_product_title{
    font-weight: 700;
    font-size: 1.5rem;
}
.itz_camp_single_stock.instock{
    color: green;
}
.itz_camp_single_stock.outofstock{
    color: red;
}
#itz_camp_cart_table .product-thumbnail{
    width: 100px;
}
#itz_camp_cart_table .itz_cart_remove{
    text-decoration: none;
}
#itz_camp_cart_container{
    position: relative;
}
#itz_camp_cart_loading,
#itz_location_search_loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding-top: 70px;
    z-index: 99;
}
.swal2-container{
    z-index: 9999999;
}
#itz_camp_checkout_form input,
#itz_camp_checkout_form select,
#itz_camp_product_quantity{
    padding: 0.5rem;
}
.itz_camp_breadcrumb ol,
.itz_camp_breadcrumb ol li{
    list-style-type: none!important;
    padding-bottom: 0!important;
}
.itz_camp_breadcrumb ol li{
    display: inline-block;
}
#itz_camp_cart_table tr td {
    padding: 12px;
}
#itz_camp_single_price{
    font-weight: 700;
    color: #ef4444;
    font-size: 2rem;
}

#itz_camp_cart_coupon{
    padding: 0.5rem;
    margin-right: 0.5rem;
}
.cd-cart::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cd-cart--open::before {
    opacity: 1;
    visibility: visible
}

.cd-cart__trigger {
    position: fixed;
    bottom: 40px;
    right: 5%;
    z-index: 3;
    height: 72px;
    width: 72px;
    overflow: visible;
    border-radius: 0.25em;
    transition: height .4s .1s,width .4s .1s,box-shadow .3s;
    transition-timing-function: cubic-bezier(.67,.17,.32,.95);
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
    pointer-events: auto;
    transition: transform .2s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart--empty .cd-cart__trigger{
    transform: translateY(150px)
}

.cd-cart__trigger::after, .cd-cart__trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
    transition: opacity .2s, transform .2s
}

.cd-cart__trigger::after {
    background-position: -72px 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.cd-cart--open .cd-cart__trigger::before {
    opacity: 0
}

.cd-cart--open .cd-cart__trigger::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3)
}

.cd-cart--open .cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17)
}

.cd-cart__count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: hsl(7, 80%, 56%);
    /*background: var(--cd-color-5);*/
    color: hsl(0, 0%, 100%);
    /*color: var(--cd-color-3);*/
    font-size: 0.83333em;
    /*font-size: var(--text-sm);*/
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-cart__count li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.cd-cart__count li:last-of-type {
    visibility: hidden
}

.cd-cart__count--update li:last-of-type {
    -webkit-animation-name: cd-qty-enter;
    animation-name: cd-qty-enter
}

.cd-cart__count--update li:first-of-type {
    -webkit-animation-name: cd-qty-leave;
    animation-name: cd-qty-leave
}

.cd-cart--open .cd-cart__count {
    transition: transform .2s 0s;
    transform: scale(0)
}

.cd-cart--empty .cd-cart__count {
    transform: scale(1)
}
form#itz_location_search_form input, form#itz_location_search_form select,
form#itz_lesson_search_form input, form#itz_lesson_search_form select {
    padding: 8px;
}
.itz_location_lane_booking_item, .itz_lesson_booking_item{
    background-color: #e10726;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.itz_location_lane_booking_item span, .itz_lesson_booking_item span{
    width: 100%;
}
.swal2-container, .ui-timepicker-standard{
    z-index: 99999999!important;
}
.book_new_lesson_btn {
    color: #fff!important;
    border: 1px solid #e20726!important;
}
.book_new_lesson_btn:hover {
    border: 1px solid #e20726!important;
}
#loading-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .8);
}
#loading-overlay img{
    position: fixed;
    display: block;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.parent_waiver_form {
    text-align: left;
    font-size: 13px;
}
.parent_waiver_form ol {
    list-style-type: decimal;
    line-height: 20px;
    padding-bottom: 1em;
    list-style-position: inside;
}
.parent_waiver_form ol li {
    margin-bottom: 6px;
}
.parent_waiver_form table {
    margin-bottom: 1em;
}
.parent_waiver_form .et_pb_contact_submit {
    color: initial;
    cursor: pointer;
}

form#waf_itz_baseball_lesson_search_form input, 
form#waf_itz_baseball_lesson_search_form select,
form#waf_itz_softball_lesson_search_form input, 
form#waf_itz_softball_lesson_search_form select,
#itz_lesson_result_wrapper select {
    padding: 8px;
    border-width: 1px;
}

#itz_lesson_search_address_input_wrapper {
    position: relative;
}

#itz_lesson_search_address_close_btn {
    color: #e20726;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#waf_itz_baseball_lesson_search_form_wrapper #itz_location_search_loading > .itz-flex,
#waf_itz_softball_lesson_search_form_wrapper #itz_location_search_loading > .itz-flex,
#itz_lesson_result_wrapper #itz_search_result_loading > .itz-flex {
    height: 100%;
}

#itz_baseball_lesson_search_result_filter_wrapper,
#itz_softball_lesson_search_result_filter_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.itz-baseball-lesson-search-filter-item,
.itz-softball-lesson-search-filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.itz-baseball-lesson-search-filter-item-label,
.itz-softball-lesson-search-filter-item-label {
    display: ruby;
    flex: none;
}

/*  */
.itz-form-field-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.itz-form-label {
    font-weight: 700;
}

.itz-form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
    border: 1px solid #000000;
}

.itz-form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.itz-form-field > label {
    font-size: 15px;
    font-weight: 700;
}

.itz-form-field.itz-form-field-half {
    flex: 1 1 calc(50% - 10px);
}
/*  */

#itz_lesson_result_contact_button {
    color: #fff;
    margin: 0;
    line-height: 1.5!important;
}

#itz_camp_cart_lesson_want_to_contact_text #itz_lesson_result_contact_button {
    color: #2ea3f2;
}

#itz_lesson_result_contact_button:after {
    font-size: 24px;
}

.itz-flex-wrap {
    flex-wrap: wrap;
}

.itz-gap-20 {
    gap: 20px;
}

.itz_lesson_booking_item {
    background: transparent;
    color: #e20726;
    font-size: 14px;
}

#itz_lesson_result_container {
    max-width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
}

#itz_lesson_result_container li {
    margin-bottom: 8px;
}

.itz-field-instruction {
    font-size: 14px;
    line-height: normal;
    margin: -5px 0 8px 0;
}

.itz-form-label > span {
    font-size: 90%;
    font-weight: 400;
    font-style: italic;
}

#itz_lesson_new_child_fields {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    #itz_baseball_lesson_search_result_filter_wrapper,
    #itz_softball_lesson_search_result_filter_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .itz-form-field.itz-form-field-half {
        flex: 1 1 100%;
    }
}