/* Css Animation */
/* ----------------------------------------------
 * Generated by Animista on 2023-11-22 3:5:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}






.listing-name, .manual-label, .auto-label,
.product-details .product-description .product-details-title,
.recommended-products .products-container-title,
.recent-view-products .products-container-title,
.often-purchase-products .products-container-title,
.cart-container .cart-title,
.checkout-container .title-text, .address-modal-title,
.order-summary .title-text, .offer-title, .profile-text-title,
.contact-us-title, .contact-us-subtitle, .stores-title, .stores-subtitle, .brands-container .title-text {
    font-family: 'Alegreya Sans';
    font-weight: 700;
}

.form-summary-error {
    display: none; /* Will be shown using notification instead */
}

.form-select.form-select-readonly,
.form-control.form-select-readonly,
.form-select-readonly {
    pointer-events: none;
    background-color: #e9ecef; /* Default color, same with readonly  */
}

.uat-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1199;
    pointer-events: none;
    width: 80px;
    height: 80px;
}

/* Custom toast */
.custom-toast {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 0;
    margin: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    min-width: 26px;
    font-size: 16px;
    background-color: white;
}

.custom-toast.toast-warning {
    background-color: #F59514;
}

.toast-modal .modal-content {
    padding: 24px;
    border-radius: 12px;
}

.toast-modal-btn-container {
    display: flex;
}

.toast-modal-header {
    display: flex;
    flex-wrap: nowrap;
}

.toast-modal .modal-body {
    padding: 0;
}

.toast-modal-btn-container .btn {
    width: 218px;
    margin-top: 16px;
}

.toast-modal-btn-container .btn-secondary {
    margin-right: 14px;
}

.toast-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-left: 8px;
}

.toast-content {
    font-size: 16px;
    line-height: 23px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.toast-modal a {
    color: #666666;
    text-decoration: underline;
}

.spinner-border {
    width: 32px;
    height: 32px;
    border-color: #AF8F84;
    border-right-color: transparent;
}

.listing-items-container .spinner-border {
    margin-bottom: 24px;
}

.href-placeholder, .href-placeholder:focus, .href-placeholder:hover {
    color: #666666;
    text-decoration: underline;
    text-transform: uppercase;
}



/*#region Announcement container */
/*------------------------------------------------------------------------------
Announcement container
------------------------------------------------------------------------------*/
.announcement-container {
    background: #000;
    min-width: 375px;
    width: 100%;
    position: absolute;
    top: 0;
}

.announcement-container p {
    font-size: 14px;
    padding: 10px 0 10px 0;
}

/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region 404 & 400 pages */
/*------------------------------------------------------------------------------
404 & 400 pages
------------------------------------------------------------------------------*/
.error-page, .vertically-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.error-page {
    padding: 0 16px 0 16px;
}

.error-page img {
    width: 152px;
    height: 100px;
    object-fit: contain;
}

.error-page-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #666666;
    margin-bottom: 28px;
    margin-top: 16px;
}

.error-page .btn {
    padding: 0 48px 0 48px;
    font-size: 16px;
    text-transform: uppercase;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Flag icon */
/*------------------------------------------------------------------------------
Flag icon
------------------------------------------------------------------------------*/
.fi {
    width: 25px;
    height: 12pt;
    margin-right: 5px;
}

/* flag icon from JR */
.flag-sg {
    width: 24px;
    height: 16px;
    margin-right: 5px;
    background-image: url('../assets/images/SG.svg');
    background-repeat: no-repeat;
    background-position: center;
}


/*flag icon mobile size*/
.flag-size {
    width: 33px;
    height: 22px;
    background-position: 0;
    background-size: cover;
    margin: 0 16px 0 0;
    border: 0.5px solid #666666;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*#region Top header section */
/*------------------------------------------------------------------------------
Top header section
------------------------------------------------------------------------------*/
/* Adjust font size and spacing inside top header */
.top-header li {
    font-size: 12px;
    line-height: 14px;
}

.top-header .pc-h-item .feather.icon-user, .top-header .pc-h-item .feather.icon-gift, .top-header .pc-h-item .feather.icon-clipboard {
    padding-right: 2px;
}

.offcanvas-start {
    position: relative;
    border-right: none;
    transform: none;
}

.offcanvas {
    position: relative;
    bottom: 0;
    z-index: 1020;
    display: flex;
    width: 25%;
    visibility: visible;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.offcanvas-header .btn-close {
    padding: 10px 28px 10px 1px !important;
}

.novela-logo {
    padding: 1.25rem 3rem;
}

.top-header.offcanvas {
    position: relative;
    bottom: 0;
    z-index: 1020;
    display: inline-flex;
    width: 100%;
    background: #FCE9DF;
    visibility: visible;
}

.offcanvas#termsAndPoliciesOffcanvas,
.offcanvas#regionSelectOffcanvas{
    position: fixed;
    transform: translateX(-100%);
    z-index: 1041;
    width: 100%;
    max-width: 600px;
    background: #FCE9DF;
}

.terms-and-policies-content > *,
.region-select-content > *{
    display: flex;
    color: #181717;
}

.terms-and-policies-content p,
.region-select-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px;
}

.terms-and-policies-content a,
.region-select-content span {
    margin-bottom: 16px;
    padding: 0 16px 0 16px;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

.terms-and-policies-content a:hover,
.region-select-content a:hover {
    color: #666666;
    text-decoration: underline;
}

.offcanvas#termsAndPoliciesOffcanvas.show,
.offcanvas#regionSelectOffcanvas.show {
    position: fixed;
    transform: translateX(0);
}

.top-header.offcanvas ul{
    justify-content: flex-end;
    height: 32px;
}

#form-switch-store {
    flex-direction: column;
}


/* Floting number of cart items*/
.pc-header .pc-head-link .total-cart-items {
    position: absolute;
    top: -3px;
    left: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 16px;
    background: #B01F0E;
    text-align: center;
    color: #FFFFFF;
}

.top-header li::after {
    content: "|";
    color: #A7A7A7;
    padding: 0 16px 0 16px;
    font-size: 15px;
    font-weight: 100;
}

.top-header li:last-child::after {
    content: "";
    padding-right: 0;
    padding-left: 7px;
}

.app-version-number {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #B1A7A3;
    text-align: center;
    margin: 6px 0 0 0;
}

.preferred-dropdown {
    position: fixed;
    display: none;
    background: white;
    padding: 12px 24px 12px 24px;
    width: 200px;
    top: 25px;
    z-index: 9999;
    flex-direction: column;
    margin-top: 5px
}

.preferred-language:hover .preferred-dropdown {
    display: flex;
}

.preferred-language .preferred-dropdown .dropdown-item:hover {
    background-color: #FFFFFF; /*#FCE9DF;*/
}

.preferred-dropdown a.dropdown-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 0 12px 0;
}

.preferred-dropdown a.dropdown-item i.feather {
    display: none;
}

.preferred-dropdown a.dropdown-item.selected {
    font-weight: 700;
}

.preferred-dropdown a.dropdown-item.selected i.feather {
    display: block;
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .preferred-dropdown {
        position:absolute;
        margin-left: 40px;
    }

    .preferred-dropdown a.dropdown-item {
        font-size: 14px;
        line-height: 16px;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */


/*#region Mobile menu */
/*------------------------------------------------------------------------------
Mobile menu
------------------------------------------------------------------------------*/
#firstLevelMenu .offcanvas {
    /*position: relative;*/
    display: flex;
    flex-flow: column wrap;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    display: none;
    position: absolute;
    margin: 0;
    align-content: center;
    z-index: 1045;
    max-height: 364px;
    width: fit-content;
}

#firstLevelMenu .offcanvas-header, .collection-header li .first-level-title, .top-header .offcanvas-header, .filter-offcanvas-header {
    display: none;
}

.collection-header li .first-level-title a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 24px 12px 24px;
    margin: 0;
    text-transform: uppercase;
}

.collection-header li .first-level-title a:hover {
    background: none;
    border-bottom: 2px solid transparent;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/*#endregion */


/*#region Featured collection header section */
/*------------------------------------------------------------------------------
Featured collection header section
------------------------------------------------------------------------------*/
.humburger-menu, .mobile-cart, .back-navigator {
    display: none;
}

.humburger-menu span i, .back-navigator i {
    padding: 16px;
    font-size: 22px;
    cursor: pointer;
}

.back-navigator i {
    padding: 12px 20px 15px 16px;
}

.row.collection-header {
    padding: 0 22px 0 22px;
    position: relative;
    z-index: 999;
    min-height: 48px;
}

/* Adjust spacing betweein collection header */
.collection-header li a {
    display: inline-block;
    line-height: 19px;
    padding: 12.5px 0 12.5px 0;
    /*margin: 0 32px 0 0;*/
    font-weight: 600;
    font-size: 16px;
}

.collection-header li {
    margin: 0 32px 0 0;
}

.collection-header ul.category-menu li ul li {
    margin-right: 0;
}

.collection-header .header-logo {
    width: fit-content;
    display: flex;
    /*margin-right: 50px;*/
}
/* Adjust logo */
.collection-header .header-logo img {
    position: relative;
    width: auto;
    height: 20px;
    object-fit: contain;
}

/* Scrollable */
.collection-header .featured-collection {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 950px;
    padding-left: 50px;
    padding-right: 30px;
}

.collection-header .front-div {
    z-index: 1024;
    position: absolute;
    background: linear-gradient(90deg, #FCE9DF 40%, rgba(255, 255, 255, 0) 90%);
    height: 48px;
    width: 140px;
    opacity: 1;
    left: 136px;
    display: none;
    pointer-events: none;
}

.collection-header .back-div {
    z-index: 1024;
    position: absolute;
    background: linear-gradient(270deg, #FCE9DF 76%, rgba(255, 255, 255, 0) 90%);
    height: 48px;
    width: 36.5%;
    opacity: 1;
    right: 0;
    pointer-events: none;
    display: flex;
}

.collection-header .featured-collection.active, .recommend-product-list.active {
    cursor: grabbing;
}

.collection-header .featured-collection::-webkit-scrollbar {
    display: none;
}

.collection-header .featured-collection ul.category-menu {
    width: fit-content;
    /*margin: auto;*/
    display: flex;
}

.in-app {

}

/* Search input */
.expandSearch {
    background: #FCE9DF;
    position: absolute;
    z-index: 1025;
}
.search-input {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    height: 100%;
    position: absolute;
    right: 24px;
    background: #FCE9DF;
}

.search-input form {
    display: flex;
}

.expandSearch, .sorting-list {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.expandSearch i {
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 16.4px 8px 15.5px;
    cursor: pointer;
    user-select: none;
    transition: 0.24s;
    background: #AF8F84;
    border-radius: 0 4px 4px 0;
}

    .expandSearch > .barcode-scan {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        color: #AF8F84;
        right: unset;
        padding: 8px 12px 6px 12px;
        cursor: pointer;
        user-select: none;
        transition: 0.24s;
        background: #FFFFFF;
        border-radius: 4px 0 0 4px;
        border: 1px solid #AF8F84;
        z-index: 9999;
    }



.search-input .feather.icon-x {
    position: relative;
    font-size: 22px;
    padding: 10px 8px 10px 8px;
    cursor: pointer;
    display: none;
    z-index: 1030;
}

.expandSearch input {
    background: transparent;
    border-radius: 4px;
    transition: 0.24s;
    border: 1px solid #Af8F87;
    padding: 8px 48px 8px 12px;
    border-color: #Af8F87;
    background: #FFFFFF;
    width: 300px;
    /*border: none;
    width: 0px;*/
}

.expandSearch > .barcode-scan + input {
    padding-left: 56px;
}

.expandSearch input::placeholder {
    color: #CDCDCD;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.expandSearch input.focus {
    border: 1px solid #AF8F87;
    width: 300px;
    background: #FFFFFF;
}

.expandSearch input.focus + i {
    color: #FFFFFF;
}

.search-input:has( > .expandSearch input.focus) {
    margin-top: 4px;
}

/* ---------------------test for category menu -----------------------------*/
.featured-collection ul li a .feather {
    font-size: 16px;
}

.collection-header ul li  ul.category-submenu {
    display: flex;
    flex-flow: column wrap;
    background: #FFFFFF; /*#FCE9DF;*/
    border: 1px solid #F2F2F2;
    display: none;
    position: absolute;
    margin: 0;
    padding: 12px 24px 12px 12px;
    /*left: 0;*/
    /*align-content: center;*/
    z-index: 1024;
    max-height: 364px; /* Changing this max-height, you need to changing the value in main-website, menuMaxHeight */
    width: max-content;
    /*box-shadow: 0px 15px 10px -15px rgba(85, 34, 8, 0.05);*/
    /*height: 100%;*/
}

.collection-header ul li ul.category-submenu.brand-submenu {
    left: 0;
    right: 0;
    /*align-content: center;*/
    z-index: 1024;
    max-height: 680px;
    width: 100%;
}

.collection-header ul li ul.category-submenu.mobilemenu {
    left: 0;
    width: 100%;
}

.collection-header ul li ul.category-submenu-child {
    display: block;
    /*flex-flow: column wrap;*/
    /*background: #FFFFFF;*/ /*#FCE9DF;*/
    position: relative;
    margin: -4px 0 0 20px;
    padding: 0;
    /*left: 0;*/
    align-content: center;
    z-index: 1024;
}

.collection-header li ul.category-submenu a {
    padding: 0;
    margin: 12px 0 12px 12px;
    font-size: 14px;
    line-height: 16px;
    border: none;
}

.collection-header li ul.category-submenu-child a {
    line-height: 16px;
    margin: 0 0 12px 0;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.featured-collection ul.category-submenu li a:hover {
    border-bottom: none;
    text-decoration: underline;
    margin-bottom: 12px;
}

.collection-header ul.category-submenu li ul.category-submenu-child a:hover {
    margin: 0 0 12px 0;
}

.featured-collection ul li:hover ul.category-submenu {
    display: block;
}

.featured-collection ul li ul.category-submenu li {
    /*display: flex;
    flex-direction: column;
    flex-wrap: nowrap;*/
    display: block;
    width: fit-content;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Carousel section */
/*------------------------------------------------------------------------------
Carousel header section
------------------------------------------------------------------------------*/
.carousel-container.banner-section {
    position: relative;
    top: 80px;
}

.carousel-container.banner-section .carousel {
    max-width: 1512px;
    margin: auto;
}

.tns-outer, .banner-text {
    display:none;
}


.notification-tag {
    background: #AF8F84;
    width: 100%;
}

.notification-tag p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 6px 0 6px 0;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Footer section */
/*------------------------------------------------------------------------------
Footer section
------------------------------------------------------------------------------*/
.footer {
    top: 80px;
    left: 0;
    right: 0;
    display: block;
    background: #333333;
    color: #FFFFFF;
    min-width: 358px;
    padding:0 0 56px 0;
    position: relative;
    margin-top: 40px;
    margin-bottom:0;
}

.footer .footer-wrapper .copyright {
    padding-right: 32px;
    width: fit-content;
    line-height: 16px;
}

.footer .footer-wrapper .policy-container {
    width: fit-content;
    line-height: 16px;
}

.footer .footer-wrapper {
    padding: 40px 22px 0 22px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom:0;
}

.footer .pc-h-item a {
    color: #FFFFFF;
}

.footer .social-media {
    width: fit-content;
    margin-left: 24px;
}


.footer .social-media li {
    font-size: 20px;
    margin: 0 8px 0 8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #666666;
}

.footer .social-media li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.footer .social-media i {
    color:#C3C6C8;
}

.footer .footer-wrapper .policy-container ul, .footer .social-media ul {
    margin-bottom: 0;
    display: inline-flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;

}

.footer .footer-wrapper .policy-container li {
    margin-bottom: 0;
    line-height: 16px;
}

.footer .footer-wrapper .policy-container li::after {
    content: "|";
    padding: 0 13.2px 0 13.2px;
    font-size: 14px;
    font-weight: 100;
}

.footer-wrapper .policy-container li:last-child::after {
    content: "";
    font-size: 14px;
    font-weight: 100;
    padding: 0;
}

.footer .footer-wrapper a img {
    width: 34px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Contact us, policy etc section */
/*------------------------------------------------------------------------------
Contact us, policy etc section
------------------------------------------------------------------------------*/
.documentation-wrapper ul {
    margin: 1rem 0 1rem 3rem
}
.modal-dialog.documentation-modal-container {
    width: fit-content;
    max-width: 70%;
    z-index: 1055;
}
.documentation-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 24px 0 24px;
}

.documentation-modal-container .modal-content {
    padding: 16px;
}

.documentation-modal-container .modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 585px;
}

.modal-body-min-height {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 700px;
}

.document-section, .document-title,
.documentation-wrapper p.store-section-title {
    margin-bottom: 24px;
}

.stores-container p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}


.documentation-wrapper p.store-section-title {
    margin-top: 48px;
}

.section-subsection {
    margin-bottom: 16px;
}

.documentation-modal-container .modal-title, .document-title, .documentation-wrapper p.store-section-title {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.documentation-modal-container .modal-body, .documentation-modal-container p,
.documentation-wrapper .document-body, .documentation-wrapper p, .store-details {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.documentation-modal-container .modal-subtitle, .documentation-wrapper .modal-subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    text-decoration-line: underline;
    margin-bottom: 24px;
}

.documentation-modal-container p.section-subtitle, .documentation-wrapper p.section-subtitle {
    font-weight: 600;
}

.documentation-modal-container a, .documentation-wrapper a, .contact-us-container a {
    color: #181717;
    text-decoration-line: underline;
}

/* Scrollbar width */
.documentation-modal-container .modal-body::-webkit-scrollbar, .modal-body-min-height::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.documentation-modal-container .modal-body::-webkit-scrollbar-track, .modal-body-min-height::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    background: none;
}

/* Handle */
.documentation-modal-container .modal-body::-webkit-scrollbar-thumb, .modal-body-min-height::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 3px;
}

.documentation-modal-container li, .documentation-wrapper li {
    list-style-position: outside;
    color: #181717;
}

.documentation-modal-container ol ol, .documentation-wrapper ol ol {
    list-style-type: lower-alpha;
}

.documentation-modal-container ol ol li, .documentation-wrapper ol ol li {
    margin-bottom: 16px;
}

.documentation-modal-container ol li p.section-subtitle, .documentation-wrapper ol li p.section-subtitle {
    margin-top: 24px;
}

.documentation-modal-container ul, .documentation-wrapper ul {
    list-style-type: circle;
}

.documentation-modal-container ol ol ul, .documentation-wrapper ol ol ul {
    margin-left: 12px;
    margin-bottom: 12px;
}

.documentation-modal-container ol ol ul li, .documentation-wrapper ol ol ul li {
    margin-bottom: 0;
}

.documentation-wrapper table, .documentation-wrapper td, .documentation-wrapper th {
    border: 1px solid #181717;
    padding: 16px;
}

.documentation-wrapper table {
    margin: 0 auto;
    margin-bottom: 32px;
}

.shipping-table {
    margin-top: 40px;
    margin-bottom: 50px;
}

.delivery-time .spacer {
    display: block;
}

.contact-us-content {
    display: flex;
    justify-content: center;
    margin-left: 140px;
}

.social-media-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 380px;
}

.contact-us-social-media .contact-info-item.novela-wechat {
    margin-left: 48px;
}

.vertical-line {
    border-left: 1px solid #CDCDCD;
    height: 380px;
    margin: 45px 80px 0 80px;
}

.contact-us-title {
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-us-subtitle, .stores-container p.stores-subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
}

.stores-container p.stores-subtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.contact-info-item {
    display: grid;
    width: fit-content;
    margin-bottom: 32px;
}

.contact-info-item img {
    grid-column: 1;
    grid-row: 1;
}

.contact-info-item img.novela-wechat-qrcode {
    grid-column: 2;
    grid-row: 2;
    margin-top: 8px;
}

.contact-info-item span, .contact-info-item a {
    grid-column: 2;
    grid-row: 1;
}

.contact-us-container a, .contact-us-text {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 0;
}

.contact-us-container img {
    height: auto;
    width: 34px;
    object-fit: contain;
    margin: 0 24px 0 16px;
}

.contact-us-container img.location-icon {
    width: auto;
    height: 34px;
    object-fit: contain;
}

.contact-us-container img.novela-wechat-qrcode {
    width: auto;
    height: 70px;
    object-fit: contain;
    border: 1px solid #CDCDCD;
    margin: 0;
}

.stores-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stores-container p.stores-title {
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 24px;
}

.stores-container p.stores-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.store-item {
    padding: 24px 10px 24px 10px;
    border-bottom: 1px solid #CDCDCD;
    display: grid;
    grid-template-columns: 204px 350px 350px auto;
    gap: 0;
}

.store-main-info {
    display: flex;
    flex-wrap: nowrap;
}

.store-img {
    width: 180px;
    height: 180px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 24px;
}

.store-name, .store-sub-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.store-name {
    color: #AF8F84;
}


.store-tel, .store-tel:hover {
    display: block;
    color: #181717;
    font-size: 16px;
    line-height: 20px;
}

.store-item .store-operating-details:first-child {
    margin-bottom: 24px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Get app bar */
/*------------------------------------------------------------------------------
Get app bar
------------------------------------------------------------------------------*/
.get-app-wrapper {
    font-size: 16px;
    padding: 56px 22px 8px 22px;
}

.get-app-body {
    max-width: 1512px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: center;
}

.get-app-wrapper p {
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
}

.seo-section {
    max-width: 550px;
    margin-right: 48px;
}

.seo-section .logo-in-seo {
    text-align: center;
    margin-bottom: 5.17px;
}

.seo-section img {
    width: 105.37px;
    height: auto;
    object-fit: contain;
}

.get-app-wrapper .seo-section p {
    white-space: normal;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.get-app-wrapper .get-offer {
    display: inline-flex;
    align-items: center;
}

.get-offer-img {
    width: 60px;
    height: 60px;
    /*background: rgba(217, 217, 217, 0.5);*/
    border-radius: 12px;
    margin-right: 10px;
}


.offer-title {
    font-weight: 700;
    line-height: 19px;
}

.get-app-wrapper p.download-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.offer-desc {
    line-height: 23px;
}

.download-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.download-qr-code {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    margin: 0 8px 0 10px;
    display: flex;
}

.get-offer-img img, .download-qr-code img {
    width: 60px;
    height: 60px;
}

.download-btn img {
    width: 135px;
    height: 40px;
    margin: 0 8px 0 8px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Mobile footer bar */
/*------------------------------------------------------------------------------
Mobile footer bar
------------------------------------------------------------------------------*/
.mobile-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1025;
    background: #FFFFFF;
    padding: 0 10px 0 10px;
    border-top: 1px solid #EAE4DE;
    border-bottom: 1px solid #FFFFFF;
}

.mobile-footer.hide {
    display: none;
}

.mobile-footer ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: space-between;
}

.mobile-footer li {
    width: 20%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.mobile-footer li a {
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 20px 12px 20px;
    position: relative;
}

.mobile-footer li a .feather {
    color:  #E6E6E6;
}

.mobile-footer li.selected a, .mobile-footer li.selected a .feather{
    color: #AF8F84;
}

.mobile-footer p {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    white-space: nowrap;
}

.mobile-footer .total-cart-items, .mobile-footer .total-notifications {
    background: #B01F0E;
    color: #FFFFFF;
    height: 16px;
    min-width: 16px;
    border-radius: 8px;
    font-size: 11px;
    line-height:16px;
    text-align: center;
    width: fit-content;
    position: absolute;
    top: 7px;
    right: 46%;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Force on page  */
/*------------------------------------------------------------------------------
Force on page 
------------------------------------------------------------------------------*/
header .focus-page-logo-container {
    width: 100%;
    margin: 0 auto;
    min-width: 375px;
    text-align: center;
    background: #FCE9DF;
    height: 48px;
    line-height: 48px;
}

header .focus-page-logo-container img {
    width: 120px;
    height: 21px;
    object-fit: contain;
}

.force-page-container {
    padding: 24px;
    min-height: calc(100vh - 192px);
}

.focus-page-footer {
    top: 48px;
    left: 0;
    right: 0;
    display: block;
    background: #333333;
    color: #FFFFFF;
    min-width: 375px;
    padding: 40px 0 40px 0;
    position: relative;
}

.focus-page-footer .copyright{
    width: 100%;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Landing page section */
/*------------------------------------------------------------------------------
Landing page section
------------------------------------------------------------------------------*/
.landing-container {
    padding: 0 2.5px 0 2.5px;
    margin-top: -24px;
}

.landing-container .landing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 41px 0 24.5px 0;
}

.product-list-item {
    display: flex;
}

.landing-container .landing-section .landing-title {
    font-family: 'Alegreya Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding: 0;
    margin: 0;
}

.landing-container .view-more-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #666666;
    padding: 8px;
}


.landing-container .landing-section .landing-body {
    position: relative;
}

.landing-container .events-list, .landing-container .collections-list,
.landing-container .articles-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 1512px;
}

.landing-container .events-list .product-list-item, .landing-container .collections-list .product-list-item,
.landing-container .articles-list .product-list-item, .recent-view-product-list .product-list-item, .often-purchase-product-list .product-list-item,
.recommend-product-list .product-list-item {
    flex: 0 0 0%;
}

.landing-container .events-list::-webkit-scrollbar,
.landing-container .collections-list::-webkit-scrollbar,
.landing-container .articles-list::-webkit-scrollbar {
    display: none;
}

.collection-listing .landing-item-card,
.blog-listing .landing-item-card {
    border: 1px solid #F2F2F2;
    /*border-radius: 12px;*/
    max-width: 284px;
    /*min-width: 300px;*/
    box-sizing: border-box;
    margin: auto;
}

.collection-listing .title-card,
.blog-listing .title-card {
    width: 284px;
}

.landing-container .landing-item-card {
    border: 1px solid #F2F2F2;
    /*border-radius: 12px;*/
    max-width: 284px;
    /*min-width: 300px;*/
    box-sizing: border-box;
    margin: 0px 24px 0px 0px;
}

.landing-container .thumbnail-img img,
.collection-listing .thumbnail-img img,
.blog-listing .thumbnail-img img {
    /*border-radius: 12px 12px 0 0;*/
    box-sizing: border-box;
    max-width: 284px;
    min-width: 284px;
    max-height: 220px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 284/220;
}

.collection-listing-title,
.blog-listing-title {
    font-family: 'Alegreya Sans';
    font-weight: 700;
    margin-bottom: 0px;
}

.landing-container .landing-item-card .landing-item-card-body {
    padding: 16px 16px 20px 16px;
    height: 74px;
}

.collection-listing .landing-item-card .landing-item-card-body,
.blog-listing .landing-item-card .landing-item-card-body {
    padding: 16px 16px 20px 16px;
    height: 92px;
}

.landing-container .articles-list .landing-item-card .landing-item-card-body {
    height: 92px;
}

.landing-item-card-body .item-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #181717;
    margin: 0;
    /*Ref: https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css */
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of text lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.landing-container .item-description, .landing-container .item-date {
    color: #666666;
    margin: 0;
}

.landing-container .item-description {
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of text lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.landing-container .landing-item-card-body .btn-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

.landing-container .landing-item-card .btn-arrow {
    width: 43px;
    height: 43px;
    background: #AF8F84;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.landing-item-card .btn-arrow .feather {
    color: #FFFFFF;
    font-size: 22px;
}
.scroll-btn-container {
    width: 100%;
    height: 187px;
    position: absolute;
    top: 0;
    z-index: 1024;
    pointer-events: none;
}

.about-us {
    text-align: center;
    max-width: 1512px;
}

.about-us p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
}

.about-us .about-us-product {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin: 8px 0 32px 0;
}

.about-us p.about-us-subtitle {
    font-size: 24px;
    line-height: 28px;
}

.about-us p a {
    text-decoration: underline;
    color: #181717;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Collection/Blog listing */
/*------------------------------------------------------------------------------
Collection/Blog listing
------------------------------------------------------------------------------*/
.collection-listing,
.blog-listing {
    display: grid;
    column-gap: 22px;
    row-gap: 22px;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    margin-bottom:22px;
}

.collection-listing.leftAlign0,
.blog-listing.leftAlign0 {
    grid-template-columns: auto;
    justify-content: start;
    margin-bottom: 22px;
    margin-left: 0px;
}

.collection-listing.leftAlign1,
.collection-listing.leftAlign2,
.collection-listing.leftAlign3,
.collection-listing.leftAlign4,
.blog-listing.leftAlign1,
.blog-listing.leftAlign2,
.blog-listing.leftAlign3,
.blog-listing.leftAlign4 {
    display: grid;
    column-gap: 22px;
    row-gap: 22px;
    grid-template-columns: auto auto auto auto auto;
    justify-content: start
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Brands listing */
/*------------------------------------------------------------------------------
Brands listing
------------------------------------------------------------------------------*/
.brands-container {
    max-width: 1200px;
    margin: auto;
}

.alphabets-container {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    width: 100%;
    position: sticky;
    top: 79px;
    z-index: 1024;
    background: #FFFFFF;
}

.alphabets-container::-webkit-scrollbar {
    display: none;
}

.alphabets-container .alphabet-item-listing {
    display: flex;
    justify-content: center;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.alphabet-item {
    padding: 17.5px;
    color: #181717;
}

.alphabet-item:hover {
    color: #181717;
}

.alphabet-section {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C4C4C4;
}

/* Ref: https://stackoverflow.com/questions/13036142/anchor-links-to-start-below-the-header-which-is-fixed-at-the-top*/
.anchor {
    display: block;
    height: 150px; /* this is the height of your header */
    margin-top: -150px; /* this is again negative value of the height of your header */
    visibility: hidden;
}

.section-helper {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    width: 136px;
    text-align: center;
    margin-right: 16px;
}

.brand-listing {
    margin: auto;
    margin-top: 24px;
}

.brand-item {
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    gap: 16px;
}

.brand-item a {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
}

.brand-item a:hover, .brand-item a:focus {
    color: #181717;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Product listing & product details */
/*------------------------------------------------------------------------------
Product listing
------------------------------------------------------------------------------*/
/*Listing pagination*/
.product-listing-paging-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    font-size: 16px;
    line-height: 19px;
}

.product-listing-paging-container button.link-btn {
    text-decoration: none;
    font-size: 18px;
    border:1px solid #F2F2F2;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 0 16px 0 16px;
}

.product-listing-paging-container button.link-btn i.feather {
    font-size: 24px;
}

.page-selection-container {
    position: relative;
    width: fit-content;
}

.product-listing-paging-container select {
    padding: 10.5px 34.5px 10.5px 20.5px;
    appearance: none;
    border: 1px solid #F2F2F2;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
}

.page-selection-container i.feather {
    position: absolute;
    font-size: 18px;
    right: 13px;
    top: 12.5px;
    pointer-events: none;
    text-align: right;
}


.product-listing-info {
    width: 100%;
    margin: 0 auto;
}

.collection-banner img {
    max-height: 403px;
    max-width: 1512px;
    width: 100%;
    aspect-ratio: 1512 / 403;
    object-fit: contain;
    margin-top: -24px;
    margin-bottom: 24px;
}

.listing-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.collection-listing-title,
.blog-listing-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.01em;
}

.listing-tagline {
    margin-top: -16px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    padding: 0 48px 0 48px;
}

.collection-description-container > * {
    font-weight: 400;
    /*font-size: 16px;
    line-height: 27px;*/
    margin-bottom: 0;
    text-align: center;
    padding: 0 48px 0 48px;
}

.collection-description-container {
    /*margin-top: -20px;*/
}

#listingDescription {
    margin-bottom: 4px;
}

#listingDescription a, #listingDescription a:hover {
    color: #181717;
    text-decoration: underline;
}

.listing-btn {
    color: #181717;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    padding: 8px;
    margin-bottom: 42px;
}

.listing-btn:hover{
    color: #181717;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    padding: 8px;
}

.listing-content {
    min-height: 500px;
}

.empty-result-container {
    width: 460px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
}

.listing-items-container .empty-result-container {
    margin-top: 82px;
}

.empty-result-container p {
    margin: 0;
    margin-top: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}

.empty-result-container img {
    width: auto;
    height: 100px;
    aspect-ratio: 460/250;
}

.empty-result-container .btn {
    margin-top: 40px;
    margin-bottom: 32px;
    width: 352px;
}

#detectScrollPointTop, #detectScrollPointBottom {
    display: block;
    width: 100%;
}


    /*#region Listing card view */
    /*------------------------------------------------------------------------------
    Listing card view
    ------------------------------------------------------------------------------*/
    .product-card {
        /*width: fit-content;*/
        max-width: 278.5px;
        min-width: 172.5px;
        margin: 0 10px 16px 10px;
        border-radius: 16px;
        box-shadow: none;
        background: #FFFFFF;
        border: 1px solid #F2F2F2;
        border-radius: 12px;
    }

    .product-card .manual-label-container, .item-card .manual-label-container {
        position: absolute;
        top: -3px;
        left: -3px;
    }

    .product-card .manual-label, .item-card .manual-label {
        position: relative;
        width: fit-content;
        color: #FFFFFF;
        overflow: hidden;
        font-weight: 700;
        font-size: 13px;
        background-color: #CE2410; /* For browsers that do not support gradients */
        padding: 0 7px 0 7px;
        top: 0;
        line-height: 23px;
        background: linear-gradient(90deg, #CE2410 0%, #B01F0E 100%);
        /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);*/
        border-radius: 11px 11px 11px 0px;
        z-index: 1000;
    }

    .product-card .manual-label-rectangle, .item-card .manual-label-rectangle {
        position: relative;
        top: -2px;
        left: 1px;
        width: 4.24px;
        height: 4.24px;
        background: #7B160A;
        transform: rotate(45deg);
        z-index:-99;
    }

    .product-card .product-like-container i {
        position: absolute;
        top: 5.5px;
        right: 3.5px;
        margin: 15px;
        cursor: pointer;
        font-size: 23px;
        z-index: 1000;
        /*display: none;*/
    }

    .product-details .product-sticky .product-card .product-like-container .share-web {
        display: none;
    }

    .product-details .product-sticky .product-card .product-like-container i {
        position: absolute;
        top: 2.0px;
        right: 3.5px;
        margin-left: 15px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 23px;
        z-index: 1000;
    }

    .product-card .product-img {
        max-width: 276.5px;
        max-height: 276.5px;
        margin: auto;
    }

    .product-card .product-img img {
        border-radius: 12px 12px 0 0;
        object-fit: contain;
        max-height: 276.5px;
        max-width: 276.5px;
        aspect-ratio: 276.5/276.5;
        width: 100%;
        background: #FFFFFF;
    }

    .product-card .product-card-body {
        width:100%;
        padding:0 16px 20px 16px;
    }

    .product-card .auto-label, .product-label-container {
        width: fit-content;
        height: 17px;
    }

    .product-card .auto-label p, .product-label-container .auto-label {
        color: #B01F0E;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        white-space:nowrap;
        margin-bottom: 0;
    }

    .product-card .product-card-body .product-price-container {
        margin-top: 6.5px;
    }

    .product-text-grey {
        color: #A7A7A7;
    }

    .product-text-black {
        color: #333333;
    }

    .product-card .product-brand-name, .product-details .product-brand-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #181717;
        margin-bottom: 0;
    }

    .product-name {
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        /*Ref: https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of text lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        color: #666666;
    }

    .product-card .product-card-body .product-current-price, .product-details .product-current-price {
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.01em;
        color: #B01F0E;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .product-current-price.text-decoration-line-through {
        color: #666;
    }

    .product-card .product-card-body .product-current-price.no-discount-price {
        margin-bottom: 16px;
    }

    .discounted-percentage {
        font-weight: 400;
        font-size: 12px;
        line-height: 19px;
        margin-left: 4px;
        padding: 0 4px 0 4px;
        background: #FDE4E1;
        color: #B01F0E;
    }

    .product-card .product-card-body .product-unit-price, .product-details .product-unit-price {
        color: #666666;
        line-height: 16px;
    }

    .product-card button {
        width: 40px;
        height: 40px;
        background: #AF8F84;
        /*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);*/
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 16px;
        right: 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        border: none;
    }

    .product-card button:hover {
        transform: scale(1.05);
        border-color:#AF8F84;
    }

    .product-card button .feather {
        font-size: 19px;
        padding: 2.5px 1px 2.5px 3px;
    }

    /*.hover-zoom:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }*/

    .product-details .bi-heart:hover, .product-card .product-like-container .bi-heart:hover {
        color: #DF0505;
    }
 
    .product-details .icon-heart-on, 
    .product-card .product-like-container .icon-heart-on {
        color: #DF0505;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */



    /*#region Sort, filter and search */
    /*------------------------------------------------------------------------------
    Sort, filter and search
    /------------------------------------------------------------------------------*/
    .filter {
        border-radius: 16px;
        box-shadow: none;
        border: 0.65px solid #F2F2F2;
    }

    .filter-offcanvas {
        padding: 0 0 0 16px;
        margin-right: 58px;
        width: fit-content;
    }

    .listing-items-container {
        padding-right: 10px;
    }

    .favourite-listing-items-container {
        padding-left: 143px;
        padding-right: 143px;
    }

    .sticky-filter-sort {
        position: sticky;
        position: -webkit-sticky;
        display: block;
        top: 79px;
        left:0;
        right:0;
        background: #FFFFFF;
        z-index: 1024;
        margin-bottom: 26.5px;
        width: 100vw;
        margin-left: calc(-50vw + 49.45%);
        max-width: none;
    }

    .sticky-filter-sort.sticky-in-app {
        top: 175px;
    }

    .filter-sort-section {
        max-width: 1520px;
        width: 1520px;
        justify-content: space-between;
        margin: auto;
        padding: 0 12px 0 350px;
    }

    .favourite-filter-sort-section {
        max-width: 1520px;
        width: 1520px;
        justify-content: space-between;
        margin: auto;
        padding: 0 12px 0 143px;
    }

    .hide-filter-sort {
        display: none;
    }

    .sticky-bar-effect {
        box-shadow: 0px 15px 10px -15px rgba(85, 34, 8, 0.05);
        background: #FCE9DF;
    }

    .sorting-list i {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 4px 8px 8px;
        cursor: pointer;
        user-select: none;
        transition: 0.24s;
    }

    .offcanvas-start {
        overflow-y: auto;
    }


    .offcanvas-start::-webkit-scrollbar {
        width: 0px;
    }

    .card.filter {
        margin: 0;
        border: none;
        max-width: 270px;
        min-width: 270px;
    }
    .filter .card-body {
        position: relative;
        padding: 24px 0 24px 0;
    }

    .price-input {
        display: flex;
        margin-top: 24px;
        align-items: center;
    }

    .price-input span {
        padding: 0 9px 0 9px;
    }

    .price-input input[type="number"] {
        width: 120px;
    }

    #searchBrands, #searchCategories, #searchCollection {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    #searchBrands:focus, #searchCategories:focus, #searchCollection:focus, 
    .price-input input[type=number]:focus, .modal-body input:focus {
        border-color: #181717;
    }

    .filter-btn button {
        width: 24px;
        padding: 0;
        background-image: url('../assets/images/filter.svg');
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .filter-btn {
        display: none;
        align-items:center;
        width: 40px;
        position: relative;
    }
    
    .filter-dot {
        background: #FF4358;
        position: absolute;
        top: 10px;
        right: 20px;
        border-radius: 50%;
        font-size: 9px;
        width: 8px;
        height: 8px;
    }

    .filter .clear-all-btn,
    .link-btn { /* This is also used for any generic button that looks like a link */
        border: none;
        text-decoration: underline;
        color: #666666;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 15px;
        height: 15px;
        width: fit-content;
        padding: 0;
        font-weight: 400;
        letter-spacing: 0.01em;
    }

        .link-btn--mobile-store {
            display: block;
            margin-bottom: 24px;
            text-decoration: none;
            text-transform: none;
        }

    #clearAllBtn {
        justify-content: flex-end;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        top: 0;
        position: absolute;
        right: 0;
        /*display: none;*/
    }

    button.hidden{
        display: none;
    }

    .filter .clear-filter-btn::before, .filter .clear-all-btn::before {
        content:"\A";
        width: 8px;
        height: 8px;
        border-radius:50%;
        font-size: 8px;
        margin-right: 4px;
        background: #FF4358;
        display: inline-block;
    }

    .filter .clear-filter-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 24px 36px 0 0;
        color: #666666;
        cursor: pointer;
        display: none;
        align-items: center;
    }

    .filter .clear-filter-btn p {
        
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
    }

    .drp-sort .sorting-list .form-select {
        padding: 0 38px 0 10px;
        height: 24px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        background: transparent;
        background-image: url('../assets/images/sort.svg');
        background-repeat: no-repeat;
        background-position: right 3px center;
        background-size: 24px 24px;
        border: none;
        border-radius: 4px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align: end;
    }

    .drp-sort .sorting-list select:focus, .drp-sort .sorting-list select:active {
        min-width: 150px;
        border: none;
        width: auto;
    }

    .drp-sort .sorting-list select option:hover {
        color: rgb(246, 250, 0);
        background-color: rgb(5, 26, 1);
    }

    .filter-name, .filter-section-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

    .filter-title{
        position: relative;
    }

    .filter-title .filter-section-title{
        margin-bottom: 18px;
    }

    .filter-name i.feather {
        float: right;
        font-size: 22px;
    }

    .filter-name .selected-element {
        font-weight: 400;
        color: #666666;
    }

    .search-keyword-section {
        margin-bottom: 62px;
        margin-top: 10px;
    }

    .search-keyword-section div {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px 12px 8px 12px;
        width: 100%;
        background: #AF8F84;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        position: relative;
    }

    .search-keyword-section p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 19px;
        /*Ref: https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css*/
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of text lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        /*white-space: normal;*/
        margin: 0;
        width: 88.53%;
    }

    .search-keyword-section .feather {
        color: #FFFFFF;
        font-size: 16px;
        position: absolute;
        right: 7px;
        padding: 5px;
        height: fit-content;
        border: none;

    }

    .pc-content .form-check-label, .drp-sort .dropdown-item, .drp-sort .btn,
    .search-input input, #filterbyprice .price-input, .filter input[type=text] {
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
    }

    .pc-content .form-check .form-check-input, input[type="checkbox"] {
        border: 1px solid #CDCDCD;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .filter .form-check input[type="checkbox"]:checked {
        background-color: #AF8F84;
    }

    /* Scrollbar customization*/
    .filter-scrollbar {
        max-height: 236px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filter-scrollbar .form-check {
        margin-bottom: 8px;
        padding-left: 24.5px;
    }

    .filter-scrollbar .form-check.second-level-category {
        margin-left: 28px;
    }

    .filter-scrollbar .form-check.third-level-category {
        margin-left: 56px;
    }

    .filter .form-check label {
        width: 95%;
        font-weight: 400;
        line-height: 19px;
        font-size: 16px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
        padding: 2px 0 2px 3px;
    }

    /* Scrollbar width */
    .filter-scrollbar::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .filter-scrollbar::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 5px grey;*/
        background: none;
    }

    /* Handle */
    .filter-scrollbar::-webkit-scrollbar-thumb {
        background: #C1C1C1;
        border-radius: 3px;
    }

    /* Handle on hover */
    .filter-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #AF8F84;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */


    /*#region Product details */
    /*------------------------------------------------------------------------------
    Product details
    ------------------------------------------------------------------------------*/
    .product-details {
        max-width: 1196px;
        margin: auto;
    }
    .product-details .card-body {
        padding: 0;
        margin-top: 3px;
    }

    .product-sticky-container {
        width: fit-content;
    }

        .product-sticky-container.zoom-in {
            position: fixed;
            width: 100vw;
            height: 100vh;
            background: #FFFFFF;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 0;
            left: 0;
            -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }

    body.disabled-scroll {
        overflow: hidden;
    }

    .product-details .product-sticky {
        top: calc(70px + 37px);
        width: 100%;
        max-width: 600px;
        width: fit-content;
        border-radius: 16px;
        /*border: 0.65px solid #F2F2F2;*/
    }

    .product-details .product-sticky-container.zoom-in .product-sticky {
        max-width: 100vw;
        max-height: 100vh;
    }

    .product-sticky-container.zoom-in .carousel {
        display: flex;
        flex-direction: row-reverse;
        width: 100vw;
    }

    .product-sticky-container .indicatios-in-zoom-modal {
        display: none;
    }

    .product-details .product-info {
        max-width: 540px;
        margin-left: 56px;
    }

    .product-details .product-sticky .carousel .product-card {
        max-width: 600px;
        min-width: 300px;
        /*padding-top: 8px;*/
        border: none;
        width: fit-content;
        background: none;
        margin: 0;
    }

    .product-details .product-sticky .product-card .manual-label-container {
        left: -1.5px;
    }

    .product-details .product-sticky .product-card .product-like-container {
        position: absolute;
        top: 11px;
        right: 2px;
        margin: 0;
        cursor: pointer;
        font-size: 23px;
        z-index: 1000;
        /*display: none;*/
    }

    .product-details .product-sticky .product-card .product-like-container i {
        position: relative;
        margin-left: 10.5px;
        margin-right: 10.5px;
        font-size: 25px;
        top: 1.7px;
        /*display: none;*/
    }

    /* Product details - Image slider */
    .product-img-indicators-container {
        margin: 22px 0 0 0;
        padding: 0 48px 0 45px;
        max-width: 603px;
        box-sizing: border-box;
        position: relative;
    }
    .product-details .product-carousel-indicators {
        margin: 0;
        width: 100%;
        /*justify-content: start;*/
        overflow: scroll hidden;
        white-space: nowrap;
    }

    .product-details .product-carousel-indicators .indicator-img {
        width: fit-content;
        height: fit-content;
        border: 1px solid #F2F2F2;
        /*border: 2px solid #AF8F84;*/
        border-radius: 6.25px;
        margin: 0 3.5px 0 3.5px;
        box-sizing: border-box;
        opacity: 1;
    }

    .product-details .product-carousel-indicators .indicator-img.active {
        border: 2px solid #AF8F84;
    }

    .product-details .product-carousel-indicators .indicator-img img {
        width: 98px;
        height: 98px;
        object-fit: contain;
        border-radius: 5px;
    }

    .product-details .product-carousel-indicators .indicator-img.active img {
        width: 96px;
        height: 96px;
    }

    .product-details .carousel-inner {
        max-width: 600px;
        max-height: 600px;
        width: 600px;
        height: 600px;
        border-radius: 16px;
    }

    .product-details .carousel-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-details .carousel-item img {
        position: relative;
        object-fit: contain;
        max-height: 600px;
        max-width: 600px;
        width: 100%;
        aspect-ratio: 600/600;
        background: #FFFFFF;
        border: 1px solid #F2F2F2;
        border-radius: 16px;
    }

    .product-details .product-sticky-container.zoom-in .carousel-item img {
        max-height: 100vh;
        max-width: 100vw;
        aspect-ratio: 800/800;
        border: none;
        border-radius: unset;
        height: 100%;
        width: auto;
        transform: scale(1.1);
    }

    .product-details .product-sticky-container.zoom-in .product-carousel-indicators {
        flex-direction: column;
        gap: 6px;
        width: fit-content;
    }

    .product-details .product-sticky-container.zoom-in .product-sticky .product-card .product-like-container i:not(.icon-zoom-in):not(.icon-x) {
        display: none;
    }

    .product-details .product-sticky-container.zoom-in .carousel-inner,
    .product-details .product-sticky-container.zoom-in .product-sticky .carousel .product-card, 
    .product-details .product-sticky-container.zoom-in .carousel-inner {
        max-width: 100vw;
        max-height: 100vh;
        width: 100%;
        height: 100%;
    }

    .carousel-control-prev, .carousel-control-next, .product-img-zoom-indicators {
        position: absolute;
        width: 40px;
        text-align: center;
        background: #FFFFFF;
        opacity: 1;
        transition: opacity 0.15s ease;
        z-index: 2;
    }

    .product-img-zoom-indicators {
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 45px;
        color: #ffffff;
        background: none;
        border: 0;
        transition: opacity 0.15s ease;
    }

    .product-img-zoom-indicators.prev {
        left: 0;
    }

    .product-img-zoom-indicators.next {
        right: 0;
    }

    .product-details .carousel-control-prev .feather,
    .product-details .carousel-control-next .feather {
        color: #AF8F84;
        font-size: 18px;
        padding: 10px;
        border: 1px solid #EFE9E6;
        border-radius: 50%;
    }

    .product-details .carousel-control-prev.product-img-zoom-indicators, .product-details .carousel-control-next.product-img-zoom-indicators {
        position: absolute;
        background: none;

    }

    .product-details .product-img-zoom-indicators .feather, .product-details .product-img-zoom-indicators .feather {
        color: #000000;
        font-size: 27px;
        padding: 10px;
        border: none;
        border-radius: unset;
    }

    .product-details .product-sticky-container.zoom-in .carousel-control-prev, .product-details .product-sticky-container.zoom-in .carousel-control-next,
    .product-sticky-container.zoom-in .product-card .manual-label-container{
        display: none;
    }

    .non-fixed-height.product-label-container {
        display: flex;
        height: fit-content;
    }

    .product-label-container .auto-label {
        margin-right: 8px;
        line-height: 18px;
    }

    .non-refund-label {
        font-size: 12px;
        line-height: 18px;
        width: fit-content;
        white-space: nowrap;
        margin: 4px 8px 0 0;
        padding: 0 8px 0 8px;
        background: #F5F5F5;
        border: 1px solid #F2F2F2;
        border-radius: 4px;
        display: block;
        color: #B01F0E;
    }

    .product-details .product-deal .non-refund-label {
        margin-bottom: 4px;
    }

    .product-details .product-brand-name {
        font-weight: 600;
        margin-bottom: 0;
    }

    .product-details .product-name {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #666666;
        height: unset;
        margin-bottom: 6px;
        overflow: unset;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset; 
        line-clamp: unset;
        -webkit-box-orient: unset;
    }
    .product-details .product-price-container {
        margin-bottom: 24px;
    }

    .product-details .product-unit-price {
        font-size: 14px;
        margin-left: 8px;
    }

    .product-details .product-variant-container {
        margin-bottom: 24px;
        position: relative;
    }

    .product-details .product-variant-container p {
        margin-bottom: 8px;
    }

    .product-variant-option {
        color: unset;
        display: inline-flex;
        margin-right: 12px;
        margin-bottom: 8px;
        min-width: 48px;
    }

        .product-variant-option:hover {
            color: unset;
        }

        .product-variant-option:last-child {
            margin-right: 0;
        }

    .product-variant-picker {
        background: transparent;
        border: 1px solid #CDCDCD;
        border-radius: 4px;

        font-size: 16px;
        padding: 12px 16px;
    }

    .product-variant-picker--active {
        color: var(--btn-color);
        border-color: var(--btn-color);
    }

    .product-variant-picker--sold-out {
        color: #CDCDCD;
    }

    .product-details span.text-danger {
        margin-top: 2px;
    }

    .product-details .product-variant-container button {
        width: 386px;
        height: 40px;
        border-radius: 4px;
        text-align: start;
        padding: 0 16px 0 16px;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.01em;
        color: #CDCDCD;
        border: 1px solid #F2F2F2; 
    }

    .product-details .product-variant-container select {
        width: 386px;
        height: 40px;
        font-size: 16px;
        line-height: 19px;
        padding: 0 16px 0 16px;
    }

    .product-details .product-variant-container select option {
        padding: 10.5px 16px 10.5px 16px;
    }

    .product-details .product-variant-container button i {
        position: absolute;
        right: 8px;
    }

    .product-variant-container .dropdown-menu {
        width: 386px;
        padding: 0 16px 0 16px;
        box-shadow: none;
        border: none;
        border: 1px solid #F2F2F2;
        border-radius: 4px;
    }

    .product-variant-container .dropdown-item {
        padding: 10px 0 10px 0;
        color: #181717;
        background-color: transparent;
        border: 0;
    }

    .product-details span.text-danger {
        width: 100%;
        display: block;
    }

    .product-details .product-variant-container .product-details-title,
    .product-variant-container .dropdown-item,
    .product-details span.text-danger,
    .product-details .notify-container p,
    .product-details .product-quantity-container span {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .low-stock-alert {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
        color: #EC3D3D !important;
    }

    .qty-input-container {
        border: 1px solid #CDCDCD;
        display: flex;
        align-items: center;
        border-radius: 4px;
        margin: 0 8px 0 8px;
    }

    .product-details .product-quantity-container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .product-details .product-quantity-container.app-sticky-button, .sticky-button.app-sticky-button {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1024;
        justify-content: center; /*!!! to check*/
        flex-wrap: nowrap;
        background: #FFFFFF;
        padding: 8px 16px 8px 16px;
        border-top: 1px solid #EAE4DE;
        border-bottom: 1px solid #FFFFFF;
    }


    /* Hide the arrow of input number field*/
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    .product-quantity-container input[type=number] {
        height: 30px;
        width: 32px;
        border-radius: 0;
        padding: 8px 4px 8px 4px;
        font-size: 14px;
        line-height: 16px;
        border: none;
    }

    .product-details .product-quantity-container input[type=number] {
        height: 40px;
        width: 38px;
        font-size: 16px;
        line-height: 19px;
    }

    .decrease-quantity-button, .increase-quantity-button,
    .decrease-quantity-button:focus, .increase-quantity-button:focus {
        width: 31px;
        height: 30px;
        padding: 0;
        background: #FFFFFF;
        border: none;
    }

    .product-details .decrease-quantity-button, .product-details .increase-quantity-button,
    .product-details .decrease-quantity-button:focus, .product-details .increase-quantity-button:focus {
        width: 40px;
        height: 38px;
        padding: 8px;
    }

    .decrease-quantity-button {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .increase-quantity-button {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .decrease-quantity-button:hover, .increase-quantity-button:hover {
        /*background: #AFAFAF;
    border-color: #F5F5F5*/
    }

    .disabled {
        pointer-events: none;
    }

    .decrease-quantity-button .feather, .increase-quantity-button .feather {
        color: #AF8F84;
        font-size: 22px;
    }

    .decrease-quantity-button.disabled .feather, .increase-quantity-button.disabled .feather {
        color: #E7DEDB;
    }

    .product-details .product-quantity-container .add-bag-btn {
        text-transform: uppercase;
        width: 217px;
        margin-left: 8px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        padding: 0 28px 0 28px;
    }

    .product-details .notify-container  {
        margin-top: 24px;
    }

    .product-details .notify-container p {
        margin-bottom: 12px;
    }

    .product-details .product-deal .deal-container, 
    .cart-container .product-deal .deal-container,
    .checkout-container .product-deal .deal-container,
    .order-listing .product-deal .deal-container {
        display: flex;
        align-items: center;
    }

    .product-deal {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    
    .product-details .product-deal {
        margin-bottom: 24px;
        display: block;
    }

    .product-deal .deal-title {
        background-color: #F5F5F5;
        border: 1px solid #F2F2F2;
        border-radius: 4px;
        
        color: #181817;
        display: inline-block;

        font-weight: 600;
        font-size: 12px;

        line-height: 16px;

        margin-right: 6px;
        padding: 2px 8px;

        white-space: nowrap;
        vertical-align: sub;    /*'sub' seems to align much centered than 'middle'. */
    }

    .product-details .product-deal .deal-container.activated, 
    .product-deal .deal-container.activated .deal-title {
        color: #181817;
    }

    .product-details .deal-container .feather.icon-check,
    .product-deal .deal-container .feather.icon-check {
        color: #3FC078;
        font-weight: bold;
        padding-right: 2px;
        vertical-align: inherit;
    }

    .product-details .deal-container .feather.icon-x, 
    .product-deal .deal-container .feather.icon-x {
        color: #B01F0E;
        font-weight: bold;
        padding-right: 2px;
        vertical-align: inherit;
    }

    .product-details .deal-container.activated .feather.icon-x, 
    .product-deal .deal-container.activated .feather.icon-x {
        display: initial;
    }

    .product-details {
        min-width: 200px;
    }

    .deal-link, 
    .deal-link:hover{
        color: #666666;
        padding: 2px 0px;
        vertical-align: middle;
    }

    .product-details .deal-container .deal-link-text,
    .cart-container .deal-container .deal-link-text, 
    .checkout-container .deal-container .deal-link-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;

        text-decoration: underline;
        white-space: nowrap;
        vertical-align: inherit;
    }

    .cart-container .deal-container.activated .deal-link,
    .product-details .deal-container.activated .feather.icon-chevron-right,
    .cart-container .deal-container.activated .feather.icon-chevron-right {
        display: none;
    }

    .bag-item-details .deal-container .feather.icon-chevron-right,
    .product-details .deal-container .feather.icon-chevron-right,
    .order-item-details .deal-container .feather.icon-chevron-right{
        color: #666666;
        padding-top: 0;
        font-size: 16px;
        font-weight: bold;
        vertical-align: inherit;
    }

    .product-details .notify-container .notify-email {
        display: flex;
        align-items: center;
    }

    .product-details .notify-container .notify-email input[type="email"] {
        width: 393px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-right: 16px;
        padding-top: 6px;
    }

    .product-details .notify-container .notify-email input[type="email"]::placeholder {
        color: #CDCDCD;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }
    .product-details .product-description {
        padding-bottom: 24px;
    }

    .product-details .product-description .product-details-title {
        font-size: 24px;
        line-height: 29px;
        margin-top: 26px;
        margin-bottom: 8px;
    }

    .product-details .product-description .description-content {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0;
    }

    /* Temporary style for recommended products */
    .recommended-products {
        max-width: 1512px;
        padding-top: 40px;
        margin: 0 auto;
    }

    .landing-container .recommended-products {
        padding-top: 0;
    }

    .recent-view-products {
        margin-top: 64px;
    }

    .recommended-products .products-container-title,
    .recent-view-products .products-container-title,
    .often-purchase-products .products-container-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 21.5px;
    }

    .recommended-products .card-body, .recent-view-products .card-body,
    .often-purchase-products .card-body {
        padding: 3px 0 0 3px;
        width: 100%;
        position: relative;
    }

    .landing-container .recommended-products .card-body {
        padding-top: 1px;
    }

    .recommended-products .product-card, .recent-view-products .product-card,
    .often-purchase-products .product-card {
        min-width: 228.5px; 
        border-radius: 12px;
        margin: 0 13.5px 0 13.5px;
        background: #FFFFFF;
    }

    .recommended-products .product-card .product-card-body, .recent-view-products .product-card .product-card-body,
    .often-purchase-products .product-card .product-card-body {
        width: 100%;
        padding: 0 8px 20px 8px;
    }

    .recommended-products .product-card button, .recent-view-products .product-card button,
    .often-purchase-products .product-card button {
        right: 8px;
    }

    .recommended-products .first .product-card, .recent-view-products .first .product-card,
    .often-purchase-products .first .product-card {
        margin-left: 3px;
    }


    .recommended-products .product-card .product-img, .recent-view-products .product-card .product-img,
    .often-purchase-products .product-card .product-img {
        max-height: none;
        max-width: none;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img,
    .often-purchase-products .product-card .product-img img {
        margin-top: 0;
        max-height: 228.5px;
        min-height: 157px;
        max-width: none;
        object-fit: contain;
        width: 228.5px;
        height: auto;
        aspect-ratio: 228.5/228.5;
        background: none;
    }

    .recommended-products .card-body .recommend-product-list, .recent-view-products .card-body .recent-view-product-list,
    .often-purchase-products .card-body .often-purchase-product-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 1512px;
        padding-top: 2.5px;
    }

    .recommended-products .card-body .recommend-product-list .product-current-price, .recent-view-products .card-body .recent-view-product-list .product-current-price,
    .often-purchase-products .card-body .often-purchase-product-list .product-current-price {
        margin-top: 6.5px;
    }


    .product-control-prev, .product-control-next, .product-control-prev:hover, .product-control-next:hover {
        z-index: 1023;
        /*background: rgb(255,255,255, 0.8);*/
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95%);
        height: 100%;
        width: 94px;
        opacity: 1;
        pointer-events: none;
    }

    .scroll-btn-container .carousel-control-prev, .scroll-btn-container .carousel-control-next, .scroll-btn-container .carousel-control-prev:hover, .scroll-btn-container .carousel-control-next:hover {
        /*background: rgb(255,255,255, 0.8);*/
        background: none;
        height: 100%;
        width: 94px;
        opacity: 1;
    }

    .product-control-prev, .product-control-prev:hover {
        z-index: 1023;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95%);
    }

    /* The following are meant for the home banner carousel, which will be shown regardless.
       Since the component doesn't show on default for some uses (e.g., product-details). */
    .home-carousel .carousel-control-prev.product-control-prev,
    .home-carousel .carousel-control-next.product-control-next {
        display: flex !important;
        background: transparent !important;
    }

    .product-control-prev, .scroll-btn-container .carousel-control-prev {
        display: none;
    }

    .product-control-next {
        right: 0px;
    }

    .scroll-btn-container .carousel-control-prev, .scroll-btn-container .carousel-control-next {
        align-items: flex-end;
        padding-bottom: 14.5px;
    }

    .product-control-prev .feather,
    .product-control-next .feather,
    .scroll-btn-container .carousel-control-prev .feather,
    .scroll-btn-container .carousel-control-next .feather {
        background: #AF8F84;
        color: #FFFFFF;
        font-size: 31px;
        /*padding: 9.5px 9px 9.5px 13px;*/
        padding: 9.5px 7.46px 9.5px 11.46px;
        margin-right: 0;
        border: 1px solid #AF8F84;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: auto;
    }

    .product-control-prev .feather,
    .scroll-btn-container .carousel-control-prev .feather {
        /*padding: 9.5px 13px 9.5px 9px;*/
        padding: 9.5px 11.46px 9.5px 7.46px;
    }

    .recommended-products .card-body .recommend-product-list::-webkit-scrollbar,
    .recent-view-products .card-body .recent-view-product-list::-webkit-scrollbar,
    .often-purchase-products .card-body .often-purchase-product-list::-webkit-scrollbar,
    .product-details .product-carousel-indicators::-webkit-scrollbar {
        display: none;
    }

    .product-details .border-bottom {
            border-bottom: 1px solid #F2F2F2 !important;
    }

    .mix-match-wrapper {
        font-family: "Roboto", sans-serif;
    }

    .mix-match-tag {
        background-color: #F2F2F2;
        padding: 2px 8px;
        margin-left: 4px;
    }

    .mix-match-tag__name {
        font-weight: 600;
        font-size: 10px;
    }

    .mix-match__title {
        margin-top: 24px;
        font-size: 24px;
        font-weight: 700;
    }

        .mix-match__title > i.feather {
            font-weight: bold;
            margin-right: 16px;
        }

            .mix-match__title > i.feather.icon-x {
                color: #B01F0E
            }
            .mix-match__title > i.feather.icon-check {
                color: #3FC078;
            }

        .mix-match__subtitle {
            margin-top: 18px;
            font-size: 24px;
            font-weight: 600;
        }


    .mix-match__group {
        margin-top: 40px;
    }

    .mix-match__step {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 24px;
    }

        .mix-match__step > span {
            font-size: 21px;
            font-weight: 600;
        }

        
    .mix-match-single-desc {
        margin-top: 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 18.75px;
    }

    /*----------------------------------------------------------------------------*/
    /*#endregion */
/*----------------------------------------------------------------------------*/
/*#endregion */

/* Cart */
/*#region Cart */
/*------------------------------------------------------------------------------
Cart
------------------------------------------------------------------------------*/
/* Cart */
.cart-row, .checkout-row, .order-summary-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cart-empty-result {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cart-container form, .checkout-container form {
    margin-bottom: 0;
}

.cart-container .cart-title,
.checkout-container .title-text,
.order-summary .title-text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.checkout-container .title-text.header-title,
.order-summary .title-text.header-title {
    margin-bottom: 32px;
}

.cart-container .card-body {
    padding: 0;
}

.checkout-container .card-body, .order-summary .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.cart-container .cart-seperator, .checkout-container .checkout-separator {
    margin: 16px 0 40px 0;
    background-color: #181717;
    opacity: 1;
    height: 2px;
}

.cart-container .shopping-bag-details, 
.checkout-container .checkout-details,
.order-summary-details {
    max-width: 792px;
}

.cart-container .product-label-container .auto-label{
    line-height: 17px;
}

.cart-container .shopping-bag-summary, .checkout-container .checkout-summary,
.order-summary-summary {
    max-width: 352px;
    margin-left: 56px;
}

.cart-container .alert-dismissible .feather {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13.5px 18px 13.5px 16px;
    cursor: pointer;
}
/*
cart-container .bag-item-card {
    margin-top: 27px;
    display: flex;*/
    /* flex-wrap: wrap;*/
    /* padding-bottom: 23px;
    border-bottom: 1px solid #F2F2F2;
}*/
    
/*.
.cart-container .bag-item-card.active-item:last-child,
.cart-container .bag-item-card.invalid-bag-item:last-child {
    border-bottom: none;
}*/

.cart-container .bag-item-card {
    margin-bottom: 27px;
    display: flex;
    /* flex-wrap: wrap;*/
    padding-top: 23px;
    border-top: 1px solid #F2F2F2;
}

    .cart-container .bag-item-card.active-item:first-child,
    /*.cart-container .bag-item-card.unqualified-item:first-child,*/
    .cart-container .bag-item-card.invalid-bag-item:first-child {
        border-top: none;
    }

    .cart-container .bag-item-card.active-item.group:not(:first-child) {
        border-top: unset;
        padding-top: 0;
    }
    
        
.cart-container .bag-image {
    position: relative;
    width: 117px;
    height: 117px;
    padding: 0;
    margin-left: 3px;
}

.cart-container .bag-image .item-card {
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    margin: 0;
}

.item-card .manual-label {
    font-size: 11px;
    line-height: 14px;
    padding: 1px 8px 1px 8px;
}

.bag-image .item-card .bag-img, 
.order-listing .order-item-image {
    height: 117px;
    width: 117px;
}

.bag-image .item-card .bag-img img, .order-item-image img {
    height: 115px;
    width: 115px;
    border-radius: 12px;
    object-fit: contain;
}

.order-item-image img {
    border: 1px solid #F2F2F2;
}

.cart-container .bag-item-details {
    padding-left: 11px;
    min-width: 240px;
}

.bag-item-details .product-brand-name,
.free-item-container .product-brand-name,
.order-item-details .product-brand-name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.bag-item-details .product-deal {
    display: block;
}

.bag-item-details .product-name,
.free-item-container .product-name,
.order-item-details .product-name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    height: fit-content;
}

.product-variant-label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    height: fit-content;
}

.bag-item-total-price .product-current-price,
.order-item-price .product-current-price {
    font-size: 15px;
    line-height: 18px;
    padding-right: 1px;
}

.bag-item-details .product-variant-container {
    margin: 6px 0 6px 0;
    height: 21px;
    position: relative;
    width: fit-content;
}

/*.bag-item-details .product-variant-container button {
    height: 21px;
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 2.5px 20px 2.5px 4px;
    color: #181717;
    letter-spacing: 0.01em;
}*/
    .bag-item-details .product-variant-container .form-select {
    height: fit-content;
    padding: 2.5px 20px 2.5px 4px;
    color: #181717;
    background-color: #ffffff;
    background-position: right 1px center;
    border: none;
    transition: none;
    border-radius: 0;
}

.bag-item-total-price p, .order-item-price p {
    margin: 0;
}

.bag-item-details .product-variant-container .form-select:focus {
    border: 1px solid;
    border-color: #CDCDCD;
    outline: 0;
}

.bag-item-details .product-variant-container .feather {
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0;
    line-height: 21px;
}

.bag-item-details .product-price, 
.order-item-details .product-price {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.bag-item-details .product-price .product-current-price,
.order-item-details .product-price .product-current-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #B01F0E;
}

.bag-item-details .product-price .product-unit-price,
.order-item-details .product-price .product-unit-price {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.bag-item-details .product-price .discounted-percentage {
    padding: 2px 3px 2px 3px;
    margin-right: 2px;
    width: 32px;
    height: 18px;
    background: #FDE4E1;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #B01F0E;
}

.cart-container .product-delete-container {
    margin: 11px 0 11px 0;
}

.cart-container .product-quantity-container {
    display: flex;
    align-items: center;
    margin-bottom: 3.5px;
}


.cart-container .bag-item-card.invalid-bag-item .bag-image,
.cart-container .bag-item-card.invalid-bag-item .bag-item-details > * {
    opacity: 0.3;
    pointer-events: none;
}

.cart-container .bag-item-card.invalid-bag-item .bag-item-details .row,
.cart-container .bag-item-card.invalid-bag-item .bag-item-details .product-delete-container {
    opacity: 1;
    pointer-events: auto;
}


.cart-container .product-quantity-container span {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
}

.free-details p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}

#delete_item {
    padding: 0 7px 0 7px;
    color: #666666;
}

.free-item-container {
    width: 100%;
    margin: 0 0 0 31px;
}

.free-item-card {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 9px;
}

.free-item-img {
    border-radius: 12px;
    border: 1px solid #F2F2F2;
    height: fit-content;
    width: fit-content;
    align-self: end;
}

.free-item-img img {
    height: 93px;
    width: 93px;
    border-radius: 12px;
    object-fit: contain;
}

.free-item-container .free-item-details {
    padding: 0 0 0 11px;
}

.free-details {
    margin-top: 7.5px;
}

.product-price .separator {
    border: 1px solid #666666;
    margin: 0 8px;
    width: 10px;
    transform: rotate(90deg);
}

.free-details p.free-text {
    color: #B01F0E;
    font-weight: 600;
    font-size: 14px;
    padding-right: 5.5px;
}

.cart-container .form-check {
    padding-left: 65px;
}

.cart-container .shopping-bag-summary .row,
.checkout-summary .row, .order-summary-summary .row {
    margin-top: 8px;
}

.cart-container .shopping-bag-summary .summary-container,
.checkout-summary .summary-container, .order-summary-summary .summary-container {
    padding: 16px 0 23px 0;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #D9D9D9;
}


.cart-container .not-first-record, .checkout-container .not-first-record, .order-summary-summary .not-first-record {
    margin-top: 8px;
}

.cart-container .price-details, .checkout-container .price-details, .order-summary-summary .price-details {
    margin-bottom: 24px;
}

/*.summary-container .price-info {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    margin-top: 6px;
}*/

.summary-container .price-amount, .summary-container .price-title {
    font-size: 16px;
    line-height: 19px;
}

.summary-container .price-amount.total {
    font-weight: 600;
}

.summary-row {
    margin: 24px 0 24px 0;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.price-details .summary-total-price {
    font-weight: 400;
    line-height: 23px;
}

.price-details .total-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.price-details span.float-end {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}

.price-details .summary-saved-price {
    margin-top: 3px;
}

.price-details .saved-price, .price-details .saved-price span,
.price-details .saved-price span.float-end,
.summary-container .price-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    margin-top: 8px;
}

.summary-row button, .summary-row a.btn, .sticky-button button, .sticky-button a.btn {
    width: 100%;
}

.summary-row a.btn, .sticky-button a.btn {
    margin-top: 16px;
}

.recent-view-products,
.often-purchase-products {
    max-width: 1515px;
    margin: auto;
}

.recent-view-products .products-container-title,
.often-purchase-products .products-container-title {
    margin-top: 40px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Order */
/*------------------------------------------------------------------------------
Order
------------------------------------------------------------------------------*/
    /*#region Checkout */
    /*------------------------------------------------------------------------------
    Checkout
    ------------------------------------------------------------------------------*/
    .checkout-container p, .order-summary p {
        margin: 0;
    }

    .checkout-container .address-container,
    .address-container, 
    .voucher-container, .delivery-container,
    .checkout-payment-options,
    .checkout-container .checkout-billing-address,
    .promocode-container{
        margin: 16px 0 40px 0;
        width: 100%;
        min-width: 375px;
    }

    .checkout-container .address-container,
    .delivery-container, .address-container,
    .modal-body .new-address-container,
    .checkout-container .voucher-container,
    .payment-options-container,
    .checkout-container .checkout-billing-address,
    .checkout-container .promocode-list,
    .checkout-container .auto-applied{
        padding: 15px 12px 15px 12px;
    }

    .payment-option {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #selected_payment_method_icon {
        display: none;
    }

    p#selected_payment_method {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 4px;
    }

    .payment-option p {
        line-height: 19px;
        font-size: 16px;
        font-weight: 600;
    }

    .checkout-container .modal-body .payment-options-container {
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #F2F2F2;
        margin: 0;
    }

    .checkout-container .modal-body .payment-options-container:last-child {
        border-bottom: none;
    }

    .promo-icon{
        width: 20px;
        height: 20px;
    }

    .deal-title .promo-icon{
        width: 20px;
        height: 20px;
    }

    .auto-applied{
        display: flex;
        align-items: center;
        padding: 10px;
        background-color: #f3f3f3;
    }

    .auto-applied .promo-details{
        display: flex;
        gap: 4px;
        flex-direction: column;
    }

    .promo-code-details .promocode-tag-name,
    .promo-details .promocode-tag-name{
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        color: #181717;
        text-transform: uppercase;
        margin-left: 16px;
    }

    .promo-code-details .promocode-tag-name .promocode-applied-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-transform: none;
    }

    .promo-code-details .promocode-tag-description,
    .promo-details .promocode-tag-description{
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #666666;
        margin-left: 16px;
    }

    .promo-code-details{
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .auto-applied .auto-applied-text {
        margin-left: auto;
        color: #181717;
        font-size: 16px;
        line-height: 19px;
    }

    .delivery-container {
        padding: 16px 21px 18px 13.5px;
    }

    .checkout-container .modal-body .address-container {
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #F2F2F2;
        margin: 0;
    }

    .checkout-container .modal-body .address-container:last-child {
        border-bottom: none;
    }

    .modal-body .new-address-container {
        max-width: 572px;
        border: 1px solid #CDCDCD;
        border-radius: 4px;
    }

    .checkout-container .checkout-billing-address, .address-container.billing-address {
        margin-bottom: 16px;
    }

    .checkout-payment-options {
        padding: 14px;
    }

    .checkout-container .checkout-items-container {
        margin: 0 0 0 0;
    }

    .checkout-container .checkout-items-container:first-child,
    .checkout-container .checkout-items-container:last-child {
        margin: 0 0 40px 0;
        width: 100%;
    }

    .address-container .feather.icon-map-pin {
        font-size: 19px;
        padding-top: 2px;
    }

    /*.checkout-container .feather.icon-chevron-right,*/
    .delivery-container .shipping-fee {
        font-size: 23px;
        display: flex;
        width: 4%;
        justify-content: flex-start;
        flex-direction: column;
    }

    #discount-shipping-value, #discount-shipping-value2 {
        font-size: 14px;
        color: #666666;
    }

    .voucher-container .feather.icon-chevron-right {
        /*padding-left: 14px;
        padding-right: 14px;*/
    } 

    .checkout-container .customer-name, .delivery-container .shipping-duration {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-right: 8px;
        white-space: nowrap;
    }

    .delivery-container .shipping-duration {
        margin-top: 4px;
    }

    .delivery-container .shipping-clarify {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #666666;
        margin-top: 8px;
    }

    .delivery-container .shipping-clarify a {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #666666;
        text-decoration: underline;
    }

    .price-qty-container .qty-text,
    .voucher-description, .voucher-date {
        font-size: 14px;
        line-height: 16px;
        color: #666666;
    }

     .checkout-container .customer-tel {
         line-height: 19px;
         white-space: nowrap;
    }

     .address-details {
         padding: 0 16px 0 14px;
         width: 93%;
     }

    .address-details p {
        color: #666666;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .address-details p.receiver-name {
        font-weight: 600;
        color: #181717;
        margin-bottom: 2px;
    }

    .address-details p.receiver-name.empty-name {
        font-weight: 400;
        margin-bottom: 0;
        line-height: 23px;
    }
    /*
     .checkout-container .order-item-listing {
         display: flex;
         flex-wrap: wrap;
         padding: 15.5px 0 15.5px 0;
         border-bottom: 1px solid #F2F2F2;
     }

    .checkout-container .order-item-listing:first-child {
        padding: 0 0 16px 0;
    }

    .checkout-container .order-item-listing:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }*/

    .checkout-container .order-item-listing {
        display: flex;
        flex-wrap: wrap;
        padding: 15.5px 0 15.5px 0;
        border-top: 1px solid #F2F2F2;
        border-bottom: unset;
    }

    .checkout-container .order-item-listing.group,
    .checkout-container .order-item-listing:first-child {
        border-top: none;
    }

    .checkout-container .order-item-listing:first-child {
        padding: 0 0 16px 0;
    }

    .checkout-container .order-item-listing:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .checkout-container .order-item-listing.tdo-free-item,
    .checkout-container .order-item-listing.mm-free-item {
        display: flex;
        flex-wrap: wrap;
        padding: 15.5px 0 15.5px 0;
        border-top: none;
        border-bottom: none;
    }

    .checkout-item-listing .order-item-image {
        height: 117px;
        width: 117px;
        border: 1px solid #F2F2F2;
        border-radius: 12px;
        margin: 4px 0 0 4px;
    }

    .order-item-image img {
        width: 115px;
        height: 115px;
        object-fit: contain;
    }

    .order-item-details {
        padding: 0 0 0 11px;
        min-width: 130px;
    }

    .order-item-details > .product-deal {
        margin-top: 8px;
    }

    .order-item-details .product-variant-container {
        margin-top: 6px;
    }

    .checkout-container p.non-refund-label {
        margin-right: 8px;
    }

    .order-item-details .product-variant,
    .delivery-container .shipping-method {
        color: #666666;
    }

    .price-qty-container {
        display: flex;
        flex-wrap: nowrap;
    }

    .price-qty-container .product-current-price {
        padding-right: 5.5px;
    }

/*    .price-qty-container .qty-text, */
    .delivery-container .shipping-method,
    .delivery-container .shipping-fee,
    .add-address-text, .voucher-title {
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap;
    }

    .voucher-container p#selected_voucher, p#selected_payment_method {
        width: 93%;
        font-size: 16px;
        line-height: 19px;
        color: #181717;
        font-weight: 400;
    }

    .promocode-container input{
        width: 93%;
        border: none;
        outline: none;
        font-size: 16px;
        line-height: 19px;
    }

    .promocode-gift img{
        width: 12px;
        height: 12px;
    }

    .promocode-gift{
        padding: 3px 8px;
        background-color: #F5F5F5;
        border: 1px solid #F2F2F2;
        border-radius: 4px;
        width: fit-content;
        font-size: 10px;
        font-weight: 600;
        line-height: 14px;
        color: #181717;
    }

    .promocode-container button.remove-invalid{
        color: #EC3D3D;
    }

    .promocode-container button{
        background: none;
        border: none;
        color: #AF8F84;
        font-weight: bold;
        cursor: pointer;
        padding: 0;
    }

    .promocode-list input[type="text"]:focus{
        border:none;
    }

    .voucher-amount {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-right: -2px;
    }

    .delivery-container .shipping-details {
        width: 93%;
    }

    .feather.icon-dollar-sign {
        font-size: 14px;
        padding: 4px;
        border: 1.5px solid #181717;
        border-radius: 12px;
    }

    .checkout-payment-options p {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        width: 92%;
    }

    .checkout-payment-options .card-number {
        font-weight: 400;
        color: #666666;
        padding-right: 5px;
    }

    .checkout-invoice input[type='checkbox'] {
        height: 18px;
        width: 18px;
        border: 1px solid #CDCDCD;
        border-radius: 4px;
    }

    .checkout-invoice label {
        margin: 0;
        padding: 2px 0 0 2px;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .address-container, .checkout-billing-address,
    .checkout-container .voucher-container,
    .checkout-container .delivery-container,
    .checkout-container .checkout-payment-options,
    .order-summary .checkout-payment-options,
    .checkout-container .promocode-list,
    .checkout-container .auto-applied{
        border: 1px solid #CDCDCD;
        border-radius: 4px;
    }

    .checkout-container .voucher-container,
    .payment-options-container,
    .checkout-container .checkout-payment-options {
        cursor: pointer;
    }

    .checkout-container .delivery-container {
        background: #F5F5F5;
    }

    .address-container:hover, .checkout-billing-address-hover:hover,
    .checkout-container .voucher-container:hover, .payment-options-container:hover,
    .checkout-payment-options:hover {
        background: #0000001A;
    }

    .checkout-container .voucher-container p,
    .checkout-container .delivery-container p,
    .checkout-container .checkout-payment-options p,
    .order-summary .checkout-payment-options p,
    .checkout-container .promocode-list input{
        padding-left: 16.5px;
    }

    .delivery-container span.shipping-fee {
        font-weight: 600;
        width: fit-content;
        color: #181717;
    }

    .address-book-container {
        cursor: pointer;
    }

    .address-container-modal {
        display: flex !important;
        align-items: center !important;
    }

    .checkout-container .modal-content {
        min-width: 500px;
        width: fit-content;
        min-height: 300px;
    }

    .add-address-text {
        color: #181717;
        padding: 0 16px 0 14px;
        width: 93%;
    }

    .modal-body .address-container .address-details .badge, .address-container .address-details .badge {
        margin-bottom: 5px;
        padding: 0 8px 0 8px;
        font-size: 14px;
        line-height: 24px;
        background: #AF8F84;
        border: none;
        border-radius: 4px;
        color: #FFFFFF;
    }

    .checkout-container .modal-header {
        padding: 16px;
        border-bottom: none;
        flex-direction: column;
        gap: 4px;
    }

    .checkout-container .modal-voucher-header-text{
        display: flex;
        width: 100%;
        align-items: center;
    }

    .checkout-container .modal-body {
        padding: 0 16px 0 16px;
        border-bottom: none;
    }

    .modal-pc-text {
        /*max-width: 468px;*/
        color: #B01F0E;
        /*padding: 0px 16px 0px 16px;*/
    }

    .checkout-container .modal-footer {
        border: none;
        padding: 40px 16px 16px 16px;
    }

    .address-modal-title {
        font-size: 24px;
        line-height: 29px;
    }

    .edit-address a, .active-link {
        font-size: 14px;
        line-height: 16px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #AF8F84;
        border: none;
        font-weight: 400;
        padding: 0;
        text-transform: none;
    }

    .active-link:hover {
        text-decoration-line: underline;
        color: #AF8F84;
        border: none;
    }

    /* Voucher container */
    .checkout-container .list-group-item {
        display: flex;
        align-items: center;
        max-width: 572px;
        min-width: 350px;
        border: none;
        border-bottom: 1px solid #CDCDCD;
    }

    .voucher-title {
        font-weight: 600;
    }
    .voucher-details {
        padding-left: 8px;
    }

    .checkout-container .summary-row {
        margin: 24px 0 24px 0;
    }
  
    /*----------------------------------------------------------------------------*/
    /*#endregion */



    /*#region Stripe */
    /*------------------------------------------------------------------------------
     Stripe
     ------------------------------------------------------------------------------*/
    .payment-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1025;
        width: 100vw;
        height: 100vh;
        opacity: 0.6;
        background-color: #000000;
    }

    .home-redirect {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .payment-stripe {
        padding: 16px 32px 0 32px;
        max-width: 600px;
        z-index: 1026;
        z-index: 1026;
        margin: 0 auto;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .payment-clarify {
        /*font-weight: 600;*/
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: red;
        margin-bottom: 16px;
    }

    .text-clarity {
        font-size: 16px;
        line-height: 19px;
        color: red;
    }

    .payment-stripe button {
        margin: 40px 0 0 0;
        width: 142px;
        text-transform: uppercase;
    }

    .processing-container {
        margin: 0 auto;
        left: 0;
        right: 0;
        display: none;
        z-index: 1027;
        width: 620px;
        height: 700px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .processing-container .spinner-border {
        margin-top: 15px;
    }

    .processing-container div.vertically-centered {
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0 50px 0 50px;
    }

    .delayToShow {
        animation: delayShowing 0s 400ms forwards;
        opacity: 0;
    }

    @keyframes delayShowing {
        to {
            opacity: 1;
        }
    }

    .payment-stripe .payment-header {
        border-radius: 4px 4px 0px 0px;
        border: 1px solid #CDCDCD;
        padding: 16px;
        border-bottom: none;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
    }

    .payment-stripe .payment-content {
        padding: 16px;
        border: 1px solid #CDCDCD;
    }

    .payment-status {
        position: fixed;
        padding: 0 16px 0 16px;
        font-size: 24px;
        line-height: 28px;
        min-width: 375px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .payment-status img {
        width: 460px;
        height: auto;
        margin-bottom: 24px;
    }

    .result-text {
        font-size: 24px;
        line-height: 28px;
        color: #181717;
    }

    .result-text a {
        color: #666666;
        text-decoration: underline;
    }
    .processing-container img {
        height: 100px;
        width: auto;
    }

    .processing-container .result-text {
        color: #181717;
        margin-top: 24px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 28px;
    }

    .countdown-timer-container p {
        color: #B01F0E;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: end;
        margin-top: 16px;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */


    /*#region Order listing */
    /*------------------------------------------------------------------------------
    Order listing
    ------------------------------------------------------------------------------*/
    .order-listing {
        max-width: 1250px;
        margin: 0 auto;
    }

    .order-listing .nav-tabs {
        /*border-bottom: 1px solid #CDCDCD;*/
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }

    .order-listing-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 auto;
    }

    .order-listing-tabs::-webkit-scrollbar {
        display: none;
    }

    .order-listing .nav-tabs .nav-link {
        color: #D1D1D1;
        font-size: 16px;
        line-height: 19px;
        padding: 14.5px 24px 14.5px 24px ;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        white-space: nowrap;
    }

    .order-listing .nav-tabs .nav-link:hover, .order-listing .nav-tabs .nav-link:focus {
        border-left-color: #FFFFFF;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
    }

    .order-listing .nav-tabs .nav-link.active {
        color: #181717;
        background-color: #ffffff;
        border-color: #CDCDCD;
        border-bottom-color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

    .order-listing .order-container {
        border-radius: 12px;
        border: 1px solid #CDCDCD;
        margin-bottom: 40px;
    }

    .order-header {
        background: #F8F8F8;
        border-radius: 12px 12px 0 0;
        padding: 24px 24px 16px 24px;
        border-bottom: 1px solid #CDCDCD;
    }

    .order-header .order-status-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .order-summary-number {
        display: flex;
        justify-content: space-between;
    }

    .order-number, .total-items, .order-total-amount {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .order-status-date {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }

    .order-summary-number .order-status-date {
        font-weight: 600;
    }

    .order-number span, .order-status-date span {
        font-size: 16px;
        line-height: 19px;
    }

    .order-number span {
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #CDCDCD;
    }

    .order-listing .order-items-container {
        padding: 0 24px 0 24px;
    }

    .order-item-listing {
        display: flex;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #F2F2F2;
    }

    .order-items-container .order-item-listing:last-child{
        border-bottom: none;
    }

    .order-item-content {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .order-listing .order-item-details {
        padding: 0 0 0 11px;
        min-width: unset;
    }

    .product-variant-name {
        font-size: 12px;
        line-height: 14px;
        color: #666666;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .order-listing .product-price, .order-summary .product-price {
        margin-top: 7px;
    }

    .order-listing .product-unit-price, .order-item-details .product-price .product-unit-price {
        margin-left: 8px;
    }

    .order-listing .product-current-price, .order-summary .product-current-price {
        font-size: 15px;
        line-height: 18px;
        color: #B01F0E;
    }

    .order-item-total-price .product-current-price {
        color: #181717;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .order-item-qty p {
        margin: 7px 0 0 0;
    }

    .order-listing .product-deal .deal-title {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .order-listing .product-deal .deal-title i.feather {
        color: #3FC078;
        font-size: 14px;
        font-weight: 600;
        padding-right: 2px;
    }

    .order-listing .order-total {
        padding: 16px 24px 24px 24px;
        /*border-top: 1px solid #CDCDCD;*/
        text-align: end;
    }

    .total-items {
        color: #666666;
    }

    .order-total-amount span {
        font-weight: 600;
        font-size: 21px;
        line-height: 24.61px;
    }

    .order-listing .overdue-text {
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        margin-top: 4px;
        text-align: end;
        /*border-right: 1px solid #666666;*/
    }

    .order-footer-container {
        margin: 0 24px 24px 24px;
    }

    .button-container {
        text-align: end;
    }

    .order-listing .button-container .btn {
        margin-left: 16px;
        white-space: nowrap;
    }

    .order-container .shipment-container {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .order-sub-header {
        padding: 16px 24px 16px 24px;
        border-bottom: 1px solid #CDCDCD;
    }

    .cancelled-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin: 0;
    }

    .order-sub-header .order-estimate-date {
        text-align: end;
        margin: 4px 0 0 0 ;
        color: #666666;
    }

    .order-container .return-clarify {
        text-align: end;
        margin: 8px 0 0 0;
        color: #666666;
    }

    .order-listing .order-items-container.to-pay-cancelled-tab {
        border-bottom: 1px solid #CDCDCD;
    }

    .order-listing .toast-title, .order-summary .toast-title {
        margin-left: 0;
        text-transform: uppercase;
    }

    .order-listing .toast-content, .order-summary .toast-content  {
        text-align: start;
    }

    .order-summary .toast-modal-btn-container .btn:last-child {
        margin-left: 16px;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */



    /*#region Order summary */
    /*------------------------------------------------------------------------------
    Order summary
    ------------------------------------------------------------------------------*/
    .order-summary .address-container,
    .order-summary .promo-container,
    .order-summary .voucher-container, 
    .order-summary .delivery-container,
    .order-summary .checkout-payment-options {
        background: #F4F4F4;
        padding: 18px 16px 18px 16px;
    }

    .order-summary a , .add-address-container a {
        color: #181717;
        font-size: 16px;
        line-height: 20px;
    }

    .order-summary a .feather, .add-address-container a .feather {
        margin-right: 10px;
    }

    .order-summary a:hover span, .add-address-container a:hover span {
        text-decoration: underline;
    }

    .order-summary .address-container:hover,
    .order-summary .checkout-payment-options:hover{
        /*background: none;*/
    }

    .order-summary .order-item-listing, back-to-previous {
        display: flex;
    }

    .order-previous-page {
        display: flex;
        padding-top: 7px;
    }

    .order-previous-page i.feather,
    .back-to-previous i.feather{
        font-size: 18px;
    }

    .order-previous-page a, .back-to-previous a {
        font-size: 13px;
        line-height: 15px;
        text-decoration-line: underline;
        /*text-transform: non;*/
        color: #666666;
    }

    .order-summary-topay {
        margin-top: 4px;
        text-align: end;
    }

    .order-summary .overdue-text {
        font-size: 16px;
        line-height: 19px;
    }

    .shipping-status-container, .tracking-details {
        display: flex;
        align-items: center;
    }

    .shipping-status-container {
        justify-content: space-between;
    }

    .tracking-details p{
        text-transform: uppercase;
        margin: 0;
        color: #666666;
        font-size: 16px;
        line-height: 19px;
        padding-left: 8px;
    }

    .tracking-details p span {
        text-decoration: underline;
    }

    .order-summary p.order-item-status {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        margin-top: 16px;
    }

    .shipments-container, .unship-cancel-order-container {
        border: 1px solid #CDCDCD;
        padding: 16px 0 0 0;
        border-radius: 4px;
        margin-bottom: 40px;
    }

    .shipment-container {
        padding-bottom: 32px;
        margin-bottom: 16px;
        border-bottom: 1px solid #CDCDCD;
    }

    .shipment-container:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .order-summary p.order-estimate-date {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #666666;
        text-align: end;
        margin-top: 4px;
    }

    .unship-cancel-order-container {
        padding: 0;
    }

    .order-summary-listing {
        padding: 0 24px 0 24px;
    }

    .order-summary-header {
        padding: 0 24px 16px 24px;
        border-bottom: 1px solid #CDCDCD;
    }

    .shipping-status {
        margin: 0;
    }

    .shipping-status .order-status-date span {
        border-right: 1px solid #666666;
        padding-right: 8px;
        margin-right: 8px;
    }

    .order-summary-listing .order-item-listing {
        border-top: 1px solid #F2F2F2;
        border-bottom: none;
    }

    .order-summary-listing .order-item-listing:first-child {
        border-top: none;
    }

    .order-summary .payment-method-container {
        margin-top: 20px;
    }
    .order-summary .button-container button:last-child {
        margin-right: 0;
        margin-top: 16px;
    }

    .order-summary .button-container button:first-child {
        margin-right: 8px;
        margin-top: 0;
    }
    .refund-btn {
        margin-bottom: 8px;
    }

    .return-clarify {
        text-align: start;
    }

    .app-sticky-button .return-clarify {
        top: 56px;
        left: 16px;
    }

    .return-clarify, .return-clarify a {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #666666;
    }

    .return-clarify a {
        text-decoration: underline;
    }

    .order-summary .button-container button.can-return {
        margin-bottom: 8px;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */


/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region Customer */
/*------------------------------------------------------------------------------
Customer
------------------------------------------------------------------------------*/
    /*#region Customer sign up data form */
    /*------------------------------------------------------------------------------
    Customer sign up data form
    ------------------------------------------------------------------------------*/
    .customer-info-container h1, .customer-info-container form {
        margin-top: 15px;
    }

    .customer-info-container .form-select, .edit-address-container .form-select, .customer-details .form-select {
        border-width: 1px;
    }

    .customer-info-container .phone-input-col .form-group {
        margin-bottom: 0;
    }

    .customer-info-container .phone-input-col .form-group:first-child
    {
        margin-right: 8px;
    }

    .customer-info-container .form-control, .edit-address-container .form-select,.customer-details .form-select {
        font-size: 16px;
    }

    .customer-info-container .form-select:focus, .customer-info-container .form-control:focus,
    .edit-address-container .form-select:focus, .customer-details .form-select:focus {
        box-shadow: none;
        border-color: #181717;
    }

    .customer-info-container form button[type='submit'] {
        margin-top: 16px;
    }
    /*----------------------------------------------------------------------------*/
    /*#endregion */


.customer-layout-container {
    max-width: 1198px;
    margin: auto;
}


.account-sticky-container {
    width: 353px;
}

.account-sticky {
    top: calc(70px + 37px);
}

.account-setting-content {
    width: fit-content;
}

.account-setting > *, .help-section > * {
    display: flex;
    color: #181717;
}

.account-setting a, .help-section a {
    margin-bottom: 16px;
    padding: 0 16px 0 16px;
    font-size: 16px;
    line-height: 20px;
}

.account-setting a:hover, .help-section a:hover {
    color: #181717;
    text-decoration: underline;
}

.customer-account-container .customer-nav-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 27.5px;
    margin-top: 3.5px;
}


/* Customer Settings */
.my-account.membershipcard,
.address-book.addressbook,
.account-details.accountdetails,
.delete-account.deleteaccount,
.customer-preference.customerpreference {
    font-weight: 700;
}

.membership-card-container {
    background-image: url("../../website/assets/images/illustration/cardbackground.png");
    background-size: cover;
    height: 364px;
    width: 845px;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.membership-card-container img {
    width: 364px;
    height: auto;
    margin-top: 11px;
    filter: brightness(0) invert(1);
}

.membership-card {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.membership-barcode-container {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.customer-information .customer-name {
    font-size: 32px;
    line-height: 38px;
    margin:0 0 40px 0;
}

.customer-setting .customer-details {
    margin-top: 32px;
}

.customer-setting .customer-details label, .customer-setting .customer-details p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.customer-setting .customer-details p {
    margin: 18.5px 0 42.5px 16px;
}

.customer-details div.store-info, .customer-sign-up-profile .store-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 9px;
    cursor: pointer;
}

.customer-details .dropdown-menu, .customer-sign-up-profile .dropdown-menu {
    width: 100%;
    font-size: 16px;
    padding: 0;
    border: 1px solid #CDCDCD;
    border-top: none;
}

.dropdown-item {
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-item:hover{
    color: #181717;
}

.customer-details div.store-info i.feather {
    font-size: 18px;
}

.first-col {
    margin-right: 16px;
}

/* Customer Sign Up Profile */
.customer-sign-up-profile {
    max-width: 895px; /* 50px for padding of card-body*/
    margin: auto;
}

.customer-sign-up-profile .form-group {
    margin-bottom: 24px;
}

.customer-sign-up-profile .customer-info-container form button[type='submit'],
.customer-sign-up-profile .customer-info-container form button[type='button']{
    margin-top: 8px;
}

.customer-sign-up-profile .customer-info-container form .button-container button {
    min-width: 140px;
}

.customer-sign-up-profile .customer-info-container form button:not(:first-child) {
    margin-left: 16px;
    white-space: nowrap;
}

/* Customer Account details */
.customer-account-details-container, .customer-delete-account-container {
    width: 845px;
}

.date-container {
    position: relative;
}

input.date-input {
    padding-right: 40px;
}

.date-container i.feather {
    font-size: 18px;
    position: absolute;
    right: 16px;
    top: 10px;
}

button#saveProfileBtn, .customer-account-contact-info #saveBtn {
    display: none;
}

.customer-account-details-container .btn-container {
    text-align: end;
}

.customer-account-contact-info {
     margin-top: 24px;
}

.customer-account-contact-info .form-group {
    position: relative;
}

.verified-label {
    position: absolute;
    right: 0;
    color: #0EB032;
    display: flex;
    align-items: center;
}

.verified-label i.feather {
    font-size: 9px;
    font-weight: bold;
    padding: 2px 2.5px 3px 2.5px;
    color: #0EB032;
    border: 1px solid #0EB032;
    border-radius: 50%;
    margin-right: 4px;
}

.verified-label.not-verified i.feather {
    color: #EC3D3D;
    border: 1px solid #EC3D3D;
}

.not-verified {
    color: #EC3D3D;
}

.btn.input-group-btn {
    color: #AF8F84;
    text-decoration: underline;
    border: 1px solid #CDCDCD;
    font-weight: 400;
    font-size: 14px;
    border-left: none;
}

.customer-account-details-container hr {
    background-color: #D9D9D9;
    opacity: 1;
    margin: 24px 0 24px 0;
}

.customer-account-details-container form {
    margin-bottom: 0;
}

.customer-account-details-container .form-group {
    margin-bottom: 32px;
}

.customer-account-details-container .form-check .form-check-input {
    display: block;
    float: unset;
    position: relative;
    margin:0;
}

.customer-account-details-container .form-switch label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.customer-account-details-container .form-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 24px;
}

.customer-account-details-container .form-switch:last-child {
    margin-bottom: 0;
}

.account-details-modal .text-end {
    margin: -30px -30px 0 0;
}

.account-details-modal .modal-title-container, .account-details-modal .btn-container {
    justify-content: center;
    margin-top: 40px;
}

.account-details-modal .modal-title-container {
    display: flex;
    align-items: center;
}

.account-details-modal .modal-title-container {
    margin-top: 0;
}

.account-details-modal .modal-content {
    padding: 50px;
}

#editPasswordModal .password-field, .account-details-modal .modal-btn-container, #editEmailModal .password-field {
    display: flex;
    position: relative;
}

.account-details-modal .form-group {
    margin-bottom: 16px;
}

.account-details-modal #phoneContainer select {
    background-color: #F5F5F5;
}

.modal-btn-container .btn {
    width: 100%;
    margin-top: 24px;
    height: 60px;
}

#PasswordInput_Password {
    /* Prevent typed password from overlapping toggle password icon */
    /* 40px makes it look like there is a 13px to the left and right of the toggle password icon */
    padding-right: 40px;
}

#editPasswordModal .toggle-password, #editEmailModal .toggle-password {
    position: absolute;
    z-index: auto;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

#editPasswordModal form .feather, #editEmailModal form .feather {
    color: #CDCDCD;
}

#editPasswordModal form .toggle-password #toggle_password, #editEmailModal form .toggle-password #toggle_password {
    float: right;
    position: relative;
    margin-top: calc(-1 * ((var(--form-field-component-height) + var(--icon-font-size-regular)) / 2)); /* Minus half input height + half icon height */
    margin-right: var(--spacing-small);
    font-size: 18px;
    cursor: pointer;
}

#editPasswordModal .form-text, #editEmailModal .form-text {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-top: 0;
}

.account-details-modal form button.resend-btn {
    margin: 0;
    min-width: 0;
    text-transform: none;
    color: #666666;
    border: none;
    padding: 0 2px 0 0;
    height: fit-content;
    pointer-events: auto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.01em;
}

.account-details-modal form button.resend-btn.disabled {
    color: #DED4D0;
    text-decoration: none;
    pointer-events: none;
}

.account-details-modal form .otp-input {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unverified-email-pw-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}

#resendEmailModal a.close-resend-modal i.feather {
    color: #181717;
    font-size: 23px;
}

/* Delete Account */
.delete-clarification {
    font-size: 16px;
    line-height: 19px;
}

.customer-delete-account-container {
    padding: 24px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
}

.confirm-text {
    margin-top: 24px;
}

/* Customer address book */
.addresses-book-container {
    width: 572px;
}

.profile-text-title, .brands-container .title-text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
}

.address-container .icon-col {
    width: 34px;
}

.addresses-book-container .address-container {
    margin: 0;
}

.addresses-book-container .address-container.full-address {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #CDCDCD;
    margin: 0;
}

.addresses-book-container .address-container.full-address:hover {
    background: #FFFFFF;
}

.addresses-book-container .address-container .address-details {
    padding: 0;
}

/* Customer add new address */
.add-address-container h1, .add-address-container form {
    margin-top: 15px;
}

.add-address-container .form-select {
    border-block-width: 1px;
}

.add-address-container .form-control {
    font-size: 14px;
}

.add-address-container .form-tel .col-3, .add-address-container .form-tel .col {
    padding: 0;
}

.form-tel .col-3 {
    margin-right: 3px;
}
.add-address-container .form-select:focus, .add-address-container .form-control:focus, .form-select:focus, .input-group .form-control:focus {
    box-shadow: none;
    border-color: #181717;
}

/* Edit address */
#editAddressModal, #createAddressModal {
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.edit-address-title, .account-details-modal .modal-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
}

#editAddressModal .close-btn-container, #createAddressModal .close-btn-container {
    margin: 13px 20px 16px 0;
}

#editAddressModal .back-to-previous, #createAddressModal .back-to-previous, .customer-account-details-container .back-to-previous,
.addresses-book-container .back-to-previous, .back-to-previous {
    display: none;
    margin-bottom: 24px;
}

#editAddressModal .modal-body, #createAddressModal .modal-body {
    padding: 0 50px 50px 50px;
}

#editAddressModal form, #createAddressModal form, .account-details-modal form {
    margin-bottom: 0;
}

#editAddressModal label, #createAddressModal label, .customer-info-container label, .customer-details label,
.customer-account-contact-info label, .modal-body label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
}

.modal-body label {
    font-weight: 400;
}

#editAddressModal label.form-check-label, #createAddressModal label.form-check-label{
    margin-bottom: 0;
    padding-top: 2px;
    font-size: 16px;
}

#editAddressModal .form-group.form-check, #createAddressModal .form-group.form-check {
    display: flex;
    flex-wrap: nowrap;
}

.form-group .input-group select, .phone-input-col {
    max-width: 107px;
}

.edit-address-container .form-group {
    margin-bottom: 26px;
}

#editAddressModal span.text-danger, #createAddressModal span.text-danger {
    position: absolute;
    margin-top: 2px;
}

#customerPreferenceModal .gcp-modal-description-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
}

#customerPreferenceModal .gcp-modal-description-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}

#customerPreferenceModal .gcp-modal-description-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

#customerPreferenceModal .gcp-madal-form {
    margin-top: 20px;
}

#customerPreferenceModal .gcp-madal-form option:checked{
    font-weight: 700;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*#region Mobile App Screen (which is only visible only in Novela app) */
/*------------------------------------------------------------------------------
Mobile App Screen
------------------------------------------------------------------------------*/
#mappActionContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    width: 100%;
    height: 100vh;
}

.force-update-screen {
    flex-direction: column;
}

.app-icon {
    border: 1px solid rgba(0,0,0,.1);
    border-width: 0;
    border-radius: 20%;
    box-shadow: 0 1px 3px 0 rgba(60,64,67,.3), 0 4px 8px 3px rgba(60,64,67,.15);
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin: 16px;
}

.app-icon_img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

.mapp-title, .mapp-subtitle {
    color: inherit;
    font-family: 'Roboto';
}

.mapp-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 16px;
}

.mapp-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.mapp-button {
    margin: 16px;
    padding: 0 40px;
}

.force-update-version {
    text-align: center;
    color: #B1A7A3;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.novela-logo.in-gcp {
    display: flex;
    pointer-events: none;
}

.collection-header .search-input.in-gcp {
    display: none;
}

/*----------------------------------------------------------------------------*/
/*#endregion */



/*#region  Media queries */
/*------------------------------------------------------------------------------
Media queries
------------------------------------------------------------------------------*/
@media(max-width: 1590px) {
    recommended-products, .landing-section {
        margin: 0 16px 0 16px;
        position: relative;
    }

    .collection-listing .thumbnail-img img,
    .blog-listing .thumbnail-img img {
        width: 260px;
        min-width: 250px;
    }

    .blog-listing .landing-item-card {
        margin: 0;
        max-width: 260px;
    }

    .collection-listing .title-card,
    .blog-listing .title-card {
        width: 260px;
    }
}

/* For desktop 125% with 1920 x 1080 resolution */
@media(max-width: 1536.98px) {
    .pc-container .pcoded-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1520.05px){
    .sticky-filter-sort {
        max-width: 1520px;
        min-width: 375px;
        margin-left: 0;
        width: 100%;
    }

    .filter-sort-section {
        width: 100%;
        justify-content: space-between;
        padding: 0 20px 0 320px;
    }

    .favourite-filter-sort-section {
        width: 100%;
        justify-content: space-between;
        padding: 0 20px 0 143px;
    }

    .filter-offcanvas.offcanvas {
        width: fit-content;
        margin: auto;
        padding: 0 20px 0 20px;
        margin-top: 0;
    }

    .product-card {
        justify-content: center;
    }

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        min-width: 228.5px;
        margin: 0 10px 0 10px;
    }

    .checkout-container .checkout-summary {
        margin-right: 0;
    }
}


@media (max-width: 1512px){
    .recommended-products, .landing-section {
        margin: 0 16px 0 16px;
        position: relative;
    }

    .landing-container .landing-item-card {
        margin-right: 24px;
        /*min-width: 305px;*/
    }

    .landing-container .thumbnail-img img {
        width: 250px;
        min-width: 170px;
    }

    .scroll-btn-container {
        height: 151px;
    }

    .collection-header .back-div {
        width: 34%;
    }

    .collection-header .featured-collection {
        width: 67%;
    }

    .collection-header li {
        margin-right: 16px;
    }

    .recommended-products .product-card, .recent-view-products .product-card,
    .often-purchase-products .product-card {
        min-width: 208.5px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 208px;
    }

    .seo-section {
        max-width: 450px;
    }
}

@media (max-width: 1450px){
    .collection-listing,
    .blog-listing {
        column-gap: 22px;
        row-gap: 22px;
        grid-template-columns: auto auto auto auto;
        margin-bottom: 11px
    }

    .collection-listing.leftAlign4,
    .blog-listing.leftAlign4 {
        column-gap: 22px;
        row-gap: 22px;
        grid-template-columns: auto auto auto auto;
        justify-content: center;
        padding-left: 0px;
    }

    .collection-listing.leftAlign1,
    .collection-listing.leftAlign2,
    .collection-listing.leftAlign3,
    .blog-listing.leftAlign1,
    .blog-listing.leftAlign2,
    .blog-listing.leftAlign3 {
        column-gap: 22px;
        row-gap: 22px;
        grid-template-columns: auto auto auto auto;
        padding-left: 44px;
    }

    .contact-us-content {
        justify-content: flex-start;
        margin: 0 100px 0 100px;
    }
}
/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .collection-header .featured-collection {
        width: 66%;
    }

    .product-card {
        max-width: none;
    }

    .landing-container .thumbnail-img img {
        width: 220px;
    }

    .product-card .product-img img {
        max-height: 295px;
        max-width: 100%;
        /*height: auto;*/
    }

    #filtersContainer {
        visibility: visible;
        display: block;
    }

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        margin: 0 8px 0 8px;
        min-width: 200.5px;
    }

    .recommended-products .product-card .product-card-body, .recent-view-products .product-card .product-card-body,
    .often-purchase-products .product-card .product-card-body {
        padding: 0 6px 20px 6px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 200px;
    }
    .mobile-footer .total-cart-items, .mobile-footer .total-notifications {
        right: 44%;
    }

    .seo-section {
        max-width: 320px;
    }
}

@media (max-width: 1333.98px) {

    .expandSearch input, .expandSearch input.focus {
        width: 250px;
    }
}

@media (max-width: 1279.98px) {
    .pc-container .pcoded-content {
        padding-left: 0;
        padding-right: 0;
    }

    .footer .footer-wrapper .policy-container li:not(:last-child)::after {
        padding: 0 6.5px 0 6.5px;
    }

    .collection-header .featured-collection {
        width: 62%;
        padding-left: 32px;
    }

    .collection-header .back-div {
        width: 37%;
    }

    .landing-container .landing-item-card {
        /*min-width: 280px;*/
    }

    .landing-container .thumbnail-img img {
        width: 200px;
    }

    .scroll-btn-container {
        height: 141px;
    }

    .product-details {
        margin: 0 16px 0 16px;
    }

    .product-details .row {
        justify-content: center;
    }

    .product-details .carousel-item img, .product-img-indicators-container {
        max-height: 470px;
        max-width: 470px;
    }

    .product-img-indicators-container {
        margin: 22px 0 0 0;
        padding: 0 48px 0 45px;
    }

    .product-details .carousel-inner {
        max-width: 470px;
        max-height: 470px;
        width: 470px;
        height: 470px;
        border-radius: 16px;
    }

    .product-details .product-carousel-indicators .indicator-img img {
        width: 80px;
        height: 80px;
    }

    .product-details .product-carousel-indicators .indicator-img.active img {
        width: 78px;
        height: 78px;
    }

    .product-details .product-info {
        max-width: 480px;
        margin-left: 24px;
    }

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        min-width: 185.5px;
        margin: 0 6px 0 6px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 183px;
    }

    .recommended-products .product-card .product-card-body, .recent-view-products .product-card .product-card-body,
    .often-purchase-products .product-card .product-card-body {
        padding: 0 4px 12px 4px;
    }

    .recommended-products .product-card button, .recent-view-products .product-card button,
    .often-purchase-products .product-card button {
        bottom: 12px;
        right: 4px;
    }

    .cart-container, .recent-view-products, .often-purchase-products {
        padding: 0 32px 0 32px;
    }

    .customer-layout-container {
        padding: 0 16px 0 16px;
    }

    .account-sticky-container {
        width: 35%;
    }

    .account-setting-content {
        width: 65%;
    }

    .membership-card-container {
        width: 100%;
        aspect-ratio: 845/364;
    }

    .addresses-book-container, .customer-account-details-container, .customer-delete-account-container {
        width: 100%;
    }

    .stores-container {
        padding: 0 16px 0 16px;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    .offcanvas {
        width: 33.33333%;
    }

    .footer {
        padding: 0 0 20px 0;
    }

    .get-app-wrapper {
        padding: 0 22px 8px 22px;
    }

    .footer .footer-wrapper {
        display: grid;
    }
    .footer .footer-wrapper .social-media  {
        grid-column: 1/12;
        grid-row: 3;
         width: 100%;
    }

    .footer .footer-wrapper .copyright  {
        grid-column: 1/12;
        grid-row: 1;
        margin-bottom: 26px;
        width: 100%;
        text-align: center;
        margin-bottom: 26px;
    }

    .footer .footer-wrapper .policy-container  {
        grid-column: 1/12;
        grid-row: 2;
         width: 100%;
    }

    .footer .footer-wrapper .policy-container li:not(:last-child)::after {
        padding: 0 14px 0 14px;
    }

    .footer .footer-wrapper .policy-container ul, .footer .social-media ul  {
        justify-content: center;
    }

    .footer .footer-wrapper .policy-container li {
        margin-bottom: 20px;
    }

    .product-details .product-info {
        max-width: 451px;
        margin-left: 22px;
    }

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        min-width: 170.5px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 170px;
    }


    .get-app-body {
        display: grid;
        padding: 40px 16px 24px 16px;
    }

    .seo-section {
        grid-column: 1;
        grid-row: 1;
        margin-right: 0;
        margin-bottom: 24px;
        max-width: 600px;
    }

    .download-links {
        grid-column: 1;
        grid-row: 2;
    }

    .footer .social-media {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 24px;
    }


    .contact-us-content {
        justify-content: center;
        margin: 0;
    }

    .social-media-content {
        display: block;
        height: unset;
    }

    .contact-us-social-media .contact-info-item.novela-wechat {
        margin-left: 0;
    }

    .store-item {
        grid-template-columns: 204px 240px auto auto;
        gap: 16px;
    }
}

@media (max-width: 1170px) {
    .alphabets-container .alphabet-item-listing {
        justify-content: start;
        padding: 0 8px 0 8px;
        width: fit-content;
        margin: auto;
    }

    .brands-container .title-text  {
        padding-left: 24px;
    }

    .section-helper {
        width: 64px;
    }

    .brand-item {
        display: grid;
        grid-template-columns: 215px 215px 215px 215px;
        gap: 16px;
    }
}

@media (max-width: 1151.98px) {
    /*header {
        padding: env(SAFE-AREA-INSET-TOP);
    }

    .mobile-footer, .pc-container, .auth-wrapper {
        padding: env(SAFE-AREA-INSET-BOTTOM);
    }*/

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        min-width: 158.5px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 158px;
    }

    .landing-container .thumbnail-img img {
        width: 185px;
    }

    .scroll-btn-container {
        height: 126px;
    }

    .landing-container .landing-item-card {
       margin-right: 12px;
    }

    .mobile-footer .total-cart-items, .mobile-footer .total-notifications {
        right: 42%;
    }

    .customer-account-contact-info {
        display: grid;
    }

    .collection-listing,
    .collection-listing.leftAlign4,
    .blog-listing,
    .blog-listing.leftAlign4 {
        column-gap: 16px;
        row-gap: 16px;
        grid-template-columns: auto auto auto;
        margin-bottom: 16px
    }

    .collection-listing.leftAlign1,
    .collection-listing.leftAlign2,
    .blog-listing.leftAlign1,
    .blog-listing.leftAlign2 {
        column-gap: 16px;
        row-gap: 16px;
        grid-template-columns: auto auto auto;
        padding-left: 32px;
    }

    .collection-listing.leftAlign3,
    .blog-listing.leftAlign3 {
        column-gap: 16px;
        row-gap: 16px;
        grid-template-columns: auto auto auto;
        justify-content: center;
        padding-left: 0px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .anchor {
        height: 161px; /* this is the height of your header */
        margin-top: -161px; /* this is again negative value of the height of your header */
    }

    .alphabets-container {
        top: 109px;
    }

    .anchor.in-app {
        height: 201px; /* this is the height of your header */
        margin-top: -201px; /* this is again negative value of the height of your header */
    }

    .alphabets-container.in-app {
        top: 149px;
    }

    .brand-listing {
        margin-top: 8px;
    }

    .alphabet-section {
        flex-direction: column;
        border: none;
        margin-bottom: 0;
    }

    .section-helper {
        background: #F2F2F2;
        width: 100%;
        text-align: start;
        padding: 6.5px 0 6.5px 24px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }

    .brand-item {
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .brand-item div {
        padding: 16px 16px 16px 40px;
    }

   body::-webkit-scrollbar {
        display: none;
    }

    .uat-tag {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1199;
        pointer-events: none;
    }

    .uat-tag.uat-app {
        left: 0;
        top: 38px;
    }

    .btn {
        line-height: 16px;
        font-size: 14px;
    }

    .top-header.offcanvas, .top-header.offcanvas-start ul li.desktop-cart {
        display: none;
    }

    #firstLevelMenu .offcanvas {
        display: none;
        width: 100%;
        max-width: 700px;
        height: 100vh;
        align-content: flex-start;
        max-height: none;
    }

    .collection-header ul li#firstLevelMenu .offcanvas ul.category-submenu {
        display: block;
        position: relative;
        border: none;
        width: 100%;
        padding: 0 13px 0 13px;
    }

    .top-header.offcanvas, .top-header.offcanvas-start ul li.sign-up-item {
        display: flex;
    }

    .collection-header .front-div {
        left: 0;
        width: 40px;
        bottom: 0;
        display: none;
    }

    .collection-header .back-div {
        right: 0;
        width: 40px;
        bottom: 0;
        background: linear-gradient(270deg, #FCE9DF 40%, rgba(255, 255, 255, 0) 90%);
        display: none;
    }

    .collection-header li {
        margin: 0;
    }

    .featured-collection ul li:hover ul.category-submenu {
        display: none;
        align-content: center;
    }

    .filter-sort-section {
        padding: 0 12px 0 320px;
    }

    .favourite-listing-items-container {
        padding-left: 70px;
        padding-right: 70px;
    }

    .favourite-filter-sort-section {
        padding: 0 12px 0 70px;
    }

    .header-logo, .copyright {
        text-align: center;
    }

    .collection-header li a {
        line-height: 18.75px;
        padding: 19.5px 0 19.5px 0;
        margin: 0 8px 0 8px;
    }

    .collection-header li a:first-child {
        margin: 0 8px 0 16px;
    }

    .collection-header li .site-menu-content .fist-level-title a:first-child, .collection-header li .site-menu-content .first-level-title a {
        margin: 0;
    }

    .pc-header .collection-header {
        display: grid;
        padding: 0;
        /*padding-right: 12px;*/
        grid-template-columns: 15% 10% 10% 10% 5% 10% 5% 5% 10% 10% 5% 5%;
    }

    .collection-header .humburger-menu, .back-navigator {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        z-index: 13;
    }

    .collection-header .header-logo {
        grid-column: 3 / span 6;
        grid-row: 1;
        display: flex;
        align-items: center;
        z-index: 13;
        justify-content: center;
        height: 48px;
        width: 100%;
        margin-right: 0;
    }

    .collection-header .mobile-cart {
        grid-column: 10/11;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        z-index: 13;
    }

    .pc-header .mobile-cart .pc-head-link > i {
        font-size: 19.5px;
    }


    .collection-header .search-input {
        grid-column: 1/ span 12;
        grid-row: 1;
        display: flex;
        align-items: center;
        z-index: 12;
        width: 100%;
        position: relative;
        right: 12px;
        background: none;
    }

    .expandSearch input {
        background: transparent;
        border: none;
        width: 0px;
    }

    .expandSearch i {
        font-size: 22px;
        color: #181717;
        padding: 8px 12px 10px 12px;
        background: transparent;
    }

    .expandSearch input.focus i {
        background: #AF8F84;
    }

    .expandSearch input.focus {
        width: 300px;
    }

    .collection-header .featured-collection {
        grid-column: auto / span 12;
        grid-row: 2;
        width: 100%;
        padding: 0;
        height: 61.8px;
    }

    .mobile-footer .total-cart-items, .mobile-footer .total-notifications {
        right: 40%;
    }

    .get-offer-img, .download-qr-code, .download-text {
        /*display: none;*/
    }

    .get-app-wrapper {
        padding: 0;
    }

    .footer .footer-wrapper {
        padding: 0 16px 0 16px;
    }

    .get-offer {
        grid-column: 2;
        grid-row: 1;
        margin-left: 33px;
        
    }

    .offer-title {
        font-size: 14px;
        line-height: 16px;
    }

    .offer-desc {
        font-size: 11px;
        line-height: 17px;
    }


    .footer .social-media ul {
        justify-content: center;
    }

    .pc-container {
        top: 108px; /*115px;*/
    }

    .top-header.offcanvas-start {
        top: 0;
        left: 0;
        width: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
    }

    .top-header.offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        /*background-color: #ffffff;*/
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }


    #firstLevelMenu .offcanvas-start, .site-menu-content {
        transform: translateX(-100%);
    }
     
    #firstLevelMenu .offcanvas {
        transition: transform 0.3s ease-in-out;
    }

    .top-header.offcanvas ul {
        display: block;
        height: fit-content;
    }

    .top-header.offcanvas-start ul li::after {
        content: none;
    }
    .featured-collection ul li a .feather {
        display: none;
    }
    .top-header.offcanvas-start .myorder {
        padding-left: 44px;
    }

    .pc-header .top-header.offcanvas-start .pc-h-item {
        min-height: auto;
        position: relative;
        margin: 12px 0 12px 24px;
    }

    .pc-header .top-header.offcanvas-start .pc-h-item,
    .pc-header .top-header.offcanvas-start .pc-h-item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap;
    }

    .pc-header .top-header.offcanvas-start .pc-h-item span,
    .pc-header .top-header.offcanvas-start .pc-h-item i {
        margin-right: 24px;
    }

    .pc-header .top-header.offcanvas-start .pc-h-item .terms-and-policies-icon {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .offcanvas-header.terms-and-policies-header,
    .offcanvas-header.region-select-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 1.25rem 1.25rem;
    }

        .offcanvas-header.terms-and-policies-header p,
        .offcanvas-header.region-select-header p {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            margin: 0 0 0 16px;
        }

    .carousel-container.banner-section {
        top: 110px;
    }

    .landing-container {
        padding: 0;
        margin-bottom: 24px;
    }

    .landing-container .landing-header {
        margin: 40px 16px 11px 0;
    }

    .landing-container .landing-header.first-section {
        /*margin-top: 8px;*/
    }


    .landing-container .landing-item-card .landing-item-card-body,
    .collection-listing .landing-item-card .landing-item-card-body,
    .blog-listing .landing-item-card .landing-item-card-body {
        padding: 8px 8px 10px 8px;
    }

    .landing-container .landing-section .landing-title {
        font-size: 24px;
        line-height: 29px;
    }

    .landing-container .landing-item-card, 
    .collection-listing .landing-item-card,
    .blog-listing .landing-item-card {
        margin-right: 16px;
        max-width: 250px;
    }

    .collection-listing .title-card,
    .blog-listing .title-card {
        margin-right: 16px;
        width: 250px;
    }

    .landing-container .thumbnail-img img,
    .collection-listing .thumbnail-img img,
    .blog-listing .thumbnail-img img{
        width: 200px
    }

    .landing-section {
        margin: 0 0 0 16px;
    }

    .landing-section.about-us {
        margin: 0 16px 0 16px;
    }

    .scroll-btn-container {
        height: 151px;
    }

    .sticky-filter-sort {
        top: 107px;
    }

    .sticky-filter-sort.sticky-in-app {
        top: 164px;
    }

    .product-details .product-quantity-container {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        /*top: 104px;*/
        bottom: 0;
        /*justify-content: center;*/
        flex-wrap: nowrap;
        background: #FFFFFF;
        padding: 8px 16px 8px 0;
    }

    .product-details .product-info {
        width: 100%;
        max-width: none;
        min-width: 343px;
        margin: 40px 0 0 0;
        padding: 0 16px 0 16px;
    }

    .product-img-indicators-container {
        margin: 22px 0 0 0;
        padding: 0;
        justify-content: center;
    }

    .product-details .product-info form {
        max-width: 470px;
        margin: auto;
    }

    .product-control-prev, .product-control-next, .scroll-btn-container, .product-details-indicators {
        display: none;
    }

    .product-details .product-variant-container button,
    .product-variant-container .dropdown-menu {
        width: 100%;
    }

    .product-variant-container .dropdown-menu.show {
        margin: 0 16px 0 16px;
    }

    .cart-container {
        padding: 0 16px 0 16px;
    }

    .recent-view-products, .often-purchase-products {
        padding: 0 0 0 16px;
    }

    .cart-container .shopping-bag-details, .cart-container .shopping-bag-summary,
    .checkout-container .checkout-details, .checkout-container .checkout-summary,
    .order-summary-summary, .order-summary-details {
        width: 100%;
    }

    .cart-container .form-check {
        padding-left: 50px;
    }

    .cart-container .shopping-bag-summary, .checkout-container .checkout-summary, .order-summary-summary {
        max-width: 804px;
        margin: 40px 0 0 0;
    }

    .cart-container .shopping-bag-summary {
        max-width: 804px;
        margin: 0;
    }

    .account-sticky {
        top: calc(70px + 50px);
    }

    .order-summary-summary, .checkout-summary, .shopping-bag-summary {
        display: contents;
    }

    .order-summary-summary > *, .checkout-summary > *, .shopping-bag-summary > * {
        display: block;
        width: 100%;
    }

    .sticky-button {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background: #FFFFFF;
        padding: 8px 0 8px 0;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        z-index: 1024;
    }

    .sticky-button button:first-child {
        margin-right: 8px;
        padding: 0 8px 0 8px;
    }

     .sticky-button a.btn {
        margin-top: 0;
        padding: 0 8px 0 8px;
    }

    .sticky-button.app-sticky-button {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        min-width: 370px;
        padding: 8px;
    }


    .sticky-button.app-sticky-button button, .sticky-button.app-sticky-button a.btn {
        min-width: 150.5px;
        margin-top: 0;
    }

    .cart-container .sticky-button button, .cart-container .sticky-button a.btn {
        width: fit-content
    }

    .sticky-button.app-sticky-button button:first-child {
        margin-right: 8px;
    }

    .sticky-button button, .sticky-button a.btn {
        /*width: fit-content;*/
    }

    .refund-btn {
        margin-bottom: 24px;
    }

    .return-clarify {
        position: absolute;
        top: 56px;
        left: 0;
    }

    .order-container .return-clarify {
        position: relative;
        top: unset;
        margin-top: 12px;
    }

    .order-summary .button-container button.can-return {
        margin-bottom: 24px;
    }

    .order-summary .button-container button:last-child {
        margin-top: 0;
    }

    .contact-us-content {
        display: block;
        margin: 0 32px 0 32px;
    }

    .vertical-line {
        display: none;
    }

    .store-item {
        grid-template-columns: 204px 200px auto auto;
    }

    .product-details .product-sticky-container.zoom-in .product-img-indicators-container {
        display: none;
    }

    .product-details .product-sticky-container.zoom-in .carousel-item img {
        height: auto;
        width: 100vw;
    }

    .product-details .product-sticky-container.zoom-in .carousel-item {
        height: 100vh;
        width: 100vw;
    }

    .product-sticky-container.zoom-in .product-like-container span.zoom-in {
        position: fixed;
        right: 16px;
        top: 16px;
    }

    .product-sticky-container.zoom-in .product-like-container span.zoom-in.in-app {
        right: 20px;
        top: 56px;
    }

    .product-sticky-container.zoom-in .indicatios-in-zoom-modal {
        display: block;
    }

    .home-carousel .carousel-control-prev.product-control-prev,
    .home-carousel .carousel-control-next.product-control-next {
        display: none !important;
    }

    .modal-body .new-address-container {
        max-width: unset;
    }

    .checkout-container .modal-content {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .collection-listing,
    .collection-listing.leftAlign3,
    .collection-listing.leftAlign4,
    .blog-listing,
    .blog-listing.leftAlign3,
    .blog-listing.leftAlign4 {
        column-gap: 8px;
        row-gap: 8px;
        grid-template-columns: auto auto;
        margin-bottom: 8px
    }

    .collection-listing.leftAlign1,
    .blog-listing.leftAlign1 {
        column-gap: 8px;
        row-gap: 8px;
        grid-template-columns: auto auto;
        padding-left: 16px;
    }

    .collection-listing.leftAlign2,
    .blog-listing.leftAlign2 {
        column-gap: 8px;
        row-gap: 8px;
        grid-template-columns: auto auto;
        justify-content: center;
        padding-left: 0px;
    }

    .store-item {
        grid-template-columns: 204px 180px auto auto;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .offcanvas {
        width: 33.3333%
    }

    .documentation-modal-container .modal-title, .document-title,
    .documentation-wrapper p.store-section-title {
        font-size: 18px;
        line-height: 24px;
    }

    .documentation-modal-container ol ol, .documentation-modal-container ol ul,
    .documentation-wrapper ol ol, .documentation-wrapper ol ul, .documentation-wrapper ul {
        margin-left: 0;
    }

    .documentation-modal-container .modal-subtitle,
    .documentation-modal-container .modal-body, .documentation-modal-container p,
    .documentation-wrapper .modal-subtitle,
    .documentation-wrapper .document-body, .documentation-wrapper p,
    .documentation-wrapper p.store-details {
        font-size: 14px;
        line-height: 20px;
    }

    .documentation-modal-container .modal-subtitle, .documentation-wrapper .modal-subtitle,
    .documentation-wrapper p.store-details, .documentation-wrapper p.store-section-title {
        margin-bottom: 8px;
    }

    .documentation-wrapper p.store-section-title {
        margin-top: 24px;
    }

    .announcement-container p {
        font-size: 12px;
    }

    .filter-sort-section {
        width: 100%;
        justify-content: space-between;
        padding: 0 12px 0 16px;
    }

    .favourite-listing-items-container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .favourite-filter-sort-section {
        width: 100%;
        justify-content: space-between;
        padding: 0 12px 0 35px;
    }

    .drp-sort .sorting-list .form-select {
        font-size: 14px;
        padding: 0 34px 0 10px;
        width: 40px;
    }

    #filtersContainer.offcanvas {
        display: none;
    }

    #filtersContainer.offcanvas-start {
        top: 0;
        left: 0;
        width: 360px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        transform: translateX(-100%);
    }

    #filtersContainer.offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        background-color: #ffffff;
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }

    #filtersContainer.offcanvas-start.show {
        transform: none;
        padding: 0;
    }

    #filtersContainer.offcanvas-start.show .offcanvas-body {
        margin: 0 24px 0 24px;
    }

    .filter-offcanvas .offcanvas-header {
        padding: 16px 16px 16px 16px;
        border-bottom: 0.67px solid #EAE4DE;
        margin-bottom: 14.5px;
    }

    .filter-btn {
        display: flex;
        align-items: center;
    }

    .card.filter {
        margin: 0 auto;
        width: 100%;
        max-width: none;
        padding-bottom: 24px;
    }

    .cart-container input[type="number"] {
        height: 26px;
        width: 45px;
    }

    .cart-container .form-check {
        padding-left: 1.75em;
    }

    .modal-dialog.documentation-modal-container {
        max-width: none;
    }

    .modal-body-min-height {
        max-height: none;
    }

    .fullscreen-md-view {
        width: 100vw;
        height: 100%;
        max-height: none;
        margin: 0;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .payment-stripe {
        padding: 12px;
        height: 100vh;
        margin: 0;
        top: 0;
        position: fixed;
        transform: none;
        min-width: 280px;
        border-radius: 0;
        overflow-y: auto;
    }

    .processing-container {
        padding: 52px 16px 52px 16px;
        height: 100vh;
        margin: 0;
        top: 0;
        position: fixed;
        transform: none;
        min-width: 280px;
        border-radius: 0;
    }

    .processing-container img {
        height: 60px;
    }

    .processing-container .result-text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 16px;
    }

    .customer-layout-container .row, .customer-sign-up-profile .row {
        display: grid;
    }

    .customer-layout-container {
        padding: 0;
    }

    .account-sticky-container {
        width: 100%;
        grid-row: 2;
        padding: 0 16px 32px 16px;
    }

    .account-sticky-container.hide-account-menu {
        display: none;
    }

    .customer-account-container .customer-nav-title {
        margin-top: 19.5px;
        margin-bottom: 3.5px;
    }

    .account-setting a, .help-section a {
        padding: 16px;
        margin: 0;
        border-bottom: 0.67px solid #EAE4DE;
    }

    .account-setting-content {
        grid-row: 1;
        width: 100%;
        margin-top: -24px;
    }

    .account-setting-content .customer-setting div div {
        display: none;
    }

    .account-setting-content .customer-setting div.membership-card-container {
        display: flex;
        height: auto;
        margin-top: 0;
        min-width: 350px;
    }

    .account-setting-content .customer-setting div.membership-card-container div, .account-setting-content .customer-setting div.customer-delete-account-container div {
        display: block;
    }

    .account-setting-content .customer-setting div.membership-card-container div.barcode, .account-setting-content .customer-setting div div.customer-information {
        display: flex;
    }

    .customer-setting .customer-information a {
        margin: 16px 0 16px 8px;
    }

    .customer-setting .profile-text-title {
        margin: 16px 16.5px 16px 16.5px;
    }

    .order-listing .order-total {
        position: relative;
    }

    .order-listing .overdue-text {
        /*white-space: nowrap;*/
    }

    .button-container {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .order-footer-container {
        flex-wrap: wrap;
        justify-content: start;
    }

    .addresses-book-container {
        padding: 16px;
        height: 100%;
        max-height: none;
        margin: 0;
        display: block;
        background: #FFFFFF;
    }

    #editAddressModal.modal, #createAddressModal.modal {
        position: relative;
        z-index: 1024;
    }

    .account-details-modal {
        z-index: 1024;
        top: unset;
        left: unset;
    }

    .account-details-modal#customerPreferenceModal{
        top: 110px;
    }

    .account-details-modal.top-in-mobile, .account-details-modal#customerPreferenceModal.top-in-mobile {
        top: 150px;
    }

    .modal-backdrop {
        z-index: 1023;
    }

    #editAddressModal .modal-fullscreen-md-down, #createAddressModal .modal-fullscreen-md-down, .account-details-modal .modal-fullscreen-md-down {
        width: 100%;
    }

    #editAddressModal .modal-body, #createAddressModal .modal-body, .customer-account-details-container {
        padding: 32px;
    }

    #editAddressModal .modal-body::-webkit-scrollbar, #createAddressModal .modal-body::-webkit-scrollbar, #editAddressModal .close-btn-container, #createAddressModal .close-btn-container,
    .account-details-modal .close-btn-container {
        display: none !important;
    }

    #editAddressModal .back-to-previous, #createAddressModal .back-to-previous, .customer-account-details-container .back-to-previous,
    .addresses-book-container .back-to-previous, .back-to-previous {
        display: flex;
    }

    .customer-setting.delete-account-section {
        padding: 0 16px 0 16px;
    }

    .customer-setting.delete-account-section .profile-text-title {
        margin-left: 0;
        margin-right: 0;
    }

    .account-details-modal .modal-title-container {
        justify-content: space-between;
        margin-top: 0;
    }

    .account-details-modal .modal-body {
        padding: 16px;
    }

    .account-details-modal .modal-content {
        padding: 0;
    }

    .modal-title-container {
        justify-content: space-between;
    }

    .modal-btn-container .btn {
        height: 40px;
        margin-top: 8px;
    }

    .product-deal {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-deal .non-refund-label, .non-refund-label {
        margin-bottom: 4px;
    }

    .store-img {
        width: 150px;
        height: 150px;
        border-radius: 10px;
        object-fit: cover;
        margin-right: 16px;
        grid-area: storeImg;
        grid-row: 1/ span 2;
        grid-column: 1;
    }

    .stores-container p, .stores-container p.stores-description, .store-tel, .store-tel:hover {
        font-size: 14px;
        line-height: 20px;
    }

    .stores-container p.stores-description {
        margin-bottom: 24px;
    }

    .stores-container p.stores-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .store-tel-info {
        grid-area: storeTel;
        grid-row: 2;
        grid-column: 2;
    }

    .store-details {
        grid-area: storeName;
        grid-row: 1;
        grid-column: 2;
    }

    .store-operating {
        grid-area: storeOH;
        grid-row: 3;
        grid-column: 1/span 12;
    }

    .stores-container p.stores-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .store-item {
        grid-template-columns: unset;
        row-gap: 16px;
        column-gap: 0;
    }

    .countdown-timer-container p {
        text-align: start;
    }
}

@media (max-width: 700px ){

    .pc-header .mobile-cart .pc-head-link {
        padding-right: 22px;
    }

    .mobile-footer .total-cart-items, .mobile-footer .total-notifications {
        right: 38%;
    }

    .collection-listing .thumbnail-img img,
    .blog-listing .thumbnail-img img {
        width: 170px;
        height: 131.69px;
        min-width: 170px;
    }

    .collection-listing .landing-item-card,
    .blog-listing .landing-item-card {
        margin-left: 40px;
        margin-right: 40px;
        max-width: 170px;
    }

    .collection-listing .title-card,
    .blog-listing .title-card {
        margin-left: 40px;
        margin-right: 40px;
        width: 170px;
    }

    .collection-listing.leftAlign0 .title-card,
    .blog-listing.leftAlign0 .title-card {
        width: 170px;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* Order listing */
    .order-listing .nav-tabs {
        justify-content: start;
        width: fit-content;
        margin: auto;
        margin-bottom: 16px;
    }

    .order-number {
        font-size: 14px;
        line-height: 16px;
    }

    .shipping-status-container, .order-summary-number {
        flex-direction: column;
        align-items: start;
    }

    .tracking-details, .order-summary .overdue-text, .order-number {
        margin-bottom: 8px;
    }

    .order-listing .order-header .order-number {
        margin-bottom: 0;
    }

    .tracking-details.unship {
        margin-bottom: 0;
    }

    .order-summary p.order-estimate-date {
        text-align: left;
    }

    .order-summary-topay {
        text-align: start;
    }

    .store-item {
        grid-template-columns: auto;
        grid-row-gap: 16px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .anchor {
        height: 156px; /* this is the height of your header */
        margin-top: -156px; /* this is again negative value of the height of your header */
    }

    .alphabets-container {
        top: 103px;
    }

    .anchor.in-app {
        height: 196px; /* this is the height of your header */
        margin-top: -196px; /* this is again negative value of the height of your header */
    }

    .alphabets-container.in-app {
        top: 143px;
    }

    body, .fullscreen-md-view, .collection-header {
        min-width: 350px;
    }

    .btn {
        line-height: 19px;
        font-size: 16px;
        padding: 0 20px 0 20px;
    }

    .order-content-container .btn {
        padding: 0 8px 0 8px;
    }

    .carousel-container, .pc-container {
        top: 104px;
    }

    .pc-header .collection-header {
        grid-template-columns: 15% 10% 10% 5% 5% 10% 5% 5% 10% 5% 10% 10%;
    }

    .force-page-container {
        padding: 16px 0 0 0;
    }

    .collection-header .featured-collection {
        height: 58px;
    }

    .collection-header .featured-collection ul.category-menu {
        padding-left: 16px;
    }

    .collection-header li a, .collection-header li a:first-child {
        line-height: 19px;
        padding: 17.5px 0 17.5px 0;
        margin: 0 16px 0 0;
        font-size: 16px;
    }

    .collection-header li .site-menu-content .fist-level-title a:first-child, .collection-header li .site-menu-content .first-level-title a {
        margin: 0;
        padding: 12px 24px 12px 24px;
        font-size: 14px;
    }

    .featured-collection ul li a .feather {
        display: none;
    }

    .top-header.offcanvas-start, .offcanvas, #filtersContainer.offcanvas-start {
        width: 100%;
    }

    .collection-header .header-logo {
        height: 46px;
        grid-column: 3 / span 7;
    }

    .collection-header .header-logo img {
        object-fit: cover;
        height: 16px;
        width: 108px;
        margin: 0 0 0 40px;
    }

    .pc-header .mobile-cart {
        grid-column: 11;
        justify-content: center;
    }

    .pc-header .mobile-cart .pc-head-link {
        padding-right: 0;
    }

    .pc-header .mobile-cart .pc-head-link .total-cart-items {
        top: -6.5px;
        right: 7px;
    }

    .pc-header .mobile-cart .pc-head-link > i {
        font-size: 18px;
    }

    .carousel-container.banner-section {
        top: 104px;
    }

    .pc-container .pcoded-content {
        padding-top: 16px;
    }

    .mobile-footer .total-cart-items, .mobile-footer .total-notifications {
        right: 30%;
    }

    .footer {
        padding: 0 0 24px 0;
    }

    .footer .footer-wrapper {
        padding: 0 16px 0 16px;
    }

    .download-links {
        display: grid;
    }

    .download-text {
        grid-column: 1;
        grid-row: 1;
    }

    .get-app-wrapper p.download-text {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }

    .download-qr-code {
        grid-column: 1;
        grid-row: 2;
        margin: 0 auto;
        margin-top: 10px;
    }

    .download-btn-container {
        grid-row: 1 / span 2;
        display: flex;
        flex-direction: column;
        margin-top: -17px;
    }

    .download-btn img {
        margin-left: 16px;
        margin-top: 17px;
    }

    .landing-container .thumbnail-img img {
        width: 170px;
        height: 131.69px;
        min-width: 170px;
    }

    .collection-listing .thumbnail-img img,
    .blog-listing .thumbnail-img img {
        width: 162px;
        height: auto;
        aspect-ratio: 170/131.69;
        min-width: 160px;
    }

    .collection-listing .landing-item-card,
    .blog-listing .landing-item-card {
        margin-left: 0px;
        margin-right: 6px;
        max-width: 162px;
    }

    .collection-listing .title-card,
    .blog-listing .title-card {
        margin-left: 0px;
        margin-right: 6px;
        width: 162px;
    }

    .landing-container .landing-item-card {
        margin-right: 6px;
        width: 170px;
    }

    .collection-listing,
    .collection-listing.leftAlign2,
    .collection-listing.leftAlign3,
    .collection-listing.leftAlign4,
    .blog-listing,
    .blog-listing.leftAlign2,
    .blog-listing.leftAlign3,
    .blog-listing.leftAlign4 {
        grid-template-columns: auto auto;
        column-gap: 6px;
        row-gap: 6px;
        margin-bottom: 6px;
    }

    .collection-listing.leftAlign1,
    .blog-listing.leftAlign1 {
        grid-template-columns: auto auto;
        column-gap: 6px;
        row-gap: 6px;
        padding-left: 12px;
    }

    .footer .footer-wrapper .copyright {
        padding-right: 0;
        line-height: 14px;
        margin-bottom: 24px;
    }

    .footer .footer-wrapper .policy-container li {
        margin-bottom: 16px;
    }

    .sticky-filter-sort {
        top: 103px;
        margin-bottom: 19px;
        min-width: 358px;
    }

    .sticky-filter-sort.sticky-in-app {
        top: 159px;
    }

    .filter-sort-section {
        padding: 0 8px 0 20px;
    }

    .favourite-filter-sort-section {
        padding: 0 8px 0 8px;
    }

    .drp-sort p, .drp-sort .sorting-list .form-select {
        font-size: 12px;
        line-height: 15px;
    }

    .drp-sort .sorting-list .form-select {
        padding-left: 17px;
    }

    .listing-items-container,
    .favourite-listing-items-container {
        padding: 0 5.5px 0 5.5px;
    }

    .collection-banner img {
        margin-top: -16px;
        margin-bottom: 16px;
    }

    .listing-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
        padding: 0 16px 0 16px;
    }

    .collection-listing-title,
    .blog-listing-title {
        font-size: 18px;
        line-height: 24px;
    }

    .listing-tagline {
        margin-top: 4px;
        font-size: 11px;
        line-height: 17px;
        padding: 0 16px 0 16px;
    }

    .collection-description-container > * {
        margin-top: 4px;
        /*font-size: 11px;
        line-height: 17px;*/
        padding: 0 16px 0 16px;
    }

    .listing-btn, .listing-btn:hover {
        margin-top: -4px;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .product-card .manual-label {
        font-size: 11px;
        line-height: 14px;
        padding: 1px 8px 1px 8px;
    }

    .product-card .auto-label {
        font-size: 11px;
        line-height: 14px;
    }

    .product-card .product-brand-name, .landing-item-card-body .item-name,
    #editAddressModal label, #createAddressModal label, .customer-info-container label, .customer-details label,
    .customer-account-contact-info label, .modal-body label, .notification-tag p {
        font-size: 14px;
        line-height: 16px;
    }


    .account-details-modal {
        top: unset;
    }

    .account-details-modal#customerPreferenceModal {
        top: 104px;
    }

    .account-details-modal.top-in-mobile, .account-details-modal#customerPreferenceModal.top-in-mobile {
        top: 142px;
    }

    .about-us p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .about-us p.about-us-subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .about-us .about-us-product {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 8px;
        margin-top: -8px;
    }

    .landing-container .landing-item-card .landing-item-card-body,
    .collection-listing .landing-item-card .landing-item-card-body {
        height: 52px;
    }

    .blog-listing .landing-item-card .landing-item-card-body,
    .landing-container .articles-list .landing-item-card .landing-item-card-body {
        height: 65px;
    }

    .events-list .landing-item-card-body .item-name, .articles-list .landing-item-card-body .item-name {
        /*height: 32px;*/
    }

    .landing-container .item-description, .landing-container .item-date {
        font-size: 11px;
        line-height: 13px;
    }

    .landing-container .item-description {
        height: 27px;
    }

    .product-card .product-name {
        font-size: 11px;
        line-height: 12px;
        height: 24px;
    }

    .product-card .product-like-container i {
        top: 5.5px;
        right: 0;
        margin: 15px;
        font-size: 19px;
        /*display: none;*/
    }

    .product-card .product-img img {
        max-height: none;
    }

    .product-card .product-card-body .product-current-price {
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
    }

    .product-card .product-card-body .product-unit-price {
        font-size: 10px;
        line-height: 13px;
        font-weight: 400;
    }

    .from-text {
        font-size: 10px;
        padding-right: 3px;
        font-weight: normal;
    }

    .product-card {
        /*margin-bottom: 11px;*/
        margin: 0 6px 11px 6px;
        min-width: 150px;
    }

    .product-card .product-card-body {
        padding: 0 8px 20px 8px;
    }

    .discounted-percentage {
        font-size: 10px;
        line-height: 15px;
        padding: 0 2px 0 2px;
    }

    .product-card button {
        border-radius: 16px;
        /*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);*/
        bottom: 10px;
        right: 6px;
    }

    .product-card button .feather {
        padding: 2.5px 0.7px 1.5px 2.3px;
    }

    .recommended-products .product-card button, .recent-view-products .product-card button,
    .often-purchase-products .product-card button, .product-card button {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        /*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);*/
        bottom: 10px;
        right: 6px;
    }

    .product-card button .feather {
        padding: 2.5px 0.7px 1.5px 2.3px;
    }

    .product-deal .deal-title {
        font-size: 10px;
        line-height: 11.72px;
        vertical-align: middle;
    }

    .product-details .deal-container .feather.icon-check, 
    .product-details .deal-container .feather.icon-x, 
    .product-deal .deal-container .feather.icon-check,
    .product-deal .deal-container .feather.icon-x {
        font-size: 14px;
    }
    
    /* Product details */
    .product-details {
        margin: 0;
    }

    .product-sticky .product-card .manual-label {
        font-size: 13px;
        line-height: 16px;
        padding: 3.5px 7px 3.5px 7px;
    }

    .carousel-control-prev, .carousel-control-next {
        width: 30px;
    }

    .product-details .carousel-control-prev .feather, .product-details .carousel-control-next .feather {
        color: #AF8F84;
        font-size: 18px;
        padding: 8px;
        border: 1px solid #EFE9E6;
        border-radius: 50%;
    }

    .product-details .carousel-control-prev:hover {
        left: 0;
    }

    .product-img-indicators-container {
        padding: 0;
        margin-top: 15.5px;
    }

    .product-details .product-sticky .product-card .manual-label-container {
        left: -3.5px;
    }

    .product-details .carousel-inner {
        height: 336px;
        width: 336px;
    }

    .product-details .carousel-item img, .product-img-indicators-container {
        max-height: 336px;
        max-width: 336px;
        width: 100%;
    }

    .product-details .carousel-item img, .product-details .carousel-inner {
        border-radius: 9.06667px;
    }

    .product-details .product-sticky .product-card .product-like-container i {
        position: relative;
        margin: 0 6px 0 0;
        font-size: 22px;
        top: 0.5px;
        right: 6px;
        /*display: none;*/
    }

    .product-details .product-carousel-indicators .indicator-img {
        margin: 0 2px 0 2px;
    }

    .product-details .product-carousel-indicators .indicator-img img {
        width: 56px;
        height: 56px;
    }

    .product-details .product-carousel-indicators .indicator-img.active img {
        width: 54px;
        height: 54px;
    }

    .product-details .product-variant-container .product-details-title, 
    .product-variant-container .dropdown-item, 
    .product-details span.text-danger, 
    .product-details .notify-container p, 
    .product-details .product-quantity-container span {
        font-size: 14px;
        line-height: 16px;
    }


    .product-details .product-quantity-container .add-bag-btn {
        width: 185px;
        font-size: 14px;
        line-height: 16px;
        margin-left: 0;
    }

    .product-details .product-variant-container select {
        width: 100%;
    }

    .product-details .product-name {
        font-size: 16px;
        line-height: 19px;
    }

    .product-details .product-brand-name {
        font-size: 14px;
        line-height: 16px;
    }

    .product-details .product-description .product-details-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
        margin-bottom: 8.5px;
    }

    .product-details .product-description .description-content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .recommended-products .card-body, .recent-view-products .card-body, .often-purchase-products .card-body {
        padding: 0;
    }

    .recommended-products .products-container-title, .recent-view-products .products-container-title, .often-purchase-products .products-container-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
        padding-left: 4px;
    }

    .recommended-products {
        margin: 0 6px 0 12px;
    }

    .landing-container .recommended-products {
        margin: 0 0 0 16px;
    }

    .recommended-products .product-card, .recent-view-products .product-card, .often-purchase-products .product-card {
        min-width: 155.5px;
        margin: 0 4px 0 4px;
    }

    .recommended-products .product-card .product-img img, .recent-view-products .product-card .product-img img, .often-purchase-products .product-card .product-img img {
        width: 155px;
    }

    .recommended-products .product-card .manual-label, .recent-view-products .product-card .manual-label, .often-purchase-products .product-card .manual-label {
        padding: 2px 8px 2px 8px;
    }
    .recommended-products .first .product-card, .recent-view-products .first .product-card, .often-purchase-products .first .product-card {
        margin-left: 2px;
    }
    .product-list-item .product-card .auto-label {
        height: 13px;
    }
    
    .product-list-item .product-card .auto-label p {
        font-size: 11px;
        line-height: 13px;
    }

    .product-list-item .product-card .product-brand-name {
        font-weight: 600;
    }

    .product-list-item .product-card button {
        bottom: 10px;
        right:9.5px;
    }

    /* Cart */
    .cart-container, .checkout-container .card-body, .order-summary .card-body {
        padding: 0 8px 0 8px;
    }

    .addresses-book-container {
        padding: 16px 8px 18px 8px;
    }

    .product-price p,
    .product-price p span {
        font-size: 12px;
    }

    .product-name {
        font-size: 14px;
    }

    .bag-item-total-price, .order-item-price {
        margin-top: 8px;
        flex-grow: 1;
        text-align: right;
    }

    .checkout-container .modal-content {
        min-width: 300px;
        width: 100%;
    }

    .checkout-invoice label {
        font-size: 14px;
        line-height: 16px;
    }

    .account-setting-content {
        margin-top: -16px;
    }

    /* As of Total Discount and Mix & Match Promo, we will always render the total price. */
    /* ---------------------------------------------------------------------------------- */
    /*    .bag-item-total-price, .order-item-price, .order-item-total-price {
        display: none;
    }*/

    /*    .bag-item-total-price .product-current-price,
    .order-item-price .product-current-price {
        margin-left: 180px;
    }*/

    .cart-container .bag-item-details {
        min-width: unset;
        max-width: 240px;
        margin-right: 10px;
    }
    
    /* ---------------------------------------------------------------------------------- */
    /* Order Listing */
    .order-listing {
        padding: 0 16px 16px 16px;
    }

    .order-content-container {
        min-width: 343px;
    }

    .order-header {
        padding: 24px 16px 16px 16px;
    }

    .order-header .order-status-container {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .order-listing .overdue-text {
        text-align: start;
    }

    .order-number {
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap
    }

    .order-listing .order-header .order-number {
        margin-bottom: 8px;
    }

    .order-status-date, .order-status-date span, .order-number span {
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap
    }

    .order-sub-header .order-estimate-date, .order-container .return-clarify {
        text-align: start;
        font-size: 13px;
        line-height: 15px;
    }

    .cancelled-text, .order-summary p.order-item-status {
        font-size: 14px;
        line-height: 16px;
    }

    .order-summary-number .order-status-date {
        font-size: 16px;
        line-height: 19px;
        margin-top: 8px;
    }

    .order-summary p.order-estimate-date {
        font-size: 13px;
        line-height: 15px;
    }

    .order-listing .order-item-image, .order-item-image,
    .checkout-item-listing .order-item-image {
        height: 85px;
        width: 85px;
        border-radius: 12px;
    }

    .order-listing .order-item-image img, .order-item-image img {
        height: 83px;
        width: 83px;
    }

    .product-price p span.discounted-percentage {
        font-size: 10px;
        line-height: 17px;
    }

    .product-price p span.product-unit-price {
        font-size: 11px;
        line-height: 13px;
    }

    .order-item-content {
        flex-direction: column;
    }

    .order-listing .order-item-details {
        min-width: 200px;
        margin-bottom: 10px;
    }
    
    .order-item-total-price .product-current-price {
        padding: 0 0 0 11px;
    }

    .order-item-listing {
        padding: 16px 0 16px 0;
    }

    .order-listing .button-container .btn {
        margin-left: 8px;
    }

    .order-listing .button-container .btn:first-child {
        margin-left: 0;
    }

    .order-listing .button-container .modal-body .btn, .order-summary .toast-modal-btn-container .btn:last-child {
        margin-left: 0;
    }

    .button-container {
        justify-content: flex-end;
    }

    .order-footer-container {
        margin: 0 16px 24px 16px;
    }

    .order-summary .payment-method-container {
        margin-top: 12px;
    }

    .customer-info-container.card-body{
        padding: 0 16px 0 16px;
    }

    #editAddressModal .close-btn-container, #createAddressModal .close-btn-container {
        margin: 13px 28px 16px 0
    }

    #editAddressModal .modal-body, #createAddressModal .modal-body {
        padding: 16px;
    }

    .edit-address-title, .profile-text-title, .account-details-modal .modal-title {
        font-size: 18px;
        line-height: 22px;
    }

    .brands-container .title-text {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 16px;
        padding-left: 24px;
    }

    .customer-information .customer-name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .form-group .input-group select, .phone-input-col {
        max-width: 100px;
    }

    .customer-account-container .customer-nav-title {
        font-size: 16px;
        line-height: 17px;
    }

    .account-setting a, .help-section a {
        font-size: 16px;
        line-height: 20px;
    }

    .customer-account-details-container .form-group {
        margin-bottom: 16px;
    }

    .customer-sign-up-profile .customer-info-container form button {
        padding: 0 8px 0 8px;
    }

    .customer-sign-up-profile .customer-info-container form button:not(:first-child) {
        margin-left: 8px;
    }

    #editAddressModal .modal-body, #createAddressModal .modal-body, .customer-account-details-container {
        padding: 16px;
    }

    .toast-modal .modal-content {
        min-width: 320px;
        margin: auto;
        margin-left: 8px;
        margin-right: 8px;
    }

    .toast-modal-btn-container {
        flex-direction: column;
    }

    .toast-modal-btn-container .btn {
        width: 100%;
    }

    .toast-modal-btn-container .btn-secondary {
        margin-right: 0;
    }

    .customer-details .form-select{
        font-size: 14px;
    }

    .contact-us-content {
        margin: 0 16px 0 16px;
    }

    .contact-us-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 24px;
    }

    .contact-us-subtitle, .stores-container p.stores-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .contact-us-container a, .contact-us-text {
        font-size: 14px;
        line-height: 34px;
    }

    #filtersContainer.offcanvas-start.show .offcanvas-body {
        margin: 0 16px 0 16px;
    }

    .countdown-timer-container p {
        font-size: 13px;
        line-height: 15px;
        text-align: start;
        margin-top: 4px;
    }

    /* Mix & Match */
    .mix-match__title {
        font-size: 18px;
        line-height: 21px;
    }

    .mix-match__subtitle,  
    .mix-match__step  {
        font-size: 14px;
        line-height: 16.4px;
    }


        .mix-match__step > span {
            font-size: 16px;
            line-height: 18.75px;
        }

    .mix-match-single-desc {
        font-size: 14px;
        line-height: 16.5px;
    }
}

@media (max-width: 565px) {

    .js-snackbar-container {
        min-width: 300px;
    }

    .cart-container .product-deal .deal-container,
    .checkout-container .product-deal .deal-container{
        flex-wrap: wrap;
        white-space: nowrap;
    }

    .promo-container input[type="text"] {
        width: 255px;
    }

    .documentation-wrapper table, .documentation-wrapper td, .documentation-wrapper th {
        padding: 8px;
    }

    .delivery-time .spacer {
        display: block;
        margin-top: 10px; 
    }


    /* 404 & 400 pages */

    .error-page-description {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 32px;
    }

    .error-page .btn {
        padding: 0 48px 0 48px;
    }

    .empty-result-container {
        width: fit-content;
    }

    .empty-result-container p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 16px;
    }
    
    .empty-result-container img {
        width: auto;
        height: 60px;
    }

    .cart-container .empty-result-container {
        margin-top: 16px;
    }

    .order-listing .empty-result-container {
        margin-top: 72px;
    }

    .empty-result-container .btn {
        margin-top: 32px;
        margin-bottom: 16px;
        width: 197px;
    }

    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], textarea, select,
    .form-control, .form-select, .customer-info-container .form-control, .edit-address-container .form-select,
    #editAddressModal label.form-check-label, #createAddressModal label.form-check-label,
    #editAddressModal span.text-danger, #createAddressModal span.text-danger, div.form-control {
        font-size: 14px;
    }

    .edit-address-container .form-group.form-check {
        margin-bottom: 16px;
    }

    #editAddressModal label.form-check-label, #createAddressModal label.form-check-label {
        padding-top: 4px;
    }

    .verified-label i.feather {
        font-size: 9px;
        padding: 1px 1.5px 2px 1.5px;
    }

    /*flag icon mobile size*/
    .flag-size {
        width: 30px;
        height: 20px;
        margin: 0 16px 0 0;
        background-position: 0;
        background-size: cover;
    }
    
}

/* Small devices (less than 460px) */
@media (max-width: 459.98px) {
    .footer .copyright, .footer .policy-container {
        font-size: 12px;
        line-height: 14px;
    }

    .pc-header .collection-header {
        grid-template-columns: 15% 10% 10% 5% 5% 5% 5% 5% 5% 10% 10% 15%;
    }

    /* Cart */

    .cart-container .bag-item-card {
        margin-top: 16px;
        padding-bottom: 16px;
    }

    .cart-container .bag-image, .bag-image .item-card .bag-img img,
    .bag-image .item-card .bag-img {
        width: 98px;
        height: 98px;
    }

    .bag-image .item-card .bag-img {
        width: 96px;
    }

    .cart-container .bag-image .item-card {
        border-radius: 4px;
    }

    .bag-item-details .product-name,
    .free-item-container .product-name,
    .order-item-details .product-name,
    .order-item-details .product-variant {
        font-size: 11px;
        line-height: 12px;
    }

    .product-variant-label {
        margin-top: 2px;
        font-size: 10px;
        line-height: 12px;
    }

    .cart-container .product-label-container .auto-label,
    .cart-container .product-quantity-container span {
        font-size: 11px;
        line-height: 13px;
    }

    .non-refund-label {
        font-size: 10px;
        line-height: 16px;
    }

    .bag-item-details .product-price .product-unit-price, 
    .order-item-details .product-price .product-unit-price,
    .order-item-listing .product-current-price,
    .order-item-qty p {
        font-size: 11px;
        line-height: 13px;
    }

    .product-label-container {
        height: 13px;
    }

    .bag-item-details .product-brand-name,
    .free-item-container .product-brand-name,
    .total-price,
    .order-item-details .product-brand-name,
    .total-items, .order-total-amount, .address-details p,
    .voucher-container p#selected_voucher,
    .payment-options-container p#selected_payment_method,
    .tracking-details p,
    .checkout-payment-options p,
    .delivery-container .shipping-method,
    .delivery-container .shipping-duration,
    .delivery-container span.shipping-fee,
    .voucher-amount {
        font-size: 14px;
        line-height: 16px;
    }

    .cart-container .bag-item-details {
        min-width: unset;
        max-width: 180px;
        margin-right: 10px;
    }
    
    .bag-item-total-price .product-current-price,
    .order-item-price .product-current-price {
        width: 100%;
/*        margin: 5px 0 0 108px;*/
        font-size: 12px;
        line-height: 14px;
    }

    .bag-item-details .product-price, .order-item-details .product-price {
        margin-bottom: 5px;
    }

    .free-item-container {
        margin-left: 35px;
    }

    .free-item-card {
        margin-top: 16px;
    }

    .free-item-container .free-item-img {
        border-radius: 4px;
    }

    .free-item-container .free-item-img img {
        width: 62px;
        height: 62px;
    }

    .free-details {
        margin-top: 6px;
    }

    .free-details p,
    .price-qty-container .qty-text {
        font-size: 11px;
        line-height: 14px;
    }

    .bag-item-details .product-price .product-current-price,
    .order-item-details .product-price .product-current-price,
    .free-details p.free-text,
    .order-item-listing .product-current-price strong {
        font-size: 12px;
        line-height: 15px;
    }

    .free-details p.free-text
    {
        padding-right: 3px;
    }

    .bag-item-details .product-price .discounted-percentage {
        font-size: 10px;
        height: 15px;
        line-height: 15px;
    }

    .qty-input-container {
        margin-right: 8px;
    }

    .cart-container .decrease-quantity-button, .cart-container .increase-quantity-button {
        width: 32px;
        height: 32px;
        padding: 0;
    }

    .cart-container .decrease-quantity-button .feather, .cart-container .increase-quantity-button .feather {
        font-size: 20px;
    }

    .cart-container input[type="number"] {
        height: 32px;
        width: 31px;
    }

    .feather#delete_item {
        font-size: 17px;
    }

    .checkout-summary .row {
        margin: 0;
    }

    .cart-container .product-quantity-container,
    .cart-container .product-delete-container {
        margin-bottom: 6px;
    }

    .cart-container .cart-title, .checkout-container .title-text,
    .order-summary .title-text {
        font-size: 18px;
        line-height: 22px;
    }

    .checkout-container .title-text.header-title,
    .order-summary .title-text.header-title {
        margin-bottom: 24px;
    }

    .cart-container .cart-seperator {
        margin: 16px 0 32px 0; 
    }

    .cart-container .cart-seperator.empty-result {
        margin-bottom: 0;
    }

    .cart-container .shopping-bag-summary .row {
        margin-top: 16px;
    }

    /* Checkout */
    .checkout-container .address-container, .address-container,
    .checkout-container .promo-container,
    .voucher-container, .delivery-container,
    .checkout-payment-options,
    .payment-options-container,
    .checkout-container .checkout-billing-address {
        margin-top: 16px;
    }

    .checkout-container .address-container,
    .address-container,
    .checkout-container .checkout-billing-address,
    .voucher-container,
    .payment-options-container,
    .delivery-container, .checkout-payment-options, .promocode-container {
        min-width: auto;
    }

    .checkout-container .order-item-listing {
        padding-top: 16px;
        position: relative;
    }

    .order-item-details{
        padding-left: 8px;
        min-width: auto;
    }

    .order-item-details .product-variant-container {
        margin: 0;
    }

    .checkout-container .free-details {
        width: 100%;
        margin: -5px 0 0 72px;
    }

    .price-qty-container .product-current-price {
        padding-right: 3px;
    }

    .checkout-container .voucher-container p.voucher-amount {
        padding-left: 8px;
        width: 22.5%;
    }

    .delivery-container .shipping-clarify { 
        font-size: 13px;
        line-height: 15px;
    }

    .delivery-container .shipping-clarify a {
        font-size: 13px;
        line-height: 15px;
    }

    .voucher-amount {
        padding-right: 10px;
    }

    .checkout-container .checkout-summary {
        margin: 40.5px 0 0 3px;
    }

    /* Order Listing */
    .product-variant-name {
        font-size: 10px;
        line-height: 12px;
    }

    .order-listing .non-refund-label {
        font-size: 10px;
        line-height: 14px;
    }

    .order-total-amount span {
        font-size: 20px;
        line-height: 23px;
    }

    .total-items, .order-total-amount {
        line-height: 23px;
    }

    .order-listing {
        padding: 0 8px 16px 8px;
    }

    .order-listing .order-items-container {
        padding: 0 16px 0 16px;
    }

    .order-listing .order-total {
        padding: 16px;
        padding-bottom: 24px;
    }

    .order-listing .overdue-text {
        font-size: 12px;
        line-height: 14px;
    }

    .order-summary .order-item-total-price .product-current-price {
        padding: 0 0 0 8px;
    }

    .checkout-container .address-container, .address-container,
    .address-container.billing-address,
    .checkout-container .promo-container, .voucher-container,
    .payment-options-container,
    .delivery-container, .checkout-payment-options {
        margin: 16px 0 32px 0;
    }

    .order-summary-summary {
        margin-top: 0;
    }

    .order-container .return-clarify {
        text-align: start;
    }

    .membership-card-container img {
        width: 350px;
    }
}

@media (max-width: 360px) {
    .cart-container .sticky-button.app-sticky-button,
    .checkout-container .sticky-button.app-sticky-button {
        justify-content: flex-start;
    }

    .sticky-button.app-sticky-button button, .sticky-button.app-sticky-button a.btn {
        margin-top: 0;
        width: 47%;
    }

    .cart-container .sticky-button.app-sticky-button button, .cart-container .sticky-button.app-sticky-button a.btn {
        margin-top: 0;
        width: fit-content;

    }
}

#popupModal .modal-content {
    padding: 0px;
    width: 408px;
    height: 544px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#popupModal .popup-link {
    width: 408px;
    height: 544px;
}

#popupModal .btn-close {
    position: absolute;
    margin-right: 16px;
    margin-top: 16px;
    top: 0;
    right: 0;
}

#popupModal .popup-img {
    width: 408px;
    height: 544px;
}

@media (max-width: 991.98px) {
    #popupModal .modal-content {
        width: 279px;
        height: 372px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #popupModal .popup-link {
        width: 279px;
        height: 372px;
    }

    #popupModal .popup-img {
        width: 279px;
        height: 372px;
    }
}

/*Blog Details*/
/*#region  */
/*------------------------------------------------------------------------------*/

.blog-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-date-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #666666;
}

.blog-body {
    max-width: 1000px;
    min-width: 343px;
    margin: auto;
    width: 90%;
}

.blog-content img {
    max-width: 100%;
    min-width: 343px;
    height: auto;
}

.blog-content iframe {
    max-width: 100%;
    min-width: 343px;
    max-height: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.blog-listing .item-date,
#blogsList .item-date {
    color: #666666;
    margin: 0;
}

.blog-banner {
    margin-top: -24px;
    max-width: 1000px;
    min-width: 343px;
    max-height: 268px;
    min-height: 92px;
    height: auto;
    width: 100%;
}


/*----------------------------------------------------------------------------*/
/*#endregion */

/*Promotion*/
/*#region  */
/*----------------------------------------------------------------------------*/
.qualify-container-qualified {
    height: 52px;
    margin-top: 16px;
    background: #FAFAFA;
    border-radius: 4px;
}

.qualify-container-not-qualified {
    height: 52px;
    margin-top: 16px;
    background: #EFE9E6;
    border-radius: 4px;
}

.qualify-container-qualified .row,
.qualify-container-not-qualified .row {
    height: 100%;
}

.qualify-container-double {
    height: 88px;
    margin-top: 16px;
    border-radius: 4px;
}

.qualify-container-double .row:nth-of-type(1) {
    height: 42px;
    background: #FAFAFA;
    border-radius: 4px 4px 0px 0px;
}

.qualify-container-double .row:nth-of-type(2) {
    height: 52px;
    background: #EFE9E6;
    border-radius: 0px 0px 4px 4px;
}

.qualify-content-icon,
.qualify-content-text {
    position: relative;
}

.qualify-content-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
}

.qualify-content-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.qualify-content-text p a {
    color: #666666;
    text-decoration: underline;
}

.qualify-container-not-qualified .qualify-content-text p,
.qualify-container-not-qualified .qualify-content-text p a{
    color: #AF8F84;
}

.qualify-container-double .row:nth-of-type(2) .qualify-content-text p,
.qualify-container-double .row:nth-of-type(2) .qualify-content-text p a {
    color: #AF8F84;
}

.free-gift-section .bag-item-card.unqualified-item .bag-image,
.free-gift-section .bag-item-card.unqualified-item .product-brand-name,
.free-gift-section .bag-item-card.unqualified-item .product-name,
.free-gift-section .bag-item-card.unqualified-item .product-variant-label,
.free-gift-section .bag-item-card.unqualified-item .free-item-seperator,
.free-gift-section .bag-item-card.unqualified-item .free-item-quantity {
    opacity: .3;
    pointer-events: none;
}

.free-gift-section .bag-item-card.unavailable-item .bag-image,
.free-gift-section .bag-item-card.unavailable-item .product-brand-name,
.free-gift-section .bag-item-card.unavailable-item .product-name,
.free-gift-section .bag-item-card.unavailable-item .product-variant-label,
.free-gift-section .bag-item-card.unavailable-item .free-item-price,
.free-gift-section .bag-item-card.unavailable-item .free-item-seperator,
.free-gift-section .bag-item-card.unavailable-item .free-item-quantity,
.free-gift-section .bag-item-card.unavailable-item .product-deal {
    opacity: .3;
    pointer-events: none;
}

.free-item-icon img {
    height: 10px;
    width: 10px;
}

.free-item-price {
    font-weight: 600;
    color: #B01F0E;
    font-size: 15px;
    line-height: 18px;
}

    .free-item-price a {
        color: inherit;
    }

    .free-item-quantity {
        color: #181717;
        font-size: 14px;
        line-height: 17px;
    }

.free-item-seperator {
    font-size: 12px;
    line-height: 17px;
    margin-inline: 4px;
}

.tdo-free-gift-section {
    scroll-margin-top: 140px;
}

.free-gift-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
}

.free-gift-title-container {
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
}

@media (max-width: 459.98px) {
    .free-item-price,
    .free-item-quantity,
    .free-item-seperator {
        font-size: 11px;
        line-height: 13px;
    }

    .tdo-free-gift-section {
        scroll-margin-top: 160px;
    }
}

@media (max-width: 575.98px) {
    .free-item-price,
    .free-item-quantity,
    .free-item-seperator {
        font-size: 11px;
        line-height: 13px;
    }

    .free-gift-text {
        font-size: 14px;
        line-height: 16px;
    }
}

.mix-match__subtitle a {
    color: #000000;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/*#endregion */

/*Notification*/
/*#region  */
/*----------------------------------------------------------------------------*/
.notification_listing_container {
    max-width: 900px;
    min-width: 343px;
    margin: auto;
    width: 90%;
}

.notification_main_title {
    max-width: 800px;
    min-width: 343px;
    height: 29px;
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #181717;
    text-align: left;
    margin: auto;
}

.notification_lists {
    max-width: 800px;
    min-width: 343px;
    margin: auto;
    margin-top: 16px;
}

.notification_item {
    min-height: 95px;
    padding: 16px 24px 16px 24px;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    margin-bottom: 8px;
}

.notification_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #181717;
}

.notification_date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #181717;
    text-align: right;
}

.notification_body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-top: 12px;
}

@media (max-width: 575.98px) {
    .notification_main_title {
        height: 22px;
        font-size: 18px;
        line-height: 22px;
    }

    .notification_item {
        min-height: 90px;
    }

    .notification_title {
        font-size: 14px;
        line-height: 16px;
    }

    .notification_date {
        font-size: 12px;
        line-height: 14px;
    }

    .notification_body {
        font-size: 12px;
        line-height: 14px;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */

/*#region  Store settings / Switch Store */
/*------------------------------------------------------------------------------
Store settings / Switch Store
------------------------------------------------------------------------------*/
.store-clarify {
    inset-inline: 18px;
    margin-bottom: 24px;
}

.store-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 0px;
}

.store-subtitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 18.75px;
}

.store-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    letter-spacing: 0;
}

.store-switch {
    padding: 32px 16px;
}

.store-switch p.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 24px;
}


    .store-switch .prompt-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
        width: 100%;
    }

        .store-switch .prompt-container button,
        .store-switch .prompt-container a.btn {
            padding: 0;
            width: 100%;
            min-width: 150.5px;
            margin-top: 0;
        }
/*----------------------------------------------------------------------------*/
/*#endregion */


/*Template*/
/*#region  */
/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*#endregion */