.menu-area .logo img {
    height: 50px !important;
    width: auto;
}

.hero-area.hero--2 .hero__content__title h1 {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
    font-family: "Poppins";
    font-weight: 600 !important;
}

.hero-area.hero--2 .hero__content__title p {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
}

.info__logo img {
    height: 60px !important;
}

.sidebar-card .price {
    box-shadow: none !important;
}

.nav-account {
    margin-top: 16px;
}

.nav-account .nav-link {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins";
}

.circle-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.author__avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.gleox-table-cart tr:first-child td {
    border-top: 0;
}

.gleox-table-cart tr:last-child {
    border-bottom: 0;
}

.gleox-total-cart {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.gleox-spliter-text {
    height: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.gleox-spliter-text span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -11px;
    font-size: 16px;
    background-color: #fff;
}