/* No CSS */
.dnor-item.footer-left .textwidget {
    margin-right: 200px;
}

.dnor-item.footer-right .menu {
    display: grid;
    grid-template-columns: auto auto auto;
}

.dnor-item.footer-right .menu .menu-item {
    margin-bottom: 16px;
}

.dnor-item.footer-right .menu .menu-item a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.dnor-item.footer-right .menu .menu-item a:hover {
    color: #D8BD97;
}

.dnor-item.footer-right .menu .menu-item a:hover .icon {
    transform: translateX(4px);
}

.dnor-item.footer-right .menu .menu-item a .icon {
    color: #D8BD97;
    margin-left: 6px;
    transition: 0.3s ease-in-out;
}

.dnor-item.footer-right .menu .menu-item a:hover .icon {
    transform: translateX(4px);
}

.header-nav .header-nav-list .menu-item {
    padding: 0 16px;
    position: relative;
    cursor: pointer;
}

.header-nav .header-nav-list .menu-item a {
    color: #0D3961;
    font-weight: 600;
    text-transform: uppercase;
}

.header-nav .header-nav-list .menu-item.current-menu-item::before {
    width: 100%;
}

.header-nav .header-nav-list .menu-item::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 1px;
    width: 0;
    background-color: #D8BD97;
    transition: 0.4s ease-in-out;
}

.header-nav .header-nav-list .menu-item:hover::before {
    width: 100%;
}

.header-nav .header-nav-list .menu-item:hover .smenu-main {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item.current-menu-item,
.header-nav .header-nav-list li .smenu .smenu-list .menu-item:hover {
    background-color: #996C63;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item.current-menu-item::before {
    position: relative;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item.current-menu-item > a,
.header-nav .header-nav-list li .smenu .smenu-list .current-menu-item.menu-item>a .icon {
    color: white;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item:hover>.smenu-sub {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item.current-menu-item>.header-nav .header-nav-list li .smenu .smenu-list .menu-item > a,
.header-nav .header-nav-list li .smenu .smenu-list .menu-item:hover>a,
.header-nav .header-nav-list li .smenu .smenu-list .menu-item:hover>a .icon {
    color: white;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0D3961;
    align-items: center;
    justify-content: space-between;
    padding: 10px 26px;
    transition: 0.2s ease-in-out;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item:hover::before {
    width: 0;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item .icon {
    font-size: 1.2rem;
    font-weight: 600;
    color: #9eb0c0;
    transition: 0.2s ease-in-out;
}

.header-nav .header-nav-list li .smenu .smenu-list .menu-item {
    padding: 0px;
}


.mobile-list .menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 15px 0;
    line-height: 1.2;
    color: #0D3961;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 500;
}

.mobile-list .menu-item {
    position: relative;
}

.mobile-list .menu-item i.ti-angle-double-right.mobile-arrow {
    position: absolute;
    right: 5px;
    top: 20px;
}

.mobile-list .menu-item .mobile-arrow {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.mobile-list .menu-item.active>.mobile-arrow {
    transform: rotate(90deg);
}

.button {
    padding: 12px 16px !important;
    border-radius: 6px !important;
    background-color: #996C63 !important;
    cursor: pointer !important;
}

.button:hover {
    background-color: #0D3961 !important;
}

.slprice-item .price-voucher {
    display: none;
}

/* loading */
.lds-ring {
    display: inline-block;
    position: relative;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 0px;
    height: 20px;
    display: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 8px solid grey;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: grey transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading .lds-ring {
    display: block;
}

#f-data-pd button.button.button-full {
    position: relative;
}

p.logged-in-as {
    display: none;
}

form#commentform {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
}

.cmt-form {
    position: relative;
}

.comment-form-rating {
    position: absolute;
    top: -15px;
    left: 10px;
}

.woocommerce p.stars a {
    width: 18px;
    height: 18px;
}

.woocommerce p.stars a::before {
    color: #FCB720;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.woocommerce p.stars a.error::before {
    color: red;
}

.c-info-img img {
    border-radius: 10px;
}

.dnor-item.side-three.wrap-cart {
    position: relative;
}

.box-loading {
    position: absolute;
    width: 270px;
    height: 340px;
    top: 0;
    background: #80808045;
    display: none;
}

.box-loading .lds-ring {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-loading.loading,
.box-loading.loading .lds-ring {
    display: block;
}

.box-loading.loading .lds-ring {
    display: flex;
}

.button-trans {
    background-color: transparent !important;
    border: 1px solid #996C63 !important;
}

p#_product_type_field {
    display: none;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.button-third {
    background-color: #D8BD97 !important;
}

.f-ita.m-return-error-add-cart {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}

.f-ita-product.m-return-error-add-cart {
    margin-top: 0;
    margin-bottom: 16px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.dnor-item.side-three button#place_order {
    color: white;
}

label.redem-payment-chosse-item.redem-voucher-bg {
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

label.redem-payment-chosse-item.redem-voucher-bg p {
    color: #0D3961;
}

label.redem-payment-chosse-item.redem-voucher-bg .redem-payment-chosse-dot {
    border: 1px #0000002b solid;
}

.flex-voucher {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.btn-apply-coupon input.btn-pri {
    padding: 16px 35px !important;
    color: white;
}

.form-fl-item.bg-voucher {
    background: #F1E5D0;
    color: white;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-fl-item.bg-voucher.active {
    display: block;
}

.btn-apply-coupon {
    position: relative;
}

.btn-apply-coupon .lds-ring div {
    border-color: white transparent transparent transparent;
}

.lds-ring.loading-ring {
    display: block;
}

p.sum-text.fw-6.remove-coupon-css {
    text-align: right;
}

.form-fl-item.bg-voucher .mess-coupon {
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.sum.m-update-total-checkout {
    position: relative;
}

.sum.m-update-total-checkout .box-loading {
    height: 450px;
    top: -30px;
    left: -25px;
}

.button-large {
    padding: 12px 58px !important;
}

button.button.button-large.m-mid {
    position: relative;
}

div#response-login,
div#response-register,
div#response-foget {
    margin-top: 10px;
    text-align: center;
}

.sign-pass-icon.mute-icon::before {
    opacity: 1;
}

input#sign-remember-checkbox-1 {
    position: absolute;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.box-button-dasboard {
    display: flex;
    justify-content: right;
}

.notify-mess.mt-3.response-foget {
    text-align: right;
    margin-top: 10px;
}

ul.page-numbers {
    width: 100%;
    display: flex;
}

li .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #0D3961;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

span.page-numbers.current,
li .page-numbers:hover {
    color: white;
    background-color: #0D3961;
}

.page-numbers li:not(:first-child) {
    margin-left: 8px;
}

.mona-content p {
    color: #0D3961;
}

.button-orange {
    background-color: #FF8F00 !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    border: unset;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: -2px;
    position: relative;
}

.connect-form span.wpcf7-spinner {
    position: absolute;
    top: 7px;
    left: 123px;
}

.connect-form span.wpcf7-form-control.wpcf7-checkbox.recheck-input {
    display: flex;
    flex-direction: column;
}

.connect-form .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.connect-form input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.connect-form span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.connect-form span.wpcf7-list-item-label {
    margin-left: 5px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 1.2rem;
}

.connect-top span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    left: 15px;
    font-size: 1.2rem;
}

.connect-check span.wpcf7-not-valid-tip {
    position: relative;
}

span.wpcf7-spinner {
    position: absolute;
}

.partner-form .submit-form-partners {
    position: relative;
}

.submit-form-partners span.wpcf7-spinner {
    top: 8px;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .dnor-item.footer-left .textwidget {
        margin-right: 0;
    }

    .dnor-item.footer-right .menu {
        grid-template-columns: auto auto;
    }
}

.exp-banner-text p {
    font-size: 1.6rem;
    color: white;
}

.pro-col-second .mona-content ul,
.mona-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: outside !important;
}

.hpn-content .hpn-title {
    text-transform: uppercase;
}

.button-pri {
    background-color: #0D3961 !important;
}

.button-pri:hover {
    background-color: #996C63 !important;
}

.prose-body.tabPanel {
    display: none;
}

.prose-body.tabPanel.open {
    display: block;
}

.header.trans .header-nav .header-nav-list .menu-item>a {
    color: white;
}

.header.trans .custom-logo-link img {
    filter: brightness(0) invert(1);
}

.header.trans.sticky .custom-logo-link img {
    filter: none;
}

.header.trans.sticky .header-nav .header-nav-list .menu-item>a {
    color: #0D3961;
}

.comming-form-btn {
    border: unset;
}

.comming-form-wrap .wpcf7-spinner {
    top: 15px;
}

.comming-form-wrap .wpcf7-spinner {
    top: 15px;
    right: -25px;
}

.comming-form-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -17px;
    left: 24px;
    font-size: 1.2rem;
}

a.link.flex-item img {
    width: 16px;
    margin-right: 5px;
}

a.link.flex-item {
    display: flex;
    align-items: center;
}

a.link.flex-item {
    display: flex;
    align-items: center;
}

.header-user-menu a.link.flex-item:hover img {
    filter: brightness(0) invert(1);
}

.title-slide-product {
    display: none;
}

.box-quantity-gift {
    border-radius: 100px;
    background: #996c6317;
    color: black;
    display: flex;
    align-items: center;
    padding: 11px 5px;
}

.recheck-item.active .recheck-dot::before {
    opacity: 1;
}

.recheck-item span.wpcf7-form-control-wrap {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.recheck-item input[type="checkbox"] {
    width: 270px;
}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;

    transition: 0.3s ease-in-out;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup-heading {
    font-size: 2.8rem;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .popup-heading {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 800px) {
    .popup-heading {
        font-size: 2.2rem;
    }
}

.popup-position {
    width: 100%;
    height: 100%;
}

.popup-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-wr {
    background-color: white;
    width: 100%;
    overflow-y: auto;
    position: relative;
}

.no-popup .popup-wr {
    overflow-y: inherit;
}

.popup-w {
    margin: 0 auto;
    width: 570px;
    padding: 60px 0;
}

@media screen and (max-width: 700px) {
    .popup-w {
        width: 100%;
        padding: 30px 15px;
    }
}

.box-action-change .button {
    margin: 0 auto;
    margin-top: 20px;
}

.popup-close {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: #EE4B4B;
    position: absolute;
    top: 10px;
    right: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

}

.popup-close i {
    color: white;
    transition: 0.6s ease-in-out;
}

.popup-close:hover i {
    transform: rotate(360deg);
}

.btn-submit-email-receiver {
    display: flex !important;
    margin: 0 auto !important;
}

.f-ita.m-return-send-gift {
    text-align: center;
    margin-top: 10px;
}

.list-order td.name-gift-card {
    width: 30%;
    padding-right: 10px;
}


.history-day {
    margin-left: 10px;
}

@media screen and (max-width: 500px) {
    .history-table table {
        width: 800px;
    }
}

.mt-10 {
    margin-top: 10px;
}

button.button.m-mid {
    position: relative;
}

.mt-45 {
    margin-top: 45px;
}

.date-my-redeem {
    width: 100%;
    text-align: center;
    color: #E50300;
}

.f-ita.m-return-check-gift {
    text-align: center;
}

.class-input-img {
    padding: 12px 16px;
}

.class-mg-top {
    margin-top: 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
    display: none;
}

.profile {
    position: relative;
}

div#acc__ava__txt {
    bottom: -20px;
    position: absolute;
}

.ctemplate-item.active .ctemplate-img-sub {
    border: 2px red solid;
}

.ctemplate-img-sub img {
    height: 100%;
}

li.dmini.c-item.error-cart a {
    color: red;
}

div#pick-thumbnail {
    display: none;
}

div#pick-thumbnail.active {
    display: block;
}

a.event-copy:hover {
    text-decoration: underline;
    color: brown;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: flex;
        justify-content: start;
        overflow: auto;
    }
}

.hidden-input {
    display: none;
}

.select2-container--default .select2-selection--single {
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0 16px;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 16px;
}

/* span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
} */

.submit-form-partners {
    position: relative;
}

.m-mid {
    margin: 0 auto !important;
}

.reuse-nine-wrap input.wpcf7-form-control.has-spinner.wpcf7-submit.button.button-large.m-mid {
    display: flex;
}

@media screen and (max-width: 1200px) {

    .shopping-cart .side-fixed,
    .checkout .side-fixed {
        position: relative;
        background-color: white;
        z-index: 1;
        width: 100%;
        opacity: 1;
        transform: initial;
        visibility: unset;
    }

    .shopping-cart .side-open,
    .checkout .side-open {
        display: none;
    }

    .shopping-cart .side-close,
    .checkout .side-close {
        display: none;
    }

    .shopping-cart .side-fixed-wrap,
    .checkout .side-fixed-wrap {
        padding: 0px;
    }

    .shopping-cart .cart-main,
    .checkout .cart-main {
        margin-bottom: 0px;
    }

    .shopping-cart .ctemplate,
    .checkout .ctemplate {
        margin-bottom: 0px;
    }

    .shopping-cart .ctemplate.active,
    .checkout .ctemplate.active {
        margin-top: 48px;
    }

    .shopping-cart .side-three,
    .checkout .side-three {
        margin-bottom: 50px;
    }

    .header-re {
        display: none;
    }
}

.dnor-item.side-nine.w-100 {
    width: 100%;
}

.checkout .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

p.note-login.redem-body-head-text.fw-3 {
    position: absolute;
    bottom: 5px;
    /* width: 100%; */
    right: 0;
}

.woocommerce-account-fields {
    display: none;
}

.ctemplate .receive {
    margin-top: 25px;
}

.receive-width .dnor {
    justify-content: center;
}

.woocommerce-MyAccount-content ul.wc-item-meta {
    display: none;
}

.item-order a.button.view {
    color: white;
}

.label-count {
    text-align: left;
}

.projects .project {
    width: 100%;
    height: 12px;
    background: #efefef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.projects .project .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #0d3961;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.report-img img {
    height: 100% !important;
}

body {
    -moz-user-select: initial !important;
    -webkit-touch-callout: initial !important;
    -webkit-user-select: initial !important;
    -khtml-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}

.popup-w.popup-product {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    padding: 60px 30px;
}

.with-change-product {
    width: 100%;
}

.box-filter-select {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.select-title {
    font-weight: 600;
    font-size: 1.2em;
    color: brown;
}

#label-create,
#label-sendemail {
    display: none;
}

.thank-con {
    position: relative;
}

.mona-his-tab tr th {
    text-align: center;
}

.mona-his-tab tr th:first-child,
.mona-his-tab tr td:first-child {
    text-align: left;
}

.mona-his-tab tfoot tr td:first-child {
    text-align: left;
}

.mona-his-tab tfoot tr td {
    text-align: right;
}

.code-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.code-item .mona-btn-download {
    color: #0d3961;
    border-bottom: 1px solid #0d3961;
    font-weight: bold;
}

.report-img {
    background-size: cover !important;
}

.ctemplate-item .ctemplate-img-sub {
    border: 2px solid transparent;
    -webkit-transition: 03s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctemplate-img-main img {
    height: 100% !important;
}

.mobile-user-name {
    padding-right: 2rem;
    position: relative;
}

.mobile-user-name .mobile-arrow {
    position: absolute;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 0;
    right: 0;
    color: #0D3961;
}

td.my-card-name {
    width: 29%;
}

.mona-info-card-confirm {
    width: 500px;
}

.mona-info-card-confirm .his-item-1 {
    display: flex;
    margin: 12px 0;
}

.history-table td {
    padding-left: 5px;
    padding-right: 5px;
}

.mona-info-card-confirm .his-item-1 p.text:first-child {
    font-weight: 700;
}

#mona-foget-submit-form h3.success {
    text-align: center;
    color: rgb(24, 156, 24);
}

.report-code-qr {
    position: relative;
}

.box-review-card {
    margin-top: -20px;
}

.report-code .report-code-title {
    font-size: 2rem;
}

input#my_giftcard {
    text-align: center;
}

.dnor-item.pro-item.pro-item-3.aos-init.aos-animate {
    position: relative;
}

.view-detail-product {
    display: none !important;
}

a.view-detail-product {
    position: absolute;
    right: 20px;
    bottom: 0;
    color: white;
}

.box-loading-product-change {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #80808045;
    display: none;
}

.box-loading-product-change .lds-ring {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-loading-product-change .lds-ring div {
    border-color: white transparent transparent transparent;
}

.box-loading-product-change.loading {
    display: block;
}

.box-loading-product-change.loading {
    display: block;
}

#order_review .woocommerce-terms-and-conditions-wrapper {
    display: none;
}

#order_review .blockUI.blockOverlay {
    height: 94% !important;
}

.box-action-change {
    position: absolute;
    top: 0;
    width: 92%;
    height: 100%;
    display: none !important;
    background: #8080807d;
    border-radius: 5px;
}

.box-action-change .box-button-change {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup-con .select2-container {
    width: 221px !important;
}

.popup-con span.select2.select2-container.select2-container--default.select2-container--below {
    width: 221px !important;
}

.popup-con .box-filter-select {
    align-items: center;
}

.popup-con .view-detail-product {
    display: block !important;
}

.popup-con .box-action-change {
    display: block !important;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.popup-con .change-product .pro-item:hover>.box-action-change {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.mobile-detect .popup-con .box-action-change {
    opacity: 1;
}

.check-title-second.active .check-icon {
    opacity: 1;
}

.check-title-second.active {
    position: relative;
    color: #996c63;
    font-weight: 500;
}

.check-title-second .check-name {
    font-weight: 500;
}

.hb-img::before,
.hb-img::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.hpn-text {
    font-size: 1.8rem;
}

.footer {
    padding: 80px 0;
}

.smenu {
    min-height: auto;
}

.m-send-reward-btn {
    position: relative;
    margin-left: auto;
}

.return-experience.box-loading .lds-ring {
    display: none;
}

.return-experience.box-loading.loading .lds-ring {
    display: block
}

.return-experience.box-loading {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: transparent;
    margin-top: 16px;
}

.return-experience.box-loading.loading::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #80808045;
    top: 0;
    right: 0;
    position: absolute;
}

.return-experience .pro-price-text.mona-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.return-experience .pro-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro-list .recheck-dot {
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 25px;
}

.return-experience .recheck-input:checked~.recheck-dot::before {
    border: transparent;
}

.return-experience .recheck-dot::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../../../../template/assets/images/correct.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    opacity: 0;
}

.mona-content b {
    font-weight: bold;
}

.exp-banner-text.fw-6.mb-16s.mona-content p {
    color: white;
}

.side-border.side-pd-t .sintro-location:not(:last-child) {
    margin-bottom: 25px;
}

.woocommerce-checkout h1.page-title {
    display: none;
}




@media screen and (max-width: 1200px) {
    /* .rew-list .rew-body{
        display: none;
    } */
}

.w-100{
    width: 100%;
}

.m-btn-submit-w {
    position: relative;
}

.m-btn-submit-w .re-input{
    height: 5.7rem;
}

.m-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 10.5rem;
    height: 100%;
    padding: 0.7rem;
}

.m-btn-submit-w .m-submit button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(153, 108, 99, 0.1);
    text-transform: uppercase;
    border-radius: 5px;
}

.box-loading-css .lds-ring{
    display: none;
}

.box-loading-css.loading .lds-ring{
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #80808045;
}

.box-loading-css{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

button.button.button-nor.m-end {
    position: relative;
}

.box-loading-css.loading .lds-ring div{
    border-color: white transparent transparent transparent;
}

.m-css-wallet .receive.mt-45,.m-css-wallet .his-code, .thank-con.m-css-wallet{
    display: none;
}

.m-css-wallet-block{
    display: block;
}

.m-uppercase{
    text-transform: uppercase;
}

.pro-list .pro-img img, .swiper-horizontal .pro-img img{
    height: 100% !important;
}

label.redem-payment-chosse-item.m-error-payment {
    cursor: no-drop;
    position: relative;
}

label.redem-payment-chosse-item.m-error-payment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #80808066;
}

.m-table-excel.hiss-table table tbody tr:nth-child(1) {
    background-color: #0D3961;
}

.m-table-excel.hiss-table table tbody th {
    padding: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: left;
}

.hiss-table table tbody td:last-child{
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1) !important;
}

.change-block.m-order-summary {
    padding: 0 15px;
    margin-top: 2rem;
}

.change-block.m-order-summary .order-sum {
    margin-top: 2rem;
}

.m-step-corporate {
    display: none;
}

.m-step-corporate.active{
    display: block;
}

.d-flex {
    display: flex;
}

.m-back-step-corporate {
    margin-right: 2rem;
}

.his-foot-item {
    display: flex;
    justify-content: space-between;
}

.his-foot {
    margin-top: 2rem;
}

/* .all-image-card {
    display: none;
} */

.discover-img .discover-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.woocommerce-MyAccount-content div#capture {
    display: none;
}

/* div#mona-card-render {
    display: none;
} */

.m-point-wallet {
    color: #FCB720;
    font-weight: 400;
    font-size: 1.6rem;
}

/* .bg-blue-box-wallet::before {
    background: #0D3961;
    content: "";
    position: absolute;
} */

.box-wallet-total.dflex {
    background: #0D3961;
    padding: 2.4rem 1.6rem 1.6rem 1.6rem;
    border-radius: 6px 6px 0px 0px;
    flex-direction: column;
}

.titla-box-wallet-total {
    color: white;
}

.number-box-wallet-total {
    color: #FCB721;
    font-weight: 600;
    font-size: 1.8rem;
}

.desc-box-wallet-total.dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-user-menu {
    min-width: 200px;
}

.img-box-wallet-total {
    display: flex;
}

.m-l15{
    margin-left: 1rem;
}

.m-return-step-3{
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 576px)
{
    .box-filter-select {flex-wrap: wrap; }
}

.reload-product-change .pro-item-3 {
    position: relative;
}

.mobile-detect .reload-product-change{
    position: relative;
}

.mobile-detect .box-action-change {
    background: unset;
}

.acc-form.dnor.pro-list.change-product.reload-product-change {
    max-height: 190rem;
    overflow: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 660px)
{
    .box-action-change .box-button-change {
        flex-wrap: wrap;
        height: 0;
        margin-top: 15rem;
    }

    .popup-w.popup-product {
        padding: 60px 0;
    }
}

tr.item-order td:last-child a {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}

.box-step-all.next-the-step .report-con {
    position: fixed;
}

.report-con.not-fixed{
    position: relative !important;
}

.dflex {
    display: flex;
}

.redem-payment.m-desc-payment-method {
    padding-left: 20px;
    margin: auto;
}


@media screen and (max-width: 500px)
{
    .redem-body.dflex {
        flex-wrap: wrap;
    }

    .redem-payment.m-desc-payment-method {
        padding: 0;
        margin-top: 2rem;
    }
}

.load-item{
    display: none;
}

.btn-show.load-btn p {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.pro-list-second .pro-content .pro-des.mona-content{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

/* .dnor.rewards-item.m-step-information .rewards-item-right {
    width: 100%;
}

.dnor.rewards-item.m-step-information .rewards-item-right p {
    margin-top: 2rem;
} */

.m-box-update-img {
    display: flex;
    width: 18rem;
    padding: 1.6rem;
    align-items: center;
    justify-content: center;
}

label.profile-upload-text {
    margin-left: 1rem;
}

.m-box-update-img {
    display: flex;
    width: 16rem;
    padding: 1.6rem;
    align-items: center;
    justify-content: center;
    background: rgba(13, 57, 97, 0.1);
    border-radius: 0.6rem;
    margin-bottom: 3rem;
}

.m-box-table-excel {
    width: 100%;
    margin-top: 3rem;
}

.rewards-item-right .box-review-card .dnor.receive-list {
    width: 26rem;
}
.rewards-item-right .box-review-card .report-name ,.rewards-item-right .box-review-card .report-price{
    font-size: 1.8rem;
}

.rewards-item-right .box-review-card .report-code-qr {
    width: 10rem;
    height: 10rem;
    flex-shrink: 0;
}

.rewards-item-right .box-review-card p.report-bottom-text.t16.mb-16s{
    font-size: 0.6rem;
}

.rewards-item-right .box-review-card .report-code .report-code-title {
    font-size: 1rem;
}

.rewards-item-right .box-review-card .report-code-name {
    font-size: 1.4rem;
}

.m-report-corporate nav.pagination {
    margin-top: 2rem;
}

.m-report-corporate .status{
    text-transform: capitalize;
}

.m-report-corporate .status.active, .order-pop-status.active{
    color: #009955;
}

.m-report-corporate .status.confirm, .order-pop-status.confirm{
    color: #D60707;
}

.m-report-corporate .status.completed, .order-pop-status.completed{
    color: #0D3961;
}

.m-report-corporate .status.draft, .order-pop-status.draft{
    color: #555555;
}

.m-popup-corporate.open .popup-close {
    margin-left: auto;
    cursor: pointer;
    color: #808080;
    position: absolute;
    top: -3rem;
    right: -2rem;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    background: unset;
}

.change-block.m-download-excel-corporate {
    display: flex;
    justify-content: flex-end;
}
.change-block.m-download-excel-corporate .upload-file-btn{
    position: relative;
}

.hiss.tabJS nav.pagination {
    margin-top: 2rem;
}

.header-user-menu .link {
    text-transform: uppercase;
}

a.link.flex-item.m-logout {
    color: #D60707;
    font-weight: bold;
}
a.link.flex-item.m-logout:hover{
    color: white;
}
.header-user-menu a.link.active {
    color: #996c63;
}

.m-right .change-block{
    display: flex;
    justify-content: flex-end;
}

.m-popup-corporate-info{
    cursor: pointer;
}

.trans .header-re .header-re-link {
    color: white;
}

.header.trans .header-lang a{
    color: #ffffffa3 !important;
    text-shadow: 1px 1px #000000;
}

@media screen and (max-width: 1200px)
{
    .mobile-sub {
        display: block;
    }
    .mobile-list .menu-item>.mobile-arrow {
        transform: rotate(90deg);
    }
    .mobile-list .menu-item.active>.mobile-arrow {
        transform: rotate(0deg);
    }
}

.header-nav .header-nav-list .current_page_ancestor::before {
    width: 100%;
}

input.m-input-custom-write {
    width: 100%;
    border: unset;
    text-align: center;
    font-size: 1.6rem;
    color: #0d3961;
    font-weight: 600;
}

.m-step-experience .return-experience.loading{
    overflow: unset;
}

.m-step-experience .return-experience{
    max-height: 100rem;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.m-step-experience .recheck-item.dnor-item.pro-item.pro-item-3 {
    position: relative;
}

.repo-wrap.m-change-box {
    width: 30%;
}

.m-block{
    display: block;
}

a.button.m-btn-orange.m-action-scroll {
    margin-top: 3rem;
    background-color: rgb(237 103 12) !important;
}

.trans .header-user-name {
    color: white;
}

.trans .hamburger .line{
    background-color: white;
}

.sticky .hamburger .line{
    background-color: #0d3961;
}

.m-box-curent {
    width: 30%;
}

.dmini-item.repo-item {
    width: 30%;
}

.dmini-item.repo-item:first-child {
    width: 40%;
}

@media screen and (max-width: 756px)
{
    .repo-list {
        flex-direction: column;
    }
    .dmini-item.repo-item {
        width: 100%;
    }
    .dmini-item.repo-item:first-child {
        width: 100%;
    }
}
