.long-add-wrap {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 800px!important;
    height: 90px;
}

.testimonial-card .user-thumb img {
    border: 2px solid hsl(var(--black) / .4);
    height: 53px!important;
    margin: 13px 0 0 0;
    border-radius: 30px !important;
    width: 53px !important;
}
.coupon-card-2 .icon-wrap {
    width: 64px;
    height: 64px;
    background: hsl(var(--base) / 0.08);
    border-radius: 14px;
    margin-bottom: 8px;
    padding: 8px!important;
}

#loading {
    background-color: hsl(var(--base));
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    margin-top: 0px;
    top: 0px;
    display: none !important;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0!important;
}

.header-wrapper .logo-wrapper img {
    width: 190px!important;
}