.menu-second {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    min-width: 25rem;
    max-width: 25rem;
    z-index: 60;
    background-color: white;
    transition: 0.6s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-second.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menu-second-wrapper {
    padding: 10rem 0;
    background-color: white;
}

.menu-second-wrapper>.menu-list {
    margin: 0 !important;
}

.menu-second-wrapper>.menu-list>.menu-item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.menu-second-wrapper>.menu-list>.menu-item.current_page_item>.menu-link {
    color: #2B2D79;
}

.menu-second-wrapper>.menu-list>.menu-item.active>.menu-link {
    background-color: rgba(43, 45, 121, 0.05);
    color: #2B2D79;
}

.menu-second-wrapper>.menu-list>.menu-item.active>.menu-link::before {
    opacity: 1;
}

.menu-second-wrapper>.menu-list>.menu-item.current_page_item>.menu-link {
    background-color: rgba(43, 45, 121, 0.05);
    color: #2B2D79;
}

.menu-second-wrapper>.menu-list>.menu-item.current_page_item>.menu-link::before {
    opacity: 1;
}

.menu-second-wrapper>.menu-list>.menu-item:hover>.menu-link::before {
    opacity: 1;
}

.menu-second-wrapper>.menu-list>.menu-item:hover>.menu-link {
    background-color: rgba(43, 45, 121, 0.05);
    color: #2B2D79;
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-link {
    padding: 0.6rem 1.5rem 0.6rem 3.8rem;
    text-transform: uppercase;
    color: #444444;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 1.8rem;
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-link::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #2B2D79;
    top: 0;
    height: 100%;
    left: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.menu-second-wrapper .menu-item .menu-link i {
    display: none;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-second-wrapper .menu-item.dropdown>.menu-link>i {
    display: flex;
    transition: 0.3s ease-in-out;
}

.menu-second-wrapper .menu-list {
    margin-left: 5.6rem;
}

.menu-second-wrapper .menu-item .menu-link {
    font-size: 1.4rem;
    color: #000;
    padding: 0.8rem 1.6rem;
    display: block;
    transition: 0.2s ease-in-out;
}

.menu-second-wrapper .menu-item.active .menu-link i {
    transform: rotate(180deg);
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-list .menu-item:hover .menu-link {
    color: #2B2D79;
    font-weight: 700;
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-list {
    display: none;
}

.menu-second-wrapper .menu-item:hover>.menu-second-block {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.menu-second-wrapper .menu-item:hover>.menu-second-block>.menu-second-block-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-list .menu-item>.menu-link {
    border-radius: 3.2rem 0 0 3.2rem;
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-list .menu-item.current_page_item>.menu-link {
    color: #2B2D79;
    font-weight: 700;
    background-color: rgba(43, 45, 121, 0.05);
}

.menu-second-wrapper>.menu-list>.menu-item>.menu-list .menu-item:hover>.menu-link {
    color: #2B2D79;
    font-weight: 700;
    background-color: rgba(43, 45, 121, 0.05);
}

.menu-second-title {
    color: #2B2D79;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2.4rem;
}

.menu-second-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #2B2D79;
    left: 0;
    width: 5.6rem;
}

.menu-second-block {
    position: fixed;
    left: 25rem;
    top: 0;
    bottom: 0;
    background-color: white;
    width: 95rem;
    display: flex;
    flex-direction: column;
    box-shadow: inset -4px -4px 40px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 60;
}

.menu-second-block.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.menu-second-block-wrapper {
    padding: 1.5rem;
    transition: 0.6s ease-in-out 0.1s;
    margin: auto 0;
}

.menu-second .pro-img {
    font-size: initial !important;
    padding-top: calc((170 / 170) * 100%) !important;
}

.menu-second .pro-img {
    font-size: initial !important;
    padding-top: calc((170 / 170) * 100%) !important;
}

.menu-second-js .pro-item:nth-child(3n+3) {
    border-right: none;
}

.menu-second-js .pro-item:nth-child(4n+4) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-second .pro-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1201px) {
    #hamburger.active {
        position: fixed;
        z-index: 999;
        top: 3rem;
        left: 1.5rem;
    }
}

.menu-second-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 59;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.menu-second-overlay.open {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1200px) {
    .menu-second {
        display: none;
    }
    .menu-second-overlay {
        display: none;
    }
    .menu-second-js {
        display: none;
    }
}

.menu-second-js {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.menu-second-js.open {
    opacity: 1;
    visibility: visible;
}

.banner-heading {
    width: fit-content;
    margin-left: auto;
}

.re-label {
    margin-bottom: 0.8rem;
    display: block;
}

.est-right .title {
    margin-bottom: 35px;
}

.page-template-cost-template .est-left .re-input {
    height: 7.019rem;
}

.page-template-cost-template .est-left .sl-head {
    height: 7.019rem;
}

.page-template-cost-template .est-left .sl-head::before {
    top: 25px;
}

.page-template-cost-template .est-left .sl-head::after {
    bottom: 25px;
}

.page-template-cost-template .est-left {
    display: flex;
    flex-direction: column;
}

.page-template-cost-template .est-block {
    padding-bottom: 8rem;
}

.page-template-cost-template .est-left .est-left-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-template-cost-template .est-left .est-left-wrapper .form-gr:first-child {
    /* margin-top: auto; */
}

.page-template-cost-template .est-left .est-left-wrapper .form-gr:last-child {
    margin-bottom: 0;
}

.page-template-cost-template .est-table {
    position: relative;
}

.page-template-cost-template .est-right-wrapper {
    position: relative;
}

@media screen and (min-width: 1201px) {
    .page-template-cost-template .est-table-total {
        position: absolute;
        right: 0;
        top: 100%;
    }
}

.page-template-cost-template .est-left .form-gr.mb-24s {
    margin-bottom: 4.15rem;
}

.est-table-total.all {
    position: relative;
    padding: 20px 0 20px 30px;
}

.est-table-total.all::before {
    left: 15px;
}

.est-form-btn {
    height: 6.4rem;
}

.est-form-btn-wrap {}

.est-form-btn-wrap.est-fixed {
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1056px;
    height: 6.4rem;
}

.est-table tbody td {
    font-size: 1.4rem;
}

.est-table-total {
    width: 100%;
    justify-content: flex-end;
}

.est-table-total .text {
    margin-right: 1.6rem;
}

.est-table-total .price {
    min-width: 16rem;
    text-align: end;
}

.est-table-total.all {
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .est-table-total.all {
        width: 100%;
    }
    .est-left {
        margin-bottom: 3rem;
    }
}

.main {
    overflow: initial;
}

.home .main {
    overflow: hidden;
}

.hd-cart-qty {
    width: 2rem;
    height: 2rem;
}

.mona-default-menu {
    position: sticky;
    top: 7rem;
}

.mona-attribute-items {
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    z-index: 12;
    padding-bottom: 0.8rem;
    justify-content: center;
    margin-left: -0.2rem;
    margin-bottom: -0.2rem;
}

.mona-attribute-items::-webkit-scrollbar {
    height: 0.2rem;
}

.mona-attribute-item-list {
    font-size: 1.4rem;
    padding: 0.8rem 0.6rem;
    /* flex: 1; */
    text-align: center;
    line-height: 1;
    border: 1px solid #2b2d79;
    color: #2b2d79;
    border-radius: 0.4rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

@media screen and (min-width: 501px) {
    .mona-attribute-item-list {
        min-width: 8rem;
        padding: 0.8rem 0.2rem;
    }
}

.filter {
    background-color: white;
    transition: 0.5s ease-in-out;
}

.filter-ss {
    min-height: 13rem;
}

.filter-con {
    padding-bottom: 0;
}

.filter.filter-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding-top: 1.6rem;
    z-index: 51;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* transform: translateY(0) !important; */
    animation: filterDown 0.4s ease-in-out forwards;
}

.filter.filter-fixed-none {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding-top: 1.6rem;
    z-index: 51;
    transition: 0.3s ease-in-out;
    transform: translateY(-100%) !important;
}

@keyframes filterDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes filterUp {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.category-du-an .main {
    overflow: hidden;
}

.categories-mona {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.4rem;
    transition: 0.3s ease-in-out;
    overflow-x: auto;
    border-bottom: none;
    border-left: none;
    width: fit-content;
    margin: 0 auto;
}


/* @media screen and (min-width: 1201px) {
    .categories-mona {
        justify-content: center;
    }
} */

.categories-mona::-webkit-scrollbar {
    height: 2px;
}

.category-mona-link.active {
    color: #2B2D79;
}

.category-mona-link.active::after {
    width: 100%;
}

.category-mona {
    display: block;
    padding: 0.8rem;
    font-size: 1.6rem;
    color: #000;
    position: relative;
    /* flex: 1; */
    text-align: center;
    white-space: nowrap;
    min-width: fit-content;
}

@media screen and (min-width: 1201px) {
    .category-mona {
        min-width: 18rem;
    }
    .est-right-wrapper .mona-empty-mess {
        margin-top: auto;
        margin-bottom: 2.1rem
    }
}

.category-mona-link {
    position: relative;
    color: #000;
}

.category-mona-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.1rem;
    width: 0;
    background-color: #2B2D79;
    transition: 0.3s ease-in-out;
}

.category-mona:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 0.1rem;
    background-color: #000;
    right: 0;
}

.category-mona-link:hover::after {
    width: 100%;
}


/* .est-right.full {
    width: 100%;
    margin-top: 2.4rem;
} */

.est-right-wrapper {
    display: flex;
    flex-direction: column;
}

.hotline-mona .hotline-mona-icon {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
}

@media screen and (min-width: 501px) {
    .hotline-mona .hotline-mona-icon {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .hotline-mona .text {
        display: none;
    }
    .hotline-mona .button {
        width: 3.2rem;
        height: 3.2rem;
        padding: 0 !important;
    }
}

@media screen and (max-width: 400px) {
    .header-burger {
        width: 5rem;
        margin-right: 0;
        border-right: none;
    }
    .header-logo {
        width: 140px;
    }
    .header.sticky .header-logo {
        width: 140px;
    }
}

.filter-sub-toggle {
    max-height: 60vh;
    display: flex;
    flex-direction: column;
}

.welcome {
    animation: Welcome 0.4s ease-in;
}

.welcome-title br {
    display: none;
}

@keyframes Welcome {
    from {
        transform: scale(1.8);
    }
    to {
        transform: scale(1);
    }
}

ul.fm-bar.fm-right.fm-round.fm-connected.fm-white-icon.fm-white-icon-over.fm-white-label-text.fm-side-space.fm-button-space.fm-css-anim {
    right: 3rem !important;
    top: initial !important;
}

@media screen and (max-width: 768px) {
    ul.fm-bar.fm-right.fm-round.fm-connected.fm-white-icon.fm-white-icon-over.fm-white-label-text.fm-side-space.fm-button-space.fm-css-anim {
        right: 1.5rem !important;
    }
    .fm-bar .fm-link,
    .fm-bar a {
        width: 4rem !important;
        height: 4rem !important;
    }
    .fm-icon {
        width: 100% !important;
        height: 100% !important;
        min-width: initial !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .fm-icon i {
        font-size: 1.8rem;
        width: 4rem;
        border-radius: inherit;
    }
}

.color-pick .dnor.side {
    min-height: initial !important;
}

.mona-product-colors .popup-close {
    width: 4rem;
    height: 4rem;
    right: 1rem;
}

.mxh-link.mona-facebook.login-other-item .icon {
    width: 3.2rem !important;
    height: 3.2rem !important;
}