/* START HEADER SETTINGS */
#header .header-full-width,
#header .header-top .bon-nav-bar .icon-text,
#header .position-static>#_desktop_search_widget,
#header .header-nav,
#header .bonsearch-left {
    display: none;
}

/* headr 1 */
#header.header-1 .header-full-width,
#header.header-1 .header-top .bon-nav-bar .icon-text,
#header.header-1 .position-static>#_desktop_search_widget,
#header.header-1 .header-nav,
#header.header-1 .bonsearch-left {
    display: none;
}

/* headr 2 */

#header.header-2 .header-full-width .bonmmenu:last-child,
#header.header-2 .position-static>#_desktop_search_widget,
#header.header-2 .header-nav {
    display: none;
}

#header.header-2 .header-full-width,
#header.header-2 .header-top .bon-nav-bar .icon-text {
    display: block;
}

#header.header-2 .sticky-head {
    padding: 0;
}

#header.header-2 .sticky-head .bonmmenu ul[data-bonmm-depth="0"]>li>a {
    padding: 15px 0;
}

/* headr 3 */
#header.header-3 .header-full-width,
#header.header-3 .header-top .bon-nav-bar .icon-text,
#header.header-3 .position-static>#_desktop_search_widget,
#header.header-3 .bonsearch-left {
    display: none;
}

#header.header-3 .header-nav {
    display: block;
}


/* headr 4 */

#header.header-4 .header-full-width .bonmmenu:first-child,
#header.header-4 .bonsearch-left,
#header.header-4 .header-nav,
#header.header-4 .header-top .bon-nav-bar .icon-text {
    display: none;
}


#header.header-4 .header-full-width {
    display: block;
}

/* END HEADER SETTINGS */

/* START MEGA MENU SETTINGS */
.menu img {
  max-width: 300px;
}

.menu-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.bonmmenu img {
  max-width: 100%;
  height: auto;
}

.bonmmenu.direction-vertical .vertical-hidden[data-bonmm-depth="0"]:not(.active) {
  height: 0;
}

.bonmmenu.direction-vertical .vertical-hidden[data-bonmm-depth="0"]:not(.active)>li {
  opacity: 0;
}

.bonmmenu.direction-vertical .vertical-hidden[data-bonmm-depth="0"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  position: absolute;
}

.bonmmenu.direction-vertical .vertical-hidden[data-bonmm-depth="0"]>li {
  opacity: 1;
  position: relative;
}

.bonmmenu .direction-full_screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bonmmenu .direction-full_screen>li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bonmmenu .direction-full_screen[data-bonmm-depth="0"]:not(.active) {
  width: 0;
}

.bonmmenu .direction-full_screen[data-bonmm-depth="0"]:not(.active)>li {
  opacity: 0;
}

.bonmmenu .direction-full_screen[data-bonmm-depth="0"] {
  width: 300px;
}

.bonmmenu .direction-full_screen[data-bonmm-depth="0"]>li {
  opacity: 1;
}

.bonmmenu.sub-direction-full_screen.popup_full_width .sub-menu {
  height: 100vh;
  width: calc(100vw - 300px);
}

.bonmmenu.sub-direction-full_screen.popup_container_width [data-bonmm-depth="0"]>li>.popover {
  left: 100% !important;
}

.bonmmenu.sub-direction-horizontal:not(.popup_header_width) {
  position: relative;
  width: 100%;
}

.bonmmenu.sub-direction-vertical .bonmm-top-menu[data-bonmm-depth="1"],
.bonmmenu.sub-direction-vertical .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bonmmenu.sub-direction-vertical .bonmm-top-menu[data-bonmm-depth="0"]>li {
  position: relative;
}

.bonmmenu.sub-direction-vertical,
.bonmmenu.sub-direction-full_screen {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.bonmmenu:not(.popup_full_width):not(.popup_header_width).direction-horizontal {
  position: relative;
}

.bonmmenu.direction-horizontal>.bonmm-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bonmmenu.direction-horizontal>.bonmm-top-menu.center_alignment {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bonmmenu.direction-horizontal>.bonmm-top-menu.left_alignment {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.bonmmenu.direction-horizontal>.bonmm-top-menu.right_alignment {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.bonmmenu.direction-horizontal>.bonmm-top-menu .popover[bonmm-data-popup-width="popup_full_width"] {
  width: 100%;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="0"]>a>.collapse-icons {
  display: none;
}

.bonmmenu .bonmm-top-menu.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bonmmenu .bonmm-top-menu .popover {
  margin: 0;
  max-width: 100vw;
  max-height: 95vh;
  overflow: auto;
  width: 100%;
}

.bonmmenu .bonmm-top-menu .popover[bonmm-data-popup-width="popup_content_width"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="0"] {
  margin-bottom: 0;
}

.bonmmenu .bonmm-top-menu[bonmm-data-submenu-width="submenu_content_width"] {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.bonmmenu ul[data-bonmm-depth="1"]>li a {
  text-align: inherit;
  white-space: normal;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bonmmenu .bonmm-products-wrapper:empty,
.bonmmenu .bonmm-banners-wrapper:empty {
  display: none !important;
}

.bonmmenu .bonmm-products-wrapper,
.bonmmenu .bonmm-banners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.bonmmenu .bonmm-products-wrapper img,
.bonmmenu .bonmm-banners-wrapper img {
  width: 100%;
  height: auto;
}

.bonmmenu .bonmm-products-wrapper .bonmm-product-item {
  padding-left: 0;
  padding-right: 0;
}

.bonmmenu .bonmm-products-wrapper .bonmm-image-wrapper {
  padding: 10px 0;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description .comments_scroll {
  padding: 5px;
  padding-bottom: 0;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description .bonmm-prod-brand {
  margin-bottom: 0;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description .name {
  font-size: 16px;
  padding: 5px;
  text-align: center;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description .comments_note {
  width: 100%;
}

.bonmmenu .bonmm-products-wrapper .bonmm-item-description .comments_note span,
.bonmmenu .bonmm-products-wrapper .bonmm-item-description .comments_note .bonmm-product-item {
  display: none;
}

.bonmmenu .bonmm-banners-wrapper .img-wrapper {
  width: 100%;
  overflow: hidden;
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper {
  position: relative;
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.bonmmenu .bonmm-banners-wrapper .custom-description {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 20px;
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper:nth-child(3) .custom-description,
.bonmmenu .bonmm-banners-wrapper .banner-wrapper:nth-child(4) .custom-description {
  right: 0;
}

.bonmmenu .bonmm-banners-wrapper .category-description {
  padding: 20px;
}

.bonmmenu ul[data-bonmm-depth="0"]>li>.popover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.bonmmenu ul[data-bonmm-depth="0"]>li>.popover:hover {
  pointer-events: auto;
}

.bonmmenu ul[data-bonmm-depth="0"]>li>.popover>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.bonmmenu ul[data-bonmm-depth="0"]>li>a {
  padding: 5px 0;
}

#header>.menu-main-wrapper ul[data-bonmm-depth="0"]>li>a {
  padding: 12px 0;
}

.bonmmenu ul[data-bonmm-depth="0"]>li:hover>.popover {
  pointer-events: auto;
}

.bonmmenu.sub-direction-vertical ul[data-bonmm-depth="0"]>li>.popover {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bonmmenu.sub-direction-vertical ul[data-bonmm-depth="0"]>li>.popover>.container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bonmmenu.sub-direction-horizontal .popover_type_1 ul[data-bonmm-depth="1"] {
  width: 40%;
}

.bonmmenu.sub-direction-horizontal .popover_type_1 .bonmm-products-wrapper,
.bonmmenu.sub-direction-horizontal .popover_type_1 .bonmm-banners-wrapper {
  width: 60%;
}

.bonmmenu.sub-direction-horizontal .popover_type_2 ul[data-bonmm-depth="1"] {
  width: 70%;
}

.bonmmenu.sub-direction-horizontal .popover_type_2 .bonmm-products-wrapper,
.bonmmenu.sub-direction-horizontal .popover_type_2 .bonmm-banners-wrapper {
  width: 30%;
}

.bonmmenu.sub-direction-horizontal .popover_type_3 ul[data-bonmm-depth="1"] {
  width: 52%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
}

.bonmmenu.sub-direction-horizontal .popover_type_3 .bonmm-products-wrapper,
.bonmmenu.sub-direction-horizontal .popover_type_3 .bonmm-banners-wrapper {
  width: 51%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 10px;
}

.bonmmenu.sub-direction-horizontal .popover_type_3 .custom-description {
  position: unset;
  top: 0;
  -webkit-transform: unset;
  transform: unset;
  padding: 20px 0;
}

.bonmmenu.sub-direction-horizontal .popover_type_3 ul[data-bonmm-depth="1"]>li {
  padding: 0 10px;
}

.bonmmenu.sub-direction-horizontal .popover_type_4 ul[data-bonmm-depth="1"],
.bonmmenu.sub-direction-horizontal .popover_type_4 .bonmm-products-wrapper,
.bonmmenu.sub-direction-horizontal .popover_type_4 .bonmm-banners-wrapper {
  width: 100%;
}

.bonmmenu .on_hover {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
  z-index: 1;
}

.bonmmenu .on_hover img {
  visibility: hidden;
}

.bonmmenu li>a:hover>.on_hover img {
  visibility: visible;
}

.bonmmenu ul[data-bonmm-depth="1"] li,
.bonmmenu ul[data-bonmm-depth="1"] a {
  position: relative;
}

.bonmmenu .width-col-12 ul[data-bonmm-depth="1"]>li {
  width: 100%;
}

.bonmmenu .width-col-12 ul[data-bonmm-depth="1"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inherit;
}

.bonmmenu .width-col-6 ul[data-bonmm-depth="1"]>li {
  width: 50%;
}

.bonmmenu .width-col-4 ul[data-bonmm-depth="1"]>li {
  width: 33.33%;
}

.bonmmenu .width-col-3 ul[data-bonmm-depth="1"]>li {
  width: 25%;
}

.bonmmenu .width-col-2 ul[data-bonmm-depth="1"]>li {
  width: 15%;
}

.bonmmenu a:not([data-bonmm-depth="0"]) {
  display: block;
  padding: 0.625rem;
  font-weight: 400;
}

.bonmmenu a.dropdown-submenu {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonmmenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bonmmenu a[data-bonmm-depth="0"],
.bonmmenu .bonmm-title {
  padding: 10px;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 1;
}

.bonmmenu a[data-bonmm-depth="0"] span,
.bonmmenu .bonmm-title span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header .bonmmenu a[data-bonmm-depth="0"]:hover,
#header .bonmmenu .bonmm-title:hover {
  text-decoration: none;
}

.bonmmenu a[data-bonmm-depth="1"],
.bonmmenu a[data-bonmm-depth="2"] {
  padding: 0 0.625rem 0.625rem 0;
}

.bonmmenu ul:not([data-bonmm-depth="0"]) .collapse_sub>.collapse {
  height: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.bonmmenu ul:not([data-bonmm-depth="0"]) .collapse_sub:hover>.collapse,
.bonmmenu ul:not([data-bonmm-depth="0"]) li:not(.collapse_sub) .collapse {
  display: inherit;
  height: auto;
}

.bonmmenu.sub-direction-horizontal .sub-menu.collapse {
  top: 100%;
  left: 0;
}

.bonmmenu.direction-vertical .popover,
.bonmmenu.sub-direction-full_screen .popover {
  min-height: 100%;
}

.bonmmenu.direction-vertical .sub-menu.collapse,
.bonmmenu.sub-direction-full_screen .sub-menu.collapse {
  top: 0;
  left: 100%;
}

.bonmmenu.direction-vertical ul[data-bonmm-depth="0"]>li>a>.collapse-icons,
.bonmmenu.sub-direction-full_screen ul[data-bonmm-depth="0"]>li>a>.collapse-icons {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.bonmmenu .sub-menu {
  z-index: 18;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  margin-left: 0.9375rem;
  visibility: hidden;
  border: none;
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.bonmmenu .sub-menu.collapse {
  visibility: hidden;
  opacity: 0;
}

.bonmmenu .sub-menu.collapse.in {
  visibility: visible;
  opacity: 1;
}

.bonmmenu .sub-menu ul[data-bonmm-depth="1"]>li {
  padding: 0 10px;
}

.bonmmenu .popover {
  max-width: inherit;
  border-radius: 0;
}

.bonmmenu ul[data-bonmm-depth="1"] .collapse_sub .dropdown-item:hover .collapse-icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bonmmenu li.manufacturer {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.bonmmenu li.manufacturer img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bonmmenu li.manufacturer:hover>a>img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bonmmenu li.manufacturer a {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bonmmenu .bonmm-category-img {
  margin-bottom: 10px;
}

.popover.bs-tether-element-attached-top {
  margin-top: 0;
}

.bonmm-top-menu[data-bonmm-depth="0"]>li {
  margin: 0 12px;
}

#header:not(.header-4) .bonmm-top-menu[data-bonmm-depth="0"]>li {
  padding: 6px 0;
}

.bonmm-top-menu[data-bonmm-depth="0"]>li>.sub-menu {
  padding: 10px;
}

.bonmm-top-menu[data-bonmm-depth="0"] li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.bonmm-top-menu[data-bonmm-depth="1"]>li {
  width: 25%;
}

#mobile_top_menu_wrapper {
  padding: 15px;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-bonmm-depth="0"] {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  position: static;
  z-index: inherit;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="1"] {
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="1"]>li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="1"]>li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
  padding: 0.625rem;
  font-weight: 600;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="2"] li a {
  padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="3"] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-bonmm-depth="4"] li a {
  padding-left: 3.75rem;
}

.bonmm-mobile .collapse-icons i,
.bonmmenu .collapse-icons i {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}

.bonmm-mobile .bonmm-mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding: 0 10px;
}

.bonmm-mobile a[data-bonmm-depth="0"] {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}


.bonmm-mobile .popover {
  top: 0 !important;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="1"]>li {
  width: 100%;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] {
  overflow: hidden;
  padding: 15px;
  width: 100%;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  z-index: 1055;
  padding-top: 5px;
  overflow-y: scroll;
  padding-bottom: 50px;
  top: 100%;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"].active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li.manufacturers .bonmm-top-menu[data-bonmm-depth="1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li.manufacturers .bonmm-top-menu[data-bonmm-depth="1"] li {
  width: 50%;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li.manufacturers .bonmm-top-menu[data-bonmm-depth="1"] li img {
  width: 100%;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover {
  position: static;
  visibility: hidden;
  border: none;
  background-color: inherit !important;
  top: 0;
  width: 100%;
  height: 0;
  padding: 0;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover .container,
.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li>.popover>ul {
  display: inline-block;
  visibility: hidden;
  width: 100%;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover.in,
.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover.show {
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover.in .container,
.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .popover.show .container,
.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li .popover.in>ul,
.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li .popover.show>ul {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] .collapse-icons i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bonmm-mobile.vertical .bonmm-top-menu[data-bonmm-depth="0"] .collapse-icons[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li {
  margin-left: 0;
  margin-right: 0;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"]>li:first-child {
  margin-top: 10px;
}

.bonmm-mobile .bonmm-top-menu[data-bonmm-depth="0"] ul[data-bonmm-depth="2"] li a {
  padding-left: 1.25rem !important;
  opacity: 0.9;
}

.bonmm-mobile .bonmm-products-wrapper,
.bonmm-mobile .bonmm-banners-wrapper,
.bonmm-mobile .bonmm-category-img,
.bonmm-mobile .desktop.collapse-icons {
  display: none;
}

.bonmmenu a[data-bonmm-depth="0"]>.bonmm_label {
  left: 0;
  top: -14px;
}

.bonmm_label {
  position: absolute;
  top: 0;
  left: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 300;
}

.bonmm_label.bonmm_label_type_1 {
  padding: 0 8px 0 6px;
  text-transform: uppercase;
  line-height: 16px;
  -webkit-box-shadow: 4px 4px 4px rgba(90, 90, 90, 0.14);
  box-shadow: 4px 4px 4px rgba(90, 90, 90, 0.14);
  display: block;
}

.bonmm_label.bonmm_label_type_1:after {
  content: "";
  border: 8px solid;
  border-color: inherit;
  border-right-color: transparent;
  top: 0;
  position: absolute;
}

.burger-lines {
  height: 19px;
  width: 25px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 10px;
}

.burger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
}

.bonmm-contant-info {
  padding: 10px;
  color: #3a3a3a;
}

.bonmm-icon {
  padding: 0 10px;
}

@media screen and (max-width: 1920px) {
  .bonmmenu .custom-description h3 {
    font-size: calc(16px + (27 - 16) * ((100vw - 768px) / (1920 - 768)));
  }
}

.bonmmenu>.bonmm-top-menu>li>a {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .popover_type_1 .banner-wrapper {
    width: 50%;
  }

  .bonmmenu>.bonmm-top-menu>li>a {
    font-size: 13px;
    font-weight: 400;
  }

  .bonmm-mobile .collapse-icons i,
  .bonmmenu .collapse-icons i {
    font-size: 15px;
  }
}

.bonmmenu>.bonmm-top-menu>li>.sub-menu.collapse {
  opacity: 0;
  z-index: 9999;
}

.bonmmenu>.bonmm-top-menu>li:hover>.sub-menu.collapse {
  opacity: 1;
}



.bonmmenu .sub-menu ul[data-depth="1"]>li a,
.bonmmenu .sub-menu ul[data-depth="2"]>li a {
  padding: 0;
  margin: 0;
  display: inline;
  font-weight: 400;
}

.bonmmenu a.dropdown-submenu {
  font-weight: 400;
  font-size: 15px;
}

.bonmmenu .sub-menu.collapse .collapse {
  padding-top: 0;
}

.bonmmenu .custom-description h3 {
  font-size: 27px;
}

.bonmmenu .custom-description p {
  font-size: 14px;
}

.bonmmenu .name:hover {
  color: RGB(var(--brand-hover)) !important;
}

.menu-main-wrapper .manufacturer .dropdown-item {
  display: none;
}

/* #desktop_bonmm_0 {
  background: transparent !important;
} */

.menu-main-wrapper .float-xs-right {
  float: right !important;
}

.bonmm-mobile>.bonmm-top-menu {
  display: none;
}


/* horizontal mobile menu */
 

.bonmm-mobile.horizontal [data-bonmm-depth="0"] .sub-menu ul {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 100%;
  transform: translateX(10%);
  transition: all .2s ease;
  padding: 15px;
  opacity: 0;
}

.bonmm-mobile.horizontal [data-bonmm-depth="0"] .sub-menu.collapse.in ul {
  transform: translateX(0);
  opacity: 1;
  transition: all .2s ease;
}

.bonmm-mobile.horizontal [data-bonmm-depth="0"] .collapsing,
.bonmm-mobile.horizontal [data-bonmm-depth="0"] .collapse {
  transition: none !important;
  height: 0 !important;
}

.bonmm-mobile.horizontal .collapse-icons i {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.bonmm-mobile.horizontal .bonmm-top-menu .back i {
  transform: rotate(90deg);
}

.bonmm-mobile.horizontal .bonmm-top-menu .back {
  border: none;
  padding-left: 0;
}

.bonmm-mobile.horizontal  .back-icon-wrapper {
  width: 100%;
}
.bonmm-mobile.horizontal [data-bonmm-depth="0"]>.back-icon-wrapper {
  display: none !important;
}

.bonmm-mobile.horizontal [data-bonmm-depth="0"] .bonmm-top-menu li:first-of-type {
  margin-top: 7px;
}

.bonmm-mobile a:not([data-bonmm-depth="0"]) {
  padding: 5px 3px 5px 0;
  border-bottom: 1px dashed #f6f6f6;
}