.mainHeader-topbar {
    position: relative;
    padding: 3px 0;
    width: 100%;
    background: url(https://demo23.bivaco.net/storage/slider2/llkJMhZ93yCulWPLyrFG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.slugun-header span p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    background: unset;
    -webkit-text-fill-color: unset;
}
.box-header-top-right img {
    height: 30px !important;
    object-fit: contain !important;
    width: 20px !important;
}
.mainHeader-topbar .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.7;
}

.mainHeader-topbar .top-inner p {
    position: relative;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding-left: 29px;
    color: #f7f5f5;
    font-weight: 400;
}

.mainHeader-topbar .top-inner .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.mainHeader-topbar .top-inner .social-links li:not(:last-child) {
    margin-right: 10px;
}

.mainHeader-topbar .top-inner .social-links li span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #f7f5f5;
    font-weight: 300;
}

.mainHeader-topbar .top-inner .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #f7f5f5;
}

.mainHeader-topbar .top-inner .social-links li i,
.mainHeader-topbar .top-inner .social-links li svg {
    fill: #f7f5f5;
    color: #f7f5f5;
}

.mainHeader {
    color: #111111;
    width: 100%;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    background-color: #ffffff;
}
ul.menuList-submain li:nth-child(1) {
    border-radius: 4px 4px 0px 0px;
}
ul.menuList-submain li:last-child {
    border-radius: 0px 0px 4px 4px;
}

ul.menuList-submain li:hover {
    background: #fbc02da3;
}
.mainHeader .mainHeader-top {
    position: relative;
    width: 100%;
}

.mainHeader .mainHeader-top--inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .header-wrap-logo {
    position: relative;
    padding: 10px 0px;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #111111;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #111111;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mainHeader .mainHeader-top--inner .right-column {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px 1%;
    width: 76%;
    justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .right-column .info-list {
    position: relative;
    display: flex;
    align-items: center;
    background: repeating-linear-gradient(to right, #11321a 0px, rgb(247, 123, 19), rgb(0 90 72)) 0% 0% / 200%;
    animation: 3s linear 0s infinite normal forwards running identifierLinear-gradient;
}

@keyframes identifierLinear-gradient{
    0% {
    background-position-x: 0px;
}
25% {
    background-position-x: -30%;
}
50% {
    background-position-x: -70%;
}
75% {
    background-position-x: -130%;
}
100% {
    background-position-x: -200%;
}
}

.mainHeader .mainHeader-top--inner .right-column .info-list li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.mainHeader .mainHeader-top--inner .right-column .info-list li i.fa.fa-phone {
    font-size: 18px;
    transform: rotate(96deg);
}

.mainHeader .mainHeader-top--inner .right-column .info-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 18px;
    color: #11321a;
}
ul.menuList-main li:last-child {
    border-bottom: none;
}
.mainHeader .mainHeader-top--inner .right-column .info-list li a {
    font-weight: 500;
    color: #111111;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner {
    position: relative;
    width: 587px;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group {
    position: relative;
    margin: 0px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    overflow: hidden;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 39px;
    font-size: 14px;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group button[type='submit'] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    padding: 0;
}

.mainHeader .button:before {
    content: '';
    display: block;
    background-color: #f38d4e;
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: 0;
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mainHeader .flex-container-header {
    padding: 0px 40px 0px 35px;
    border-radius: 5px 5px 0px 0px;
    background: rgba(255, 107, 0, 0.07);
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainHeader .mainHeader-top--inner .right-column .search-inner .form-group button[type='submit'] i {
    position: relative;
}

.mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.mainHeader .header-wrap-action .header-action .header-action-item {
    margin-left: 10px;
    align-self: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    position: relative;
    top: 22px;
    display: block;
    margin: auto;
    width: 25px;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    height: 2px;
    background: #111111;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 35px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    fill: #111111;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #111111;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

ul.menuList-main {
    display: flex;
}


.flex-container-header {
    padding: 0px 15px 0px 15px;
    border-radius: 15px 15px 0px 0px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: center;
    background: #f03331;
}

a {}

ul.menuList-main li {
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    font-size: 16px;
}

ul.menuList-submain {
    display: block;
}

ul.menuList-main li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

ul.menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: auto;
    opacity: 0;
    background: #fbc02d00;
    min-width: 175px;
    max-width: max-content;
    padding: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.menuList-main li:hover ul.menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    /* overflow: hidden; */
    background: #fff;
}

ul.menuList-submain li {
    width: 100%;
    border-bottom: 1px solid #ec192036;
    padding: 9px 0px;
    margin: unset;
    background: #ffffff;
}

ul.menuList-submain li a {
    padding: 0px 8px;
    display: block;
    color: #000000;
    font-size: 14px;
}

.mainHeader-middle {background: #ef352e;}

.wrap-logo a img {
    height: 69px;
    padding: 0px 0px 0px;
}


.list-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-mobile img {
    height: 50px;
}

.header-mobile {
    padding: 10px 0px;
}

.nav-mobile .hamburger-menu {
    width: 25px;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
}

.nav-mobile .bar {
    position: relative;
    top: 22px;
    display: block;
    margin: auto;
    width: 25px;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    height: 2px;
    background: #111111;
}

.nav-mobile .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    height: 2px;
    background: #111111;
    width: 18px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.nav-mobile .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    background: #111111;
    width: 15px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.search-mobile svg {
    width: 20px;
    height: 20px;
}

.cart-mobile svg {
    width: 20px;
    height: 20px;
}

.header-mobile {
    display: none;
}

ul.menuList-main li svg path {
    fill: #fff;
}
.header-top-left {
    display: flex;
    align-items: center;
    color: #Fff;
    gap: 0px 10px;
    font-size: 14px;
    font-weight: 300;
}

.header-top-left .info-list {
    display: flex;
    gap: 0px 10px;
    color: #fff;
}

.header-top-left .info-list li a {
    color: #Fff;
    font-weight: 300;
}
.phone-center-header {
    font-weight: 700;
    gap: 5px;
    text-transform: uppercase;
    background: #11321a;
    background-size: 200% auto;
    color: #fff;
    padding: 8px 15px;
    border-radius: 99px;
    white-space: nowrap;
    animation: identifierLinear-gradient 3s linear forwards infinite;
    box-shadow: 0 0 2px #0000004d;
    justify-content: center;
}

.phone-center-header li {
    margin-right: 0px !important;
    color: #fff;
}

.phone-center-header li a {
    color: #fff !important;
}

.phone-center-header li a i {
    fill: #fff !important;
}

.phone-center-header li i {
    color: #fff !important;
}

.cart-desktop a {
    font-weight: 700;
    gap: 5px;
    text-transform: uppercase;
    background: #11321a;
    background-size: 200% auto;
    color: #fff;
    padding: 9px 15px;
    border-radius: 99px;
    white-space: nowrap;
    animation: identifierLinear-gradient 3s linear forwards infinite;
    box-shadow: 0 0 2px #0000004d;
    background: repeating-linear-gradient(to right, #11321a 0px, rgb(247, 123, 19), rgb(0 90 72)) 0% 0% / 200%;
    animation: 3s linear 0s infinite normal forwards running identifierLinear-gradient;
}
.cart-desktop a i {
    padding-right: 5px;
}

.cart-desktop a p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0px 10px;
}

.cart-desktop svg path {
    fill: #fff;
    stroke: #fff;
}
.box-header-center-right {
    display: flex;
    align-items: center;
    gap: 0px 15px;
}

.box-header-top-right {
    display: flex;
    align-items: center;
    gap: 0px 25px;
}

.header__top-user a {
    display: flex;
    align-items: center;
    padding:7px 20px;
}
.header__top-user a p {
    padding-left: 0px !important;
}

.header__top-user a:nth-child(2) {
    border-left: unset;
}

.desc-architec h3 a {
    font-weight: 600;
    color: #000;
}
.mainHeader-middle .container {
}
























.search-mobiles-mem {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: #00000073;
    top: 0;
}

.form-search-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    background: #fff;
}

.form-search-mobile form {
    display: flex;
    align-items: center;
}

.close-form-seach-mobile svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -39px;
    right: 0;
}

.form-search-mobile form button svg {
    width: 20px;
    height: 20px;
}

.form-search-mobile form input {
    width: 100%;
    padding-left: 20px;
}

.close-form-seach-mobile svg path {
    fill: #fff;
    stroke: #fff;
}
.search-mobiles-mem {
    display: none;
}

.search-mobiles-mem.active {
    display: block;
}
ul.menuList-submain:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 45px;
    border: 6px solid #ffffff;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__top-user ul {
    display: flex;
    align-items: center;
}

.header__top-user ul li img {
    height: 30px;
    float: left;
    margin-right: 5px;
    padding-top: 7px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header__top-user ul li a {
    padding: 4px 2px;
    color: #fff;
}

span.cart-quantily {
    padding: 5px 5px;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
ul.submenu-links li {
    padding: 5px 0px;
}

li.has-submenu.level0.active .submenu-links {
    display: block;
}

.box-header-right-center {
    display: flex
;
    align-items: center;
    justify-content: right;
}
.icon-right-header img {
    text-align: center;
    padding: 0;
    font-size: 26px;
    width: 45px;
    height: 45px;
}
.hotline-header-center {
    padding: 10px 20px 0px 10px;
}
.hotline-header-center p {
    font-size: 15px;
    padding: 0;
    color: #555;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 600;
}
.hotline-header-center span {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    color: #FF312E;
}
.slugun-header p {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 800;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(255, 49, 49, 1) 0%, rgba(251, 192, 45, 1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.slugun-header span {
    font-size: 21px;
    color: #333;
    font-style: italic;
}

.slugun-header {
    text-align: center;
}

ul.menuList-submain li a {
    text-transform: capitalize;
}
ul.menuList-main > li.active {
    background: #fbc02d;
}
@media(max-width:1200px){
    ul.menuList-main li {
        padding: 15px 8px;
    }
}
@media (min-width: 991px) {
    .mainHeader--height .mainHeader-middle .header-wrap-logo {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .mainHeader {
        position: relative;
    }
}

@media(max-width:990px) {
    .box-icon-mobile {
        display: none;
    }
    .head .heading {
        font-size: 19px;
    }
    
    .mainHeader-topbar {
        display: none;
    }
    
    .content-operate span {
        font-size: 20px;
    }
    
    .content-operate p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    
    .item-operate {
        gap: 0px 10px;
    }
    
    .content-menu-operabytes span {
        font-size: 16px;
    }
    
    .content-menu-operabytes p {
        font-size: 14px;
    }
    
    .images-operate svg {
        width: 50px;
        height: 50px;
    }
    .mainHeader-topbar {
        display: none;
    }

    .logo-mobile img {
        height: 55px;
    }
    .box-icon-mobile {
        display: none;
        align-items: center;
        gap: 0px 20px;
    }
    
    .cart-mobile {
        display: block !important;
        margin-top: 5px;
    }
    
    .cart-mobile i {
        font-size: 20px;
        color: #11321a;
    }
    
    ul.social-links {
        display: none !important;
    }
    
    .header-top-left {
        display: none;
    }
    
  
    .header-mobile {
        display: block;
    }

    .sidebar-main.is-show-left .sitenav-wrapper.show {
        right: 0 !important;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .sidebar-main .sitenav-wrapper.sitenav-left {
        left: 0;
    }

    .sidebar-main .sitenav-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1010;
        background: transparent;
    }

    .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
        left: 0;
        width: 85%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
        transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
    }

    .sidebar-main .sitenav-wrapper .sitenav-inner {
        margin: 0 auto;
        max-width: 480px;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #ffffff;
        background-clip: padding-box;
        display: flex;
        flex-direction: column;
    }

    .sitenav-inner .sitenav-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .sitenav-inner .sitenav-header__title {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

    .sitenav-inner .sitenav-header__btn svg {
        width: 17px;
        height: 100%;
        margin: 0 auto;
        cursor: pointer;
    }

    .sitenav-inner .sitenav-content {
        padding: 15px;
        position: relative;
        overflow-y: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .menuList-links {
        margin: 0;
    }

    .menuList-links li {
        position: relative;
    }

    .menuList-links>li.has-submenu>a {
        padding-right: 30px;
    }

    .sitenav-menu .menuList-links>li>a {
        font-weight: 600;
    }

    .menuList-links>li>a {
        padding: 12px 0;
        font-weight: 500;
        font-size: 15px;
    }

    .menuList-links li a {
        color: #111111;
        position: relative;
        font-size: 15px;
        display: block;
    }

    .menuList-links>li.has-submenu span.icon-plus-submenu {
        width: 25px;
        height: 25px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 1px solid transparent;
    }

    .icon-plus-submenu:before {
        width: 9px;
        height: 1px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .icon-plus-submenu:after {
        width: 1px;
        height: 9px;
        right: 2px !important;
        transform-origin: center;
        -moz-transform: translateY(-50%) scale(1, 1);
        -ms-transform: translateY(-50%) scale(1, 1);
        -webkit-transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale(1, 1);
    }

    .icon-plus-submenu:after,
    .icon-plus-submenu:before {
        background: rgba(9, 9, 9, 0.6);
        content: '';
        display: block;
        position: absolute;
        margin-right: 8px;
        top: 50%;
        right: -2px;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    ul.menuList-links li ul.submenu-links {
        display: none;
    }

    .sitenav-menu .menuList-links .has-submenu.level0>ul.submenu-links li a {
        font-weight: 500;
    }

    li.has-submenu.level0>ul.submenu-links li a {
        padding-left: 12px;
    }

    .sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
        opacity: 1;
        visibility: visible;
    }

    .sidebar-main .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .mainHeader--height {
        display: none;
    }

    .mainHeader-middle {
        display: none;
    }

    .mainHeader-topbar .top-inner {
        flex-wrap: wrap;
        justify-content: right;
    }

    .mainHeader-topbar .top-inner .social-links {
        width: 100%;
        justify-content: center;
    }

    .mainHeader-topbar .top-inner .social-links li:not(:last-child) {
        margin-right: 15px;
    }
}
