/* HIDE ALL THIS IN MOBILE */
@media only screen and (max-width: 768px) {
    #block-blackanddeckerdropdownmenublock {
        display: none !important;
    }
}

#block-blackanddeckerdropdownmenublock {
    top: 24px;
    /* pointer-events: none; */
    position: relative;
    display: flex;
    width: 100%;
    opacity: 1; /* 0 */
    visibility: visible; /* hidden */
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sbd-catSubmenuContainer-bd {
    display: none;
    position: absolute;
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    visibility: visible; /* hidden */
}

.sbd-catSubmenuContainer-bd.shown {
    visibility: visible;
}

.sbd-catSubmenuContainer-bd .background {
    background: #fff; /**** f5f5f5 ***/
    position: absolute;
    width: 200vw;
    height: 100%;
    left: -100vw;
    /* margin-top: -20px;*/
  /*  margin-top: -22px;*/
    margin-top: -15px;
}

.sbd-catSubmenuContainer-bd .sbd-catSubmenuItem-bd {

    padding: 20px;
    text-align: center;
    z-index: 1;
    max-width: 16.6%;

}

.sbd-catSubmenuItem-bd img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    border-radius: 3px;
    border: 1px solid lightgray;
    background: white;
}

.sbd-catSubmenuItem-bd a,
.sbd-catSubmenuItem-bd a:hover {
    color: black;
}

.title-father-categ {
    min-height: 33px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: bold;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.2;
    border: none;
    cursor: auto;
}

.title-father-categ a {
    color: #e75220;
    font-weight: bold;
}

.title-father-categ a:hover {
    color: #000;
}

.title-father-categ a span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.title-children-categ {
    margin-bottom: 12px;
    padding: 0 20px;
    line-height: 1.1;
    border: none;
}

.title-children-categ a {
    color: #000;
    font-weight: bold;
}

.title-children-categ a:hover {
    color: #000;
}

.border-menu-2 {
    border-right: 1px solid #e9e9e9;
    min-height: 223px!important;
    /*min-height: 385px !important;*/
}

.border-menu-2:last-child {
    border-right: 0px;
}

.sbd-catSubmenuContainer-bd:not( :hover ) {
    display: none;
}

/*************** NEW MENU **********************/
#block-productsmenublackanddecker {
    display: none;
}

.overlay-bd-menu{
    position: absolute;
    width: 200vw;
    height: 900px;
    background-color: black;
    left: -100vw;
    opacity: 0.7;
}


.overlay-bd-menu-mobile{
    position: absolute;
    width: 200vw;
    height: 900px;
    background-color: black;
    left: -100vw;
    opacity: 0.7;
    display: none;
    top: 56px;
    z-index: -1;
}
