/* nav bar */
.navbar-2 {
    background-color: #ffffff !important;
}

.navbar-2 form input {
    width: 400px;
    background-color: transparent;
}

.navbar-2 form input:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.navbar-2 form {
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 5px;
}

.navbar-3 {
    background-color: #fff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-3 .active {
    
    color: #fff !important;
}

.navbar-3 .nav-item {
    transition: background-color 0.3s ease-in-out;
}

.navbar-3 .nav-item:hover {
    
    color: #fff !important;
}

.vr {
    border-left: #e9f1ff 1px solid;
}

.nav-icon svg{
    height: 28px !important;
    width: 28px !important;
    color: #2563eb;
}

.nav-icon svg:hover{
    height: 28px !important;
    width: 28px !important;
    color: #91a2be !important;
}

.name-link{
    line-height: 0.5 !important;
}

.login-link-nav:hover{
    color: #0d6efd !important;
}
.profile-drop,
.profile-drop:hover,
.profile-drop:active,
.profile-drop:focus{
    border: none !important;

}

.dropdown-toggle::after {
    content: none !important;
}

/* footer */
footer .text-small {
    font-size: 0.9rem;
}

footer a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
}

footer .form-control {
    background: #212529;
    border-color: #545454;
}

footer .form-control:focus {
    background: #212529;
}

footer {
    background: #212529;
}

@media (min-width: 0px) {
    .navbar-2 form input {
        width: 100%;
    }

    footer .sec-1 {
        text-align: center;
    }
    .cart-icons{

    }
}

@media (min-width: 576px) {
    .navbar-2 form input {
        width: 100%;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
