.category-section {
    padding: 58px 0;
    position: relative;
}

.category-section h3 {
    text-align: center;
    font-size: 15.92px;
    margin: 0;
}

.category-section .categories-title {
    margin-top: 30px;
}

.category-section .col-md-3>p {
    color: #b3aa9b;
    text-align: center;
}

.category-section .col-md-6>h3 {
    font-size: 20.08px;
    margin-bottom: 15px;
}

.category-section .col-md-6>h4 {
    background-image: url("../images/slider/slider-box-title.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 18px 0;
    color: #b3aa9b;
    margin-bottom: 45px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.category-box-main {
    margin-top: 0;
    position: relative;
    width: 100%;
}

.category-box-main .category-box {
    border-top: 0;
    border-bottom: 0;
    position: relative;
    padding: 1px 0 0 0;
    padding-bottom: 45px;
    margin-bottom: 15px;
}

.category-box-main .col-md-3 .category-box,
.category-box-main .category-box a .cat-hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.category-box img {
    width: 100%;
}

.category-box-main .col-md-3,
.single-product .category-box-main .col-md-6 {
    margin: 0;
    padding: 0;
}

.category-box-main .col-md-3:first-child .category-box {
    border-left: none;
}

.category-box-main .col-md-3:last-child .category-box {
    border-right: none;
}

.category-box-main .col-md-3 .category-box {
    border-left: 1px solid #e8e8e8;
}

.mega-menu-column span.sale,
.category-box-main .category-box>a>span {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    color: #b3aa9b;
    z-index: 2;
    font-size: 17px;
}

.mega-menu-column span.sale,
.category-box-main .category-box>span.sale,
.category-box-main .category-box>span.new {
    position: absolute;
    top: 17px;
    right: 30px;
    font-size: 11.97px;
    padding: 0 2px;
    border-radius: 3px;
    z-index: 2;
}

.dropdown-menu li a span.sale,
.mega-menu-column span.sale,
.category-box-main span.sale {
    background-color: #ff3838;
    border: 1px solid #ff1111;
}

.category-box-main span.new {
    background-color: #d36918;
    border: 1px solid #d36918;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

.category-box-main .category-box a:hover .cat-hover {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.menu-block {
    border: 1px solid #e5e2dd;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-block.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 9998;
}

.menu-block.navbar-fixed-top .tooltip {
    display: none;
}

.menu-block .navbar {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-block .navbar .nav {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-block .navbar .nav>li {
    float: none;
    margin: 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-block .navbar .nav li a {
    color: #000;
    padding: 30px 0;
    position: relative;
}

.menu-block .navbar .nav li.dropdown>a:before {
    bottom: 10px;
    content: "\f0d7";
    color: #b3aa9b;
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.menu-block .navbar .nav li.dropdown>.dropdown-toggle:after {
    display: none;
}

.navbar .nav > li > .dropdown-menu,
.navbar .nav > li > .mega-dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.navbar .nav > li > .dropdown-menu.show,
.navbar .nav > li > .mega-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.2s ease, visibility 0s linear 0s;
}

.dropdown-menu {
    padding: 40px;
    min-width: 240px;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-block .dropdown-menu {
    border-top: 2px solid #b3aa9b;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 80px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0;
    width: 100%;
    background: white;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    z-index: 1000;
}

.mega-dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mega-dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-bottom: 6px solid #b3aa9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.menu-block .navbar .nav li a:hover,
.menu-block .navbar .nav li a:focus {
    color: #b3aa9b;
    background-color: transparent;
}

.menu-block .dropdown-menu li a {
    padding: 5px 0 !important;
    color: #b3aa9b;
    font-family: 'Roboto', sans-serif;
    transition: color 0.2s ease;
}

.menu-block .dropdown-menu li a:hover {
    color: #000;
    background-color: transparent;
}

.tooltip.top {
    margin-top: -65px;
}

.navbar-fixed-top .tooltip.top {
    margin-top: 0;
}

.tooltip {
    opacity: 1;
    width: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.mega-dropdown-menu .dropdown-header {
    color: #b3aa9b;
    font-size: 15px;
    font-weight: bold;
    padding-left: 0;
    transition: none;
}

.tooltip-inner {
    background-color: #ff3838;
    padding: 2px 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ff3838;
}

.mega-dropdown-menu.show,
.dropdown-menu.show,
.mega-dropdown-menu.show:hover,
.dropdown-menu.show:hover {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
}

.dropdown-menu, 
.mega-dropdown-menu {
    transform: none !important;
}

.navbar .nav > li > a,
.mega-menu a {
    transition: color 200ms ease;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

@media (max-width: 991px) {
    .mega-dropdown-menu {
        position: static !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 10px 0 !important;
        box-shadow: none !important;
        background: #fff !important;
        max-height: 220px !important;
        overflow-y: auto !important;
    }
    .mega-dropdown-menu.show,
    .dropdown-menu.show {
        max-height: 300px !important;
        overflow-y: auto !important;
    }
    .mega-dropdown-menu .list-unstyled {
        width: 100% !important;
        max-width: 220px !important;
        padding: 0px 0 !important;
        margin: 0 auto !important;
    }
    .mega-dropdown-menu .list-unstyled li {
        font-size: 13px !important;
        padding: 2px 0 !important;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 14px !important;
        padding: 4px 0 !important;
    }
    .mega-dropdown-menu:before {
        display: none !important;
    }
    .mega-dropdown-menu .row {
        flex-direction: column !important;
        margin: 0 !important;
    }
    .mega-dropdown-menu li.col-lg-4,
    .mega-dropdown-menu li.col-md-6,
    .mega-dropdown-menu li.col-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 5px !important;
        margin-bottom: 0px !important;
        min-width: 0 !important;
    }
    .mega-dropdown-menu .list-unstyled {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 0 !important;
        margin: 0 auto !important;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 14px !important;
        padding: 4px 0 !important;
    }
    .mega-dropdown-menu .list-unstyled li {
        font-size: 13px !important;
        padding: 2px 0 !important;
    }
    .dropdown-menu {
        padding: 10px !important;
        min-width: 100% !important;
    }
    .menu-block .navbar .navbar-collapse {
        background: #fff;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }
    .menu-block .navbar .nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
    }
    .menu-block .navbar .nav > li {
        width: 100%;
        margin: 0 !important;
        justify-content: flex-start !important;
    }
    .menu-block .navbar .nav li a {
        padding: 10px 10px !important;
        font-size: 12px !important;
        width: 100%;
        box-sizing: border-box;
    }
}

