h1, h2, h3, h4, h5, h6{
    margin: 0px !important;
}

#site-header,#site-footer,.page-id-21071 .oh-main-footer{
    display: none!important;
}
.page-id-76,.page-id-76 {
    overflow: hidden;
}
.elementor-widget-button{
    line-height: 0px!important;
}
.age-gate__background,
.age-gate__wrapper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
}
.age-gate__fields, .age-gate__remember-wrapper, .age-gate__heading img{
    margin-bottom: 0px!important;
}
.age-gate__heading ,.age-gate__buttons{
    margin-bottom: 50px!important;
}
.age-gate {
    max-width: 868px !important;
    width: 100% !important;
    padding: 60px !important;
    margin: 0 auto !important;
    height: 500px !important;
    border-radius: 30px;
    background-color: #0D2320;
    background: url('https://herbalwellnesscenter.kitmediadev.us/wp-content/uploads/2026/06/Bg3-1.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.age-gate__challenge{
font-family: "paralucent_bold";
color: #FFF;
/*font-weight: 700;
font-style: Bold;*/
font-size: 38px;
line-height: 54px;
text-align: center;
text-transform: uppercase;
margin-bottom: 50px;
}
.age-gate__buttons{
    gap: 30px!important;
}
.age-gate__buttons .age-gate__submit,
.common-btn a {
    background-color: #32B44B !important;
    border-radius: 999px !important;
    padding: 10px 32px ;
    font-family: "Paralucent";
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    /*min-width: 200px;*/
    position: relative;
}

.age-gate__buttons button::before,
.common-btn a::before {
    content: "";
    position: absolute;
    background: #FFFFFF33;
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border-radius: 50%;
    z-index: 4;

    /* Add transition here */
    transition: all 0.4s ease-in-out;
}

.age-gate__buttons button:hover::before,
.common-btn a:hover::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 0;
}
.age-gate__buttons button:hover{
    color: #fff;
}
.age-gate__remember .age-gate__remember-text {
    font-family: "Paralucent";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-left: 15px;
}
.age-gate__remember-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.age-gate__remember-field:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    line-height: 1;
}


/* Default */
.header-menu{
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Sticky State */
@media screen and (min-width: 1025px) {
    .header-menu.menu-sticky {
    position: fixed !important;
    top: 0;
    left: unset;
    /*right: 0;*/
    width: 100%;
     max-width: 1320px !important; 
     margin: 0 auto !important; 
    padding: 15px 0px;
    /*transform: translateX(-50%);*/
    transition: 0.5s!important;
}
.main-header.header-sticky-active{
    position: relative!important;
        transition: 0.5s ease-in-out
}
.main-header.header-sticky-active::after{
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 105px;
    background: #000000db !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    z-index:1;
    transition: 0.5s ease-in-out;
}}
.az-popup-heading,
.oh-popup-heading {
    display: none;
}
.location-card{
    cursor: pointer!important;
}


/*location contact form css*/
.loc-contact-form .gform_fields,.loc-contact-form .ginput_container--name {
    gap: 20px 10px !important;
}
.loc-contact-form .ginput_container--name{
    margin: 0px!important;
}
.loc-contact-form .ginput_container--name label,.loc-contact-form .gform_validation_errors{
    display: none;
}
.loc-contact-form .ginput_container--name span{
    padding: 0px!important;
}
.loc-contact-form input:focus,
.loc-contact-form input:focus-visible,
.loc-contact-form textarea:focus,
.loc-contact-form textarea:focus-visible,
.loc-contact-form select:focus,
.loc-contact-form select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: #818181!important;
}

/* Input & Textarea text color */
.loc-contact-form .gform_wrapper input[type="text"],
.loc-contact-form .gform_wrapper input[type="tel"],
.loc-contact-form .gform_wrapper input[type="number"],
.loc-contact-form .gform_wrapper input[type="email"],
.loc-contact-form .gform_wrapper textarea {
    color: #0E2524 !important;
    padding: 5px 10px!important;
    min-height: 50px!important;
    border: 1px solid #818181!important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Paralucent';
}
.loc-contact-form .gfield_consent_label{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Paralucent';
}
.loc-contact-form .gfield{
    position: relative!important;
}
/* Placeholder color */
.loc-contact-form .gform_wrapper input::placeholder,
.loc-contact-form .gform_wrapper textarea::placeholder {
    color: #7a7a7a !important;
    opacity: 1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Paralucent';
}
.loc-contact-form .ginput_container_consent{
    width: 490px!important;
}
.loc-contact-form .ginput_container_consent a{
    color: #32B44B!important;
}
.loc-contact-form .ginput_container_consent a:hover{
    color: #112337!important;
}
/* Gravity Forms Submit Button */

.loc-contact-form .gform-footer{
    display: flex!important;
    justify-content: center!important;
}
.loc-contact-form .gform-footer .gform_button{
    background-color: #32B44B !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: none!important;
    padding: 15px 40px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    }

/* Hover State (optional) */
.loc-contact-form .gform-footer .gform_button:hover {
    background-color: #2e2524 !important;
}
.loc-contact-form .validation_message {
    position: absolute;
    bottom: -18px;
    left: 0px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #c02b0a!important;
}
.loc-contact-form{
    width: 768px!important;
}
#validation_message_1_3{
    display: none!important;
}
/*blog sigle css*/
.blog-content h3{
    margin:40px 0px 20px 0px!important;
    font-family: "paralucent_bold"!important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
/*blog sigle css nd*/


/*locations page css*/
.properties-search-block {
  display: flex;
  gap: 54px;
  justify-content: center;
}
.properties-search {
  max-width: 558px;
  width: 100%;
  display: flex;
}

.properties-in-grid-wr {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
    align-items: center;
}
.properties-cards-block.clearfix {
  width: 55%;
}
.community_map {
  width: 45%;
}
.community_map #map {
    border: 5px solid #32B44B;
    height: 530px;
    display: block;
    width: 100%;
    border-radius: 0px 20px 20px 0px;
}
.oh-location-cont .community_map #map{
    height: 540px;
}
.properties-cards:first-child{
    border-radius: 20px 0px 0px 0px;
}

.properties-cards:last-child{
    border-radius: 0px 0px 0px 20px;
}
.properties-cards-scroll {
    max-height: 540px;
    overflow: auto;
    scrollbar-color: #FFFFFF33 #13442beb;
}

.properties-cards-scroll::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 10px;
}

.properties-cards-scroll::-webkit-scrollbar-thumb {
    background: #2f6f4f;
    border-radius: 10px;
}

.properties-cards-scroll::-webkit-scrollbar-thumb:hover {
    background: #24563d;
}
.properties-cards {
    background: linear-gradient(115.45deg, #0E2524 21.78%, #32B44B 244.92%);
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 25.5px 30px;
    align-items: center;
}
.properties-cards:hover{
    background: linear-gradient(115.45deg, #0e2524f7 21.78%, #32b44bbf 245.92%);
    transition: 0.5s;
}
.properties-card-img img{
    border-radius: 10px;    
}
.properties-cards .store-name a{
    color: #fff;
    font-family: "Paralucent_bold";
    font-size: 24px;
    line-height: 36px;
}
.properties-card-text p a,.properties-card-text p{
    color: #fff!important;
    margin: 0px!important;
}
.properties-card-text p a{
    font-family: "Paralucent_medium";
    font-size: 20px;
    line-height: 30px;
}
.properties-card-text .open-time{
    font-family: "Paralucent_medium";
    font-size: 16px;
    line-height: 25px;
}
.properties-card-text p:nth-of-type(1) {
    background-image: url(../images/Location_icon.svg);
    max-width: unset;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    padding: 10px 0px 10px 60px;
}
.properties-card-text p:nth-of-type(2){
    background-image: url(../images/Locations_call.svg);
      max-width: unset;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    padding: 10px 0px 10px 60px;
}
.properties-card-text p:nth-of-type(3){
    background-image: url(../images/open_time.svg);
     max-width: unset;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    padding: 10px 0px 10px 60px;
}
.info-map-innr-wr .title a{
    font-family: "Paralucent_bold";
    font-size: 18px;
    line-height: 24px;
    color: #0E2524!important;
    border: none!important;   
}
.info-map-innr-wr .title a:focus-visible{
    outline: none !important;
}

.info-map-innr-wr .address a{
    font-family: "Paralucent_medium";
    font-size: 16px;
    line-height: 24px;
    color: #0E2524!important;
    border: none!important;
}

.info-map-innr-wr{
 padding: 0px 15px!important;
}
.gm-style-iw{
    max-width: 216px!important;
    max-height: 210px!important;
    min-width: 0px!important;
    padding: 0px!important;
    object-fit: cover;
}
.gm-style-iw-chr{
    display: none!important;
}
.gm-style-iw-d{
    padding: 0px!important;
    overflow: unset!important;
}
.mapimg img{
    min-width: 216px!important;
    width: 216px!important;
    max-height: 100px!important;
    object-fit: cover;
}
.properties-search-block{
    display: none!important;
}
.pre_order{
    font-family: "Paralucent_medium";
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #32B44B;
}
.locations_number{
    display: flex;
    flex-direction: column;
}
/*locations page css end*/

/*search category css*/

.hwc-search-category-wrap{
    max-width:642px;
    margin:0 auto;
}

.hwc-search-box{
    position:relative;
}
.hwc-search-input{
    width: 100%;
    height: 71px;
    padding: 0px 86px 0px 30px !important;
    border: 1px solid #37C64A !important;
    border-radius: 50px;
    background: #FFFFFF1A;
    backdrop-filter: blur(15px);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Paralucent_medium';
    border-radius: 50px !important;
}
.hwc-search-input:focus-visible{
    outline: none!important;
}
.hwc-search-input::placeholder{
    color:#fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Paralucent_medium';
}

.hwc-search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 51px;
    height: 51px;
    border: none;
    border-radius: 50%;
    background: #37C64A;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.hwc-deals-btn-wrap{
    text-align:center;
    margin-top:28px;
}

.hwc-deals-btn{
    display:inline-block;
    background:#37C64A;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
/*search category css end*/


/*==========================
Content
==========================*/
.deals-tabber-wrapper{
    display:flex;
    gap:36px;
    max-width:1094;
    margin:60px auto;
    align-items:flex-start;
}

/* LEFT SIDEBAR */

.deals-sidebar {
    width: 415px;
    background: #DDF6E1;
    padding: 18px;
    border-radius: 10px;
}

.deal-tab{
    border-bottom:1px solid #1F673626;
    margin-bottom:12px;
    cursor:pointer;
    padding: 15px 0px;
    transition:.3s;
    position:relative;
}
.deal-tab:last-child{
    padding-bottom: 0px!important;
    border-bottom: 0px;
}

tab.active, .deal-tab:hover {
    background: #dff0de00;
     border-bottom:1px solid #1F673666;
}

.deal-tab.active:after{
    content:"›";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#0E1314;
    font-weight:bold;
}

.store-name {
    font-family: "Paralucent_medium";
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-weight: 500 !important;
    color: #0E2524B2 !important;
    margin-bottom: 5px;
}
.deal-tab h3{
    font-family: "Paralucent_bold";
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    color: #0E2524E5 !important;
}

/* RIGHT CONTENT */

.deals-content{
    flex:1;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
}

.deal-sub-content{
    display:none;
    padding:30px;
}

.deal-sub-content.active{
    display:block;
}

.deal-sub-content h2{
    font-family: var(--e-global-typography-9826c80-font-family), Sans-serif;
    font-size: var(--e-global-typography-9826c80-font-size);
    line-height: var(--e-global-typography-9826c80-line-height);
    text-transform:uppercase;
}

.deal-sub-content>h4{
    padding:10px 0px 20px 0px;
    font-family: var(--e-global-typography-dd2e184-font-family), Sans-serif;
    font-size: var(--e-global-typography-dd2e184-font-size);
    text-transform:capitalize;
    line-height: var(--e-global-typography-dd2e184-line-height);
    color: #0E2524E5;
    border-bottom: 1px solid #0E252433;
}
/* DEAL LIST */

.deal-day{
    display:grid;
    grid-template-columns:1fr 100px;
    gap:8px 20px;
    padding:8px 0;
}

.deal-day h4{
    grid-column:1/-1;
    margin:14px 0 4px;
    color: var(--e-global-color-primary);
    font-family: "Paralucent_Bold", Sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 34px;
    padding: 12px 0px;
}

.deal-day h4:empty{
    display:none;
}

.deal-day p{
    font-family: "Paralucent_Medium", Sans-serif;
    font-size: 20px;
    text-transform: none;
    line-height: 30px;
    color: #575C62;
    margin-bottom: 0PX;
}

.deal-day p:last-child{
    text-align:right;
    color: #32B44B;
    font-family: "Paralucent_Medium", Sans-serif;
    font-size: 20px;
    text-transform: none;
    line-height: 30px;
}
.deal-day:last-child{
    border-bottom:none;
}

/* SCROLL */

/*.deals-content{
    max-height:850px;
    overflow-y:auto;
}*/

.deals-content::-webkit-scrollbar{
    width:6px;
}

.deals-content::-webkit-scrollbar-thumb{
    background:#1d5d42;
    border-radius:20px;
}

/* MOBILE */

@media(max-width:991px){

.deals-tabber-wrapper{
    flex-direction:column;
}

.deals-sidebar{
    width:100%;
}

.deal-day{
    grid-template-columns:1fr 80px;
}

.deal-sub-content{
    padding:20px;
}

.deal-sub-content h2{
    font-size:28px;
}

}
