#tabletIndicator {
    display: none;
    height: 0px;
    opacity: 0;
}
#subMenuActive {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #032d78; */
    box-shadow: -3px 29px 49px -11px rgba(71,65,65,0.59);
    -webkit-box-shadow: -3px 29px 49px -11px rgba(71,65,65,0.59);
    -moz-box-shadow: -3px 29px 49px -11px rgba(71,65,65,0.59);
}
@media only screen and (max-width: 1280px) {
    #WrapModule {
        margin-top: 110px;
    }

    #tabletIndicator {
        display: block;
    }
}

.subCats {
    display: none;
    position: relative;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 15px 7px 0;
    /*
    border-radius: 10px;
    border: 1px solid blue;

     */
    margin:  15px 0px;
}
.subCats  h6 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.subCats  .closeSign {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    height: 25px;
    width: 25px;

    color: #fff;
    line-height: 25px;
    cursor: pointer;
    font-size: 2rem;
    right: 15px;
    top: 10px;
    text-align: center;
    transform: unset;
    left: unset;
}
.subCats  .closeSign i{
    color: #123652;

}
.subCatsCategories {
    display: none;
    position: relative;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 15px 7px 0;
    /*
    border-radius: 10px;
    border: 1px solid blue;

     */
    margin:  15px 0px;
}
.subCatsCategories  h6 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.subCatsCategories  .closeSign {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    height: 25px;
    width: 25px;

    color: #fff;
    line-height: 25px;
    cursor: pointer;
    font-size: 2rem;
    right: 15px;
    top: 10px;
    text-align: center;
    transform: unset;
    left: unset;
}
.subCatsCategories  .closeSign i{
    color: #123652;

}

.stepTwoBrands{display: none}
