/* ===== HM show all menu ===== */
header .header-full.header-full .headersection-2 .headermenu_container .menu .catalog-block ul.catalog > li.has-submenu.image-menu ul.submenu .submenucontainer > li:nth-child(n+6){
  display: flex;
}
/* ===== End ===== */
.toast-container-approval .toast {
    background: #333333;   /* dark grey */
    color: #ffffff;        /* optional: makes text readable */
}
/* ===== MH home merchandising style ===== */
.home-merchandising-row {
  background-color:  #f1f1f1;
    padding: 20px 15px;
    margin-top: 0px;
}
.home-merchandising-row .item.tile {
    margin-inline: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-merchandising-row .owl-item > div {
    height: 100%;
}
.home-merchandising-row .owl-stage {
    padding-bottom: 20px;
}
.home-merchandising-row .owl-nav > div {
    background-color: #ed823e;
    color: #fff;
}
.home-merchandising-row .item  .imgthumbnail {
    height: 250px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.home-merchandising-row .item  .imgthumbnail img {
    max-height: unset;
    max-width:unset;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.home-merchandising-row .item .footer {
    margin-top: 20px;
    padding: 0;
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.home-merchandising-row .item .footer .product-compare-action,
.home-merchandising-row .item .footer .brand-label,
.home-merchandising-row .item .footer .product-category,
.home-merchandising-row .item .footer .indicators-grid,
.home-merchandising-row .owl-gradient {
    display: none;
}
.home-merchandising-row .item .footer .footer-wrapper {
    height: auto!important;
    flex-grow: 1;
}
.home-merchandising-row .logged-out {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.home-merchandising-row .logged-out > a {
    width: 100%;
}
/* ===== End ===== */