.navbar {
    padding: 0;
}

.border-3 {
    border-width: 3px !important;
}

.text-semi-dark {
    color: var(--text-semi-dark);
}

#nav-logo {
    width: 100%;
}

li.nav-item.cart_icon_cont {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

#nav-logo-box p {
    color: white;
    text-align: center;
    font-size: 55%;
}

#nav-logo-box {
    padding-left: 5%;
    width: 22rem;
}

.green-bottom-border {
    padding: 14px;
}

#navbar-signin-pill {
    background-color: var(--dark-green);
}

#nav-black-bottom {
    height: 2.5vw;
    background-color: black;
    width: 100%;
}

/*--------------------FULL WIDTH--------------------*/
@media screen and (min-width: 992px) {
    .dropdown-menu > li > a:hover {
        background-color: var(--light-green);
        color: black !important;
        background-image: none;
    }

    .green-bottom-border {
        border-bottom: var(--light-green) 1px solid;
    }

    .border-radiation {
        border: var(--light-green) 3px solid;
    }

    .custom-toggler.navbar-toggler {
        border-color: var(--light-green);
    }

    .navbar-text {
        font-size: min(1.15vw, 1rem);
    }

    .right-border:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 37.5%;
        width: 1px;
        height: 25%;
        background: var(--light-green);
    }

    #navbar-signin-pill {
        max-width: 20vw;
        text-align: center;
        font-weight: 500;
    }

    #cart-icon {
        margin: 0 1vw;
    }
}

/*--------------------TABLET--------------------*/
@media only screen and (max-width: 991px) and (min-width: 568px) {
    .navbar-text {
        padding-left: 3vw;
        font-size: 3vw;
    }

    #navbar-signin-pill {
        max-width: 40vw;
        text-align: center;
        font-weight: 500;
    }

    #cart-icon {
        margin: 0 1vw;
        width: 5vw;
        height: 6vw;
    }

    .custom-toggler .navbar-toggler-icon {
        height: 5vw;
        width: 5vw;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 255, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    #nav-logo-box {
        width: 40%;
    }
}

/*--------------------MOBILE--------------------*/

@media screen and (max-width: 567px) {
    .navbar-text {
        padding-left: 3vw;
        font-size: 4vw;
    }

    #navbar-signin-pill {
        max-width: 50vw;
        text-align: center;
        font-weight: 500;
    }

    #cart-icon {
        margin: 0 1vw 0 5vw;
        width: 15vw;
        height: 16vw;
    }

    .custom-toggler .navbar-toggler-icon {
        height: 10vw;
        width: 10vw;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 255, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    #nav-logo-box {
        width: 70%;
    }
}
