.submenusa-custom {
    color: #333333 !important;
}

.custom-childlist {
    position: absolute;
    background-color: white;
    z-index: 999;
    width: 95vw;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    margin: 0px !important;
    border-radius: 15px;
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    align-items: center;
    left: 0%;
    /* top: 50%;
    left: 50%;
    transform: translate(-52%, -50%); */
    /* min-height: 90vh; */
}
.bg-overlay{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #f1f1f1;
    z-index: 998;
    opacity: 0.4;
}
.custom-childlist--div {
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.custom-row {
    max-width: 97vw;
    position: relative;
    top: 5%;
    left: 0.5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    .is-open {
        display:flex !important;
    }
}

.mobilerow-custom {
    width: 47%;
    /* border-radius: 15px; */
    background-color: #fff;
    /* border: 1.5px solid #efefef; */
    /* box-shadow: 1px 1px 5px 1px #efefef; */
    /* border-radius: 25px; */
    list-style-type: none;
    padding: 0;
    margin: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3% !important;
}

.mobilerow-custom--child{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  margin: 5px;
  /* border-radius: 15px;
  border: 1.5px solid #efefef;
  box-shadow: 1px 1px 5px 1px #efefef; */
  padding: 2px 2px 12px 2px;
}

.mobilerow-custom--child a {
    text-align: center;
}

.mobilerow-custom--child img {
    max-width: 90%;
}

.custom-moreIcon {
    webkit-transform: rotate(0deg); 
     transform: rotate(0deg);
}

.rotate-icon {
    rotate: 180deg;
}

.close-childlist {
    font-size: 11px;
    text-decoration: none;
    position: absolute;
    left: 10px;
}

.childlist-parent {
    text-decoration: none;
    font-family: Muli, sans-serif;
    letter-spacing: 1.2px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5%;
    font-family: bankgothic_lt_btlight, sans-serif;
    font-style: italic;
}

.text-section {
    font-family: bankgothic_lt_btlight, sans-serif;
    font-style: italic;
    color: white;
    text-align: center;
    
    span {
        color: white;
    }
}

.navPage-childList-action-custom {
    padding: 0px 2px 5px 2px;
    font-size: 13px !important;
    font-family: bankgothic_lt_btlight, sans-serif;
    font-style: italic;
}

.custom-iconwrapper {
    display: flex !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
}

.navPage-subMenu-action-custom {
    justify-content: center !important;
    padding: 0 !important;
    font-size: 12px;
}


.submenu-products--list-custom {
    display: none;
}

.backmobnav {
    display: none;
}

.submenu-back {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    z-index: 999;
    /* font-weight: bold; */
    color: black;
    i {
        font-size: 13px;
        font-weight: bold;
    }
}

.navPages-action-custom img {
    max-width: 85%;
}

.menu-title {
    padding: 0;
    font-size: 12px !important;
}

.submenu-icon {
    font-size: 17px;
    color: #434343;
}

.menu-layer1 {
    background-color:transparent !important;
    border-radius: 15px;
    display: flex !important;
    justify-content: center !important;
}

.menulayer1-text {
    text-align: center;
    padding: 1px !important;
    justify-content: center !important;
    align-items: stretch !important;
    font-family: bankgothic_lt_btlight, sans-serif;
    font-style: italic;
    display: flex;
    flex-direction: column;
}

.style-essence {
    font-family: bankgothic_lt_btlight, sans-serif !important;
    font-style: italic !important;
}

.banner-child{
    display: none !important;
     margin-bottom: 2rem !important; 
     margin-top: 3rem !important; 
    width: 94vw !important; 
     max-height: 5rem !important;

     img {
         max-width: 7rem !important;
     }
}

.banner-container {
    /* width: 94vw; */
    /* max-height: 5rem; */

     max-height: 10.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    background: linear-gradient(to right, #bbbbbb 0%, #7f7f7f 50%, #252525 100%);
    display: grid;
    grid-template-columns: 0fr 0fr;
    align-content: center;
    align-items: center;

    background: linear-gradient(to right, #bbbbbb 0%, #7f7f7f 50%, #252525 100%);
    display: grid;
    grid-template-columns: 0fr 0fr;
    /* padding: 2rem; */
    align-content: center;
    align-items: center;
    
    img {
        max-width: 13rem;
        z-index: 99;
    }
    a {
        display: flex;
        text-decoration: none;
        /* font-size: 17px; */
        font-size: 25px;
        color: white;
        text-align: center;
        padding: 5px;
        flex-direction: column;
        text-transform: uppercase;
    }
}

.discoverbutton-child {
    /* display: none; */
    width: 91vw;
    padding: 2% 0%;
    margin: 1rem 0 0rem 0;
    font-size: 11px !important;
    border-radius: 0px 0px 13px 13px;
}

.discover-all-product {
    padding: 0;
    margin-bottom: 10%;

    a {
        font-size: 10px;
        padding: 2% 0;
        margin-bottom: 5%;
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .field-regular {
        font-size: 1rem;
    }
    .prlistnav {
        min-height: 24.2rem;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .field-regular {
        font-size: 1rem;
    }

    .submenu-products--list {
        top: 9%;
    }

    .mobilerow-custom {
        max-width: 23vw;
    }

    .custom-childlist--div {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-evenly;
    }

    .mobilerow-custom--child {
        max-width: 26vw;
    }
    
    .banner-container {
        max-height: 40vh;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            max-width: 29vw;
        }
    }

    .childlist-parent {
        padding: 3%;
    }

    .submenu-products--list-custom {
        top: 12% !important;
    }

    .productsubmenulist-custom {
        top: 12% !important;
    }

    .custom-childlist {
        top: 2%;
    }

    .custom-row {
        top: 8%;
    }

    .discover-all-product {
        margin-bottom: 4%;
    }

    /* FORMEX WORLD */
    .navPages-action-world {
        margin: 1% 1% !important;
        padding: 1% 1% !important;
        max-width: 20vw !important;
    }

    .prlistnav {
        min-height: 24.2rem;
    }
}

@media only screen and (device-width: 768px) and (orientation: portrait) {
    .field-regular {
        font-size: 1rem;
    }
    .mobilerow-custom {
        max-width:23vw ;
    }

    .banner-container {
        margin-top: 1rem;
        max-height: 24vw;
        img {
            max-width:28vw ;
        }
    }

    .navPages-action-world {
        margin: 1% 1% !important;
        padding: 1% 1% !important;
        max-width: 20vw !important;
    }

    .prlistnav {
        min-height: 24.2rem;
    }
}

.text-section a{
    font-size: 14px;
}

@media screen and (max-width: 468px) {
    .prlistnav {
        /* box-shadow: 1px 1px 5px 1px #efefef;
        border: 1.5px solid #efefef;
        border-radius: 15px; */
        /* width: 48% !important;
        margin: 1% !important; */
    }
    .field-regular {
        font-size: 1rem;
    }
}

/* ACCESSORIES */
.mobilerow-custom--other {
    justify-content: end;
    /* justify-content: flex-end; */
    a {
      text-decoration: none;  
      text-transform: uppercase;
      font-family: bankgothic_lt_btlight, sans-serif; 
    }
}
 /* FORMEX WORLD */
.navPages-action-world {
    border-radius: 0px;
    margin: 2%;
    max-width: 45vw;
    padding: 3% 1%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        max-width: 80%;
    }

    a {
        text-align: center;
        padding-top: 5%;
        /* padding: 1%; */
    }
}

.navPages-list-world {
    position: relative;
    top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
