#rebrand-drivylondon.rebrand-drivylondon{
    header.header .header__menu .list-menu > li:first-child .btn-text{
        font-weight: 600;
        color: #000000;
    }
    header.header .header__menu .list-menu li .btn-text{
        font-weight: 500;
    }
    header.header .header__menu .list-menu .mega-menu__container .mega-menu__item .mega-menu__nav{
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
    }
    header.header .header__menu .list-menu .mega-menu__container .mega-menu__item .mega-menu__footer .mega-menu__link span{
        font-size: 18px;
    }
    header.header .header__menu .list-menu .mega-menu__container .mega-menu__item .media-card .media-card__text .heading{
        font-size: 18px;
    }

    #MenuDrawer.menu-drawer{
        .drawer__header{
            padding: 20px 20px 0;
            align-items: center;
        }
        .drawer__header:before{
            display: none;
        }

        .drawer__header .drawer__close{
            width: 3rem;
            height: 3rem;
            position: unset;
        }
        .drawer__header .drawer-menu-logo-container{
            height: 70px;
            width: 70px;
        }
        .drawer__inner{
            max-height: unset;
            border-radius: 0;
        }
        .drawer__content .drawer__scrollable .drawer__menu-group .drawer__menu-item{
            padding: 20px 0;
            font-weight: 500;
        }

        .drawer__content .drawer__scrollable .drawer__menu-group:first-child .drawer__menu-item{
            color: #000000;
            font-weight: 600;
            padding: 0 0 5px !important;
        }

        .drawer__content .drawer__scrollable .drawer__menu-group .drawer__menu-item.item-link{
            padding: 20px 0 5px;
        }

        .drawer__scrollable{
            max-height: unset;
            padding: 20px;
        }

        .drawer__menu-group{
            padding: 0;
            border-bottom: 1px solid #545454;
        }

        .drawer__scrollable .drawer__menu-group:last-child{
            border-bottom: none;
        }

        .drawer__menu-item-wrapper {
            margin-bottom: 0;
        }

        .drawer__submenu-list {
            margin-top: 12px;
            padding-left: 20px;
            padding-bottom: 10px;
        }

        .drawer__submenu-item {
            margin-bottom: 5px;
        }

        .drawer__submenu-link,
        .drawer__grandchild-link {
            display: block;
            text-decoration: none;
            font-weight: 400;
        }

        .drawer__submenu-heading {
            font-size: 16px;
            font-weight: 600;
            margin: 12px 0 8px;
        }

        .drawer__grandchild-list {
            padding-left: 14px;
            margin-top: 6px;
        }

        .drawer__grandchild-list li {
            margin-bottom: 6px;
        }

        .drawer__footer .drawer__footer-top{
            border-top: 1px solid #545454;
        }
    }
}

#rebrand-drivylondon.rebrand-drivylondon.template-product{
    .featured-product{
        max-width: 1600px;
        margin: auto;
    }
    .product__gallery-container{
        max-width: 670px;
        margin: 0 auto;
        position: sticky;
        top: 110px;
    }
    /* .multicolumn .multicolumn-card > .grid {
        grid-template-rows: 80px auto;
    } */
    .multicolumn .multicolumn-card .grid .media>img{
        max-height: 80px;
        max-width: 80px;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    @media screen and (max-width: 1024px){
        .product__gallery-container{
            max-width: unset;
            position: unset;
            top: 0;
        }
        
    }
}

/* Footer css Start */

#rebrand-drivylondon.rebrand-drivylondon{
    .footer-group .footer {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .footer-group .footer .footer__left{
        border: none;
        gap: 2rem;
        justify-content: space-between;
    }

    .footer-group .footer .footer__right{
        padding: 0;
        border: none;
        margin: 0;
    }

    .footer-group .footer .h-captcha{
        display: none;
    }
} 

/* Footer css End */