.nav-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 360px;
    padding-top: 92px;
}

.nav-row-container {
    position: fixed;
    top: 0;
    z-index: 2;
}

.nav-row {
    background: #fff;
    border-radius: 15px;
    height: 60px;
    padding: 5px;
    margin-top: 32px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    transition: margin-top 0.3s ease;
    width: 1140px;
}

.nav-row.little-margin {
    margin-top: 5px;
}

.nav-row .logo {
    height: 100%;
    cursor: pointer;
    margin-right: 83px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.nav-row .default-profile-pic-container {
    height: 100%;
    background: #F2F2F2;
    border-radius: 10px;
    margin-left: 5px;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
}

.nav-row .cart-container {
    height: 100%;
    background: #F2F2F2;
    border-radius: 10px;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
    color: #398300;
}

.nav-row .default-profile-pic-container .dropdown-menu {
    display: none;
    position: absolute;
    left: -259px;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 315px;
    padding: 10px 0;
}

.nav-row .default-profile-pic-container .dropdown-menu a {
    display: block;
    padding: 10px 18px;
    color: #398300;
}

.nav-row .default-profile-pic-container .dropdown-menu button {
    all: unset;
    padding: 10px 18px;
    color: #398300;
}

.nav-row .default-profile-pic-container .dropdown-menu a.disabled {
    color: #ccc;
    cursor: default;
    pointer-events: none;
}

.nav-row .default-profile-pic-container .dropdown-menu.show {
    display: block;
}

.nav-row .default-profile-pic-container .dropdown-menu .actual-credits {
    background: #347800;
    color: white;
    padding: 10px 8px;
    margin: 0 10px;
    border-radius: 10px;
}

.nav-row .menu-list a {
    color: #398300;
}

.nav-row .menu-list>a {
    margin-right: 42px;
}

.nav-row .menu-list>a.active {
    border-bottom: 3px solid #398300;
}

.mobile-left-menu .menu-list a.active {
    border-bottom: 3px solid #398300;
}

.nav-row .menu-list>a:last-child {
    margin-right: 0px;
}

.nav-row .hamburger-icon {
    height: 100%;
    aspect-ratio: 1/1;
    padding: 6px;
    margin-left: 10px;
}

.nav-container .nav-title {
    font-size: 42px;
    font-weight: 700;
    color: #398300;
    padding: 0px 20px;
    text-align: center;
}

.page-up-icon-container {
    visibility: hidden;
    position: fixed;
    bottom: 16px;
    right: 32px;
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.page-up-icon-container.visible {
    opacity: 1;
    bottom: 32px;
}

.footer-container {
    background-image: linear-gradient(rgba(57, 131, 0, 0.8), rgba(57, 131, 0, 0.8)), url('/images/footer-background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.footer-container .footer-row {
    align-items: stretch;
    justify-content: center;
    gap: 55px;
    margin: auto;
    margin-top: 100px;
    height: fit-content;
}

.footer-container .footer-box {
    background: #398300;
    border-radius: 16px;
    padding: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 340px;
    max-width: 95%;
}

.footer-container .footer-box p {
    margin-bottom: 15px;
}

.footer-container .footer-box p:last-child {
    margin-bottom: 0px;
}

.footer-container .footer-box h4 {
    margin-bottom: 25px;
}

.footer-container .footer-box p a {
    color: white;
}

.footer-container .pay-modes-container {
    background: #fff;
    padding: 10px;
    border-radius: 200px;
    width: fit-content;
    margin: 50px auto 50px auto;
}

.footer-container h4 {
    font-size: 20px;
    font-weight: 700;
}

.footer-container .pay-modes-container img {
    max-width: 100%;
}

.mobile-left-menu {
    position: fixed;
    height: 100vh;
    width: 80%;
    z-index: 3;
    background: white;
}

.mobile-left-menu .menu-list a {
    color: #398300;
}

.mobile-left-menu .menu-list {
    padding: 28px;
}

.mobile-left-menu .menu-list .spacer {
    width: 100%;
    height: 30px;
}

.mobile-left-menu .menu-list .logo {
    width: 185px;
    margin-bottom: 48px;
}

.bottom-footer {
    color: white;
    background: #347800;
    padding: 8px 20px;
}

.bottom-footer .webinit {
    color: #FFE100;
}

.bottom-footer .insta {
    margin-right: 13px;
}

@media (max-width:1199px) {
    .nav-row .cart-container {
        margin-left: 20px;
    }

    .nav-row .default-profile-pic-container.with-margin {
        margin-left: 20px;
    }

    .nav-row .logo {
        margin-right: 20px;
    }

    .nav-row .menu-list>a {
        margin-right: 30px;
    }

    .nav-row {
        width: unset;
    }
}

@media (max-width:991px) {
    .footer-container .footer-row {
        gap: 30px;
    }

    .nav-container {
        height: 569px;
        padding-top: 0px;
    }

    .nav-row.little-margin {
        margin-top: 10px;
    }

    .nav-row .default-profile-pic-container.with-margin {
        margin-left: 100px;
    }

    .nav-row .cart-container {
        margin-left: 100px;
    }
}

@media (max-width:767px) {
    .footer-container .footer-row {
        align-items: center;
    }
}

@media (max-width:575px) {
    .bottom-footer .insta {
        margin-bottom: 10px;
    }

    .bottom-footer .youtube {
        margin-bottom: 10px;
    }
}

@media (max-width:539px) {
    .nav-row .cart-container {
        margin-left: 15px;
    }

    .nav-row .default-profile-pic-container.with-margin {
        margin-left: 15px;
    }

    .nav-row .logo {
        margin-right: 15px;
    }

    .nav-row .logo.with-cart {
        margin-right: 0px;
    }

    .nav-row .default-profile-pic-container .dropdown-menu {
        left: -228px;
    }
}

@media (max-width:380px) {
    .nav-row .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-row .default-profile-pic-container .dropdown-menu {
        left: -208px;
    }
}

@media (max-width:340px) {
    .nav-row.with-cart {
        height: 55px;
    }

    .nav-row .default-profile-pic-container .dropdown-menu {
        left: -187px;
        width: 290px;
    }

    .nav-row .default-profile-pic-container .dropdown-menu .actual-credits {
        flex-direction: column;
    }
}