@font-face {
    font-family: "Angsana";
    src: url("../font/angsana.ttf"); /* Locate the .ttf file within your directory*/
}

@font-face {
    font-family: "Allegro"; /* Name your font family */
    src: url("../font/allegro.ttf"); /* Locate the .ttf file within your directory*/
}

:root {
    --red1: #751610;
    --red2: #5c1a18;
    --red3: #6b1311;
    --beige: #f2e1d6;
    --grey: #c5c5c5;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    overflow: auto;
    height: 100%
}

.g-5 {
    gap: 5px;
}

.g-10 {
    gap: 10px;
}

.g-20 {
    gap: 20px;
}

.br-0 {
    border-radius: 0 !important;
}

.lh-1 {
    line-height: 1px;
}

.lh-15{
    line-height: 15px;
}

.obj-fit-cover {
    object-fit: cover;
}

.container-content {
    padding: 3em 2em;
}
.row:before,
.row:after,
.row:before,
.row:after {
    content: normal; // IE doesn't support `initial`
}

.text-prewrap {
    white-space: pre-wrap;
}

.main-text-color {
    color: rgb(216, 177, 142);
}

/*File input*/
.btn-file-input {
    color: white;
    background-color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    border: 2px solid #555 !important;
}
.btn-file-input:hover,
.btn-file-input:focus {
    color: #888;
    border-color: #888;
}
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}
.input-file + .js-labelFile .icon:before {
    content: "\f093";
}
.input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5aac7b;
}
/*File input*/

.live-chat {
    right: 0;
    top: 70px;
    z-index: 999;
}
.live-chat a {
    text-decoration: none;
}

.live-chat-img {
    width: 50px;
    height: 50px;
}

.giftbox {
    right: 0;
    bottom: 0;
}

.giftbox-link {
    font-size: 30px;
    padding: 1rem;
    background: rgba(216, 177, 142, 0.4);
    color: black;
    text-decoration: none;
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1190px;
    }

    .container-content {
        padding: 4em 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }

    .container-content {
        padding: 2em 1.8em;
    }
}

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

body {
    font-size: 0.85rem;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
}

/* page title */
h2 {
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-details .add-cart {
    background-color: #811d1f !important;
}

.menu-details .out-of-stock {
    color: #e82934 !important;
}

.product-summary-panel .add-cart {
    background-color: #811d1f !important;
}

.product-summary-panel .out-of-stock {
    color: #e82934 !important;
}

/* product details page title */
h3 {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.7px;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-weight: 500;
    color: #888;
    letter-spacing: 1px;
    text-transform: capitalize;
    /* text-transform: uppercase; */
}

p {
    font-size: 14px;
    line-height: 1.6;
    /* color: #808080; */
}

a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/* GRID */
.col-xs-6 {
    width: 50% !important;
}

/* END GRID */

.grey-label {
    display: block;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 0.8em;
}

.cart-label {
    /* font-family: Angsana; */
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 1px;
    color: white;
    /* background: #811d1f; */
    background: var(--red2);
    /* margin-bottom: 0.8em; */
}

.m-0 {
    margin: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right;
}

.center-align {
    display: flex;
    justify-content: center;
}

.age-modal,
.popup-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.popup-modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.age-modal-body,
.stores-modal-body {
    width: 100%;
    max-height: 50vh;
    background-color: white;
    position: relative;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #ffffff;
}

.popup-modal-body {
    width: 100%;
    max-width: 80vh;
    padding: 0.5rem 0.75rem;
    background-color: white;
    position: relative;
    margin: auto;
    box-shadow: 0 0 5px 5px #818181;
}

.age-p-10 {
    padding: 0 calc(min(10%, 50px));
    max-width: 640px;
    margin: auto;
}

.age-close {
    position: absolute;
    z-index: 99;
    width: 10%;
    top: -15px;
    right: -15px;
    background-color: darkred;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 #ffffff;
    cursor: pointer;
    max-width: 40px;
    min-width: 15px;
}

.age-close::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square-img-poster {
    position: relative;
}

.square-img-poster::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.img-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.button-learn-more {
    position: absolute;
    background-color: #811d1f;
    color: #000000;
    border-radius: 25px;
    padding: 0.25rem 1rem;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 6px 0 #818181;
    font-weight: 700;
    text-decoration: none !important;
    opacity: 0.7;
}

.age-confirmation-section {
    width: 100%;
    border-radius: 10px;
    background-color: #555555;
    display: flex;
    flex-wrap: nowrap;
    /*margin-top: -20px;*/
    z-index: 90;
    position: relative;
    font-size: 10px;
    color: white;
}

.age-under-18 {
    text-align: center;
    background: darkred;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ffffff;
    display: flex;
    font-weight: 700;
    font-size: 12px;
}

.modal-backdrop.in {
    opacity: 0.2 !important;
}

.age-hide {
    display: none;
}

.right-align {
    display: flex;
    justify-content: right;
}

.background-grey {
    background-color: #bfbfbf;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.pr-0 {
    padding-right: 0 !important;
}

.center {
    left: 50%;
    transform: translate(-50%);
}

.modal-image {
    max-width: 85%;
    margin: auto;
}

.text-line-through {
    text-decoration: line-through;
}

.text-decoration-none {
    text-decoration: none !important;
}

.main-section-padding {
    padding-right: 3rem;
    padding-left: 3rem;
}

.grey-container {
    background-color: white;
    border: #bfbfbf solid 0.2rem;
    color: black;
    border-radius: 5px;
}

.thin-rounded-grey-container {
    background-color: white;
    border: #bfbfbf solid 0.1rem;
    color: black;
    border-radius: 15px;
}

.thin-grey-container {
    background-color: white;
    border: #bfbfbf solid 0.1rem;
    color: black;
}

.vertical-align {
    height: 100%;
    line-height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

/*Branding related*/
.branding-separator {
    border-top: 1px solid #818181;
    width: 100%;
}

.text-branding {
    color: #811d1f;
}

.text-grey {
    color: #b1b1b1;
}

.text-dark-grey {
    color: #818181;
}

.text-red {
    color: var(--red1) !important;
}

.h-min {
    height: min-content;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.bg-branding {
    background-color: #811d1f !important;
}

.btn-filled-branding {
    background-color: #811d1f;
    color: #fff;
}

.btn-filled-branding:hover {
    color: #000000;
}

.bordered-branding {
    border: #811d1f solid 0.1rem !important;
}

.bordered-grey {
    border: silver solid 0.1rem;
}

.btn-filled-white {
    background-color: white;
    color: black;
    border: rgba(0, 0, 0, 0.79) solid 0.1rem;
}

.btn-filled-white input:checked {
    background-color: #811d1f;
    color: black;
    border: #811d1f solid 0.1rem;
}

.a-branding {
    color: #811d1f;
    text-decoration: underline;
}

.btn-add-cart {
    padding: 0 2.5em;
}

.btn-shop-now {
    height: 50px;
    min-width: 200px;
    border-radius: 5px !important;
    border: none !important;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .btn-add-cart {
        width: 100%;
    }
}

.btn-add-cart .arrow {
    width: 15px;
    height: 2px;
    background: #fff;
}

/*Branding related*/

body {
    /* font-family: "Montserrat"; */
    font-family: "Anuphan", "Poppins", "Montserrat";
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

/*Header*/
#header_section {
    /*height: 65px;*/
    /* background-color: #070808; */
    color: #000;
    z-index: 900;
}

#header_section .container {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0.5rem auto;
}

#header_section .logo-panel {
    width: 30%;
    text-align: center;
}

#header_section .logo-panel img {
    width: 85%;
    max-width: 200px;
}

.marquee-div {
    padding: 0.5rem 1rem;
    background-color: #811d1f;
    color: white;
}

.marquee-text {
    font-size: 1rem;
}

.side-action-div {
    position: fixed;
    top: 32%;
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.side-action-bar {
    position: fixed;
    background-color: rgba(218, 183, 221, 1);
    color: white;
    top: 30%;
    left: 0;
    z-index: 999;
    border-radius: 0 100px 100px 0;
    padding: 0.5rem 5.5rem 0.5rem 1.5rem;
    transition: left 0.3s ease-out;
}

.side-action-count {
    font-weight: bold;
    font-size: 1.5rem;
}

.action-share {
    position: absolute;
    top: calc(50% - 30px);
    right: 0.5rem;
    font-size: 2rem;
    background: white;
    color: black;
    border-radius: 50px;
    padding: 0.3rem;
    cursor: pointer;
    z-index: 99;
}

.action-social-share {
    position: absolute;
    font-size: 1.8rem;
    background-color: rgba(216, 177, 142, 1);
    padding: 0.65rem;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    transition: right 0.3s ease-in, top 0.3s ease-in, bottom 0.3s ease-in;
}

.action-facebook-share {
    top: -35px;
    right: -20px;
}

.action-hidden {
    right: 5px !important;
    top: 10px !important;
}

.action-whatsapp-share {
    top: 13px;
    right: -45px;
}

.action-wechat-share {
    top: 42px;
    right: -35px;
}

.action-copylink-share {
    top: 65px;
    right: -20px;
}

.side-more-info {
    position: absolute;
    background-color: rgb(48 47 47);
    color: white;
    bottom: -20px;
    left: 0;
    border-radius: 0 0 100px 0;
    padding: 0.2rem 1.5rem 0.2rem 1rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.side-bar-hidden {
    left: -300px !important;
}

.side-bar-show {
    font-size: 2.5rem;
    color: white;
    background-color: rgba(218, 183, 221, 1);
    text-align: center;
    padding: 0.8rem;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.side-bar-hide {
    position: absolute;
    left: 0;
    top: 25%;
    font-size: 2.5rem;
    cursor: pointer;
}

.marquee-text {
    font-size: 1rem;
}
/* #header_section .container ul {
    float: right;
    width: 70%;
    text-align: right;
    margin-bottom: 0;
} */
#header_section ul {
    margin-bottom: 0;
    padding-left: 0;
}

#header_section .container ul li {
    list-style-type: none;
    display: inline-block !important;
    margin-left: 1.3em;
    z-index: 1000;
}

#header_section a {
    font-size: 1.068rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

#header_section a .la,
.las {
    font-size: 1.9rem;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
}

.sticky.fixed {
    position: fixed;
}
/* .sticky + .content {
  padding-top: 102px;
} */

.cart-item-count {
    background-color: #00a8e6;
}

.mobile-menu-panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.burger-container {
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    width: 82%;
    height: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
    animation: slideIn 0.3s linear 0s alternate;
}

.dropdown-header {
    padding-right: 2.5rem !important;
    padding-left: 0 !important;
}
@keyframes slideIn {
    0% {
        right: -100%;
    }
    /* 50%  {background-color:blue; left:200px; top:200px;} */
    100% {
        right: 0%;
    }
}

.mobile-menu img {
    width: 90%;
}

.mobile-menu li {
    list-style-type: none;
    padding: 1em 2em;
}

.burger {
    display: none !important;
    cursor: pointer;
}

@media only screen and (min-width: 767px) {
    .mobile-menu-panel {
        display: none !important;
    }
}

.mobile-header {
    bottom: 0;
    width: 100%;
    /* aspect-ratio: 8 / 1; */
    /* max-height: 15vh; */
    height: 70px;
    padding: 0.4rem 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 901;
    position: fixed;
    display: block;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
    /* box-shadow: 0 0 3px 3px #dbdee3; */
    box-shadow: 1px 0px 10px -2px rgba(0, 0, 0, 0.2);
    max-width: max(30vw, 460px);
}

.mobile-header .mobile-logo-icon:active {
    opacity: 0.1;
}
.mobile-icon {
    font-size: 31px;
    color: #221f1f;
}

.mobile-header-group {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.mobile-header-icon {
    width: 33%;
    min-width: 15px;
    margin: auto;
    max-width: 30px;
    aspect-ratio: 1/1;
}

.mobile-header-item div.selectedclass img {
    color: blue;
}

.mobile-item-count {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 15px;
    height: 15px;
    background: #811d1f;
    color: #fff;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1.5;
}

.mobile-header-item {
    margin-bottom: 10px !important;
}

.mobile-logo {
    min-width: 70px;
    max-width: 70px;
}

.mobile-header-logo {
    width: 90px !important;
    height: 60px !important;
    position: absolute;
    top: -20px;
    right: -10px;
    border-radius: 100%;
    margin: unset;
}

.mobile-icon-text {
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.web-menu-container {
    display: none !important;
}

.web-menu-panel {
    display: none !important;
}

#header_section {
    padding: 0 0 0rem;
}

#header_section .logo-panel {
    width: 75%;
}

#header_section .logo-panel img {
    width: 100%;
}

.li-web-menu {
    display: none !important;
}

.burger {
    display: inline-block !important;
}

.burger-container {
    width: 40% !important;
    display: inline-block !important;
    text-align: right !important;
}

@media only screen and (max-width: 350px) {
    .burger-container {
        width: 50% !important;
    }
}

/* @media screen and (min-width: 992px) {
    #header_section a {
        font-size: 2rem;
    }
    #header_logo {
        height: 4rem;
        width: auto;
        align-self: center;
    }
}
@media screen and (min-width: 1200px) {
    #header_section a i {
        font-size: 1.5rem;
        margin-right: 2.5rem !important;
    }
} */
/*Header*/

/*Top nav bar*/
#top-left-nav li {
    margin-top: 1rem;
    color: black;
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: bolder;
}

/*Top nav bar*/

/*Footer*/
#footer {
    background: #f9f9f9;
    width: 100%;
    margin-top: 3em;
}

@media screen and (max-width: 450px) {
    #footer {
        display: none;
    }
    .giftbox {
        display: none;
    }
}

#footer .container {
    padding-bottom: 1em;
}

#footer .col-md-3 {
    flex: 0 0 23%;
    max-width: 23%;
}

#footer .col-md-4 {
    flex: 0 0 31%;
    max-width: 31%;
}

#footer .logo {
    width: 80%;
    margin-bottom: 0.5em;
}

#footer label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #666666;
}

#footer p {
    margin-bottom: 10px;
}

#footer li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

#footer li a {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}

.footer-font-size {
    font-size: 12px;
}

#footer .social-media-panel {
    margin-bottom: 1em;
}

#footer .social-media-panel img {
    width: 23px;
    margin-right: 8px;
}

#footer .remarks {
    margin-bottom: 0;
    color: #666666;
}

#footer .policy-box {
    color: #666666;
    text-align: right;
}

#footer .policy-box li a {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    text-decoration: none;
}

#footer_logo {
    max-width: 50%;
}

@media only screen and (max-width: 767px) {
    #footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer {
        padding-bottom: 5rem;
    }

    #footer .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer label {
        margin-top: 1.2em;
        margin-bottom: 8px;
    }

    #footer .policy-box,
    #footer .remarks {
        text-align: center;
    }
    .block-control {
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .block-control .col-md-6:first-child {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .block-control .col-md-6:last-child {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    #footer li {
        display: inline-block;
    }

    .footer-left-nav {
        text-align: center;
    }

    .footer-item {
        padding: 0.5rem !important;
        margin: auto !important;
        white-space: nowrap;
        border-right: 1px solid #818181;
    }
    .footer-item:last-child {
        border-right: none !important;
    }
}

.footer-social-icon {
    font-size: 1.9rem;
    margin-right: 5px;
}

.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li,
.navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

/*Footer*/

/* Modal */

.modal.show {
    padding-right: 0 !important;
}

/* End Modal */

/*Age confirmation modal*/
#age_confirmation_popout .modal-content {
    max-width: 100%;
    min-height: initial;
    margin: auto;
}

#age_confirmation_popout .modal-dialog {
    display: flex;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
}

#age_confirmation_popout .modal-body {
    padding: 2.5em 2em;
}

#age_confirmation_popout .modal-backdrop {
    opacity: 0.5 !important;
}

#age_confirmation_popout .btn-panel {
    margin-top: 1.5em;
}

#age_confirmation_popout .btn {
    max-width: 60%;
    margin: 0 auto 1em auto;
}

#age_confirmation_popout .btn-filled-white {
    border: none;
    text-decoration: underline;
}

#age_confirmation_footer p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #age_confirmation_popout .modal-content {
        max-width: 95%;
    }

    #age_confirmation_popout .modal-body {
        padding: 2em 1.5em;
    }

    #age_confirmation_popout .btn {
        max-width: initial;
        width: 250px;
    }
}

@media screen and (max-width: 350px) {
    #age_confirmation_popout .modal-body {
        padding: 1.5em;
    }
}
/*Age confirmation modal*/

/*Home page carousell*/
.home_slider {
    width: 100%;
}

.home_slider_container {
    margin: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    max-height: 65%;
    margin: auto;
}

/*Home page carousell*/

/*Login*/
/* .login-left{
    display:none;
}
.login-section{
    padding: 0;
}
.login-dialog{
    background-color: white;
    -webkit-box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    display: flex;
}
.login-right{
    margin:auto;
    width:80%;
}
.login-input{
    width:100%;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    border-radius: 0.4rem;
    display: inline-block;
}
.login-vbottom{
    padding-top: 10px;
}
[class*="uk-float-"] {
    max-width: 100%;
}

.login-title{
    text-align: center;
    padding-bottom:2rem;
    font-size: 2.6rem;
    padding-top:10rem;
} */

.login-input::-webkit-outer-spin-button,
.login-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-input[type="number"] {
    -moz-appearance: textfield;
}

.login-input:active,
.login-input:hover,
.login-input:focus {
    border-color: #811d1f !important;
}

form input[type="checkbox"] {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaa;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    border-radius: 0.2rem;
    cursor: pointer;
}

form input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    color: #00a8e6;
}

form input[type="checkbox"]::before {
    display: block;
}

/* .uk-form-row + .uk-form-row {
    margin-top: 15px;
}
.btn-login-row{
    display:grid;
    margin-top: 1rem;
}
.btn-login{
    text-align: center;
    justify-self: center;
    background-color: #E0AF83;
    border: #E0AF83 solid 0;
    border-radius: 2rem;
    font-size: 1.2rem;
    color: black;
    font-weight: 700;
    width: auto;
} */

.login-title {
    text-align: center;
    color: #000000;
}

.btn-login {
    margin-top: 1em;
}

.btn-login:hover:not(:disabled),
.btn-login:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2e40d4;
    border-color: #293ccc;
}

/* .rememberme,.login-text{
    font-size: 1.03rem;
    font-weight: 400;
} */

.btn-login:hover {
    background-color: #811d1f !important;
}

.login-link {
    font-weight: 600;
    color: black;
}

.login-link:hover {
    color: #811d1f;
}

.has-danger .form-control-feedback-storefront {
    font-weight: inherit;
    font-size: inherit;
    margin-top: 5px;
    color: #f4516c;
}

.sign-up-name {
    display: grid;
}

.mobile-full {
    width: 100%;
}

/* @media screen and (min-width:1200px){
    .login-page {
        background-color: #E2E0E0;
    }

    .login-section{
        padding: 5rem 8rem;
    }

    .login-dialog{
        margin: 1.75rem auto;
        padding-bottom:0;
    }

    .login-left{
        width:40%;
        display:block;
    }
    .login-right{
        margin:auto;
        width:40%;
    }
    .login-img{
        width:100%;
    }
    .login-title{
        padding-top:0;
    }
    .sign-up-name{
        display:flex;
        justify-content: space-between;
    }
    .w-48 {
        width: 48%;
    }
} */

/* REVAMP LOGIN */
/*.login-section .container-content{*/
/*    padding-top: 4em;*/
/*}*/

.login-dialog {
    width: 90%;
    max-width: 450px;
    height: 500px;
    margin: auto;
}

.login-left {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.login-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.tagline-box {
    position: absolute;
    left: 2em;
    bottom: 2em;
    width: 70%;
    z-index: 99;
}

.tagline-box img {
    width: 60px;
    margin-bottom: 1em;
}

.tagline-box h6 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

/* .login-right {
    padding: 0 4em;
    background: #FFF;
} */

.login-section,
.signup-section {
    background-color: #f2e1d6;
    padding-top: 1.5em;
    min-height: 100vh;
}

.login-right img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 2em auto;
    border-radius: 15px;
}

.login-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-form {
    width: 100%;
}

.login-form label {
    display: block;
}

.col-number {
    padding-left: 0;
}

.profile-info {
    /* font-weight: bold; */
    /* font-size: 1rem; */
    /* color: #b1b1b1; */
    font-weight: 600;
    color: black;
}

.form-control {
    height: 45px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    box-shadow: none;
}

.form-control,
.form-control[readonly] {
    border: 1px solid #c5c5c5;
    background: #fff;
}

.input-group {
    width: auto;
}

.rememberme {
    display: inline-block !important;
    margin: 0.5em 0 0.5em 0.3em;
}

.forgot-password {
    display: block;
    margin: 1em 0;
}

.forgot-password:hover {
    color: #811d1f;
}

form label {
    /*font-size: inherit !important;*/
    /*font-weight: inherit !important;*/
}

.signup-section {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.signup-section .login-dialog {
    width: 100%;
    height: auto;
    max-width: initial;
    border: none;
}

.signup-section .login-left {
    display: none;
    width: 50%;
    float: left;
}

.signup-section .login-right {
    /* width: 50%;
    float: right; */
    display: block;
    float: none;
    margin: auto;
    border: none;
    background: transparent;
}

.signup-section .login-text {
    margin: 1em 0 0 0;
}

@media only screen and (min-width: 1600px) {
    .login-section,
    .signup-section {
        margin-top: 2em;
    }

    .signup-section {
        height: calc(100vh - 65px);
    }
}

@media only screen and (max-width: 1199px) {
    .login-section {
        display: initial;
        align-items: initial;
        height: auto;
    }

    .login-dialog {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .container-auth {
        padding-left: 2em;
        padding-right: 2em;
    }

    .login-dialog {
        width: 100% !important;
        height: auto !important;
        max-width: initial !important;
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100% !important;
        float: none !important;
        border: none;
        padding: 0;
    }

    .login-right img {
        width: 71px;
        height: 71px;
        margin: 1em auto 3.5em auto;
    }

    .signup-section {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .login-left,
    .login-right {
        height: 120% !important;
    }
}

/* END REVAMP LOGIN */

/*Social media share section*/
#st-1 {
    z-index: 2 !important;
}

.social-share-copy-section {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .social-share-copy-section {
        width: 50%;
    }
}

/*Social media share section*/

/*Affiliate*/
.small-container {
    min-width: 250px;
    width: 257px;
    min-height: 142px;
    position: relative;
    background-color: white;
    border-radius: 1.25rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.btn-affiliate {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.large-container {
    background-color: white;
    border-radius: 1.25rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.background-alice-blue {
    background-color: #f7f8fa;
}

.affiliate-image-logo {
    margin-top: -3rem;
    margin-left: 2rem;
    margin-right: 1rem;
    width: 79.5px;
    height: 79.5px;
}

.affiliate-title {
    font-size: 1rem;
    padding-top: 1rem;
    font-weight: 500;
    color: #d6a580;
    width: 100%;
    height: 40px;
}

.font-semibold {
    font-weight: 600;
}

.transaction-completed,
.transaction-credit {
    /* color: #24ca70; */
    color: var(--green);
}

.transaction-pending,
.transaction-debit {
    /* color: #fe1310; */
    color: var(--red);
}

.affiliate-info {
    text-align: center;
    margin-top: 1.5rem;
}

.affiliate-info-text {
    font-size: 1.75rem;
    font-weight: bold;
}

.affiliate-transaction-image {
    width: 70.5px;
    height: 70.5px;
    margin-right: 0.5rem;
}

.credit {
    color: var(--green);
    /* color: #24ca70; */
}

.affiliate-w-date {
    margin-left: 2.5rem;
    margin-top: 2rem;
}

.element-pagination {
    width: 75%;
    margin: auto;
}

.pagination-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.withdrawal-history {
    width: 90%;
    margin: auto;
}

.affiliate-w-transaction,
.affiliate-p-transaction {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.affiliate-p-transaction {
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 579px) {
    .m-transaction-image {
        width: 100%;
        display: grid;
        justify-content: center;
        margin-top: 0.5rem;
    }

    .mobile-transaction {
        width: 100% !important;
        display: grid !important;
        margin: 0.5rem !important;
    }

    .action-share {
        right: 0.2rem;
        font-size: 1.5rem;
    }

    .fa-mobile-size {
        font-size: 0.8rem;
    }

    .side-action-bar {
        padding: 0.5rem 5.5rem 0.5rem 1.5rem;
    }

    .side-action-count {
        font-size: 1.3rem;
    }

    .side-action-text {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 580px) {
}

@media only screen and (min-width: 768px) {
    .affiliate-w-date {
        margin-left: 10rem;
        margin-top: 2rem;
    }

    .affiliate-transaction-image {
        width: 70.5px;
        height: 70.5px;
        margin-right: 2rem;
    }
}

/*Social media share section*/

/* THEME RELATED */
.btn {
    /*height: 45px;*/
    border: none !important;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding-left: 2em;
    padding-right: 2em;
    /* text-transform: uppercase; */
    text-transform: capitalize;
}

.btn-theme {
    background: #000000;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
    background: #000000 !important;
    color: #fff !important;
}

.btn-theme-2 {
    /* font-family: Angsana; */
    /* font-size: 1.4rem !important; */
    background: #811d1f;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
}

.btn-theme-2:hover,
.btn-theme-2:active,
.btn-theme-2:focus {
    background: #811d1f !important;
    color: #fff !important;
}

.btn-theme-3 {
    border: 1px solid #000;
    background: transparent;
}

/* button with no border and underline text */
.btn-theme-4 {
    background: transparent;
    text-decoration: underline;
}

.btn-theme-4.edit-type {
    height: auto;
    padding: 0;
}

.btn-theme-5 {
    border: 1px solid #811d1f !important;
    background: transparent;
    color: #811d1f;
}

.btn-add-to-cart {
    border: 1px solid #b1b1b1 !important;
    background: transparent;
    color: #b1b1b1;
}

.btn-theme-6 {
    border: 1px solid #000 !important;
    background: transparent;
    color: #000 !important;
}

.btn-theme-7 {
    color: var(--red1);
    background: var(--beige);
    text-decoration: none;
    border-radius: 10px;
}

.round {
    border-radius: 20px;
}
@media screen and (max-width: 320px) {
    #btn-announcement {
        font-size: 10px !important;
    }
}

.btn-oval-primary {
    padding: 0.25rem 0.65rem;
    background-color: #f0eff1;
    box-shadow: -4px -2px 5px -2px #ffffff, 4px 2px 5px -2px #dbdee3;
    border: 0;
    border-radius: 25px;
}

.btn-more {
    padding: 0.25rem;
    background-color: #f0eff1;
    box-shadow: -2px -2px 2px 1px #dbdee3, 1px 1px 2px 1px #ffffff;
    border: 0;
    border-radius: 25px;
    font-size: 0.825rem;
}

.depad-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.depad-both {
    height: auto !important;
    padding: 0;
}

.m-portlet__foot {
    margin-top: 1em;
}

.m-portlet__foot .btn {
    margin-right: 10px;
}

.m-portlet__foot .btn:last-child {
    margin-right: initial;
}

@media only screen and (max-width: 767px) {
    /*.btn{*/
    /*  height: 40px;*/
    /*}*/
}

@media only screen and (max-width: 350px) {
    .btn {
        padding-left: 0.8em;
        padding-right: 0.8em;
    }
}

@media only screen and (max-width: 387px) {
    .btn {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
/* END THEME RELATED */

.btn-full {
    width: 100%;
}

/*Profile section*/
.profile-image {
    width: 100%;
    border-radius: 15px;
}

.profile-bio {
    color: #818181;
}

/* N background */
.n-bg {
    position: absolute;
    /*top: 30vh;*/
    top: calc(3em + 50px);
    left: 0;
    right: 0;
    /*width: 28%;*/
    height: 80%;
    margin: auto;
    opacity: 0.5;
    z-index: -1;
}

@media only screen and (max-width: 1024px) {
    .n-bg {
        width: 80%;
        height: 80%;
        margin: 10% 10%;
    }
}

@media only screen and (max-width: 850px) {
    .n-bg {
        width: 80%;
        height: 60%;
        margin: 20% 10%;
    }
}
@media only screen and (max-width: 830px) {
    .n-bg {
        width: 80%;
        height: 100%;
        margin: 10% 10%;
    }
}

@media only screen and (max-width: 800px) {
    .n-bg {
        width: 80%;
        height: 80%;
        margin: 10% 10%;
    }
}

@media only screen and (max-width: 767px) {
    .n-bg {
        width: 100%;
        height: 140%;
        margin: 15% 0;
    }
}

@media only screen and (max-width: 640px) {
    .n-bg {
        width: 100%;
        height: 120%;
        margin: 10% 0;
    }
}

@media only screen and (max-width: 550px) {
    .n-bg {
        width: 100%;
        height: 80%;
        margin: 10% 0;
    }
}

@media only screen and (max-width: 450px) {
    .n-bg {
        width: 100%;
        height: 60%;
        margin: 25% 0;
        zoom: 1.5;
    }
}
/* N background */

/* labeling */
.label-primary {
    font-size: 12px;
    font-weight: inherit;
    background: #000;
    border-radius: 0;
}

.label-success {
    font-size: 12px;
    font-weight: inherit;
    background: #811d1f;
    border-radius: 0;
}
/* Labeling */

/* BADGE */
.m-badge {
    text-transform: uppercase;
    border-radius: 0 !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
}

.m-badge.m-badge--info {
    background: #811d1f !important;
}

/* END BADGE */

.clear-both {
    clear: both;
}

.capital-letter {
    text-transform: capitalize;
}

.remarks {
    font-size: 12px;
    font-weight: 400;
}

/* GRID */
@media only screen and (max-width: 767px) {
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .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-lg-auto,
    .col-md,
    .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-md-auto,
    .col-sm,
    .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,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* END GRID */

.card-header:first-child {
    background: transparent;
    padding: 15px 25px;
}

.card-header:first-child h3 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

.border-grey {
    border: 1px solid #c5c5c5 !important;
}

.border-bottom-red {
    border-bottom: 1px solid var(--red1);
}

.border-top-red {
    border-top: 1px solid var(--red1);
}

/* ORDER */
.section-order h2,
.profit-transaction h2 {
    margin-bottom: 2em;
    text-align: center;
}

/* .order-details-box{
    border-radius: 0;
    margin-bottom: 2em;
    padding: 2em;
    background: transparent !important;
} */

.order-details-box {
    border-radius: 20px;
    padding: 2em;
    background: white;
    border: 1px solid var(--grey);
    margin-bottom: 1rem;
    box-shadow: -5px 7px 6px -6px #c5c5c5;
}

.order-details-box .grey-label {
    margin-bottom: 3px;
}

.order-details-box .action-box {
    margin-top: 5px;
}

.order-details-box .action-box a:last-child {
    margin-left: 15px;
    color: #000 !important;
}

.order-details-box .action-box a {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000 !important;
}

.order-details-box i {
    font-size: 1.4rem;
}

.order-details-box p {
    color: #000;
}

.section-order .order-item,
.profit-transaction .order-item {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #c5c5c5;
}

.section-order .item-card,
.profit-transaction .item-card {
    display: flex;
    align-items: center;
    min-height: 130px;
    margin-top: 1em;
    padding: 0 1.5em;
    background: #fff;
}

.section-order .item-card .img-box,
.profit-transaction .item-card .img-box {
    width: 90px;
    height: 90px;
    min-width: 90px;
    float: left;
}

.section-order .item-card .img-box img,
.profit-transaction .item-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-order .item-card .item-content,
.profit-transaction .item-card .item-content {
    float: left;
}

.section-order .item-card .item-content h6,
.profit-transaction .item-card .item-content h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.section-order .item-card .item-content .details,
.profit-transaction .item-card .item-content .details {
    font-size: inherit;
    color: #808080;
    margin-bottom: 5px;
}

.order-details-box .product-price {
    color: #000;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .order-details-box {
        margin-bottom: 1em;
        padding: 1.5em;
    }

    .order-details-box .action-box {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .order-details-box .la-angle-down {
        font-size: 1.3rem;
        margin-top: 1em;
    }
}
/* END ORDER */

/* TOAST */
#toast-container {
    position: fixed !important;
    top: initial !important;
    left: 0 !important;
    right: 0 !important;
    top: 2em !important;
    margin: auto;
    width: 400px !important;
    font-size: 1.1rem;
}

.toast {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 5px #c5c5c5;
    background-image: none !important;
    background: #fff;
    opacity: 1 !important;
}

.toast-close-button {
    padding-top: 10px !important;
    padding-right: 10px !important;
}

.toast .toast-message {
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 2em !important;
}

.toast .toast-message a {
    color: #000 !important;
}

.toast .toast-close-button {
    color: #000;
}

.toast-success {
    border-top: 3px solid #811d1f !important;
    color: #000 !important;
}

.toast-error {
    border-top: 3px solid red !important;
    color: #000 !important;
}

@media only screen and (max-width: 767px) {
    #toast-container {
        width: calc(100% - 1em) !important;
        bottom: 1em !important;
    }

    .toast .toast-message {
        padding: 1.5em !important;
    }
}
/* END TOAST */

/* MENU */
.ul-navigation {
    float: left;
    width: 35%;
    text-align: left;
    justify-content: flex-start !important;
}

.ul-navigation li:first-child {
    margin-left: 0;
}

.ul-action {
    float: right;
    width: 35%;
}

.web-menu-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
}

.header-dropdown-menu {
    top: 1.2em !important;
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
    border-radius: 0;
    border: 1px solid #c5c5c5;
}

.web-menu-panel.ul-action li:last-child .dropdown-menu {
    top: 3em !important;
    left: initial !important;
    right: 0 !important;
    transform: initial !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle {
    cursor: pointer;
}

.profile-pic-menu {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
}

.profile-pic-menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdown-menu a {
    padding: 0.7em 3em !important;
}

.account-dropdown .dropdown-menu a:last-child {
    border-top: 1px solid #f9f9f9;
}

.account-dropdown-toggle span {
    margin-left: 5px;
}

#header_section .dropdown-toggle {
    display: flex;
    align-items: center;
}

.mobile-toggle::after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none !important;
}

.mobile-profile-menu {
    top: 0.2em !important;
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 5px 1px #818181;
}

.mobile-profile-menu a {
    padding: 0.2rem 0 !important;
    margin: 0 1.5rem !important;
    border-bottom: 1px solid #811d1f;
    width: auto !important;
}

.mobile-dot {
    color: #811d1f !important;
    margin-left: 6px;
    margin-right: 12px !important;
}

@media only screen and (max-width: 767px) {
    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: -3px;
        bottom: 0;
        right: 1.5em;
        width: 8px;
        height: 8px;
        border: none;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        margin: auto;
    }

    .mobile-menu img {
        margin: 0.5em 0;
    }

    .mobile-menu li {
        padding: 0.7em 1.5em !important;
    }
    .dropdown-menu-header {
        padding-right: 2.5rem !important;
        padding-left: 0 !important;
    }
    .mobile-menu .dropdown {
        padding: 0;
    }
    .dropdown-menu-header,
    .dropdown-item {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }

    .mobile-menu .dropdown-toggle {
        position: relative;
        width: 100%;
        padding: 0.7em 1.5em;
    }

    .mobile-menu .dropdown-menu {
        float: none;
        position: relative;
        top: initial !important;
        width: 100%;
        min-width: initial;
        padding: 0 !important;
        box-shadow: initial !important;
        border: none !important;
    }

    .mobile-menu .dropdown-menu a {
        padding: 0.7em 2.5em !important;
        color: #888 !important;
    }

    .mobile-menu .dropdown-toggle {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    /* .mobile-menu .dropdown-menu a:last-child{
      padding-bottom: 0 !important;
  } */

    .mobile-menu a {
        font-size: 1.07rem !important;
    }
}
/* END MENU */

/* ALERT */
.alert {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin-bottom: 1.5em;
    padding: 2em;
}

.alert strong {
    font-weight: 500;
}

.alert .close {
    padding: 0;
    font-size: 1.3rem;
    opacity: 1;
}

.alert .close:before {
    content: initial;
}

.alert-success {
    background-color: #811d1f !important;
    color: #fff;
}

.alert-warning {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 5px #c5c5c5 !important;
    border-top: 3px solid #811d1f !important;
}

.alert-danger {
    background-color: #ea4c4c !important;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .alert {
        padding: 1.5em;
    }
}
/* END ALERT */

.sticky-top {
    z-index: 999;
}

/*Disclaimer page */
.disclaimer-list {
    list-style: decimal;
    padding-left: 1rem;
}
.disclaimer-list li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

/*Store map */
/* Styling for Autocomplete search bar */
#map-card {
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin: 10px 10px 0 0;
    -moz-box-sizing: border-box;
    outline: none;
}

#map-container {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: auto;
}

#map-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 100%;
}

#map-input:focus {
    border-color: #4d90fe;
}

#map-title {
    color: #fff;
    background-color: #811d1f;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
    text-align: center;
}

#map {
    margin: auto;
    height: 500px;
    max-height: 100vw;
}

.store-list-item > .place {
    font-weight: bold;
}

.store-list-item {
    border-bottom: 1px solid #811d1f !important;
    margin-bottom: 1rem;
    display: flex;
    margin-top: 30px;
}

#store-panel {
    margin-right: 0.1rem;
    width: 20%;
    /*border: 1px solid #C79E79 !important;*/
}
@media only screen and (max-width: 767px) {
    #map-store-container {
        flex-wrap: wrap-reverse;
    }
    #store-panel {
        width: 100%;
    }
    #map {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }
}

.table-row-striped tbody tr:nth-of-type(2n + 1) {
    background-color: white;
}

.table-row-striped tbody tr:nth-of-type(2n) {
    background-color: #811d1f;
}

.table-row-striped tbody {
    color: #999999;
}

@media only screen and (max-width: 760px) {
    /* Force table to not be like tables anymore */
    .table-row-striped,
    .table-row-striped thead,
    .table-row-striped tbody,
    .table-row-striped th,
    .table-row-striped td,
    .table-row-striped tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-row-striped thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-row-striped tr {
        border: 1px solid #ccc;
    }

    .table-row-striped td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table-row-striped td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 10px;
        width: 30%;
        min-width: 85px;
        padding-right: 10px;
        white-space: pre;
        border-right: 1px solid #ddd;
    }

    .table-row-striped td:nth-of-type(1) {
        background-color: #811d1f;
        color: black;
    }

    .table-row-striped tbody tr:nth-of-type(2n) {
        background-color: white;
    }

    /*
    Label the data
    */

    /*.table-row-striped td:nth-of-type(1):before { content: "Email";}
    .table-row-striped td:nth-of-type(2):before { content: "Phone No"; }
    .table-row-striped td:nth-of-type(3):before { content: "Rank"; }
    .table-row-striped td:nth-of-type(4):before { content: "Joined At"; }
    .table-row-striped td:nth-of-type(5):before { content: "Total Pod"; }
    .table-row-striped td:nth-of-type(6):before { content: "Total Zero 2"; }*/

    .table-row-striped td,
    .table-row-striped th {
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 100px !important;*/
    }
    .table-row-striped tr {
        margin-bottom: 1rem;
        border-radius: 1rem;
        min-width: max-content;
        overflow: auto;
        text-align: center;
    }
    .table-row-striped {
        table-layout: fixed;
        width: 100%;
    }
}

.modal-backdrop {
    z-index: 950;
}
.modal {
    z-index: 1000;
}

.form_datetime {
    position: relative;
    display: table;
    border-collapse: separate;
}

.added-item {
    animation-name: blink-gold;
    animation-duration: 1s;
    animation-iteration-count: 5;
}

.button-blink {
    animation-name: button-blink-gold;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blink-gold {
    50% {
        color: #fec339;
    }
}

@keyframes button-blink-gold {
    50% {
        background-color: #fec339;
    }
}

.aff-copy {
    /* font-family: Angsana; */
    text-decoration: none;
    color: white;
    background: #811d1f;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 25px;
    margin: 15px auto;
    padding: 5px 5px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.profile-aff {
    align-items: center;
}

#affiliate_qr_code {
    max-width: 320px !important;
    margin: 20px auto 0px;
}

#affiliate_qr_code_no_logo {
    max-width: 150px !important;
    margin: 30px auto 0px;
}

.table-performance {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.6;
    color: #808080;
}

.performance-table-border {
    border-bottom: 1px solid #811d1f;
    border-right: 1px solid #811d1f;
}

.performance-table-no-right-border {
    border-right: none !important;
}

.performance-table-large-border {
    border-top: 7px solid #811d1f;
}

.overflow-x-auto {
    overflow-x: auto;
}

/*share portal*/
.share-step-section {
    margin-top: -15px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -2px 5px 0 #ffffff;
    z-index: 99;
    background: white;
    position: relative;
    width: 100%;
}

.share-step {
    width: 28%;
    margin-top: -12%;
    text-align: center;
}

.share-next {
    width: 8%;
    margin-top: -7%;
}

.share-next-icon {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
}

.referred-box {
    width: 90%;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 6px -2px #000000;
    margin: 1rem auto;
    border-radius: 10px;
}

.referred-info {
    padding: 1rem 0 3.5rem;
    position: relative;
}

.referred-circle {
    border-radius: 100%;
    box-shadow: 0 0 2px 0 #000000;
    margin: auto;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    background-color: white;
}

.share-step-text {
    font-size: 12px;
    margin-top: -5%;
}

.refer-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.refer-highlight {
    color: #000;
    font-weight: 700;
    position: relative;
}

.referred-text {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3px;
    color: #000;
}

.step-help-text {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    font-size: 8px;
    white-space: nowrap;
}

.refer-help-text {
    position: absolute;
    left: -3px;
    bottom: -12px;
    font-size: 8px;
    white-space: nowrap;
}

.mw-1000px {
    max-width: 1000px;
}

.check-reward-button {
    padding: 0.2rem 0.3rem;
    background-color: white;
    box-shadow: -2px -2px 3px 0px #dbdee3;
    border: 1px solid #dbdee3;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}

/*.mobile-share-button {*/
/*    font-family: Angsana;*/
/*    text-decoration: none;*/
/*    color: white;*/
/*    background: #811d1f;*/
/*    font-size: 1.4rem;*/
/*    font-weight: bold;*/
/*    border-radius: 25px;*/
/*    margin: 15px auto;*/
/*    padding: 5px 5px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    cursor: pointer;*/
/*}*/

@keyframes share-button-blink {
    50% {
        box-shadow: inset -10px 0px 10px 5px #811d1f,
            inset 10px 0px 10px 10px #fbdbe4;
    }
}

.text-label {
    font-size: 0.75rem;
    color: #818181;
    text-align: center;
}

.dashboard-container {
    padding: 1.25rem;
    background-color: #f0eff1;
    border-radius: 15px;
    box-shadow: -4px -2px 5px -2px #ffffff, 4px 2px 5px -2px #dbdee3;
    max-width: 400px;
}

.dashboard-currency {
    font-size: 1.5rem;
    margin-bottom: auto;
    line-height: 1.6rem;
    font-weight: 400;
}

.dashboard-month-label {
    font-size: 0.75rem;
    margin-top: auto;
    font-weight: 400;
    line-height: 1.8rem;
}

.dashboard-stat {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 300;
}

.dashboard-title {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.dropdown-item {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    position: relative;
}

a[aria-expanded="true"] > .fa-caret-right {
    transform: rotate(90deg);
}

.m-badge.m-badge--approved {
    border-radius: 25px !important;
    background-color: #811d1f !important;
    color: black !important;
}
.m-badge.m-badge--pending {
    border-radius: 25px !important;
    background-color: #fbdbe4 !important;
    color: black !important;
}

#main_section {
    flex: 1;
    max-width: max(30vw, 460px);
    align-self: center;
    width: 100vw;
    /* background-color: var(--red1); */
    position: relative;
    background: var(--beige);
}

.pagination {
    flex-wrap: wrap;
}

.mobile-header-font {
    font-size: 0.625rem !important;
    padding: 0.75rem 0;
    text-align: center;
    align-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.branding-name {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.branding-title {
    font-size: 1rem;
    font-weight: 500;
}

.branding-content {
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: justify;
    overflow: hidden;
}

.branding-media {
    display: flex;
}

.img-selection,
.video-selection {
    margin: 1rem 0;
    padding: 0 1rem;
    cursor: pointer;
    color: #999999;
    font-size: 1.25rem;
    font-weight: 600;
}

.img-select > .img-selection,
.video-select > .video-selection {
    border-radius: 100px;
    color: black;
    background-color: #fbdbe4;
}

.image-material,
.video-material {
    display: none;
}

.img-select + div > .image-material,
.video-select + div > .video-material {
    display: block;
}

.text-lightgreen {
    color: #7de021 !important;
}

.btn-download-media,
.btn-copy-content {
    color: #000000;
    text-decoration: none !important;
}

.profit-scheme-download {
    display: flex;
    justify-content: space-between;
    background: black;
    color: white;
    padding: 0.5rem 0;
}

.download-text {
    font-size: 0.625rem;
}

.profit-scheme-brand {
    font-size: 1.125rem;
    font-weight: 500;
}

.profit-scheme-icon {
    font-size: 1.25rem;
    font-weight: 400;
    margin: auto 1.5rem auto auto;
}

.profit-type {
    font-weight: 600;
    font-size: 1.05rem;
}

.profit-content {
    max-width: 500px;
    margin: auto;
    padding: 0 1rem;
}

.delivery-label {
    font-size: 1.125rem;
    color: #000000;
    text-align: center;
}

.delivery-detail {
    font-size: 0.875rem;
    color: #808080;
    text-align: center;
}

.store-cards-container {
    overflow: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
}

.store-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    margin: 0rem auto;
    overflow: hidden;
    width: 100%;
    padding: 0 1rem;
}

.store-cards .card {
    display: flex;
    flex-direction: column;
    min-height: 50px;
    width: min(300px, 100%);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
    background-color: #811d1f;
}

.store-cards .card p.tip {
    font-size: 1em;
    /* font-weight: 700; */
    font-weight: 600;
    margin: 0.25rem 1rem 0;
    color: white;
}

.store-cards .card p.second-text {
    font-size: 0.7em;
    margin: 0.25rem 1rem 0;
    color: white;
}

.store-cards .card:hover {
    transform: scale(1, 1);
}

.store-cards:hover > .card:not(:hover) {
    /*filter: blur(10px);*/
    transform: scale(0.9, 0.9);
}

/* Select Style*/
.search-store-container {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9;
    padding-bottom: 0.25rem;
}

.search-store {
    display: flex;
    line-height: 28px;
    align-items: center;
    padding: 0 1rem;
    margin: 1rem auto;
    position: relative;
    flex-direction: column;
}

.store-selector {
    font-family: "Montserrat", sans-serif;
    width: min(300px, 100%);
    /*height: 45px;*/
    padding-left: 1.5rem;
    box-shadow: 0 0 0 1.5px #811d1f, 0 0 25px -17px #811d1f;
    border: 0;
    border-radius: 12px;
    border-color: #811d1f;
    outline: none;
    color: #811d1f;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: text;
    z-index: 0;
}

.store-selector::placeholder {
    color: #811d1f;
}

.store-selector:hover {
    box-shadow: 0 0 0 2.5px #811d1f, 0px 0px 25px -15px #811d1f;
}

/*.store-cards:hover {*/
/*    width: 340px;*/
/*}*/

.store-selector:active {
    transform: scale(0.95);
}

.store-selector:focus {
    box-shadow: 0 0 0 2.5px #2f303d;
}

.search-icon {
    position: absolute;
    left: 1rem;
    fill: #811d1f;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    z-index: 1;
}

.navbar-tab {
    background-color: #5c1a18;
    overflow: auto;
}

.navbar-tab::-webkit-scrollbar {
    display: none;
}
.navbar-tab {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.menu-item-active {
    position: absolute;
    height: 100%;
    padding: 10px;
    top: 0;
    display: flex;
    justify-content: center;
}

.menu-item-active .menu-item-circle {
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 1px solid #aa2219;
}

.beige-background,
.m-portlet,
.beige-background input,
.beige-background .btn-ctm {
    background-color: #f2e1d6;
}

.beige-background .btn-ctm:hover,
.beige-background .btn-ctm.active {
    background-color: var(--red1);
    color: #fff !important;
}

.ctm-bottom-padding {
    padding-bottom: 2rem;
}

/* badge */
.badge {
    border-radius: 5px;
    padding: 2px 1.5rem;
    color: black;
    font-weight: 400;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
}

.badge-warning {
    background-color: #fceecb;
}

.badge-danger {
    background-color: #f9d6d6;
}

.badge-success {
    background-color: #d6f0e1;
}

.badge-info {
    background-color: #d6e1f0;
}

.badge-primary {
    background-color: #d6e1f0;
}

.icon-warning {
    content: url("../images/icon/warning.png");
}

.icon-danger {
    content: url("../images/icon/danger.png");
}

.icon-success {
    content: url("../images/icon/tick.png");
}

.icon-info {
    content: url("../images/icon/info.png");
}

.icon-primary {
    content: url("../images/icon/info.png");
}
/* end badge */

.ctm-back-header {
    background-color: var(--red1);
    width: 100%;
    align-content: center;
    position: sticky;
    top: 0;
    z-index: 9;
    border-radius: 0 0 30px 30px;
    height: min-content;

    & .close {
        position: absolute;
        left: 20px;
        width: 30px;
        height: 30px;
        font-size: 3rem;
        font-weight: 400;
        /* top: 50%; */
        top: calc(2rem + 15px);
        transform: translateY(-50%);
        line-height: 0;
        z-index: 999;
    }

    & h2 {
        color: #ffffff;
        text-align: center;
        margin: auto;
        padding: 2rem 0;
        font-size: 1.8rem;
        font-weight: 300;
        text-transform: capitalize;
        max-width: 300px;
    }

    & h1 {
        font-weight: 600;
        font-size: 3rem;
        width: 80%;
        margin: auto;
    }
}

.text-nowrap{
    white-space: nowrap;
    text-wrap: nowrap;
}

.voucher-container {
    border: 1px solid var(--red1);
    border-radius: 20px;
    padding: calc(1rem - 5px) 1rem;
    justify-content: center;
    width: 100%;
    align-items: center;
    color: var(--red1);
    display: flex;
    gap: 10px;

    & img {
        width: 40px;
        transform: rotate(180deg);
        padding: 5px;
    }

    & img:nth-last-child(1) {
        margin-left: auto;
        padding: 0;
    }
}

.shadow-card{
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: -5px 7px 6px -6px #c5c5c5;
    margin-bottom: 1.5rem;
    display: block;
    text-decoration: none;
}

.shadow-card:hover {
    transform: scale(1.02);
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.rotate-180{
    transform: rotate(180deg);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
    background-color: var(--red1) !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
    background-color: var(--red1) !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover{
    background-color: var(--red1) !important;
    background-image: none !important;
}

.br-20{
    border-radius: 20px !important;
}