/* .shop-dispensary-slider {
    position: relative;
}
.signup-flds {
    width: 100%;
}
.signup-flds .reward-fields {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}
.signup-flds .ajax-progress {
    position: absolute;
    left: 0;
    bottom: -8px;
}
.signup-flds #rewards_message {
    margin-top: -15px;
}
#dispensary_rewards {
    padding-top: 100px;
}

.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #666;
  } */


/* old css  */

.age-modal{
    border-radius: 0 !important;
    padding: 20px;
}
.age-modal h2{
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
}
.age-modal p{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.age-modal .btn.btn-secondary,
.age-modal .btn.btn-primary{
    background: #000;
    border-radius: 0 !important;
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 600;
    border-color: #000;
}
.age-modal .btn.btn-secondary:hover,
.age-modal .btn.btn-primary:hover{
    background: #286a19;
    border-color: #286a19;
}

.age-modal{
    border-radius: 0 !important;
    padding: 20px;
}
.age-modal h2{
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
}
.age-modal p{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.age-modal .btn.btn-secondary,
.age-modal .btn.btn-primary{
    background: #000;
    border-radius: 0 !important;
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 600;
    border-color: #000;
}
.age-modal .btn.btn-secondary:hover,
.age-modal .btn.btn-primary:hover{
    background: #286a19;
    border-color: #286a19;
}

.offcanvas-store-list-panel{
    max-height: 80vh;
    overflow-y: auto;
}
.offcanvas-store-list-pic{
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.offcanvas-store-list-block{
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 1px solid #eaeaeb;
    padding: 20px 16px;
    margin: 20px 0;
}
.offcanvas-store-list-content h3{
    font-size: 15px;
    line-height: 18px;
    color: #53565a;
}
.offcanvas-store-list-content p{
    font-size: 13px;
    line-height: 20px;
    color: #53565a;
    margin-bottom: 5px;
}

.offcanvas-store-list-pic img{
    max-width: 100%;
}

.offcanvas-body{
    overflow: hidden;
}

.select-highlight{ 
    border: 1px solid #333;
}

.btn-dark-custom{
    border-radius: 50px;
}

.btn-dark {
    background: #000 !important;
    border-color: #000 !important;
}

.page-nav{
    padding-top: 20px;
    padding-bottom: 30px;
}
.page-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.page-nav ul li a{
    width: 32px;
    height: 32px;
    border: 1px solid #53565a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #53565a;
    text-decoration: none;
    font-size: 14px;
}

.page-nav ul button {
    width: 32px;
    height: 32px;
    border: 1px solid #53565a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #53565a;
    text-decoration: none;
    font-size: 14px;
}

.page-nav ul button.active{
    background:#000000;
    color:#fff;
}

.owl-carousel .owl-stage {
    display: flex !important;
}

.option-btn-link {
    cursor: pointer;
    color: #333;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.option-btn-link.active {
    background-color: #000;
    color: #fff;
}

.home-modal{
    background: #000;
}

.no-results {
    text-align: center;
    padding: 50px 20px;
    font-size: 1.1rem;
    color: #555;
}
.blog-thumb {
    overflow: hidden;
}
.blog-excerpt {
  text-transform: capitalize;
}
.view_button-blog{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.search-input-css {
    padding-left: 30px;
    position: relative;
}
.search-box-button-css {
    position: absolute;
    background: transparent;
    left: 0px;
    top: 7px;
}
#searchbox .btn-check:checked+.btn, #searchbox .btn.active,#searchbox .btn.show, #searchbox .btn:first-child:active, :not(.btn-check)+ #searchbox .btn:active{
    background:transparent;
    border:transparent !important;
    box-shadow:none;
}
.normal-link-text {
    color: #191919;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}
.normal-link-text-none-height {
    color: #191919;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
