.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);
}

.zoom-content {
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

/* Hide spinner controls for all number inputs */
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

@media screen and (max-width: 1400px) {
    .zoom-content {
        width: 100% !important;
    }
}

/*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: 13px;
    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: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

h4 {
    font-size: 1.3rem;
}

h5 {
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
    /*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 {
    display: block;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 1px;
    color: white;
    background: #dab7dd;
    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 {
    width: 100%;
    max-width: 80vh;
    background-color: white;
    position: relative;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #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 10%;
    max-width: 800px;
    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: #dab7dd;
    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: #dab7dd;
}

.text-grey {
    color: #b1b1b1;
}

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

.btn-filled-branding {
    background-color: #dab7dd;
    color: black;
}

.bordered-branding {
    border: #dab7dd 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: #dab7dd;
    color: black;
    border: #dab7dd solid 0.1rem;
}

.a-branding {
    color: #dab7dd;
    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";
    background-color: #fff;
    font-weight: 500;
}

/*Header*/
header {
    font-family: Poppins;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 1600px;
}

.logo img {
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: #491e0b;
    font-weight: 500;
}

.nav-icons {
    display: flex;
    align-items: center;
    height: 100%;
    width: fit-content;
}

.nav-icons a {
    margin-left: 20px;
    color: #491e0b;
    text-decoration: none;
    font-size: 18px;
}

/* Icons can be implemented using icon fonts or images */
.search-icon::before {
    content: url("path_to_search_icon.png");
}

.heart-icon::before {
    content: url("path_to_heart_icon.png");
}

.cart-icon::before {
    content: url("path_to_cart_icon.png");
}

.profile-icon::before {
    content: url("path_to_profile_icon.png");
}

/* Offcanvas Filter */
.sub-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.sub-category-item {
    width: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;

    text-align: center;
    height: 85px;
}
.sub-category-item:hover {
    box-shadow: 3px 4px 1px #fbaf31;
}

.sub-category-label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    width: 85px;
    height: 85px;
    padding: 10px;
    padding-bottom: 5px;
    border: 1px solid #3d3d40;
    border-radius: 8px;
}

.sub-category-label-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub-category-label img {
    width: auto;
    height: 25px;
    margin-bottom: 5px;
}

.sub-category-label span {
    font-size: 11px;
    color: #491e0b;
    font-weight: 400;
}

.sub-category-item input[type="checkbox"]:checked + .sub-category-label {
    box-shadow: 3px 4px 1px #fbaf31;
    border-radius: 8px;
}

.offcanvas-start {
    padding: 50px 20px;
    width: 520px !important;
}

.offcanvas-header h5 {
    color: #491e0b;
    font-size: 15pt;
    font-weight: 600;
}

.filter-buttons .btn {
    width: 48%;
    height: 42px;
    border-radius: 50px !important;
    border: 1.5px solid #491e0b !important;
    font-size: 13px !important;
    text-transform: none;
    margin-top: auto;
}

.modal-clear-btn {
    background-color: transparent;
    color: #491e0b;
    font-weight: 600 !important;
}
.modal-clear-btn:hover {
    background-color: white !important;
    color: #491e0b !important;
    box-shadow: 5px 5px 1px #cfcfd1 !important;
}

.modal-result-btn {
    background-color: #491e0b;
    color: #fff;
    font-weight: 500 !important;
}
.modal-result-btn:hover {
    background-color: #491e0b !important;
    color: #fff !important;
    box-shadow: 5px 5px 1px #fbaf31 !important;
}

.accordion-item {
    border: none;
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.accordion-button {
    border-radius: 0;
    background: none;
    color: #491e0b;
    font-size: 14px;
    font-weight: 550;
    padding-left: 0;
    padding-right: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    border-top: none;
    padding-top: 0;
    padding: 0px !important;
    margin-bottom: 30px;
}

.accordion-button[aria-expanded="true"] {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

@media (max-width: 768px) {
    .sub-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .accordion-body {
        width: fit-content;
    }
}

/* Confirmation Modal */
.modal-content {
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.modal-dialog-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
}

.modal-header {
    border-bottom: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-icon img {
    width: 85px;
    height: auto;
    margin: 0px auto 15px auto;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
}

.modal-buttons {
    display: flex;
    gap: 30px;
}

.modal-button {
    padding: 10px 0;
    width: 100%;
    height: auto;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    display: flex;
    font-size: 10pt;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
}

.modal-cancel-button i {
    position: relative;
    top: 0px;
    left: 0px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    z-index: 5;
}

.modal-button::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid #491e0b;
    z-index: 2;
}

.modal-cancel-button::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #cfcfd1;
    z-index: 1;
}

.modal-button:hover::before {
    top: 0px;
    left: 0px;
}

.modal-confirm-button span {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    z-index: 5 !important;
}

.modal-confirm-button::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fbaf31;
    z-index: 1;
    align-content: center;
}

.modal-confirm-button:hover::before {
    top: 0px;
    left: 0px;
}

.modal-ok-btn {
    padding: 10px 0;
    margin: 0 60px;
    width: 100%;
    height: auto;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    display: flex;
    font-size: 10pt;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
}

.modal-ok-btn::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid #491e0b;
    z-index: 2;
}

.modal-ok-btn i {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    z-index: 5 !important;
}

.modal-ok-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fbaf31;
    z-index: 1;
    align-content: center;
}

.modal-ok-btn:hover::before {
    top: 0px;
    left: 0px;
}

.close {
    font-size: 1.5rem;
}

/* Modal */
.modal-dialog {
    margin: 3em auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

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

@media only screen and (max-width: 767px) {
    .modal-open .modal {
        padding: 0.5em;
    }
}
/* 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;
}
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;
} */

/* .login-link{
    font-weight: 700;
    color:black;
} */

.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{
    margin-top: 1.5em;
}

.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;
}

.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: .5em 0 .5em .3em;
}

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

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 1.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;
}

.transaction-pending,
.transaction-debit {
    color: #fe1310;
}

.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: #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 !important;
    font-family: inherit;
    font-size: inherit !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: uppercase;
}

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

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

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

.btn-theme-2:hover,
.btn-theme-2:active,
.btn-theme-2:focus {
    background: #dab7dd !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 #dab7dd !important;
    background: transparent;
    color: #dab7dd;
}

.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;
}
@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: #dab7dd;
    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: #dab7dd !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;
}

/* 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 .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 #dab7dd !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 0.7em 1.5em !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;
}

.profile-menu li a {
    color: #491e0b !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 #dab7dd;
    width: auto !important;
}

.mobile-dot {
    color: #dab7dd !important;
    margin-left: 6px;
    margin-right: 12px !important;
}
@media (max-width: 1307px) {
    .mobile-menu li {
        padding: 0.7em 1.5em !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: #dab7dd !important;
    color: #fff;
}

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

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

.validation {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 0 2em;
    margin-bottom: 2em;
}

.validation-success {
    font-family: "Poppins";

    background-color: transparent !important;
    color: #3DC37A;
}

.validation svg {
    margin-right: 8px;
    vertical-align: middle;
}

.validation-danger {
    font-family: "Poppins";

    background-color: transparent !important;
    color: red;
}

@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: #dab7dd;
    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 #dab7dd !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: #dab7dd;
}

.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: #dab7dd;
        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 !important;
}
.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 {
    text-decoration: none;
    color: white;
    background: #dab7dd;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    margin: 15px auto;
    padding: 5px 25px;
    width: 100%;
    display: block;
}

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

#affiliate_qr_code {
    max-width: 70px !important;
    margin: 30px auto 0px;
}

#affiliate_qr_code_no_logo {
    max-width: 70px !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 #dab7dd;
    border-right: 1px solid #dab7dd;
}

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

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

.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 {
    border-radius: 100%;
    animation: share-button-blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: white;
}

@keyframes share-button-blink {
    50% {
        box-shadow: inset -10px 0px 10px 5px #dab7dd,
            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: #dab7dd !important;
    color: black !important;
}
.m-badge.m-badge--pending {
    border-radius: 25px !important;
    background-color: #fbdbe4 !important;
    color: black !important;
}

#main_section {
    flex: 1;
}

.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;
}

/*Create address page*/
.container-address {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.container-address .line-right {
    border-right: 1px solid rgba(15, 15, 15, 0.2);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.address-form {
    flex: 3;
    padding: 20px;
    width: 100%;
}

.sidebar-profile {
    flex: 1;
    padding: 20px;
    position: relative;
    text-align: left;
    min-width: 260px;
    max-width: 350px;
}

.sidebar-profile .sidebar-title {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px 0;
    padding-left: 20px;
    color: #491e0b;
    border-bottom: 1px solid #b7b7b7;
}

.sidebar-profile .toggle-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.toggle-btn svg {
    transition: transform 0.3s ease;
}
.toggle-btn svg.rotated {
    transform: rotate(-180deg);
}

.sidebar-profile ul {
    list-style-type: none;
    padding: 0px;
    padding-right: 20px;
}

.sidebar-profile ul li {
    margin-bottom: 10px;
}

.sidebar-profile ul li a {
    display: block;
    padding: 12px 30px;
    border-radius: 25px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-profile ul li a:hover {
    background-color: #f2f2f2;
}
.sidebar-profile ul li.active a {
    background-color: #491e0b;
    color: #fff !important;
}

.profile-menu {
    margin-top: 48px;
}

@media (max-width: 1122px) {
    .sidebar-profile {
        max-width: 100%;
        position: fixed;
        width: 100%;
        z-index: 6;
        background-color: white;
        top: 0;
        left: 0;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .profile-container .line-right {
        display: none;
    }

    .container-address .line-right {
        display: none;
    }

    .sidebar-profile .sidebar-title {
        display: flex;
        margin: 0 -20px;
    }

    .sidebar-profile .sidebar-title span {
        margin-left: 5px;
    }

    .sidebar-profile .sidebar-title button {
        margin-right: 20px;
    }

    .sidebar-profile ul.profile-menu {
        display: none;
        padding: 0;
    }

    .sidebar-profile ul.profile-menu.open {
        display: block;
        max-width: 100%;
    }

    .sidebar-profile ul.profile-menu li {
        margin-bottom: 0;
    }

    .sidebar-profile ul.profile-menu li a {
        padding: 15px 0;
        border-radius: 0;
        color: #491e0b;
        background-color: #f7f7f7;
        font-size: 15px;
        font-weight: normal;
        padding-left: 25px;
        margin: 0 -20px;
        border-bottom: 1px solid #dedede;
    }

    .sidebar-profile ul.profile-menu li a:hover,
    .sidebar-profile ul.profile-menu li.active a {
        background-color: #f7f7f7;
        color: #491e0b !important;
    }

    .profile-menu {
        margin-top: -12px;
    }
    .profile-menu.open {
        margin: 0;
    }

    .toggle-btn {
        display: block !important;
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
        margin-bottom: 10px;
        float: right;
        margin-left: auto;
        margin-right: 0;
        color: #491e0b;
    }

    .profile-content {
        margin-top: 80px !important;
        padding: 0 25px !important;
    }
    .profile-content img {
        margin-left: -15px !important;
    }
}

/*Create address*/
@media (max-width: 768px) {
    .container-address {
        flex-direction: column;
        padding: 10px;
    }

    .address-form {
        padding: 15px;
        box-shadow: none;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .btn {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .address-form h2 {
        font-size: 20px;
        text-align: center;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input,
    .form-group select {
        padding: 8px;
        font-size: 14px;
    }

    .btn {
        padding: 10px;
        font-size: 14px;
    }
}

/*Address Book CSS*/
.profile-container {
    display: flex;
    margin: 0 auto;
    padding: 20px;
    flex-direction: row;
    min-height: 85vh;
}

.profile-content {
    padding: 20px 0px 20px 60px;
    width: 100%;
}

.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 0px;
    border-bottom: 1px solid #dee2e6;
    min-height: 66.69px;
}

.address-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.address-title h1 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    color: #491e0b;
}

.address-header h2 {
    font-size: 22px;
    font-weight: 600;
    color: #491e0b;
    display: flex;
    align-items: center;
    text-transform: none;
}

.address-header h2 svg {
    margin-left: 15px;
    margin-top: -5px;
}

.button-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.yellow-btn,
.add-address-btn {
    float: right;
    padding: 10px 0px;
    width: 160px;
    height: auto;
    border: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 10pt;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
    text-decoration: none !important;
}

.yellow-btn i,
.add-address-btn i {
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    z-index: 4;
}

.yellow-btn::before,
.add-address-btn::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid #491e0b;
    z-index: 5;
}

.yellow-btn::after,
.add-address-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fbaf31;
    z-index: 2;
}

.yellow-btn:hover::before,
.add-address-btn:hover::before {
    top: 0px;
    left: 0px;
    text-decoration: none !important;
}

.add-address-btn-mobile {
    display: none;
}

.sparkle {
    margin-right: 5px;
    margin-top: -30px;
}

.address-list {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.address-item {
    padding: 38px 0px 25px 0px;
    border-bottom: 1px solid rgba(15, 15, 15, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.address-item > div:first-child {
    flex: 1;
    max-width: calc(100% - 280px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.address-item > div:first-child p {
    margin: 0;
    line-height: 1.4;
}

.default-badge {
    background-color: #491e0b;
    color: white;
    font-size: 10pt;
    font-weight: 400;
    padding: 9px 50px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.default-badge:hover {
    background-color: #491e0b;
}

.default-badge:hover::after {
    transform: translate(4px, 4px);
    background-color: #fbaf31;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 9px 50px;
    border: none;
    border-radius: 20px;
    z-index: -1;
}

.btn-address {
    background-color: #fff;
    color: #491e0b;
    font-size: 10pt;
    font-weight: 400;
    padding: 9px 28px;
    border: 1px solid #491e0b;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.btn-address:hover {
    background-color: #fff;
}

.btn-address:hover::after {
    transform: translate(5px, 5px);
    background-color: #cfcfd1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 9px 50px;
    border: none;
    border-radius: 20px;
    z-index: -1;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    white-space: nowrap;
}

.edit-delete-buttons {
    display: flex;
    gap: 10px;
}

.address-actions a {
    color: #491e0b;
    text-decoration: none;
    font-weight: bold;
}

.edit-delete-btn {
    padding: 5px 10px;
    background-color: #fff;
    color: #491e0b;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.edit-delete-btn:hover {
    padding: 5px 10px;
    color: #fbaf31;
    text-decoration: none;
}

.edit-address-form-actions-mobile,
.create-address-form-actions-mobile {
    display: none;
}

@media (max-width: 1122px) {
    .profile-container {
        flex-direction: column;
        padding: 10px;
        width: 100% !important;
    }

    .profile-content {
        padding: 15px;
        margin-top: 20px;
        width: 100%;
    }

    .address-header {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0px;
    }

    .address-header h2 {
        font-size: 18px;
        margin-left: 0px;
        font-weight: 500;
    }
    .address-header h2 svg {
        order: -1;
        width: 32px;
        margin-left: 0px;
        margin-right: 5px;
    }
    .sparkle {
        display: none;
    }

    .button-wrapper {
        margin-top: 10px;
        align-self: end !important;
    }

    .add-address-btn {
        display: none;
    }

    .add-address-btn-mobile {
        padding: 20px;
        background: none;
        border: none;
        display: block;
        border: none;
        background-color: transparent;
        margin-top: -90px;
    }

    .add-address-btn-mobile img {
        width: 32px !important;
        height: auto !important;
    }

    .address-item {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        position: relative;
        margin-left: 10px;
    }

    .address-item > div:first-child {
        /* Reset all desktop styling for mobile */
        flex: unset;
        max-width: unset;
        word-wrap: unset;
        overflow-wrap: unset;
    }

    .address-item > div:first-child p {
        margin: unset;
        line-height: unset;
    }

    .edit-delete-buttons {
        position: absolute;
        right: 0;
    }

    .address-actions {
        gap: 10px;
    }

    .address-dropdown-form {
        flex-direction: column;
        padding: 0 !important;
    }

    .address-dropdown-form-group {
        flex-direction: column;
        align-items: start !important;
    }
    .address-dropdown-form-group label {
        color: #3d3d40 !important;
    }

    .address-dropdown-form-group input,
    .address-dropdown-form-group select {
        padding: 15px;
        height: fit-content !important;
    }

    .address-dropdown-form-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px; /* Adjust spacing between fields */
    }

    .address-dropdown-form-left,
    .address-dropdown-form-right {
        display: contents; /* Flatten the structure so children are directly in the grid */
    }

    .address-dropdown-form {
        gap: 0px !important;
    }

    .first-name {
        order: 1;
    }

    .last-name {
        order: 2;
    }

    .contact-no {
        order: 3;
    }

    .alternative-no {
        order: 4;
    }

    .address1 {
        order: 5;
    }
    .address2 {
        order: 6;
    }

    .town {
        order: 7;
    }

    .postcode {
        order: 8;
    }

    .state {
        order: 9;
    }

    .create-address-form-actions-mobile,
    .edit-address-form-actions-mobile {
        order: 10;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }
    .empty-group {
        display: none !important;
    }

    .edit-address-save-btn-mobile,
    .create-address-save-btn-mobile {
        float: right;
        padding: 10px 0px;
        width: 100%;
        height: 42px;
        border: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 10pt;
        position: relative;
        transition: all 0.3s ease;
        background-color: transparent;
        text-decoration: none !important;
        margin-bottom: 10px;
    }

    .edit-address-save-btn-mobile i,
    .create-address-save-btn-mobile i {
        position: relative;
        top: 0px;
        left: 0px;
        font-weight: 500;
        color: #ffffff;
        font-style: normal;
        z-index: 4;
    }

    .edit-address-save-btn-mobile::before,
    .create-address-save-btn-mobile::before {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        transition: all 0.3s ease;
        border: 2px solid #491e0b;
        z-index: 5;
    }

    .edit-address-save-btn-mobile::after,
    .create-address-save-btn-mobile::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: #fbaf31;
        z-index: 2;
    }

    .edit-address-save-btn-mobile:hover::before,
    .create-address-save-btn-mobile:hover::before {
        top: 0px;
        left: 0px;
        text-decoration: none !important;
    }

    .edit-address-cancel-btn-mobile,
    .create-address-cancel-btn-mobile {
        float: right;
        padding: 10px 0px;
        width: 100%;
        height: 42px;
        border: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 10pt;
        position: relative;
        transition: all 0.3s ease;
        background-color: #491e0b;
        text-decoration: none !important;
        color: white;
        border-radius: 50px;
    }

    .edit-save-icon-mobile {
        width: 28px !important;
        align-self: flex-end;
        margin-right: -10px;
    }
}

/* Address modal */
.btn-address-modal {
    margin-top: 30px;
    padding: 20px 0px;
    width: 200px;
    height: auto;
    border: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 10pt;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
    margin-left: 16px;
}

.btn-address-modal i {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-style: normal;
    z-index: 4;
}

.btn-address-modal::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 2px solid #491e0b;
    z-index: 5;
}

.btn-address-modal::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fbaf31;
    z-index: 2;
}

.btn-address-modal:hover::before {
    top: 0px;
    left: 0px;
}

/* Share modal */
.btn-social {
    border: none;
    background: transparent;
}
.social-icons {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .peek-text {
        font-size: 20px;
    }

    .peek-text {
        font-size: 14px;
    }

    .social-icons svg {
        width: 30px;
        height: 30px;
    }
}

/* Scroll to top button */
.scroll-to-top {
    bottom: 50px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: none;
    cursor: pointer;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
    transition: all 0.3s ease;
    background-color: transparent;
}

.scroll-to-top::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3.5px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: all 0.3s ease;
    border: 2px solid #491e0b;
    z-index: 5;
}

.scroll-to-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #fbaf31;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' stroke='white' stroke-width='0.7' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.scroll-to-top:hover::before {
    top: 0px;
    left: 0px;
}

/* My Order */
.order-wrapper {
    flex: 3;
    padding-left: 20px;
}

.order-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.order-details {
    flex: 1;
    padding: 20px;
    background-color: #f5f5f5;
}

.order-details span {
    display: block;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 5px;
}

.order-content {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.order-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.order-item-details h6 {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    margin: 0;
}

.order-item-details a:hover {
    text-decoration: none !important;
}

.order-item-details p {
    font-size: 12px;
    color: #7d7d7d;
    margin: 5px 0 0;
}

.order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
}

.order-footer span {
    font-size: 14px;
    color: #3d3d3d;
}

.order-footer-actions {
    display: flex;
    gap: 10px;
    margin-right: 50px;
}

.order-footer button {
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

.cancel-order {
    background-color: #000;
    color: #491e0b;
    border: 1px solid #491e0b;
}

.btn-return {
    position: relative !important;
    width: 100%;
    height: 50px;
    border-radius: 100px !important;
}

.btn-return::after {
    content: "Return" !important;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #fbaf31;
    transition: all 0.3s ease;
    border-radius: 100px;
    align-content: center;
    color: white;
}

.btn-return:hover::after {
    top: 0;
    left: 0;
}

.tracker {
    background-color: #491e0b;
    color: white;
    font-size: 10pt;
    font-weight: 500 !important;
    padding: 10px 40px 30px 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.tracker:hover {
    background-color: #491e0b;
}

.tracker:hover::after {
    transform: translate(4px, 4px);
    background-color: #fbaf31;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10px 40px 30px 40px;
    border: none;
    border-radius: 20px;
    z-index: -1;
}

.cancel-order {
    background-color: #fff;
    color: #491e0b;
    border-color: #491e0b;
    font-size: 10pt;
    font-weight: 500 !important;
    padding: 10px 40px 30px 40px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

.cancel-order:hover {
    background-color: #fff;
    color: #491e0b;
    border-color: #491e0b;
}

.cancel-order:hover::after {
    transform: translate(4px, 4px);
    background-color: #cfcfd1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10px 40px 30px 40px;
    border: none;
    border-radius: 20px;
    z-index: -1;
}

@media (max-width: 1122px) {
    .order-card {
        flex-direction: column;
    }

    .order-items {
        grid-template-columns: 1fr;
    }

    /* .btn-return {
        border: none !important;
        max-width: 50px;
        background-color: transparent;
    }

    .btn-return::after {
        content: none !important;
        background-color: transparent;
    }
    .btn-return .return-icon {
        width: 35px;
        height: auto;
    } */
}

/* Dropdown menu */
.dropdown-menu {
    border: 1px solid #491e0b !important;
    border-radius: 20px !important;
}

.modal-button.modal-confirm-button {
    color: white !important;
}

/* Modal Contact Us*/
.btn-contact-modal {
    position: relative !important;
    width: 100%;
    height: 50px;
    border-radius: 100px !important;
}

.btn-contact-modal::after {
    content: "Return" !important;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #fbaf31;
    transition: all 0.3s ease;
    border-radius: 100px;
    align-content: center;
    color: white;
}

.btn-contact-modal:hover::after {
    top: 0;
    left: 0;
}

.product-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}

.product-image img {
    height: 150px !important;
    object-fit: cover !important;
}

.product-description {
    min-height: 50px !important;
}

.card-title {
    text-align: left !important;
    font-size: 11pt !important;
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 35.2px;
}

.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
    display: block;
}

.product-actions {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

.product-price {
    font-weight: 600 !important;
    font-size: 14pt !important;
    flex-grow: 1 !important;
    text-align: left !important;
}

.product-buttons {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.product-buttons a,
.product-buttons button {
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.request-otp-button-1 {
    width: 100%;
    padding: 10px;
    background-color: #491e0b;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.request-otp-button-1:hover {
    background-color: #491e0b;
}

.request-otp-button-1:hover::after {
    transform: translate(5px, 5px);
    background-color: #fbaf31;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 10px;
    border: none;
    border-radius: 30px;
}

.request-otp-button-2 {
    color: #fbaf31;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.change-phone-button {
    background-color: white;
    border: 1px solid #491e0b;
    border-radius: 20px;
    padding: 8px 50px;
    color: #491e0b;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 9pt;
    position: relative;
    text-decoration: none;
}

.change-phone-button:hover {
    background-color: white;
    border: 1px solid #491e0b;
    border-radius: 20px;
    color: #491e0b;
    text-decoration: none;
}

.change-phone-button:hover::after {
    transform: translate(5px, 5px);
    background-color: #cfcfd1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 8px 50px;
    border: none;
    border-radius: 20px;
    z-index: -1;
    text-decoration: none;
}

@media (max-width: 768px) {
    .product-price {
        font-size: 12pt !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-top: 0px !important;
    }

    .product-actions {
        justify-content: space-between;
    }

    .product-buttons {
        width: 100%;
        text-align: left;
    }
}
