.TopMenu_MenuItem:hover .new_menuContainer {
  display: flex;
  gap: 10%;
}

.TopMenu_MenuItem:hover .new_menu {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
}

.TopMenu_MenuItem:hover .new_commercialMenu {
  display: flex;
  width: 38%;
  margin: auto 0;
}

.TopMenu_MenuItem .new_menuContainer {
  position: absolute;
  top: 100%;
  background-color: #f7f4f2;
  margin: 0;
  z-index: 5000;
  display: none;
  width: 100%;
  padding: 1% 12% 3% 12%;
  left: 0;
}

.TopMenu_MenuItem .new_menu_container_category,
.TopMenu_MenuItem .new_menu_container_designs {
  column-count: 2;
  column-fill: balance;
  width:100%;
}


.TopMenu_MenuItem .new_menu_container_designs {
  padding-left: 10%;
}

.TopMenu_MenuItem .new_menu_container_design hr {
  width: 100%;
  border: #ffffff;
}

.TopMenu_MenuItem .new_menu_category,
.TopMenu_MenuItem .new_menu_designs {
  padding: 25px 0%;
}

.TopMenu_MenuItem .new_menu_design {
  width: 80%;
}

.TopMenu_MenuItem .new_menu_Offer {
  width: 100%;
  position: relative;
}

.TopMenu_MenuItem .new_menu_Offer a {
  display: flex;
  text-decoration: none;
  height: 100%;
}

.TopMenu_MenuItem .new_menu_Offer a:hover {
  font-weight: unset;
}

.TopMenu_MenuItem .new_menu_Offer a .TextContainer {
  display: flex;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.TopMenu_MenuItem .new_menu_Offer a .TextContainer .HeadLine {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.TopMenu_MenuItem .new_menu_Offer a .TextContainer .Text {
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 15px;
}

.TopMenu_MenuItem .new_menu_Offer a .TextContainer .Text a:hover {
  color: #2e2e2e;
}

.TopMenu_MenuItem .new_menu_Offer a .TextContainer .Btn {
  background-color: #d99a83;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  width: 220px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: -2px 4px 10px #2e2e2e29;
  display: block;
  -webkit-appearance: none;
  border: 0px;
  text-align: center;
  margin-top: 30px;
  border-radius: 24px;
  padding: 12px !important;
}

.TopMenu_MenuItem .new_menu_Offer a .ImgContainer {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #e8e2de;
  height: fit-content;
}

.TopMenu_MenuItem .new_menu_Offer a .ImgContainer img {
  display: block;
  height: auto;
  /*! width: 100%; */
  /*! transform: translate(-50%, -50%); */
  /*! left: 50%; */
  /*! position: absolute; */
  /*! top: 50%; */
  /*min-height: 260px;*/
  border-radius: 5px;
}

.TopMenu_MenuItem .new_menu_Offer a .ImgContainer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.TopMenu_MenuItem 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;
}

.TopMenu_MenuItem a.menu_item_design.ThreeRow {
  width: 32%;
}

.TopMenu_MenuItem a.menu_item_design img {
  display: block;
  transition: 0.5s;
  max-height: 328px;
  margin: auto;
  max-width: 100%;
}

.TopMenu_MenuItem a.menu_item_design:hover img {
  transform: scale(1.1);
}

.TopMenu_MenuItem a.menu_item_design:hover span {
  color: rgb(255, 255, 255);
}

.TopMenu_MenuItem 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;
}

.TopMenu_MenuItem
  .new_menu_container_design
  img.ProductMenu_Category_Icon.Productmenu_Category_Icon {
  max-width: 100%;
}

.TopMenu_MenuItem .new_menu_category {
  flex: 1;
  display:flex;
  flex-wrap: wrap;
}

.TopMenu_MenuItem .new_menu .Heading {
  flex: 0 0 100%;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 900;
  text-align: left;
}

.TopMenu_MenuItem .new_menu_designs {
  width: 25%;
}

.TopMenu_MenuItem p.new_menu_title {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.TopMenu_MenuItem .new_menu_container_category > a,
.TopMenu_MenuItem .new_menu_container_designs > a {
  margin-bottom: 16px;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  background-color: #e8e2dd;
  padding: 8px;
  border-radius: 5px;
  text-align: left;
}


.TopMenu_MenuItem .new_menu_container_category > a:hover,
.TopMenu_MenuItem .new_menu_container_designs > a:hover {
  background-color: #dcd4ce;
  color: #2e2e2e;
  cursor: pointer;
}

.new_menu_container_category img {
  height: 50px;
  margin-right: 20px;
  border-radius: 5px;
}

.TopMenu_MenuItem .new_menu_container_designs > a {
  width: 100%;
}

.TopMenu_MenuItem .new_menu_container_category > a:hover {
  font-weight: normal;
}

@media (max-width: 1100px) {
  .TopMenu_MenuItem .new_menu {
    width: 95%;
  }
}

@media (max-width: 880px) {
  .TopMenu_MenuItem:hover .new_menu {
    display: none;
  }
}

.demo1 .TopMenu_MenuItem a.menu_item_design img {
  display: none;
}

.demo1 .TopMenu_MenuItem .new_menuContainer {
  max-width: unset;
  width: auto;
  padding: 20px 10px;
  max-width: 600px;
  min-width: 500px;
}

.demo1 .TopMenu_MenuItem .new_menu_category {
  width: 100%;
}

#ProductMenu_List.demo1 .TopMenu_MenuItem .new_menu {
  width: 100%;
}

#ProductMenu_List.demo1 > li {
  position: relative;
}
#ProductMenu_List.demo1 > li:nth-of-type(6) {
  position: unset;
}

.demo1 .TopMenu_MenuItem .new_menu_category {
  border-right: none;
}

.demo1 .TopMenu_MenuItem .new_menuContainer {
  left: 0%;
}

.demo1 .TopMenu_MenuItem a.menu_item_design {
  width: 100%;
  color: #000;
  margin: 0%;
  line-height: unset;
  margin: 3px 0px;
}

.demo1 .TopMenu_MenuItem 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 .TopMenu_MenuItem a.menu_item_design:hover {
  font-weight: normal;
}

.demo1 .TopMenu_MenuItem a.menu_item_design:hover span {
  color: #3b3b3b;
}

.demo1 .TopMenu_MenuItem .new_menu_design {
  width: 50%;
  display: none;
}

.demo1 .TopMenu_MenuItem .new_menu_design {
  padding: 0 0 0 6%;
}
.demo1 .TopMenu_MenuItem:last-child .new_menuContainer,
.demo1 .TopMenu_MenuItem:nth-of-type(5) .new_menuContainer {
  left: unset;
  right: 0%;
}

.demo1 .TopMenu_MenuItem .new_menu_container_category > a {
  margin: 4px 0 0px 0px;
  padding-bottom: 4px;
  width: 50%;
}

.demo1 .TopMenu_MenuItem p.new_menu_title {
  margin-bottom: 8px;
}

.demo1 .TopMenu_MenuItem .new_menu_container_category {
  flex-flow: wrap;
}

.TopMenu_MenuItem .new_menu_Offer:hover a .TextContainer .Btn {
  background-color: #a5796f;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.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 0.15s ease-in-out;
}

.SubMenu .SubMenuWrapper .SingleElementWrapper:hover a.HasDropDown:after {
  transition: transform 0.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 0.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;
}

.topmenu-with-flyout-open ~ .topmenu-curtain {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.32s 80ms, visibility 0.32s step-start 80ms;
}

.topmenu-curtain {
  background: #2e2e2eb5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 122px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms,
    visibility 0.32s step-end 80ms;
}

.up{
  background-color: #f7f4f2;
}

@media only screen and (max-width: 1440px) {
  .TopMenu_MenuItem .new_menu_Offer a .TextContainer {
    flex: 0 0 100%;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1100px) {
  .TopMenu_MenuItem:hover .new_commercialMenu {
    display: none;
  }

  .TopMenu_MenuItem:hover .new_menu {
    width: 100%;
  }

  .TopMenu_MenuItem .new_menu_category,
  .TopMenu_MenuItem .new_menu_designs {
    padding: 25px 0% 25px 0%;
  }

  .TopMenu_MenuItem .new_menu_Offer a .TextContainer {
    flex: 0 0 100%;
  }

  .TopMenu_MenuItem .new_menu_Offer {
    width: 25%;
  }

  .new_menu_container_category img {
    height: 35px;
  }
}

@media only screen and (max-width: 1024px){
 

  .new_menu_container_category {
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
  }
  .TopMenu_MenuItem.open .new_menuContainer {
    display: flex;
    position: relative;
    flex-flow: column;
    padding: 0;
  }
  .TopMenu_MenuItem.open:hover .new_menu {
    display: flex;
  }
  ul.TopMenu_MenuItems > li.open {
    flex-flow: column;
  }
  ul.TopMenu_MenuItems > li > a:after {
    content: url("/images/skins/shopdeluxe/images/mobile_menu_arrow.svg");
    width: 15px;
    height: 15px;
    position: absolute;
    right: 50px;
  }
  ul.TopMenu_MenuItems > li.open > a:after {
    content: url("/images/skins/shopdeluxe/images/mobile_menu_arrow_down.svg");
    width: 15px;
    height: 15px;
    position: absolute;
    right: 50px;
  }
  .TopMenu_MenuItem .new_menu_container_category > a,
  .TopMenu_MenuItem .new_menu_container_designs > a {
    width: 100%;
    padding: 31px 32px;
    display: flex;
    justify-content: center;
    background: none;
    border-bottom: 1px solid #ddd;
  }

  .TopMenu_MenuItem .new_menu .Heading {
    display: none;
  }

  .new_commercialMenu {
    display: none;
  }

  .TopMenu_MenuItem .new_menu {
    width: 100%;
  }

  .new_menu_container_category img {
    display: none;
  }

  .TopMenu_MenuItem .new_menu_category,
  .TopMenu_MenuItem .new_menu_designs {
    padding: 0;
  }

  .TopMenu_MenuItem .new_menu_category,
  .TopMenu_MenuItem .new_menu_designs {
    padding: 0px 0% 30px 0%;
  }
  .TopMenu_MenuItem .new_menu_container_category > a, .TopMenu_MenuItem .new_menu_container_designs > a{
    margin: 0px;
  }
}

@media only screen and (max-width: 880px) {
  

  
}