.mixrite-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
}

/* small header  */

@media (min-width: 1201px) {
    .smaller-row-container {
        display: none !important;
    }
}

.smaller-row-container {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 8px;
    height: 48px;
    background-color: #000;
    gap: 40px;
}

.smaller-row-container .small-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.smaller-row-container .small-logo img {
    height: 32px;
    width: auto;
    max-width: 100%;
}

.smaller-row-container .small-contact-list {
    height: 100%;
    display: flex;
    align-items: center;
}

.smaller-row-container .small-contact-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
}

.smaller-row-container .small-contact-list ul li {
    display: flex;
    align-items: center;
    height: 100%;
}

.smaller-row-container .small-contact-list ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
}

.smaller-row-container .small-contact-list ul li a:hover {
    background-color: #b31313;
}

.smaller-row-container .small-contact-list ul li a svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 100%;
}


/* end of small header  */

.mixrite-header .mixrite-top-row-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 0;
    /* border-bottom: 2px solid #f42525;  */
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    margin: 0 auto;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-left {
    width: 50%;
    height: 100%;
    background-color: #D12F75;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding-left: 5%; */
    padding-left: clamp(12px, 4vw, 16px);

}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-left img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right {
    width: 50%;
    background-color: black;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-right: clamp(12px, 4vw, 16px);
    padding-left: 40px;
}

@media (max-width: 1200px) {
    .mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right {
        display: none;
    }

    .mixrite-header .mixrite-top-row-container .mixrite-top-row .header-left {
        width: 100%;
        border-radius: 0 !important;
    }
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right img {
    height: 40px;
    width: auto;
    max-width: 100%;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items {
    height: 100%;
    display: flex;
    align-items: center;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul li a:hover {
    outline: 0 solid #b31313;
    color: #fff;
    outline-offset: 0;
    background-color: #b31313;
}

.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul li a #mixrite-email,
.mixrite-header .mixrite-top-row-container .mixrite-top-row .header-right .mixrite-nav-items ul li a #mixrite-phone {
    width: 32px;
    height: 32px;
    max-width: 100%;
}

/* bottom row  */

.mixrite-header .mixrite-bottom-row {
    padding: 0 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #D12F75;
    position: relative;
    background-color: #fff;
}

.mixrite-header .mixrite-bottom-row .mixrite-menu-items {
    height: 100%;
    display: flex;
    align-items: center;
}

.mixrite-header .mixrite-bottom-row .mixrite-menu-items ul {
    padding: 0;
    gap: 0px;
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    height: 100%;
}

.mixrite-header .mixrite-bottom-row .mixrite-menu-items ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.mixrite-header .mixrite-bottom-row .mixrite-menu-items ul li a {
    font-size: 18px;
    padding: 0 16px;
    height: 100%;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 1200px) {
	.mixrite-header .mixrite-bottom-row .mixrite-menu-items ul li a {
		font-size: clamp(14px, 1.3vw, 16px);
	}
}

.mixrite-header .mixrite-bottom-row .mixrite-menu-items ul li a:hover {
    background-color: #ffe7f1;
}


/* mobile header  */

#mixrite-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -2;
}

#mixrite-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

@media (min-width: 1025px) {
    #mixrite-mobile-header {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .mixrite-header {
        display: none;
    }

}

#mixrite-mobile-header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #D12F75;
    z-index: 2;
}

#mixrite-mobile-header .mobile-logo {}

#mixrite-mobile-header .mobile-logo img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

/* nav items  */

#mixrite-mobile-header .mobile-list-items {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-email {
    font-size: 28px;
    height: 100%;
    width: 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-email svg {
    width: 20px;
    height: auto;
    max-width: 100%;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-email span {
    font-size: 14px;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-phone {
    font-size: 28px;
    height: 100%;
    width: 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-phone svg {
    width: 20px;
    height: auto;
    max-width: 100%;
}

#mixrite-mobile-header .mobile-list-items .mobile-menu-phone span {
    font-size: 14px;
}

@media (max-width: 576px) {

    #mixrite-mobile-header .mobile-list-items .mobile-menu-email,
    #mixrite-mobile-header .mobile-list-items .mobile-menu-phone,
    #mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger {
        width: 40px !important;
    }

    #mixrite-mobile-header {
        padding: 0 12px !important;
    }
}

/* hamburger  */

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 12px;
    width: 60px;
}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger {
    background-color: #fff;
    width: 20px;
    height: 4px;
    transition: background-color .3s cubic-bezier(1, 0, 0, 1);
}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger.menu-open {
    background-color: #0000;
}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger.menu-open::before {
    transform: translateY(-6px) rotate(315deg);

}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger.menu-open::after {
    transform: translateY(6px) rotate(-135deg);

}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger::before {
    content: "";
    transform-origin: 50%;
    background-color: #fff;
    width: 20px;
    height: 4px;
    display: block;
    position: relative;
    top: 6px;
    transform: rotate(0);
    transition: .3s cubic-bezier(1, 0, 0, 1);
}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger .hamburger::after {
    content: "";
    transform-origin: 50%;
    background-color: #fff;
    width: 20px;
    height: 4px;
    display: block;
    position: relative;
    top: -10px;
    transform: rotate(0);
    transition: .3s cubic-bezier(1, 0, 0, 1);
}

#mixrite-mobile-header .mobile-list-items .mobile-mixrite-hamburger span {
    color: #fff;
    font-size: 14px;
}


/* sidebar  */

#mixrite-mobile-sidebar {
    width: 100%;
    max-width: 600px;
    height: calc(100vh - 60px);
    top: calc(60px);
    scrollbar-gutter: stable;
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    z-index: 2;
    position: fixed;
    right: 0;
    pointer-events: none;
    will-change: transform;
    transform: translate(100%);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1), opacity .3s cubic-bezier(.22, .61, .36, 1);
}

@media (max-width: 767px) {
    #mixrite-mobile-sidebar {
        max-width: 90%;
    }
}

#mixrite-mobile-sidebar.is-open {
    opacity: 1;
    transform: translate(0);
    pointer-events: auto;
}

#mixrite-mobile-sidebar .mixrite-mobile-sidebar-items {
    min-height: calc(80vh - 60px);
    padding: 0 0 20vh 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    background-color: #fff;
    transition: opacity .5s cubic-bezier(.22, .61, .36, 1) .35s;
}

#mixrite-mobile-sidebar.is-open .mixrite-mobile-sidebar-items {
    opacity: 1;
}

#mixrite-mobile-sidebar.is-open .mixrite-mobile-sidebar-items li {}

#mixrite-mobile-sidebar .mixrite-mobile-sidebar-items li:not(:last-child) {
    border-bottom: 2px solid #D12F75;
}

#mixrite-mobile-sidebar .mixrite-mobile-sidebar-items li a {
    color: black;
    padding: 16px 44px 16px 5%;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .25s cubic-bezier(1, 0, 0, 1);
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    gap: 8px;
}

#mixrite-mobile-sidebar .mixrite-mobile-sidebar-items li a svg {
    width: 16px;
    height: 16px;
    max-width: 100%;
}