.footer-top-container.section-container {
    display: none;
}
#more-menu-item {
    float: right;
}
.block.filter {
    display: none;
}
.level-top > span {
	white-space: unset !important;
}
.block.block .level-top > span {
    text-transform: none !important;
}
/*.header-top-container {
    display: none;
    visibility: hidden;
}*/
.block.block-vertnav.clearfix.hide-below-768 {
    display: none;
}

/*---- Neel Style ----*/

.CategorySidebar{ border: 1px solid #dddfdd; }
.CategorySidebar ol.items{ }
.CategorySidebar ol.items li.main-catagories-start{ padding: 8px 11px; background-color: #073c66; color: #ffffff; display: block; margin-bottom: 0px !important; }

.CategorySidebar ol.items li.main-menu{ position: relative; margin-bottom: 3px !important; background-color: #f5f5f5; }
.CategorySidebar ol.items li.main-menu button#first-btn{ position: absolute; right: 0px; top: 0px; padding: 10px 0px; width: 30px; font-weight: bold; }

.CategorySidebar ol.items li.main-menu .parent-catagory{ position: relative; padding: 8px 10px 8px 35px; display: inline-block; /*background-color: #f5f5f5;*/ }
.CategorySidebar ol.items li.main-menu .parent-catagory:before{ position: absolute; left: 8px; top: 10px; font-family: ThemeIcons; content: "\e263"; background-color: #fff; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }

.CategorySidebar ol.items li.main-menu ul.child-level-2 li.lavel-2-li{ position: relative; margin-top: 10px; }
.CategorySidebar ol.items li.main-menu ul.child-level-2 li.lavel-2-li a#btn-add{ padding-top: 5px; display: table; }
.CategorySidebar ol.items li.main-menu ul.child-level-2 li.lavel-2-li button#secound-btn{ position: absolute; right: 0px; top: 0px; padding: 6px 0px 8px 0px; width: 30px; font-weight: bold; }

.CategorySidebar ol.items li.main-menu ul.child-level-3 li.lavel-3-li{ position: relative; margin-top: 10px; padding-left: 10px; }
.CategorySidebar ol.items li.main-menu ul.child-level-3 li.lavel-3-li a { padding-top: 5px; display: table; }
.CategorySidebar ol.items li.main-menu ul.child-level-3 li.lavel-3-li button#thired-btn{ position: absolute; right: 0px; top: 0px; padding: 6px 0px 8px 0px; width: 30px; font-weight: bold; }

.CategorySidebar ol.items li.main-menu ul.child-level-4{ margin-top: 10px; }
.CategorySidebar ol.items li.main-menu ul.child-level-4 li.lavel-4-li{ margin-bottom: 5px; padding-left: 6px; }


/*---- Detail Page Gallery Css ----*/
.fotorama--fullscreen{ background-color: rgba(0, 0, 0, 0.5) !important; padding: 50px; width: calc(100% - 100px) !important; }
.fotorama--fullscreen .fotorama__wrap{ max-width: 660px !important; margin: 0px auto !important; background-color: #ffffff; }

.fotorama--fullscreen .fotorama__fullscreen-icon{ background-color: #ffffff !important; }


/*---- Header Fixed ----*/
.header-top .links-wrapper-separators{ float: right !important; }
.header-container .item-left { width: 100% !important; }


.nav-container .inner-container{ padding-left: 0px !important; padding-right: 0px !important; }

.nav-container .nav.container{ max-width: 1140px; }


/*---- Responsive ----*/

@media only screen and (max-width : 1199px) {
.nav-container .nav.container { max-width: 940px; }
}

@media only screen and (max-width : 991px) {
.nav-container .nav.container { max-width: 720px; }
}

@media only screen and (max-width : 767px) {
.slideshow-wrapper.hidden-xs{ display: inherit !important; }
}

@media only screen and (max-width : 575px) {
.fotorama--fullscreen { padding: 5px !important; width: calc(100% - 10px) !important; }
}