.cmfy-simple-header-page .page-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.cmfy-simple-header-page .page-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    background: #f5f3ed !important;
    box-shadow: none !important;
}

.cmfy-simple-header-page .firecheckout-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 120 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    background: #f5f3ed !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
}

.cmfy-simple-header-page .page-header .header.content {
    display: none !important;
}

.cmfy-simple-header-page .firecheckout-header .header.content {
    display: none !important;
}

.cmfy-simple-header {
    background: #f5f3ed;
    border-bottom: 1px solid rgba(31, 45, 43, .10);
}

.cmfy-simple-header__inner {
    min-height: 82px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmfy-simple-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmfy-simple-header__logo .logo,
.cmfy-simple-header__logo a.logo,
.cmfy-simple-header__logo strong.logo {
    width: auto !important;
    max-width: 190px !important;
    height: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.cmfy-simple-header__logo .logo img,
.cmfy-simple-header__logo a.logo img,
.cmfy-simple-header__logo strong.logo img {
    position: static !important;
    float: none !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: 34px !important;
    max-width: 190px !important;
    display: block;
}

@media (max-width: 767px) {
    .cmfy-simple-header__inner {
        min-height: 64px;
        padding: 0 16px;
    }

    .cmfy-simple-header__logo .logo img,
    .cmfy-simple-header__logo a.logo img,
    .cmfy-simple-header__logo strong.logo img {
        height: 28px;
        max-width: 160px;
    }
}
