body {
    max-width: 600px;
    margin: auto;
}

html.sticky-header-active #header .header-body {
    max-width: 600px;
}

.hidden-xs {
    display: none !important;
}

#header .header-nav-top {
    display: none;
}

#header .header-btn-collapse-nav {
    display: block;
}

#header .main-header {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #f4f4f4;
    max-height: 100%;
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

#header .header-logo img {
    width: 120px;
    height: auto !important;
    margin: 10px 0 !important;
}

#header .header-body {
    min-height: 50px !important;
    position: relative;
    top: 0px;
    padding: 0px;
    border-top: 0px;
    max-height: 64px;
    position: static !important;
}

#header .main-header .mobile-header {
    background-color: #f1f1f1;
    padding: 10px 20px 10px;
}

#header .main-header-wrapper {
    position: absolute;
    min-width: 300px;
    width: 100%;
}

#header .main-header .mobile-header .left {
    display: inline;
}

#header .main-header .mobile-header .header-btn-collapse-nav {
    background-color: #f1f1f1!important;
}

#header .main-header .mobile-header .header-btn-collapse-nav {
    margin: 0px;
    color: #787a77;
    padding: 0px 0px 0 10px;
    margin-top: 0 !important;
}

#header .header-nav-main nav {
    padding: 10px 0px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 6px;
}

#header .header-nav-main nav > ul li {
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    position: relative;
}

#header .header-nav-main nav > ul > li > a {
    color: #26202d !important;
    font-weight: normal !important;
}

#header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
}

#header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
}

.main-header[aria-hidden="false"] .mobile-header.hidden-md.hidden-lg {
    display: block !important;
}

#header .main-header .mobile-header .right {
    float: right;
    padding-top: 10px;
}

#header .header-nav-main {
    display: block;
    margin-top: 0px;
    height: auto !important;
    background: transparent;
    clear: both;
    float: none;
}

.hp-banner .slider-content {
    position: static;
}

.sticky-header-active #header .header-btn-collapse-nav {
    margin-top: 12px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.container-sm, .container {
    max-width: 600px;
}