#ProductMenu_List .RootCategory_Productmenu:hover .new_menuContainer{
  display: flex;
}

.RootCategory_Productmenu:hover .new_menu{
  display:flex;
  width: 65%;
  margin: 0 7.5%;
  flex-wrap: wrap;
}

.RootCategory_Productmenu:hover .new_commercialMenu{
  display:flex;
  width: 20%;
}

.RootCategory_Productmenu .new_menuContainer {
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 1);
  margin: 0;
  box-shadow: 0 5px 18px rgb(0 0 0 / 20%);
  z-index: 500;
  display: none;
  width: 100vw;
  padding: 1% 0%;
  left: 0;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}

.RootCategory_Productmenu .new_menu_container_category,
.RootCategory_Productmenu .new_menu_container_designs {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}


.RootCategory_Productmenu .new_menu_container_designs {
  border-left:1px solid #e2e2e2;
  padding-left: 10%;
}

.RootCategory_Productmenu .new_menu_container_design hr{
  width: 100%;
  border: #ffffff;
}

.RootCategory_Productmenu .new_menu_category,
.RootCategory_Productmenu .new_menu_designs {
  padding: 25px 2% 25px 0%;
}

.RootCategory_Productmenu .new_menu_design {
  width: 80%;
}

.RootCategory_Productmenu .new_menu_Offer {
  width: 100%;
}

.RootCategory_Productmenu .new_menu_Offer a{
  display:flex;
  text-decoration: none;
  height: 100%;
}

.RootCategory_Productmenu .new_menu_Offer a:hover {
    font-weight:unset;
}

.RootCategory_Productmenu .new_menu_Offer a .TextContainer{
 flex:0 0 50%;
 background-color: #ededed;
 border-radius: 5px 0px 0px 5px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding: 12px;
 text-align: center;
 height: 100%;
}

.RootCategory_Productmenu .new_menu_Offer a .TextContainer .HeadLine{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.RootCategory_Productmenu .new_menu_Offer a .TextContainer .Text{
 font-size: 14px;
 margin-bottom: 15px;
}

.RootCategory_Productmenu .new_menu_Offer a .TextContainer .Btn{
 padding: 5px 18px;
 color: #fff;
 background: #0178a3;
 width: fit-content;
 display: block;
 margin: 0 auto;
 text-transform: uppercase;
 border-radius: 5px;
 font-weight: 900;
}

.RootCategory_Productmenu .new_menu_Offer a .ImgContainer{
 margin: 0 auto;
 overflow: hidden;
 position: relative;
 width: 100%;
 border-radius: 0px 5px 5px 0px;
}

.RootCategory_Productmenu .new_menu_Offer a .ImgContainer img{
 display:block;
 height: 100%;
 width: auto;
 transform: translate(-50%, -50%);
 left: 50%;
 position: absolute;
 top: 50%;
 min-height: 260px;
}

.RootCategory_Productmenu a.menu_item_design {
  width: 24%;
  margin: 0% 1% 1% 0%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05rem;
  overflow: hidden;
}

.RootCategory_Productmenu a.menu_item_design.ThreeRow {
  width: 32%;
}

.RootCategory_Productmenu a.menu_item_design img{
  display: block;
  transition: 0.5s;
  max-height: 328px;
  margin: auto;
  max-width: 100%;
}

.RootCategory_Productmenu a.menu_item_design:hover img{
  transform: scale(1.1);
}

.RootCategory_Productmenu a.menu_item_design:hover span{
  color: rgb(255, 255, 255)
}

.RootCategory_Productmenu a.menu_item_design span{
  z-index: 600;
  background: #0085b7;
  width: 100%;
  position: relative;
  line-height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}

.RootCategory_Productmenu
  .new_menu_container_design
  img.ProductMenu_Category_Icon.Productmenu_Category_Icon {
  max-width: 100%;
}

.RootCategory_Productmenu .new_menu_category{
  flex: 1;
}

.RootCategory_Productmenu .new_menu .Heading{
  flex: 0 0 100%;
font-size: 22px;
margin-bottom: 20px;
  font-weight: 900;
}

.RootCategory_Productmenu .new_menu_designs{
  width: 25%;
}

.RootCategory_Productmenu p.new_menu_title {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.RootCategory_Productmenu .new_menu_container_category > a,
.RootCategory_Productmenu .new_menu_container_designs > a {
  margin: 5px 0;
  text-decoration: none;
  padding-bottom: 8px;
  width: 23%;
}

.RootCategory_Productmenu .new_menu_container_designs > a{
  width: 100%;
}

.RootCategory_Productmenu .new_menu_container_category > a:hover{
 font-weight:normal;
}
.RootCategory_Productmenu .new_menu_container_category > a:hover span{
 border-bottom:1px solid #0178a3;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu{
  width: 85vw;
  margin:0;
  background-color: #f9f9f9;  
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu{
  width:100%;
  margin: 0 2%;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_commercialMenu{
  display:none;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category{
  display:flex;
  gap:5%;
  flex-direction: row;
  /*! flex-wrap: nowrap; */
  align-items: flex-start;
  row-gap: 25px;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer{
  display:flex;
  flex-direction: column;
  flex:auto;
  flex: 0 0 21.25%;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer .Heading{
  flex:auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size:16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a{
  text-decoration: none;
  margin: 8px 0px;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a:hover span{
  border-bottom: 1px solid #0178a3;
  padding-bottom: 2px;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a.menu_item_category:hover{
  font-weight: normal;
  
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a img{
  height:20px;
  width:auto;
  display:block;
}

.RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu_category{
  padding: 0px;
 }

.demo1 .RootCategory_Productmenu a.menu_item_design img{
  display:none;
}

.demo1 .RootCategory_Productmenu .new_menuContainer{
  max-width:unset;
  width: auto;
  padding: 20px 10px;
  max-width: 600px;
  min-width: 500px;
}

.demo1 .RootCategory_Productmenu .new_menu_category{
  width: 100%;
}

#ProductMenu_List.demo1 .RootCategory_Productmenu .new_menu{
    width:100%;
}

#ProductMenu_List.demo1 > li{
  position:relative;
}
#ProductMenu_List.demo1 > li:nth-of-type(6){
  position: unset;
}

.demo1 .RootCategory_Productmenu .new_menu_category {
  border-right: none;
}

.demo1 .RootCategory_Productmenu .new_menuContainer{
  left:0%;
}

.demo1 .RootCategory_Productmenu a.menu_item_design{
  width:100%;
  color: #000;
  margin: 0%;
  line-height: unset;
  margin: 3px 0px;
}

.demo1 .RootCategory_Productmenu a.menu_item_design span{
  background:none;
  text-align: left;
  justify-content: left;
  line-height: unset;
  font-size: 14px;
  margin: 0%;
  letter-spacing: 0px;
  height: 19px;
}

.demo1 .RootCategory_Productmenu a.menu_item_design:hover{
  font-weight:normal;
}

.demo1 .RootCategory_Productmenu a.menu_item_design:hover span{
  color: #3b3b3b;
}

.demo1 .RootCategory_Productmenu .new_menu_design {
    width: 50%;
    display:none;
}

.demo1 .RootCategory_Productmenu .new_menu_design{
  padding: 0 0 0 6%;
}
.demo1 .RootCategory_Productmenu:last-child .new_menuContainer,
.demo1 .RootCategory_Productmenu:nth-of-type(5) .new_menuContainer
 {
  left: unset;
  right: 0%;
}

.demo1 .RootCategory_Productmenu .new_menu_container_category > a{
  margin: 4px 0 0px 0px;
  padding-bottom:4px;
  width:50%;
}

.demo1 .RootCategory_Productmenu p.new_menu_title{
  margin-bottom:8px;
}

.demo1 .RootCategory_Productmenu .new_menu_container_category{
  flex-flow: wrap;
}

 .RootCategory_Productmenu .new_menu_Offer:hover a .TextContainer .Btn{
  background: #004f6d;
  cursor: pointer;
 }

.SubMenu{

  background: white;
  border-bottom: 1px solid #eee;
}

.SubMenu .SubMenuWrapper{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 0px;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper{
  font-size: 14px;
  padding: 5px 0px;
  margin:5px 0px;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper a{
  text-decoration: none;
  border-bottom:1px solid #fff;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper a.HasDropDown{
  border-bottom:1px solid #eee;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper a:hover{
  font-weight: normal;
  border-bottom:1px solid #eee;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper a.HasDropDown:after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
  transition: transform .15s ease-in-out;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper:hover a.HasDropDown:after{
  transition: transform .15s ease-in-out;
  transform: rotate(180deg);
}

.SubMenu .SingleElementWrapper .DropDown{
  position: absolute;
      top: 100%;
      min-width: 240px;
      background-color: #fff;
      list-style: none;
      padding: 10px 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      transform: scaleY(0);
      transform-origin: top;
      transition: transform .15s ease-in-out;
      pointer-events: none;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      z-index: 40;
  border: 1px solid #eee;
}

.SubMenu .SingleElementWrapper:hover > .DropDown{
  transform: scaleY(1);
      pointer-events: all;

}

.SubMenu .SingleElementWrapper .DropDown li{
  list-style: none;
  padding: 10px;
  margin: 10px;
}

@media only screen and (max-width: 1440px)  {

  .RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer .Heading{
    font-size: 11px;
  }

  .RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a{
    font-size: 11px;
    margin: 4px 0px;
  }

 .RootCategory_Productmenu .new_menu_category {
    width: 70%;
 }

 .RootCategory_Productmenu .new_menu_Offer a .ImgContainer{
   display:none;
 }

 .RootCategory_Productmenu .new_menu_Offer a .TextContainer{
   flex:0 0 100%;
   border-radius: 5px;
 }

 .RootCategory_Productmenu .new_menu_container_category > a{
  width: 31%;
 }



 .RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a{
  margin:4px 0px;
}

 .RootCategory_Productmenu .new_menuContainer.SuperMenu .new_menu .new_menu_container_category .RowContainer a span{
  font-size:12px;
 }
}

@media only screen and (max-width: 1100px)  {

  .RootCategory_Productmenu .new_menu{
    width: 95%;
  }
  .RootCategory_Productmenu .new_menuContainer.SuperMenu{
    width: 95vw;
  }

 .RootCategory_Productmenu:hover .new_menu{
  width:95%;
  margin-left: 2.5%;
 }

 .RootCategory_Productmenu .new_menu_Offer a .ImgContainer{
  display:none;
 }

 .RootCategory_Productmenu .new_menu_Offer a .TextContainer{
  flex: 0 0 100%;
 }

 .RootCategory_Productmenu .new_menu_Offer {
    width: 25%;
 }
}

@media (max-width: 880px){
  .RootCategory_Productmenu:hover .new_menu {
    display:none;
  }
}

/*Tablets and lower
@media screen and (max-width: 1280) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2){
  nav.productmenu {
    display: none;
  }
  
  #btn-menu {
    display: block;
    border-radius: 5px;
    width: 44px;
    top: 5px;
    position: absolute;
  }
}
  */