html, body {
    height: 100%;
}

.minimized-navbar .navbar-main .navbar-inner {
    padding: 0.5rem;
}

.minimized-navbar .navbar-main {
    position: fixed;
}

.megamenu-list-container, .megamenu-details-department-title {
    cursor: pointer;
}

.minimized-navbar .hamburger-menu {
    display: block;
    cursor: pointer;
}

.dropdown-menu-list {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 10px -2px #b9b3b3;
    -moz-box-shadow: 0 2px 10px -2px #b9b3b3;
    box-shadow: 0 2px 10px -2px #b9b3b3;
}

.dropdown-menu-list .dropdown {
    width: 1200px;
    margin: 0 auto;
    color: red;
}

.dropdown-menu-list .btn-secondary {
    color: #fff;
    background-color: #de291ce0;
    border-color: #de291c;
    width: 152px;
}

#dropdownMenuButton svg {
    margin-right: 3px;
}

.main-menu-container {
    background-color: #3e3d8e;
    padding: 10px 0;
    top: 80px;
}

.main-menu {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    z-index: 1030;
}

.main-container-outer {
    width: 100%;
    position: absolute;
}

.brand-logo {
    max-width: 255px;
}

.megamenu-column, .megamenu-list-main-category {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.megamenu-column.child a {
    width: 100%;
    display: block;
}

.megamenu-container {
    position: absolute;
    background-color: transparent;
    /*background-color: #ffffff;*/
    top: 0;
    left: 0;
    z-index: 1020;
    margin: 0 auto;
}

.minimized-navbar .megamenu-container {
    position: fixed;
    display: none;
    top: 64px;
    z-index: 9999;
}

.megamenu-column.parent a, .megamenu-column.child a {
    color: #000000;
}

@media (min-width: 992px) {
    .megamenu-container {
        position: relative;
        width: 940px;
        /*top: 80px;*/
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (min-width: 1260px) {
    .megamenu-container {
        width: 1200px;
    }
}

.megamenu-container {
    width: 1200px;
}

.megamenu-container ul {
    list-style: none;
}

.megamenu-list-container {
    height: 341.94px;
}

@media (min-width: 992px) {
    .megamenu-list-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        padding: 0;
        background-color: #fff;
        /*min-height: 300.91px;*/
        /*min-height: 305.94px;*/
        /*height: 305.94px;*/
    }
}

.megamenu-list-main-category {
    cursor: pointer;
}

.megamenu-list {
    width: 270px;
    padding: 0;
    list-style: none;
    margin: 0;
}

@media (min-width: 992px) {
    .megamenu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        width: 240px;
        z-index: 1;
    }

    .brand-logo {
        max-width: 188px;
    }

    .navbar-main .icons {
        display: block!important;
    }
}

@media (max-width: 992px) {
    .navbar-main .icons {
        display: block!important;
    }

    .megamenu-list-container {
        height: 0;
    }
}

@media (max-width: 767.98px) {
    .brand-logo {
        /*height: 98%;*/
        max-width: 154px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .brand-logo {
        max-width: 136px;
    }
    .hamburger-icon {
        margin-top: 0.1rem;
    }
}
.hamburger-icon {
    font-size: 1.5rem;
    color: #fff;
}

.bar1, .bar2, .bar3 {
    width: 26px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navbar-main {
    position: relative;
}


.megamenu-details {
    width: 960px;
    /*min-height: 305.94px;*/
    height: 341.94px;
    /*overflow: hidden;*/
}

.megamenu-list {
    /*border-right: 1px solid #e4e8e8;*/
}

.megamenu-list li {
    border-right: 1px solid #e4e8e8;
    padding: 6px 0 6px 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.megamenu-list li:hover {
    background-color: #ffffff;
    border-right: 2px solid #ffffff;
    border-top: 1px solid #e4e8e8;
    border-bottom: 1px solid #e4e8e8;
}

.megamenu-list li:first-child:hover {
    border-top: 1px solid #ffffff;
}

.megamenu-list li:last-child:hover {
    border-bottom: 1px solid #ffffff;
}

.megamenu-column-content {
    width: 237px;
    height: 341.94px;
    float: left;
    background-color: #fff;
}

/*.megamenu-column {*/
/*    font-size: 10px;*/
/*}*/

.megamenu-column.parent {
    color: #000000;
    font-weight: 700;
    margin-top: 3px;
}

.megamenu-details-department {
    /*min-height: 305.94px;*/
    height: 341.94px;
}

.megamenu-details-department-items > .megamenu-section {
    margin: 0;
    padding-left: 10px;
    /*min-height: 305.94px;*/
    height: 341.94px;
    /*border: 1px solid #cfcfcf;*/
    background-color: #fff;
}

.megamenu-details-department-items > .megamenu-section .megamenu-column:first-child {
    margin-top: 0px;
}
.megamenu-details-department-items > .megamenu-section .megamenu-column {
    padding: 3px;
    display: list-item;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

@media (max-width: 1259.98px) and (min-width: 992px) {
    .navbar-inner {
        width: 960px;
    }
    .megamenu-container {
        width: 960px;
    }
    .dropdown-menu-list .dropdown {
        width: 960px;
    }

    .dropdown-menu-list .btn-secondary {
        width: 122px;
    }

    .megamenu-column-content {
        font-size: 0.8rem;
        width: 185px;
        height: 297.55px;
        float: left;
        background-color: #fff;
    }

    .megamenu-list-container {
        font-size: 0.8rem;
        min-height: 297.55px;
        max-height: 297.55px;
    }

    .megamenu-list {
        width: 210px;
    }

    .megamenu-details-department-items > .megamenu-section {
        min-height: 297.55px;
        max-height: 297.55px;
    }

    .megamenu-details-department {
        min-height: 297.55px;
    }

    .megamenu-details {
        max-height: 297.55px;
        width: 750px;
    }
    .megamenu-details-department-items > .megamenu-section .megamenu-column {
        padding: 2px;
    }

    /*.megamenu-list-container {*/
    /*    height: 264.55px;*/
    /*}*/

    .megamenu-column-content {
        max-height: 297.55px;
    }

    .megamenu-container {
        max-height: 297.55px;
    }

    .megamenu {
        max-height: 297.55px;
    }
}

@media (max-width: 991.98px) {
    .dropdown-menu-list .dropdown {
        width: 270px;
    }

    .megamenu-list li:hover {
        background-color: #f5f5f5;
        border-right: 1px solid #e4e8e8;
    }

    .js-background.open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0a0b0b;
        z-index: 9999;
    }

    .navbar-main {
        z-index: 9999;
    }

    .megamenu-container {
        height: 100%;
    }

    .megamenu {
        height: 100%;
    }

    .megamenu-details {
        width: 270px;
        height: calc(100% - 65px);
        max-height: calc(100% - 65px);
    }

    .megamenu-column-content {
        height: auto;
    }

    .megamenu-container {
        background-color: #ffffff;
        width: 270px;
        height: 100%;
    }

    .dropdown-menu-list .btn-secondary {
        width: 270px;
    }

    .megamenu-list {
        width: 270px;
    }

    .megamenu-details-department-title {
        padding-left: 10px;
        padding-top: 5px;
    }

    .megamenu-column-content {
        width: 100%;
    }

    .megamenu-section {
        width: 100%;
    }

    .megamenu-section li {
        /*border-top: 1px solid #e4e8e8;*/
    }

    .dropdown-menu-list .dropdown {
        margin: 0;
    }

    .main-banner {
        position: relative;
        top: 64px;
    }
    .category-banner {
        position: relative;
    }

    .main-container .category-banner {
        top: 64px;
    }

    .megamenu-details-department-items > .megamenu-section .megamenu-column {
        padding: 3px 0;
    }

    .minimized-navbar .megamenu-column.parent {
        font-weight: 400;
        cursor: pointer;
        margin-left: 10px;
    }

    .megamenu-column.child {
        background-color: #f7f7f7;
        padding-left: 20px!important;
    }

    .megamenu-details-department-items > .megamenu-section {
        padding-left: 0;
    }

    .row-less-margin {
        margin-top: 27px;
    }
}

/*.megamenu-list {*/
/*    z-index: 99999;*/
/*}*/

@media (max-width: 768px) {
    .megamenu-container {
        top: 0;
    }

    .minimized-navbar .megamenu-container {
        top: 43px;
    }

    .megamenu-list-container {
        /*z-index: 9999;*/
        background-color: #ffffff;
    }

    .navbar-main {
        position: fixed;
    }
    .category-banner {
        position: relative;
        top: 43px;
    }

    .main-container .category-banner {
        position: relative;
        top: 43px;
    }

    .row-less-margin {
        margin-top: -17px;
    }
}
