/*
Theme Name: Evil Genius Games
Theme URI: https://evilgeniusgaming.com/
Author: Softexus Technologies
Author URI: https://www.softexus.com/
Description: Evil Genius Games is a game based company
Requires at least: 6.0
Requires PHP: 7.4
Version: 1.0.0
Text Domain: evil-genius-games
Tags: Evil Genius Games, Games, Custom WP theme
*/

/* updated newsletter*/
div#noptin-form-1__submit--wrapper {
    position: absolute;
    top: 3px;
    right: 2px !important;
}

div#noptin-form-1__submit--wrapper button#noptin-form-1__submit {
    background-color: #060313;
    border: 1px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 22px;
    padding: 7px 20px;
    letter-spacing: 1.8px;
    font-weight: 300;
}

input#noptin-form-1__field-email {
    line-height: 48px !important;
    padding: 0 15px;
}

form#noptin-form-1 {
    margin-left: 0;
    margin-top: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

p.um-notice.err {
    display: none;
}

span.prod-name-med {
    padding-left: 10px;
}

.pd-b-8 {
    padding-bottom: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

.wd-10 {
    width: 10px;
}

.woocommerce-ordering option {
    background-color: #e2e2e2;
    color: #000;
    text-transform: capitalize;
}

li.filter-item.checkbox.has-children::before {
    content: "+";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    position: absolute;
    right: 0;
    z-index: 2;
    color: #fff;
    top: 8px;
    font-size: 16px;
    cursor: pointer;
}

li.filter-item.checkbox.has-children {
    position: relative;
}

li.filter-item.checkbox.has-children.open::before {
    content: "_";
    top: 0;
}

.mob-filter.d-block.d-md-none {
    margin-bottom: 10px;
}

button.mob-filter {
    padding: 0px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

p.cart-empty.woocommerce-info {
    display: none;
}

.woof_redraw_zone .woof_container_inner h4 {
    border-bottom: 1px solid #555555;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.yith-wcan-filters .yith-wcan-filter h4.filter-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: calc(1.275rem + 0.3vw);
    font-family: "TheSludAndLionMedium";
}

.woocommerce textarea#cstm_review_text {
    box-sizing: border-box;
    width: 100%;
}

.woocommerce div#cstm-review-form {
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 2px solid #2c2c2c;
}

.woocommerce #review_form #respond .form-submit #cstm-review-form input#cstm_review_submit {
    padding: 5px 100px;
    border: 0;
}

/* product page gallery arrows*/
ul.flex-direction-nav {
    position: absolute;
    top: 18%;
    z-index: 2;
    width: 100%;
    left: 5%;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {
    float: left;
}

li.flex-nav-next {
    float: right;
}

a.flex-next {
    visibility: hidden;
}

a.flex-prev {
    visibility: hidden;
}

a.flex-next::after {
    visibility: visible;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

a.flex-prev::before {
    visibility: visible;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

/* woo gallery fixed height*/
.single.single-product .woocommerce-product-gallery__image {
    min-height: 550px;
}

.single.single-product .woocommerce-product-gallery__image a img {
    max-height: 550px;
    object-fit: contain;
}

/* contact-us page*/
.contact-form-select option {
    background: #000;
    color: #fff;
}

.contact-form-select option:hover {
    background: #fff;
    color: #000;
}

.info-page .contact-discord p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.contact-discord a {
    color: #ee1c24;
}

.social-icons.community-socials {
    justify-content: center;
    gap: 30px;
}

.mobile-title {
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    font-family: "PoppinsMedium";
    letter-spacing: 0;
}

.join-convo-sub {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 27px;
    margin-top: 15px;
}

/* video-listing page */
.video-card .card-subtitle {
    display: flex;
    justify-content: center;
    gap: 15%;
}

.video-card .card {
    background-color: #150c3f;
    padding: 0 12px;
}

.video-card .card-subtitle .text-muted {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

.video-card .card-title {
    text-align: center;
}

.video-card .card-footer .danger-button {
    padding: 5px 50px;
}

.video-card .card-footer {
    text-align: center;
    padding: 15px 0;
}

.video-card {
    margin-bottom: 25px;
}

.video-list-page .videos-wrapper {
    padding: 10px 0;
}

.video-list-page .video-subtitle-section {
    margin: 20px 0;
}

.video-list-page .custom-pagination {
    padding: 30px 0;
}

.wpcf7-list-item input[type="radio"] {
    margin-right: 15px;
}

.join-team-btn span.wpcf7-list-item-label {
    font-family: "PoppinsLight";
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

.join-our-tem span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #ee1c24;
    font-family: "PoppinsLight";
}

.row.align-center {
    align-items: center;
}

p.woocommerce-noreviews {
    display: none;
}

/* Comment login popup*/
.login-to-comment.form-submit {
    position: relative;
}

.cmnt-login-popup {
    border: 1px solid #2c2c2c;
    background-color: #150c3f;
    border-radius: 10px;
    text-align: left;
    width: 62%;
    margin: auto;
    padding: 18px 20px 0 20px;
    margin-bottom: 15px;
    position: absolute;
    top: 31px;
    right: 18%;
    z-index: 10;
}

button.cmnt-login-close {
    background: transparent;
    color: #fff;
    border: none;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 17px;
}

.cmnt-login-popup span.comment-signin {
    color: #ee1c24;
    text-decoration: underline;
    cursor: pointer;
}

.cmnt-login-popup p {
    font-size: 14px;
}

.cmnt-login-popup.single-prod {
    width: 40%;
    padding: 20px 20px 5px 20px;
    right: 30%;
    top: 22px;
}

.cmnt-login-popup.single-prod p {
    font-size: 16px;
}

.single-prod button.cmnt-login-close {
    font-size: 19px;
}

.store-breadcrumb {
    padding: 0 5%;
}

.info-page .contact-us-form-wrapper input[type=submit] {
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .acfw-accordion.acfw-store-credits-checkout-ui.show div.acfw-accordion-inner {
        max-height: none !important;
        background-color: #252525;
        margin-top: 15px;
    }

    #acfw_redeem_store_credit {
        flex-wrap: wrap;
    }

    .acfw-accordion-content .form-row input.input-text {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .store-blog-section .journalblog-blog-mob .row.jbm-flex {
        gap: 1.5rem !important;
    }

    .store-blog-section .journalblog-blog-mob .jbm-flex {
        width: auto !important;
    }

    .woof_container_inner>h4 {
        display: none;
    }

    .woof_redraw_zone {
        margin-top: 15px;
        display: none;
    }

    .yith-wcan-filter h4.filter-title {
        display: none;
    }

    .yith-wcan-filter .filter-content {
        margin-top: 15px;
        display: none;
    }

    .blog-list-page,
    .single-article {
        padding-bottom: 10px !important;
    }

    /* blog-list page */

    /* contact-us page*/
    .info-page .contact-discord p {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .btn-w-100 a {
        width: 100% !important;
    }

    .info-page h4.mobile-fit {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

    .mobile-title {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
    }

    .join-convo-sub {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .video-card .card-footer .danger-button {
        width: 95%;
    }

    .video-card .card-subtitle .text-muted {
        font-size: 15px;
    }

    .our-team .store-cm-grid {
        grid-template-columns: repeat(1, auto);
        grid-gap: 2rem;
        overflow: hidden;
        top: 0;
    }

    /* .our-team .store-cm-buttons {
        width: 100%;
        height: 150.3px;
        overflow-y: scroll;
        position: relative;
        align-items: end;
        padding-bottom: 0px;
    }
    .our-team .store-cm-buttons::-webkit-scrollbar {
        width: 0px;
        display: none;
    }
    .our-team .store-cm-buttons::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px transparent;
    }
    .our-team .store-cm-buttons::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 1px solid transparent;
    } */
    .our-team .scm-flex {
        flex: 0 0 80px;
        padding-right: 0px;
    }

    .img-card-mob {
        margin: 0 20px 0 0;
    }

    .team-slider-mobile {
        display: flex;
        overflow-y: scroll;
        width: 100vw;
    }

    .team-slider-mobile::-webkit-scrollbar {
        width: 1px;
        height: 4px;
        border-radius: 6px;
    }

    .team-slider-mobile::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px transparent;
        padding: 4px 0;
    }

    .team-slider-mobile::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 1px solid #2c2c2c;
    }

    .our-team .store-cm-grid {
        grid-gap: 0;
        top: 0;
    }

    /* reviews popup*/
    .cmnt-login-popup {
        width: 100%;
        right: 0;
        top: 0;
    }
}

@media ((min-width: 768px) and (max-width: 1023px)) {
    form#noptin-form-1 {
        width: 370px;
        margin-left: auto;
    }
}

.info-page .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    bottom: 5rem;
}

.wpcf7 input[type="file"] {
    width: 100% !important;
}

/* My account change sso */
.myaccount-wrapper form.edit-account .form-row input.input-text.disabled {
    opacity: 0.5;
}

.rounded-full {
    height: 100px;
    width: 100px !important;
    border-radius: 100% !important;
    overflow: hidden !important;
}

.rounded-full img {
    width: 100%;
}

.myaccount-ul .woocommerce-MyAccount-navigation-link--change-password {
    position: relative;
}

.myaccount-ul .woocommerce-MyAccount-navigation-link--change-password::before {
    background: url(assets/images/svgs/Change-Password-Icon.svg) no-repeat;
    background-size: 24px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 45px;
    margin-top: 0px;
    margin-left: -2px;
}

.navbar-nav a.sign-in-aws {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    color: var(--white);
    background: rgba(0, 0, 0, 0);
    border: unset;
}

/* 13 Feb CSS */
.acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner {
    background-color: transparent;
}

.acfw-accordion.acfw-store-credits-checkout-ui.show div.acfw-accordion-inner {
    max-height: 500px !important;
    background-color: #252525;
    margin-top: 15px;
}

.acfw-checkout-ui-block .acfw-accordion h3 {
    background-color: #252525;
}



#acfw_redeem_store_credit .acfw_coupon_btn_wrap button.button.alt {
    background-color: #ee1c24;
    width: 50%;
    border-radius: 10px;
    padding: 13px;
}

acfw-form-control-label {
    display: none;
}

#acfw_redeem_store_credit .acfw_coupon_btn_wrap button.button.alt:hover {
    background-color: #ae171c;

}


span.acfw-accordion-title {
    font-family: "PoppinsRegular" !important
}

.myaccount-ul .woocommerce-MyAccount-navigation-link--store-credit {
    position: relative;
}

.myaccount-ul .woocommerce-MyAccount-navigation-link--store-credit::before {
    background: url(assets/images/svgs/Store-Credits.svg) no-repeat;
    background-size: 24px;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 45px;
    margin-top: 0px;
    margin-left: -2px;
}

.myaccount-wrapper .woocommerce-MyAccount-content a.button {
    text-decoration: none;
    padding: 10px 20px !important;
/*    margin-top: 20px !important;*/
    margin-right: 10px;
}

/* 14 Feb CSS for my-account   */
.ant-table-content {
    background-color: #150C3F;
    color: white;
}

.ant-table-thead>tr>th {
    background-color: #150C3F;
    color: white;
}

.ant-table-tbody>tr.ant-table-row:hover>td,
.ant-table-tbody>tr>td.ant-table-cell-row-hover {
    background-color: #150C3F;
    color: white;
}

.acfw-accordion-inner span.woocommerce-Price-amount {
    font-size: 25px;
    color: #60E538;
}

.acfw-accordions p.acfw-store-credit-user-balance {
    display: none;
}

.acfw-accordion-inner span.woocommerce-Price-currencySymbol {
    font-size: 25px;
}

.acfw-accordions label.acfw-form-control-label {
    display: none !important;
}

.acfw-accordion-content .form-row {
    border-bottom: none !important;
}

.acfw-accordion-content .form-row input.input-text {
    border: 1px solid #323232 !important;
    padding: 20px !important;
    border-radius: 5px;
}

.acfw-accordion-content .form-row input.input-text:focus {
    border-color: #cd7f1f9e !important;
    box-shadow: 0px 0px 1px 3px #8f65319e;
}

/*.acfw-accordion-content .form-row.form-row-first>label {
    display: none !important;
}
*/

/*#acfw_redeem_store_credit {
    display: flex;
}*/
#acfw_redeem_store_credit .acfw-form-control-wrapper{
    float: left;
}
.acfw-col-left-half.acfw_coupon_btn_wrap{
    float: left !important;
}

.acfw-accordion.acfw-store-credits-checkout-ui.show p.invalid-message {
    margin-top: 55px;
    float: left;
    position: absolute;
    color: #ee1c24;
}

#acfw_redeem_store_credit .acfw-form-control-wrapper,
#acfw_redeem_store_credit .acfw_coupon_btn_wrap {
    flex: none;
    max-width: 230px;
}


/*#acfw_redeem_store_credit label {
    display: none;
}*/

.ant-table-tbody>tr.ant-table-placeholder:hover>td:hover {
    background: transparent !important;
}

/*.single-product ul.variable-items-wrapper .variable-item.button-variable-item-digital-only,
.single-product ul.variable-items-wrapper .variable-item.disabled {
    display: none;
}*/

.ego_wait_list_wrap .user_wrapp .sign-in-aws {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 63px;
    z-index: 1;
}


/* Find a Location page */
.organise_play__main{
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
background-repeat: repeat;
background-size: contain;
    background-position: center;
    padding: 50px 0;
}
.organise_play__main .gaming_breadcrumb{
    margin-bottom: 40px;
}

.find_location__head{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
    padding-bottom: 35px;
}
.find_location__head .find_location__title{
    margin-bottom: 16px;
}
.find_location__head .find_location__txt{
    margin: 0;
}

.find_location__head .location__search{
    margin-left: auto;
    flex: none;
    width: 100%;
    max-width: 460px;
}
.location__search .s_wrap{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 12px;
}
.location__search .s_wrap #s{
    width: 100%;
    background: none;
    border: none;
}
.location__search .s_wrap #searchsubmit{
    flex: none;
    min-width: auto;
    color: #B1B1B1;
    background: none;
    padding: 0;
}

.find_location__body{
    margin-top: 30px;
    padding-bottom: 30px;
}
.find_location__body .result__title{
    font-size: 20px;
    font-family: 'poppinslight';
    font-weight: 600;
    margin-bottom: 32px;
}

.search_results__wrap{
    list-style: none;
    padding: 0;
    margin: 0;
        
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}
.search_results__wrap .search_results__item{
    padding: 24px 20px;
    background-color: #0D0630;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 0px rgba(49, 59, 85, 0.05);

    display: flex;
    column-gap: 12px;
    row-gap: 24px;
    height: 135px;
}
.search_results__wrap .search_results__img{
    flex: none;
    border-radius: 12px;
    background-color: rgba(49, 59, 85, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(49, 59, 85, 0.1);
    overflow: hidden;
}
.search_results__wrap .search_results__text h4{
    font-family: "PoppinsSemiBold";
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
}
.search_results__text .location_res__text{
    font-size: 14px;
    line-height: 18px;
    color: #8B879C;
}
/* Find a Location page */

/* Find a Location detail page */
.location_detail_sec{
    background-color: #150C3F;
    border: 1px solid #271D58;
    border-radius: 20px;
    padding: 32px;
}
.location_detail__head{
    display: flex;
    column-gap: 16px;
}
.location_detail__head .dispatch_link_wrap{
    margin-left: auto;
    flex: none;
}
.location_detail__head .dispatch_link{    
    font-size: 16px;
    display: flex;
    column-gap: 8px;
}
.location_detail__head .info__icon{
    height: 24px;
    width: 24px;
    display: flex;
    vertical-align: middle;
    padding: 2px;
}
.location_detail__head .info__icon img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.location_detail__info{
    display: flex;
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
    font-family: "PoppinsRegular";
}
.location_detail__info .location_info__img{
    flex: none;
    width: 135px;
    border-radius: 16px;
    overflow: hidden;
}
.location_detail__info .location_info__img img{
    /* width: 100%; */
    width: auto;
}
.location_detail__info .location_info__title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.location_detail__info .location_info__desc{
    font-size: 16px;
    line-height: 24px;
    color: #8B879C;
    margin-bottom: 16px;
}
.location_detail__info .location_detail__item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
}
.location_d_item{
    background-color: #292054;
    border: 1px solid #40376B;
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.location_d_item button{
    background: none;
    border: none;
    outline: none;
    color: #fff;
}
.location_d_item .location_edit_btn{
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.location_volunteers_sec,
.location_events_sec{
    margin-top: 56px;
    font-family: "PoppinsRegular";
}
.volunteers_ttile,
.location_event_ttile{
    margin-bottom: 24px;
    font-family: "PoppinsRegular";
}

.volunteers__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}
.volunteers_list__item{
    background: #292054;
    padding: 16px 24px;
    border-radius: 10px;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.volunteers_list__item .volunteers_list__msg{
    margin-left: auto;
}
.volunteers_list__item .sendBtn{
    background: none;
    border: none;
    outline: none;
    text-decoration: underline;
    color: #fff;
    text-underline-offset: 5px;
}
.volunteers_list__info{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.volunteers_list__info .volunteer__icon{
    flex: none;
    width: 33px;
}
.volunteers_list__info .volunteer__type{
    font-size: 14px;
    line-height: 14px;
    color: #8B879C;
    margin-bottom: 12px;
}
.volunteers_list__info .volunteer__name{
    font-size: 16px;
    line-height: 16px;
}

.location_event__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}
.location_event__item{
    background: #292054;
    padding: 4px;
    border-radius: 6px;
    
    display: flex;
    column-gap: 8px;
}
.location_event__item .location_event_link{
    margin-left: auto;
}
.location_event__info{
    display: flex;
    column-gap: 8px;
}
.location_event__info .location_event__img{
    width: 66px;
}
.location_event__info .location_event__data{
    padding: 4px 0;
}
.location_event__info .location_event__date{
    font-size: 12px;
    margin-bottom: 8px;
}
.location_event__info .location_event__name{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}
.location_event__info span.day-name {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: 400;
}

.location_event__info .location_event__slots{
    font-size: 12px;
    font-size: 15px;
    color: #B8BBCC;
}

.no_upcoming_events{
    text-align: center;
    max-width: 540px;
    margin: 100px auto;
}
.no_upcoming_events .no_event_icon{
    margin: 16px;
}
.no_upcoming_events .no_event_txt{
    font-size: 20px;
    margin-bottom: 24px;
}
/* Find a Location detail page */

/* Find a Location detail page Modal */
#suggestAnEdit .modal-content{
    padding: 30px 0;
}
.suggest_edit_head{
    text-align: center;
    margin-bottom: 40px;
}
.suggest_edit_head .suggest_edit__title{
    font-family: "PoppinsRegular";
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
}
.suggest_edit_head .suggest_edit__txt{
    font-size: 16px;
    line-height: 24px;
}
.l_input_dv{
    margin-bottom: 24px;
}
.l_input_dv .label{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}
.l_input_dv .form-control,
.l_input_dv .form-control:focus{
    border: none;
    background-color: #372F5B;
    padding: 21px 16px;
    border-radius: 10px;
    font-size: 16px;
    color: #B8BBCC;
    box-shadow: none;
}
.l_input_dv textarea{
    height: 130px;
}
.l_input_dv input::placeholder,
.l_input_dv textarea::placeholder {
    color: #B8BBCC;
    opacity: 1;
}
.l_txt{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #8B879C;
    margin-top: 48px;
}
.l_submit .evil_btn{
    width: 100%;
    text-align: center;
}

.l_file__preview{
    display: flex;
    width: 84px;
    margin: 0 auto 16px;
}
.l_input_file .form-control-file{
    font-size: 0;
}
.l_input_file .form-control-file:before{
    content: 'Upload Store Logo';
    background: none;
    text-align: center;
    border: none;
    text-transform: none;
}

.thank-you-message{
    text-align: center;
}
.thank-you-message .thankyou__title{
    font-family: "PoppinsRegular";
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
}
.thank-you-message .thankyou__txt{
    font-size: 16px;
    line-height: 24px;
    color: #8B879C;
    margin-bottom: 24px;
}
.thank-you-message .thankyou__short{
    font-size: 12px;
    line-height: 18px;
    color: #8B879C;
}
.thank-you-message .evil_btn{
    width: 100%;
}
.search_results__wrap .search_results__item{
    align-items: flex-start;
}
.search_results__wrap .search_results__img{
    width: 70px;
    aspect-ratio: 1 / 1;
}
.search_results__wrap .search_results__img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* .loader {
    display: none;
    animation: spin 2s linear infinite;
    position: absolute;
 
} */
.loader {
    display: none;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    top: 38%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    position: absolute;
}


.copy-text input.text {
    position: absolute;
    left: -9999px;
}
.l_input_file {
    margin-bottom: 20px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 140px;
    cursor: pointer;
    color: white;
    border-radius: 4px;
    text-align: center;
}




.form-control-file {
    display: none;
}

.l_file__preview img {
    display: block;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.location_detail__info .location_info__img{
    aspect-ratio: 1/1;
}
.location_detail__info .location_info__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Find a Location detail page Modal */
.volunteers_list__msg.volunteers_list__mob {
    display: none;
}
/* .shipping-methods-printful_shipping_PRINTFUL_FAST li.shipping-method-combined_rate {
    display: none;
}
.shipping-methods-combined_rate li.shipping-method-wbs_88_8b048834_flat_river_usa input {
    display: none;
}
.shipping-methods-combined_rate li.shipping-method-flat_rate_101 input {
    display: none !important;
} */
@media (max-width: 991px) {
    .location__search .s_wrap #s::placeholder {
        font-size: 12px;
    }
    .loader{left:45%; top:26%;}
    .find_location__body{height: 100%;}
    .custom-file-upload{
        padding: 6px 14px;
    }
    #existingThumbnail{
        display: block !important;
    }
    .find_location__head .location__search{
        max-width: 100%;
        margin: 32px 0 0;
    }
    .search_results__wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    .location_detail_sec{
        background: none;
        padding: 0;
        border: none;
    }
    .location_detail__head{
        flex-wrap: wrap;
    }
    .location_detail__head .dispatch_link_wrap{
        width: 100%;
        margin: 0 0 40px;
    }
    .location_detail__head .dispatch_link{
        background-color: #331D93;
        padding: 16px;
        column-gap: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;        
    }
    .volunteers__list,
    .location_event__list{
        grid-template-columns: repeat(1, 100%);
    }
    .location_detail__info .location_detail__item{
        display: none;
    }

    .location_detail__mob{
        width: 100%;
        margin: 24px 0 0;
    }
    .location_detail__mob .location_item__edit{
        border-top: 1px solid rgba(64, 55, 107, 0.5);
        border-bottom: 1px solid rgba(64, 55, 107, 0.5);
    }
    .location_detail__mob .location_item__edit .location_edit_btn{
        width: 100%;
        padding: 16px 0;
        background-color: transparent;
        border: none;
        outline: none;
        color: #fff;
        display: flex;
        align-items: center;
        column-gap: 10px;
        position: relative;
    }
    .location_detail__mob .location_item__edit .location_edit_btn .arr_icon{
        margin-left: auto;
        margin-right: 10px;
    }
    .location_detail__mob .location_detail__item{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
        margin-top: 24px;
    }
    .location_detail__mob .location_d_item{
        justify-content: center;
    }
    .volunteers_list__msg.web-view-send {
        display: none !important;
    }
    .volunteers_list__msg.volunteers_list__mob{
        display: block;
    }
}
@media (max-width: 767px) {
    .search_results__wrap{
        grid-template-columns: repeat(1, 100%);
    }
    .custom-file-upload{
        padding: 6px 14px;
    }
    #existingThumbnail{
        display: block !important;
    }
}

/* limited_stock_ribbon */
.limited_stock_ribbon{
    width: 119px;
    background: url('assets/images/icons/discount_offer.svg') no-repeat;
    background-size: contain;
    padding: 8px 6px 25px 6px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    
    position: absolute;
    top: 18px;
    left: -12px;
}
.prod-wrap:hover .limited_stock_ribbon{
    top: 4px;
    left: -24px;
}

.prod-name-price .discount__price{
    display: flex;
    column-gap: 15px;
}
.prod-name-price .discount__price .price{
    max-width: 120px !important;
}
.prod-name-price .discount__price .discount_ttx{
    font-size: 16px;
    color: #2eca6f;
}

.featured-prod-section .highest__discount{
    font-size: 21px;
    color: #2eca6f;
    margin-bottom: 15px;
}

.related_prod_slider .limited_stock_ribbon{
    left: 8px;
}
.related_prod_slider .prod-wrap:hover .limited_stock_ribbon{
    left: -1px;
}

@media (max-width: 767px) {
    .limited_stock_ribbon{
        transform: scale(0.7);
        left: -26px;
    }
    .prod-wrap:hover .limited_stock_ribbon{
        top: 16px;
    }
    .prod-wrap .discount_class .reflection img {
        height: 37px !important;
    }
}
@media (max-width: 575px) {
    body.archive .prod-name-price .discount__price{
        flex-wrap: wrap;
    }
    body.archive .prod-name-price .discount__price .discount_ttx{
        width: 100%;
    }
    .volunteers_list__msg.web-view-send {
        display: none !important;
    }
    .volunteers_list__msg.volunteers_list__mob{
        display: block;
    }
    
}

.page-id-23 .custom-free-product-message{

    color: #ee1c24; 
    font-weight: 400; 
    font-size: 14px;
	margin:0
}

.page-id-24 .custom-free-product-message{
   color: #ee1c24; 
    font-weight: 800; 
    font-size: 14px;
	 margin:0;
/* 	 display:none */
}



.page-id-24  .product-quantity{
/* display:none */
}

.page-id-23 .custom_quantity{
display:none
}
/* limited_stock_ribbon */



