/* Start of CCG-140 */
.page-header.type5.sticky-header .minicart-wrapper.minicart-offcanvas.active  > .mage-dropdown-dialog {
    display: block!important;

}
.page-header.type5.sticky-header .minicart-wrapper.minicart-offcanvas  > .mage-dropdown-dialog {
    display: none!important;
}

@media (min-width: 992px) { 
    header.page-header.sticky-header .minicart-wrapper {
        transform: none!important;
        transition: transform 0.35s;
    }
}

/* End of CCG-140 */