body{font-family:'Cactus Classical Serif' !important}
.footer .footer__content .footer-quick-links{
    grid-template-columns: repeat(1, 1fr);
}
.footer .footer__content{
    grid-template-columns: 70% 30%;
}
@media (max-width: 768px) {
    .footer .footer__content{
        grid-template-columns: 50% 50%;
    }
}

.ghost-modal .sign-up{
    min-height: auto;
    height: auto;
}
@media (max-width: 767.98px){
    .header-navbar.header-navbar--v1 .navbar-brand .navbar-brand__icon{
        width:auto;
    }
}

#connect-wallet-login .modal-content{
    background: #22242C;
}
#connect-wallet-login .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}

/* profile wallet */
.profile-wallet .profile-summary{
    padding: 25px;
}

.profile-wallet-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #fff;
    margin-top: 15px;
}

.profile-wallet-item .info{
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-wallet-item .info img{
    width: 50px;
}

.profile-wallet .title,
.profile-wallet-item .info h4{
    color: #fff;
}
#connect-wallet-login .profile-wallet-item .info h4{
    margin-bottom: 0;
}
.fb-regular{font-family:'Cactus Classical Serif' !important}
.footer .footer__content .footer-item-main .footer-item-main__logo{
    max-width: 15.75rem;
    max-height: 10rem;
}
.footer .footer__content .footer-item-main .footer-item-main__desc{margin-bottom:1rem;}

/* 收银台的iframe */
.lc-iframe {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	display:none;
	width: 100%;
	height: 700px;
	border: 0;
}