.aiz-bidaabak .global-megamenu::before,
.aiz-bidaabak .global-megamenu .megamenu-desingn-two > .row,
.aiz-bidaabak .global-megamenu .megamenu-desingn-two > .mt-1 {
    display: none !important;
}
.aiz-bidaabak .global-megamenu {
    width: min(1180px, calc(100vw - 28px)) !important;
    max-height: 570px;
    overflow: hidden;
    border: 1px solid #e4e6e9 !important;
    border-top: 2px solid #f56600 !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 20px 44px rgba(25, 32, 40, .16) !important;
}
.aiz-bidaabak .global-megamenu > .layout-container {
    padding: 0 !important;
}
.bdb-mega {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    min-height: 430px;
    background: #fff;
}
.bdb-mega-parents {
    display: flex;
    flex-direction: column;
    padding: 9px 0;
    border-right: 1px solid #e8eaed;
    background: #f7f8f9;
}
.bdb-mega-parent {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 9px;
    min-height: 43px;
    padding: 6px 13px;
    border-left: 3px solid transparent;
    color: #4a5159;
    font-size: 12px;
    font-weight: 400;
}
.bdb-mega-parent img {
    width: 25px;
    height: 25px;
    padding: 3px;
    border: 1px solid #e5e7ea;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
}
.bdb-mega-parent > i:first-child {
    color: #80868d;
    font-size: 20px;
    text-align: center;
}
.bdb-mega-parent > i:last-child {
    color: #adb2b8;
    font-size: 11px;
}
.bdb-mega-parent:hover,
.bdb-mega-parent.is-active {
    border-left-color: #f56600;
    color: #d95700;
    background: #fff;
}
.bdb-mega-all {
    margin: auto 12px 3px;
    padding: 11px 10px;
    border-top: 1px solid #e3e6e9;
    color: #3f4851;
    font-size: 11px;
    font-weight: 500;
}
.bdb-mega-all i {
    float: right;
    color: #f56600;
}
.bdb-mega-content {
    min-width: 0;
    padding: 21px 22px;
}
.bdb-mega-panel {
    display: none;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 22px;
    height: 100%;
}
.bdb-mega-panel.is-active {
    display: grid;
}
.bdb-mega-panel-main {
    min-width: 0;
}
.bdb-mega-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #eceef0;
}
.bdb-mega-panel-head span {
    display: block;
    margin-bottom: 2px;
    color: #8a9097;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.bdb-mega-panel-head h3 {
    margin: 0;
    color: #252c34;
    font-size: 19px;
    font-weight: 600;
}
.bdb-mega-panel-head > a {
    color: #f56600;
    font-size: 11px;
    font-weight: 500;
}
.bdb-mega-children {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 25px;
    padding-top: 19px;
}
.bdb-mega-child-group {
    min-width: 0;
}
.bdb-mega-child-group a {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    color: #747b83;
    font-size: 11px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bdb-mega-child-group .bdb-mega-child-title {
    margin: 0 0 9px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f1f3;
    color: #343c45;
    font-size: 13px;
    font-weight: 500;
}
.bdb-mega-child-group a:hover {
    color: #f56600;
}
.bdb-mega-empty {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a8189;
    font-size: 12px;
}
.bdb-mega-empty i {
    color: #f56600;
    font-size: 22px;
}
.bdb-mega-promo {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 9px;
    background: #eef0f2;
}
.bdb-mega-promo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(20, 27, 34, .8), rgba(20, 27, 34, .03) 70%);
    content: "";
}
.bdb-mega-promo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}
.bdb-mega-promo:hover > img {
    transform: scale(1.025);
}
.bdb-mega-promo > span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    left: 17px;
    z-index: 1;
    color: #fff;
}
.bdb-mega-promo small,
.bdb-mega-promo strong,
.bdb-mega-promo em {
    display: block;
}
.bdb-mega-promo small {
    color: rgba(255, 255, 255, .76);
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;
}
.bdb-mega-promo strong {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 600;
}
.bdb-mega-promo em {
    margin-top: 9px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}
