/* header css */
a{
    text-decoration: none;
}
.ajax-loader {
	display: none;
}
.ajax-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 80%);
	z-index: 100000;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
	top: 0;
}

.no-loader .ajax-loader {
	display: none !important;
} 
.box-loader{
    position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}    
.loder-round {
  border-right: 0.3em solid currentcolor;
  border-radius: 100%;
  -webkit-animation: loder-round 800ms linear infinite;
  animation: loder-round 800ms linear infinite;
  display: inline-block;
  width: 10em;
  height: 10em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  color: #00954c;
}
.loder-round:before, .loder-round:after {
  content: "";
  width: 3.8em;
  height: 3.8em;
  display: block;
  position: absolute;
  top: calc(50% - 2.4em);
  left: calc(50% - 2.4em);
  border-left: 0.3em solid currentcolor;
  border-radius: 100%;
  animation: loder-round 400ms linear infinite reverse;
}
.loder-round:after {
  width: 3.6em;
  height: 3.6em;
  top: calc(50% - 2.3em);
  left: calc(50% - 2.3em);
  border: 0;
  border-right: 0.3em solid currentcolor;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes loder-round {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes  loder-round {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.top-header .top-wrap {display: flex;align-items: center;justify-content: space-between;padding: 2px 30px;background-color: #00954c;}
.top-header .top-wrap p .mail-wrap a {font-weight: 400;}
.top-header .top-wrap p, .top-header .top-wrap p a {    
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.top-header .top-wrap p a#geolocationResult {margin: 0 10px;text-decoration: underline;text-decoration: underline;}
.top-header .top-wrap p span.change-text a, .top-header .top-wrap p a#geolocationResult {font-weight: 300;letter-spacing: 0;}
.mint-header img {width: 100%;max-width: 287px;}
.top-header .top-wrap p span.change-text a {font-size: 10px;}
.mint-header .main-header-wrap {padding: 12px 20px;display: flex;align-items: center;justify-content: space-between;background: rgba(0, 0, 0, 0.50);background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 99%);}
.mint-header .main-header-wrap ul.nav-list {padding: 0;list-style: none;margin: 0;}
.mint-header .main-header-wrap ul.nav-list li.menu-item {display: inline-block;vertical-align: middle;margin: 0 15px;}
.mint-header .main-header-wrap ul.nav-list li.menu-item a {    
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
}
li.menu-item.nav-item .green-btn {
    width: 212px;
    text-align: center;
    font-family: 'MuseoSans900';
}
.mint-header .main-header-wrap ul.nav-list li.menu-item a:hover {color: #DAC554;text-decoration: none;}
.mint-header .top-header i {color: #dac554;font-size: 16px;}
.mint-header .main-header-wrap .burger {display: none;}
.mint-header {position: fixed;width: 100%;z-index: 3;top: 0;}

img {max-width: 100%;}
body.modal-open, .modal-open .modal {padding-right: 0 !important;}
button {cursor: pointer;}
/* header css */
* {font-family: 'MuseoSans500';}
p, a {margin: 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'MuseoSans900';margin: 0;text-transform: uppercase;}
h3, h4, h5, h6 {font-family: 'MuseoSans700';}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {display: none;}

/* btn css */
    
.green-bg-btn, .green-btn {background-color: #00954c;padding: 15px 30px;border-radius: 25px;color: #fff !important;font-weight: 700;font-family: 'MuseoSans700';text-transform: none !important;}
.green-bg-btn:hover, .green-btn:hover {text-decoration: none;color: #fff;}
.green-btn {background-color: transparent;border: 2px solid #00954c;}
.green-btn:hover {color: #fff;border-color: #D1B41D;}
.golden-btn {border: 2px solid #D1B41D;font-family: 'MuseoSans500';}
.golden-btn:hover {border-color: #00954c !important;}
.green-bg-btn:hover {background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);}
.golden-bg-btn {font-family: 'MuseoSans500';background-color: #DAC554;border: none;color: #000 !important;}
.golden-bg-btn:hover {color: #000 !important;/*background-image: linear-gradient(180deg, #F2E36C 0%, #C38437 100%);*/}

/* btn css */


/* icon css */

i.fa-solid {font-family: 'FontAwesome';font-style: normal;color: #DAC554;}

/* icon css */


/* form css */

label.hidden {display: none;}
.form-group {margin: 0;}

/* form css */

.modal-header .close {border: none !important;background: transparent;color: #fff;opacity: 1;right: 0;position: absolute;}
.stickynav{width: 100%;top: 0;}
.stickynav.active {width: 100%;top: 132px;}
.text-white {color: #fff;}
.out-of-stock {opacity: 0.5;}


/* footer css */
    
.mint-footer .image-wrap img {width: 100%;max-width: 250px;}
.mint-footer {padding: 50px 0 0;}
.mint-footer .container {padding: 0;}
.mint-footer .content-wrap p, .mint-footer .content-wrap p a {margin: 0 auto;color: #000;font-size: 16px;}
.mint-footer .content-wrap {margin: 25px 0;}
.mint-footer .cta-wrap {margin: 25px 0 0;}
.mint-footer h3 {border-bottom: 1px solid #dac554;padding-bottom: 15px;margin-bottom: 10px;line-height: 1;font-size: 22px;color: #00954c;text-transform: uppercase;    font-family: 'MuseoSans900';}
.mint-footer h4 {    
    font-size: 16px;
    color: #005129;
    text-transform: uppercase;
    font-family: 'MuseoSans900';
    padding-bottom: 5px;
}
.mint-footer ul {padding: 0;list-style: none;}
.mint-footer ul li a {font-size: 16px;color: #000;}
.mint-footer ul li {
    padding: 5px 0;
}
.mint-footer .location-list {display: inline-block;vertical-align: top;width: 100%;max-width: 32%;}
.mint-footer .container-wrap {width: 100%;max-width: 95%;margin: 0 auto;}
.mint-footer .copyright-wrap {text-align: center;padding: 15px 0;background-color: #000;margin-top: 50px;}
.mint-footer .copyright-wrap p.copyright-text, .mint-footer .copyright-wrap p.copyright-text a {    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MuseoSans700';
}

/* footer css */



/* media query css */


@media (max-width: 1200px) {
    .mint-footer h3 {font-size: 18px;}
}
@media (max-width: 991px) {
    .mint-footer .col-12 {padding: 0 5px;}
    .mint-footer .location-list {max-width: 48%;}
    .mint-footer .cta-wrap a.green-bg-btn {font-size: 14px;}
    .mint-footer ul li a {font-size: 12px;}
    .mint-footer h3 {font-size: 16px;}
    .mint-footer .location-wrap {padding: 0 20px;}
    
    .mint-header .main-header-wrap ul.nav-list li.menu-item {margin: 0;}
    .mint-header .main-header-wrap ul.nav-list li.menu-item a {padding: 5px 10px;font-size: 15px;position: relative;text-align: left;}
    .top-header .top-wrap {padding: 4px 15px;}
    .mint-header img {max-width: 200px;}
}
@media (max-width: 767px) {
    .mint-footer .col-12 {padding: 0 15px;}
    .mint-footer .cta-wrap {margin: 35px 0 50px;}
    .top-header .top-wrap p span.hide-small-desktop {display: none;}
    .top-header .top-wrap p a#geolocationResult {margin: 0 5px;}
    
    .mint-header .main-header-wrap .burger-line {position: absolute;display: block;right: 0;width: 100%;height: 2.15px;opacity: 1;rotate: 0deg;border-radius: 0.15rem;background-color: #00954c;transition: all 0.3s ease;}
    .mint-header .main-header-wrap .burger {position: relative;display: block;cursor: pointer;user-select: none;width: 1.5rem;height: 1rem;border: none;outline: none;visibility: visible;}
    .mint-header .main-header-wrap .burger-line:nth-child(1) {top: 0px;}
    .mint-header .main-header-wrap .burger-line:nth-child(2) {top: 0.5rem;}
    .mint-header .main-header-wrap .burger-line:nth-child(3) {top: 1rem;}
    .mint-header .main-header-wrap .burger.active > .burger-line:nth-child(1) {top: 0.5rem;rotate: 135deg;}
    .mint-header .main-header-wrap .burger.active > .burger-line:nth-child(2) {opacity: 0;}
    .mint-header .main-header-wrap .burger.active > .burger-line:nth-child(3) {top: 0.5rem;rotate: -135deg;}
    .mint-header .main-header-wrap .navigation-wrap {position: absolute;width: 100%;left: 0;padding: 0;top: 66px;z-index: -1;visibility: hidden;opacity:0;transition: visibility 0.5s linear,opacity 0.5s linear;}
    .mint-header .main-header-wrap .navigation-wrap.active {visibility: visible;opacity: 1;z-index: 1;transition: visibility 0.3s linear,opacity 0.3s linear;-webkit-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.4);
box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.4);}
    .mint-header .main-header-wrap ul.nav-list li.menu-item {display: block;margin: 10px 0;height: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.35);padding-bottom: 10px;}
    .mint-header .main-header-wrap ul.nav-list {padding: 16px 32px 24px 32px;background-color: #373737;}
    .mint-header .main-header-wrap {position: relative;background-color: #000;padding: 5px 20px;}
    .page-wrapper {
        padding-top: 98px;
    }
    .mint-header .main-header-wrap ul.nav-list li.menu-item a, .mint-header .main-header-wrap ul.nav-list li.menu-item a:hover {color: #fff;background-color: transparent;border: none;background-image: none;text-transform: uppercase !important;font-family: 'MuseoSans900';}
}

@media (max-width: 375px) {
    .top-header .top-wrap p a#geolocationResult {font-size: 12px;}
}

.site-pagination .active>.page-link, .site-pagination .page-link.active {
    background-color: #00954c;
    border-color: #00954c;
    color: #fff;
}

.site-pagination .page-link {
    color: #00954c;
}

.site-pagination .disabled>.page-link, .site-pagination .page-link.disabled {
    color: #fff;
    pointer-events: none;
    background-color: #000;
    border-color: var(--bs-pagination-disabled-border-color);
}

.site-pagination .page-link:hover {
    color: #000;
}

/*.sec-loader {
    display: none;
}*/

.sec-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    z-index: 100000;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    left: 0;
    top: 0;
}

.no-loader .sec-loader {
    display: none !important;
}

.loader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader, .loader:before, .loader:after {
    background: #00954c;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #00954c;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


/****LOGIN PAGE STYLE******/
.log-btn{
    padding: 15px 30px !important;    
}    
.banner-section {
    position: relative;
    padding: 150px 0 100px;
    background-size: cover;
    background-position: center;
}
.banner-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgb(0 0 0 / 50%);
    top: 0;
}   
.login-section {
    padding: 60px 0;
}
.banner-wrap {
    position: relative;
} 
.login-section .form-control {
    height: 50px;
    border: 1px solid #000;
    border-radius: 0;
}   
.login-content {
    text-align: center;
    margin-bottom: 25px;
}
.login-content a {
    color: #00954c;
    font-family: 'MuseoSans700';
}
.login-content p {
    line-height: 1.8;
}

.forgot-link {
    color: #00954c;
    font-family: 'MuseoSans700';
}
.forgot-link:hover, .forgot-link:focus, .forgot-link:focus-within {
    color: #005129;
}
.login-content a:hover, .login-content a:focus, .login-content a:focus-within {
    color: #005129;
}    
/****LOGIN PAGE STYLE******/

.profile-menu-section {
    padding: 30px 0;
}
.profile-tab-section {
    background-color: #00954c;
}
.profile-tab-section .nav-link.active {
    background-color: #dac554;
    color: #000;
}

.profile-tab-section .nav-link {
    color: #fff;
    font-family: "MuseoSans700";
    font-size: 1rem;
    text-transform: uppercase;
    padding: 15px;
}

.profile-tab-section .nav-link:hover {
    color: #000;
    background-image: linear-gradient(180deg, #f2e36c 0%, #c38437 100%);
}
.profile-title {
    font-family: "MuseoSans700";
    font-size: 1.75rem;
    text-transform: inherit;
    color: #00954c;
}
.form-section .form-control {
    border: 1px solid #b8b8b8;
}
.profile-list-section p {
    margin-bottom: 20px;
}
.profile-list-section .form-check-input:checked {
    background-color: #00954c;
    border-color: #00954c;
}

.rewards-box {
    background-color: #231f20;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    outline: 1px solid #dac554;
    outline-offset: -15px;
}
.rewards-box img {
    max-width: 140px;
    margin-bottom: 15px;
}

.re-points-title {
    color: #fff;
    font-family: 'MuseoSans700';
    font-size: 2.5rem;
}

.re-points-my-title {
    color: #fff;
    font-family: 'MuseoSans500';
    font-size: 1.5rem;
} 
.rewards-tab-section {
    padding: 25px 0;
}

.rewards-tab-section .nav-link {
    color: #00954c;
}

.rewards-tab-section .nav-tabs .nav-link.active {
    background-color: #00954c;
    color: #fff;
} 
.re-detail-title {
    font-family: 'MuseoSans700';
    font-size: 1.25rem;
    margin-bottom: 5px;
    color: #00954c;
}


.rewards-points p {
    text-transform: uppercase;
    font-family: 'MuseoSans700';
}

.rewards-btn {
    padding-top: 10px;
}

.rewards-detail-sec {
    padding-top: 15px;
}

.rewards-list-sec img {
    border-radius: 15px;
}
.latest-list-sec img {
    border-radius: 20px;
    margin-bottom: 10px;
}

.latest-list-sec {
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 15px;
}

.latest-detail-sec {
    padding: 10px 20px;
}

.latest-detail-title {
    font-family: 'MuseoSans700';
    font-size: 1.5rem;
    color: #00954c;
    text-transform: inherit;
    margin-bottom: 5px;
}

.latest-detail-sec p {
    margin-bottom: 10px;
}
.latest-detail-sec p:last-child {
    margin-bottom: 0px;
}

.pickup-box {
    border: 1px solid #000;
    display: inline-block;
    padding: 10px;
    color: #000;
    font-size: 1.25rem;
    font-family: 'MuseoSans700';
    margin-bottom: 10px;
}

.order-content-sec:nth-child(odd) {
    background-color: #f2f2f2;
}
.order-content-sec {
    padding: 20px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
     margin-bottom: 30px;
}
.order-content-sec:last-child {
    margin-bottom: 0;
}
.pickup-box i {
    color: #000;
}
.pickup-status {
    color: #00954c;
    font-family: 'MuseoSans700';
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.order-number {
    font-size: 1.35rem;
    margin-bottom: 10px;
}
.order-status-list {
    display: flex;
    justify-content: center;
    text-align: left;
}
.order-status-list ul {
    list-style: none;
    padding: 0;
}
.order-status-list ul li {
    position: relative;
}
.order-status-list ul li span {
    padding-left: 5px;
}
.pickup-box i.fa-solid {
    color: #000;
} 
.srt-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.srt-flex .form-select {
    width: auto;
    border: 1px solid #000;
}

.srt-flex label {
    margin-right: 5px;
}

.order-sec-title {
    font-family: "MuseoSans900";
    font-size: 1.75rem;
    color: #00954c;
    text-align: center;
    margin-bottom: 15px;
}  
.sort-sec {
    margin-bottom: 20px;
}
.cart-icon-section {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #f2f2f2;
}

.cart-icon-section p {
    font-size: 20px;
    color: #00954c;
}

.cart-icon-section p i.fa-solid {
    color: #00954c;
}
.closer-order {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.closed-check {
    padding: 10px;
    margin-right: 20px;
}

.closed-check p {
    color: #00954c;
    font-size: 4rem;
}
.order-border{
        box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.forgot-link-section a {
    color: #00954c;
}
.age-popup-btn button {
    display: block;
    margin-top: 15px;
    min-width: 100px;
    padding: 10px 5px;
    border-radius: 50px;
}
.age-popup-btn button:last-child {
    background-color: red;
}
.age-popup-btn button:hover, .age-popup-btn button:focus {
    outline: 2px dotted #fff;
    opacity: 0.69;
    outline-offset: -6px;
    background: #00954c;
}
.age-popup-btn button:last-child:hover, .age-popup-btn button:last-child:focus {
    outline: 2px dotted #fff;
    opacity: 0.69;
    outline-offset: -6px;
    background: red;
}
.age-popup-btn {
    gap: 10px;
}

.age-title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.age-pop-header img {
    max-width: 460px;
    margin-bottom: 10px;
}
.age-popup-content {
    padding: 20px;
}
.custom-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.custom-checkbox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #00954c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custom-checkbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid #dac554;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.filter-search {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-checkbox {
    padding-top: 30px;
}

.custom-checkbox:hover .form-group label:before {
    border: 3px solid #dac554;
    outline: 2px dotted #39414d;
    outline-offset: 2px;
}


.filter-search input {
    height: 40px;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid #fff;
}

.filter-section .filter-search button {
    border-radius: 0;
    padding: 8px 20px;
    border: none;
    border: 2px solid #00954c;
    background-color: #00954c;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filter-search input:focus-visible {
    outline-offset: -1px;
}
.dropdown-menu {
    --bs-dropdown-min-width: 220px;
    /* top: 19px; */
}
/******************************/
/******************************/
/********RWD MEDIA QUERY********/
/******************************/
/******************************/



@media screen and (min-width: 992px) {
    .nav-list .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        position: absolute !important;
        background-color: #00954c;
        border: none;
        border-radius: 0;
    }
    .mint-header .main-header-wrap .nav-list .dropdown .dropdown-menu li a {
        font-size: 16px;
        padding: 10px;
    }
    .mint-header .main-header-wrap .nav-list .dropdown .dropdown-menu li a:hover, .mint-header .main-header-wrap .nav-list .dropdown .dropdown-menu li a:focus{
        background-color:transparent;
    }
}
@media(max-width:767px){
    .top-header .top-wrap p a{
        font-size: 12px;
    }
    .profile-tab-section .nav-link {
        font-size: 12px;
        padding: 6px;
    }
    .rewards-box img {
        max-width: 80px;
    }
    .re-points-title {
        font-size: 2rem;
    }

    .re-points-my-title {
        font-size: 1rem;
    }
    .top-header .top-wrap {
        background-color: #000;
    }
    .h-transparent-btn {
        display: block;
        background-color: transparent;
        color: #fff;
        border: 3px solid #00954c;
        letter-spacing: 0.5px;
        font-size: 14px;
        padding: 6px 2%;
        width: 200px;
        text-align: center;
        border-radius: 50px;
        margin: 0px 5px;
    }
        .mint-header img {
        max-width: 60px;
    }
    .mint-footer ul li a {
        font-size: 16px;
        line-height: 28px;
    }

    .mint-footer ul {
        text-align: center;
    }

    .mint-footer h3 {
        font-size: 20px;
        text-align: center;
    }

    .mint-footer .location-list {
        max-width: 100%;
    }
    .mint-footer .copyright-wrap p.copyright-text, .mint-footer .copyright-wrap p.copyright-text a {
        font-size: 9px;
    }

    .footer-wrap {
        text-align: center;
    }
    .navigation-wrap .dropdown-menu.show {
        display: block;
        position: static !important;
        transform: none !important;
        background-color: #373737;
        border: none;
        padding-left: 20px;
    }
    .navigation-wrap .dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: -5px;
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        border: none;
        background-color: #00954c;
        width: 36px;
        height: 36px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mint-header .main-header-wrap ul.nav-list li.menu-item:last-child {
        display: none;
        border-bottom: none;
    }

    .mint-header .main-header-wrap ul.nav-list li.menu-item:nth-child(4) {
        border-bottom: none;
    }
    .age-pop-header img {
        max-width: 300px;
    }

    .age-pop-header {
        text-align: center;
    }
    
}