/*
Custom Css
*/
.logo {
    width: 55%;
}

.nav-menu {
    background: black;

    /* position: fixed;
    z-index: 999;
    width: 100%; */
}

.h1-title-carousel {
    color: black;
    font-weight: bold !important;
}

.h2-tittle-carousel {
    font-weight: bold;
    color: #edbd00;
}

.btn-success {
    font-weight: bold !important;
}

.bold {
    font-weight: bold !important;
}

.section-categories-month {
    background: #efefef !important;
}

.section-products {
    background: #efefef7a !important;
}

.section-products-featured {
    background: #efefef7a !important;
}

.navbar-light .navbar-toggler-icon {
    background-color: white;
}

.nav-fixed-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 16%;
}

.section-carousel{
    padding-top: 60px;
}