/* .container {
    background: rgb(73, 66, 2);
} */

.navbar {
    background: #000;
    color: #fff;
    padding: 0px;
    z-index: 1;
}

.navbar-brand {
    padding: 0;
    height: 115px;
}

.navbar-toggler {
    background: #fff;
    height: 40px;
    width: 50px;
    border-radius: 5px;
}

.navbar-toggler .fa-bars {
    color: #000;
}

.btn-close i {
    color: #fff;
}

.company-logo {
    width: 170px;
}

.offcanvas {
    margin: 0;
    padding: 0;
}

.offcanvas-body {
    margin-bottom: 3px;
}

.offcanvas-body .nav-link {
    color: #fff;
}

.vr {
    background-color: #fff;
    opacity: 1;
    height: 2em;
    width: 1px;
    margin-right: 12px;
}

.top-nav-links .nav-link {
    font-size: 14px;
    margin-right: 12px;
}

.top-nav-links .nav-link:hover {
    color: rgba(44, 153, 255, 0.856);
    font-weight: 600;
}

.top-nav-links .nav-link.active {
    color: rgba(44, 153, 255, 0.856);
    font-weight: 600;
}

.search-wrapper {
    display: flex;
}

.search-form {
    width: 80%;
    display: flex;
}

.search-btn {
    background: #000;
    color: #fff;
}

.search-wrapper .form-control {
    border-radius: 0;
}

.search-wrapper .cart-btn {
    background: #fff;
    border-radius: 0;
}

.bottom-nav .nav-item {
    margin: 0 8px 0 0;
}

.bottom-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

.bottom-nav .nav-link:hover {
    color: rgba(44, 153, 255, 0.856);
    font-weight: 600;
}

.your-cart {
    display: none !important;
}

.bottom-nav h5 {
    display: none;
}

.bottom-nav .active:hover {
    color: rgba(44, 153, 255, 0.856);
    font-weight: 600;
}

.navbar-nav .nav-link.active {
    color: rgba(44, 153, 255, 0.856);
    font-weight: 600;
}

.offcanvas hr {
    display: none;
}

@media (max-width: 991px) {
    .navbar-brand {
        padding: 0;
        height: 85px;
    }

    .company-logo {
        width: 120px;
    }

    /* OFFCANVAS */

    .offcanvas-start {
        background: #000;
    }

    .offcanvas-header {
        margin: 0;
        padding: 12px;
    }

    .offcanvas-header .btn-close:hover {
        color: #fff;
    }

    .offcanvas-body {
        flex-grow: 0;
        padding: 0 0 0 15px;
    }

    .offcanvas-body .left-links {
        flex-direction: row;
    }

    .offcanvas-body .left-links .nav-item {
        margin: 0 auto;
    }

    .offcanvas-start .search-wrapper {
        padding: 12px;
    }

    .search-form {
        width: 100%;
    }

    .top-nav-links .nav-link {
        font-size: 13px;
    }

    .bottom-nav .nav-link {
        color: #fff;
        font-size: 12px;
    }

    .offcanvas-start .cart-btn {
        display: none;
    }

    .offcanvas-start .bottom-nav {
        padding: 15px;
        margin-bottom: 0;
    }

    .bottom-nav h5 {
        display: block;
    }

    .offcanvas hr {
        display: block;
    }

    .your-cart {
        display: inline !important;
        position: absolute;
        bottom: 0;
        padding: 10px;
        width: 400px;
        background: #fff;
        color: #000;
    }

    .your-cart a {
        text-decoration: none;
    }

    .your-cart h6:hover {
        color: rgba(44, 153, 255, 0.856);
        font-weight: 600;
    }

    .your-cart .cart-icon {
        padding: 10px;
        font-size: 16px;
        color: #fff;
        background: #000;
        margin: 12px;
    }

    .your-cart h6 {
        font-size: 16px;
        color: #000;
    }
}

/* marqueeee */

.bounce {
    height: 20px;
}

.bounce p {
    font-size: 12px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -moz-animation: bouncing-text 5s linear infinite alternate;
    -webkit-animation: bouncing-text 5s linear infinite alternate;
    animation: bouncing-text 20s linear infinite alternate;
}

@-moz-keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        -webkit-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

@keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#cart-mobile {
    display: none !important;
}

#category-accordion {
    display: none;
}

.desktop-nav {
    display: inline-flex;
}
.mobile-nav {
    display: none !important;
}
@media only screen and (max-width: 950px) {
    #cart-mobile {
        display: block !important;
        margin-left: 15px;
    }
    .navbar-container {
        height: 50px !important;
    }
    .navbar-brand {
        height: 20px;
    }
    .navbar-toggler {
        height: 30px !important;
        width: 40px !important;
    }
    .btn-cart i {
        font-size: 20px;
    }
    .btn-cart {
        padding: 5px !important;
    }
    .company-logo {
        width: 85px !important;
        margin-top: -20px;
    }
    .mobile-section {
        background-color: red;
        margin-top: -30px;
    }

    .desktop-nav {
        display: none !important;
    }

    #slide-wrapper {
        margin-top: -50px !important;
    }

    .offcanvas-body .nav-link {
        color: #fff;
    }

    .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .accordion-button {
        background-color: #000;
        color: #fff;
        padding: 12px;
    }
    .offcanvas-start .search-wrapper {
        padding: 0px;
    }
    .accordion-body {
        background: #000 !important;
    }
    #category-accordion {
        display: block;
    }

    .lSAction > a {
        z-index: 0 !important;
    }

    .mobile-nav {
        margin: 1rem;
    }
    .search-wrapper {
        margin-left: 1rem;
        margin-top: 1rem;
    }
    .mobile-nav {
        display: block !important;
    }
}
