*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* NABAR*/
#navbar_top {
    z-index: 100000 !important;
}

#banner {
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.8)),
        url("../imgs/b3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


#products{
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: relative;
    top: -15%;
}

ul#menu a {
    display: inline;
}


.ll {
    border: 0 !important;
}

hr{
    opacity: .1 !important;
}


ul#menu li {
    display: inline;
}



.form-control:hover {
    background-color: #f4f4f4;
}

.nesto{
    padding: 2rem;
}

/*
SORT BY FORM */
.form-group label {
    float: left;
    text-align: left;
    font-weight: normal;
}

.form-group select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}







/* COLORS UL LI */
.colors li {
    float: left;
}

/* SLIDER SIDEBAR */
.custom-range::-webkit-slider-thumb {
    background: rgba(243, 134, 149, 6) !important;
}




@media only screen and (max-device-width: 1440px) {

    #banner {
        width: 1600px !important;
    }

}


@media only screen and (max-device-width: 1024px) {

    #banner {
        width: 1750px !important;
    }

}


@media (min-width: 992px) {
    .sidenav {
        position: absolute;
        top: 0;
        left: 0;
        width: 230px;
        height: calc(100vh - 3.5rem);
        margin-top: 3.5rem;
        background: #343a40;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .navbar-expand-lg .sidenav {
        flex-direction: column;
    }

    .content-wrapper {
        margin-left: 230px;
    }

    .footer {
        width: calc(100% - 230px);
        margin-left: 230px;
    }
}


@media only screen and (max-device-width: 768px) {

    .sidebb {
        padding-left: 8% !important;
    }

    #banner {
        width: 1600px !important;
    }

}


@media only screen and (max-device-width: 425px) {

    .sidebb{
        padding-left: 8% !important;
    }

    #banner{
        width: 1200px!important;
    }

}

@media only screen and (max-device-width: 320px) {
    #mainCurrentCategotyBanner{
        font-size: 1rem;
        margin-top: .5rem;
    }

    .upSearchFrom{
        margin-left: -2rem;
    }
}


/*

    @media only screen and (max-device-width: 1440px) {}

    @media only screen and (max-device-width: 1024px) {}

    @media only screen and (max-device-width: 768px) {}

    @media only screen and (max-device-width: 425px) {}

    @media only screen and (max-device-width: 375px) {}

    @media only screen and (max-device-width: 320px) {}

*/




