@import url("/member/common/takeaway/css/fonts.css");

button {
    all: unset;
    text-align: center;
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

p {
    margin: 0 !important;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    min-width: 320px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #23262a;
    letter-spacing: 0.2px;

    @media (min-width: 1200px) {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.4px;
    }
}



img {
    max-width: 100%;
    height: auto;
    display: block;
}

.font-ms {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.newHeader {
    background-color: #0A2240;
    height: 96px;

    @media (max-width:1199px) {
        height: 56px;
    }
}

.newHeaderContainer {
    width: 100%;
    padding: 6px 16px;
    margin-right: auto;
    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .newHeaderContainer {
        padding: 14px 16px;
        max-width: 1514px;
    }

    /* main div.takeaway-container {
        padding: 80px 16px 0 16px;
    } */
}

.newLogo {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -8px;
    padding: 8px;
}

.newLogo img {
    height: 36px;
}

.newLogo img.normal {
    display: none;
}

@media (min-width: 1200px) {

    .newLogo {
        padding: 10px;
    }

    .newLogo img {
        height: 48px;
    }

    .newLogo img.normal {
        display: block;
    }

    .newLogo img.small {
        display: none;
    }
}

.memw-logo-sm {
    display: flex;
    align-items: center;
    justify-content: center;

    @media (min-width: 1200px) {
        display: none;
    }
}

.memw-logo {
    display: none;

    @media (min-width: 1200px) {
        display: flex;
        padding: 10px;
    }
}

.new-meme-header-container {
    background-color: #0a2240;
    height: 96px;
    display: flex;
    align-items: center;

    @media(max-width:1200px) {
         height: 56px;
    }
}

.new-meme-header {
    width: 100%;
    max-width: 1514px;
    margin: 0 auto;
    padding: 0 8px 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    
    
    
    
    
    
    
    
    
    
    

    .lang {
        align-self: center;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.2px;
    }
}

@media (max-width: 1199px) {
    /* main div.takeaway-container {
        padding: 48px 16px 0 16px !important;
    } */
    main div.takeaway-container-box {
        padding: 48px 16px 0 16px !important;
    }

}

main div.takeaway-container-box {
    padding: 80px 16px 0 16px;
}


main div.takeaway-container {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
    /* padding: 80px 16px 0 16px; */
    /* padding: 80px 16px 0 16px; */
}

/* wrapper for aspect-ratio fallback */
.outletBannerWrap {
    width: 100%;
    /* padding-top: 56.25%; */
    /* 9/16 = 0.5625 -> 56.25% */
    background-image: url('/member/common/takeaway/images/banner.jpg');
    background-size: cover;
    background-position: center;
}

@supports (aspect-ratio: 1/1) {
    .outletBannerWrap {
        -webkit-aspect-ratio:16/9;
        aspect-ratio: 16/9
    }
}

@supports not (aspect-ratio: 1/1) {
    .outletBannerWrap:before {
        content:"";
        float: left;
        padding-top: calc(100% / (16 / 9))
    }

    .outletBannerWrap:after {
        clear: left;
        content: "";
        display: block
    }
}

.outletBannerWrap-partyfeasts {
    background-image: url('/member/common/takeaway/images/party-feast-800-450_mobile.jpg') !important;
}
.outletBannerWrap-brcc {
    background-image: url('/member/common/takeaway/images/old-clubhouse-800-450_mobile.jpg') !important;
}
.outletBannerWrap-ladiespurse {
    background-image: url('/member/common/takeaway/images/ladies-purse-800-450_mobile.jpg') !important;
}
.outletBannerWrap-moonkoon {
    background-image: url('/member/common/takeaway/images/moonkoon-800-450_mobile.jpg') !important;
}
.outletBannerWrap-oisuen {
    background-image: url('/member/common/takeaway/images/oi-suen-800-450_mobile.jpg') !important;
}
.outletBannerWrap-sixfurlong {
    background-image: url('/member/common/takeaway/images/six-furlong-800-450_mobile.jpg') !important;
}
.outletBannerWrap-sprinkles {
    background-image: url('/member/common/takeaway/images/sprinkles-800-450_mobile.jpg') !important;
}
.outletBannerWrap-gallop {
    background-image: url('/member/common/takeaway/images/gallop-800-450_mobile.jpg') !important;
}
.outletBannerWrap-topaz {
    background-image: url('/member/common/takeaway/images/banner-party-feasts.jpg') !important;
}

/* banner for desktop view */
@media (min-width: 768px) {
  .outletBannerWrap-partyfeasts {
      background-image: url('/member/common/takeaway/images/party-feast-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-brcc {
      background-image: url('/member/common/takeaway/images/old-clubhouse-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-ladiespurse {
      background-image: url('/member/common/takeaway/images/ladies-purse-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-moonkoon {
      background-image: url('/member/common/takeaway/images/moonkoon-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-oisuen {
      background-image: url('/member/common/takeaway/images/oi-suen-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-sixfurlong {
      background-image: url('/member/common/takeaway/images/six-furlong-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-sprinkles {
      background-image: url('/member/common/takeaway/images/sprinkles-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-gallop {
      background-image: url('/member/common/takeaway/images/gallop-2500-501_desktop.jpg') !important;
  }
  .outletBannerWrap-topaz {
      background-image: url('/member/common/takeaway/images/banner-party-feasts.jpg') !important;
  }
}

/* Maintain 16:9 aspect ratio for screens below 1200px using padding-top fallback */
@media (min-width: 992px) {
    @supports (aspect-ratio: 1/1) {
        .outletBannerWrap {
            -webkit-aspect-ratio:5/1;
            aspect-ratio: 5/1;
        }
    }

    @supports not (aspect-ratio: 1/1) {
        .outletBannerWrap:before {
            content:"";
            float: left;
            padding-top: calc(100% / (1 / 5))
        }

        .outletBannerWrap:after {
            clear: left;
            content: "";
            display: block
        }
    }
}

#copyright-container-new {
    padding: 32px 40px;
    border-top: 1px solid #976C43;

    @media (min-width: 1200px) {
        padding: 80px 40px;
    }

    ul {
        display: flex;
        justify-content: center;
        column-gap: 40px;
        
        
        @media (max-width:1199px) {
            column-gap: 0;
        }
    }

    li {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
    }

    >*:not(:first-of-type) {
        margin-top: 32px;

        @media (min-width: 1200px) {
            margin-top: 48px;
        }
    }

    a:hover {
        text-decoration: underline !important;
    }
}

main .loading {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 50%;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: #eae9e78f;
    display: none;
}

main .loading img {
    max-width: 50px;
    position: absolute;
    left: 50vw;
    top: 50vh;
}

.show {
    display: block !important;
}

.setHeader h3 {
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #0A2240;
    padding: 0;
}

@media (max-width:1199px) {
    .setHeader h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

.setHeader-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.setHeader-top h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.setHeader h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* @media (min-width: 1200px) {
    .setHeader-top {
        margin-bottom: 32px;
    }
} */

.menuCard-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    column-gap: 16px;
    margin-bottom: 0;
    margin-top: 48px;
}

@media (min-width:1200px) {
    .menuCard-container {
        column-gap: 24px;
    }
}

@media (max-width:1199px) {
    .menuCard-container {
         margin-top: 24px !important;
    }
}

@media (min-width: 465px) {
    .menuCard-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .menuCard-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.menuCard {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    max-width: 399.33px;
}

.menuCard .title {
    flex: 1 0 auto;
    padding: 16px;
    background-color: #FBF8F5;
}

@media (min-width: 1200px) {
    .menuCard .title {
        padding: 24px;
    }
}

.menuCard .title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 0 0 12px;
}

@media (min-width: 1200px) {
    .menuCard .title h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 16px;
    }
}

.menuCard-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 9/16 = 0.5625 -> 56.25% */
    background-color: #FBF8F5;
    overflow: hidden;
}

.menuCard-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.menuCard .period-info{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #23262a;
    letter-spacing: 0.2px
}

@media (max-width: 1200px) {
    .menuCard .period-info {
        font-size: 14px;
        line-height: 20px;
    }
}

.link-button {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 46px;
    border-radius: calc(48px / 2);
    margin: 0 auto 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4px;
    cursor: pointer;

    border: 1px solid #0A2240;
    background-color: transparent;
    color: #0A2240;

    transition: all 0.3s ease;

    @media (min-width: 1200px) {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 16px;
    }

    .sm {
        height: 36px;
        border-radius: calc(48px / 2);
    }
}

@media (max-width: 1199px) {
    .menuCard .title .link-button {
       height:36px;
    }
}

.addToCartBtn .link-button {
    margin: 0 !important;
    height: 36px !important;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.link-button:hover {
    border-color: #486488;
    color: #486488;
}

.link-button:active {
    border-color: #486488;
    color: #486488;
    scale: 0.98;
}

.link-button.primary {
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #976C43;
    background-color: #976C43;
    color: #FFFFFF;
}

.link-button.primary:hover {
    border-color: transparent;
    background-color: #7F5427;
}

.link-button.primary:active {
    border-color: transparent;
    background-color: #7F5427;
    scale: 0.98;
}

.link-button.primary:disabled {
    background-color: #C3C3C6;
    cursor: not-allowed;
}

.takeaway-back-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}

.marginBottom-5px{
    margin-bottom: 16px !important;
}

@media (max-width:1199px) {
   .takeaway-back-header {
     margin-bottom: 16px;
 }
}

.backToHome {
    align-self: start;
    height: 44px;
}

.backToHome div {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #23262a;
    height: 100%;
}

.backToHome:hover {
    text-decoration: none;
}

.backToHome div:hover {
    color: #666669;
}

.setHeader .description {
    background-color: #FBF8F5;
    padding: 16px;
    border-radius: 8px;
    margin: 24px 0;
}

@media (min-width:1200px) {
    .setHeader .description {
        padding: 24px;
        margin: 32px 0;
    }

    .setHeader .description-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }
}

.setHeader .description-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.description .description-title hr {
    display: none;
}

.switchCatTab {
    overflow-x: auto;
}

@media (min-width:1200px) {
    .switchCatTab {
        font-size: 18px;
        line-height: 28px;
    }
}

.nav-tabs {
    width: max-content;
    border-bottom: 1px solid #E5E5E8;
    height: 44px;
    @media (min-width:1200px) {
        height: 48px;
    }
}

.nav-tabs li {
    cursor: pointer;
    letter-spacing: 0.4px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    height: 100%;
}

.nav-tabs li>a {
    cursor: pointer;
}

.nav-tabs>li:not(:first-of-type) {
    margin-left: 32px;

    @media (min-width:1200px) {
        margin-left: 48px;
    }
}

.nav-tabs>li>a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0;
    border: none;
    color: #23262a !important;
    background-color: transparent !important;
    margin: 0 !important;
}


.nav-tabs>li.active {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #976C43;
}

.nav-tabs>li.active>a {
    color: #23262a !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    background-color: transparent !important;
}

.nav-tabs>li:hover>a,
.nav-tabs>li.active>a {
    border: none !important;
}

.nav-tabs>li:hover {
    border-bottom: 1px solid #976C43;
}

.nav-tabs>li:hover>a {
    color: #23262a;
    font-weight: 600;
    background-color: transparent;
    border: none;
}

.tab-content>div {
    padding: 0 !important;
    border: none !important;
    border-top: none !important;
}

.category-products.catTabs {
    padding-top: 24px;
}

@media (min-width: 1200px){
     .tab-content-box{
        max-width: 738px;
        margin: 0 auto;
    }

    .category-products.catTabs {
        padding-top: 32px;
    }

    .party-set-items-selection .bundleAddToCart-Btn{
        padding-top: 8px;
    }

}

.bundleAddToCart-Btn .link-button.primary{
    margin-bottom: 0px !important;
}

@media (min-width: 991px) and (max-width:1199px){
     .tab-content-box{
        max-width: 715px;
        margin: 0 auto;
    }
}

.selection-cat {
    border: 1px solid #E5E5E8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;

    @media (min-width:1200px) {
        margin-bottom: 32px;
    }
}

.selection-cat .catInfoName {
    background-color: #FBF8F5;
    border-bottom: 2px solid #976C43;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catInfoName .alignRight {
    margin-right: 24px;
}

.selection-cat h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding: 16px;
    margin: 0;
}

@media (min-width:1200px) {
    .selection-cat h3 {
        padding: 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.4px;
    }
}

.selection-cat .catItemsRow {
    padding: 16px;
    border-bottom: 1px solid #E5E5E8;
    display: flex;
    /* flex-direction: column; */
    column-gap: 16px;

    @media (min-width: 992px) {
        flex-direction: row;
        justify-content: space-between;
        column-gap: 24px;
    }
}

@media (min-width:1200px) {
    .selection-cat .catItemsRow {
        padding: 24px;
    }
}

.catItemsBox {
    flex-direction: column;
}

.selection-cat .catItemsRow:last-of-type {
    border-bottom: none;
}

.selection-cat .catItemsRow .set-product-title {
    margin-bottom: 16px;
}

.selection-cat .catItemsRow .set-product-title-box {
    width: 60%;
}

@media (min-width: 992px) {
    .selection-cat .catItemsRow .set-product-title {
        margin-bottom: 0;
    }
}

.selection-cat .catItemsRow .pTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin: 0 0 8px;
}

@media (min-width:1200px) {
    .selection-cat .catItemsRow .pTitle {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.4px;
        margin: 0 0 8px;
    }
}

.selection-cat .catItemsRow .set-product-sku {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: min(167px, 22%);
    column-gap: 16px;
    flex: 0 0 auto;

    @media (min-width:1200px) {
        column-gap: 24px;
    }

}

.selection-cat .catItemsRow .set-product-qty,
.ptable-price .set-product-qty {
    background-color: #F6F6F9;
    height: 40px;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    align-items: center;
    /* margin-left: 24px; */
    width: 136px;
    justify-content: center;

    div[data-id] {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .selection-cat .catItemsRow .set-product-qty {
        width: 152px;
    }
}

.selection-cat .catItemsRow .set-product-qty i.fa,
.ptable-price .set-product-qty div[data-cat] {
    font-size: 16px;
    color: #23262a;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-wrapper input {
    all: unset;
    width: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.4px;
    margin: 0 16px;
    margin-top: 2px;
}

.galleryDimIcon {
    color: transparent !important;
}

.shoppingCart {
    position: fixed;
    bottom: 5%;
    right: 0;
    padding: 0 16px;
    z-index: 100;
  
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    @media (min-width:1200px) {
        bottom: 65px;
        padding: 0 48px;
    }
}

.cart-success-notification{
  display: flex;
  align-items: center;
  max-width: 1246px;
  height: 52px;
  line-height: 24px;
  letter-spacing: 0.2px;
  gap: 3px;
  padding:16px 24px;
  background-color: #DAEBD2; 
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #333;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  margin: 12px auto 32px;

  svg {
    width: 20px;
    height: 20px;

    @media (min-width: 1200px) {
    width: 24px;
    height: 24px;
    }
  }

  @media (min-width: 1200px) {
    height: 56px;
  }
}

.cart-success-notification span{
    margin-left: 6px;
}

/* @media (min-width:992px) and (max-width:1199px) {
    .cart-success-notification{
        max-width: 715px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cart-success-notification{
        max-width: 736px;
    }
} */

@media (max-width:767px) {
    .cart-success-notification{
        max-width: 361px;
    }
}

.shop-bag-continue-shopping-Btn{
    /* display: flex; */
    margin-left: auto;
    margin-right: auto;
    max-width: 309px;
}

.shop-bag-continue-shopping-Btn a {
    max-width: 309px;
}

.floatCartIcon {
    width: auto;
    height: 48px;
    border-radius: 24px;
    padding: 0 24px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 auto;
}

.floatCartIcon.signed-in {
    background-color: #0A2240E5;
    border: none;
    border-radius: 8px;
    width: 56px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    row-gap: 2px;
    /*margin-right: 16px;*/
    margin-top: 16px;

    @media (min-width:1200px) {
        /*margin-right: 48px;*/
        margin-top: 24px;
        padding: 16px;
        width: 128px;
        height: 128px;
    }

    svg {
        
    @media (min-width:1200px) {
        width: 48px;
        height: 48px;
    }
    }

    p{
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:992px) {
    .floatCartIcon.signed-in {
        height: 70px;
    }
}
   

.floatCartIcon.signed-in:hover {
    background-color: #133C65;
}

.header-minicart {
    position: relative;
}

.cart-summary {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F6F6F9;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    padding: 16px;
    margin-bottom: calc(70px + 16px);
    flex-direction: column;
    row-gap: 12px;
    /*z-index: 10;*/
    /* margin-bottom: 16px; */
    width: max(calc(100vw - 32px),100%);
    max-width: 361px;
    /* height: 352px; */

    z-index: 1000;

    /* margin-left: auto; */
    @media (min-width:1200px) {
        max-width: 320px;
        /* height: 448px; */
        padding: 24px;
        margin-bottom: calc(128px + 16px);
        row-gap: 16px;
    }

    .link-button {
        margin: 0;
    }
}

.cart-summary hr{
    margin: 8px 0;
}

@media (max-width:1199px) {
     .cart-summary hr {
         margin: 0 0;
     }
     .cart-summary {
        row-gap: 16px;
     }
}

.cart-summary.show {
    display: flex !important;
}

.cart-summary-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;

    @media(max-width:1200px) {
        height: 32px;
    }
}

@media (max-width:1199px) {
    .link-button.primary.checkout-button.checkoutFormSubmit{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.4px;
    }
}

@media (min-width:1200px) {
    .cart-summary-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.4px;
    }

    .link-button.primary.checkout-button.checkoutFormSubmit{
        margin-top: 8px;
    }

}

.cart-summary-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.cart-summary-detail-row > p:nth-child(2) {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.cart-summary-detail-row > p:nth-child(2) {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

@media (max-width:1199px) {
    .cart-summary-detail-row {
        font-size: 14px;
        line-height: 20px;
    }

    .cart-summary-detail-row > p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
    }
}

.cart-summary-detail-row.total {
    font-weight: 600;
}

.cart-summary-detail-row.tips {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #666669;
}

hr {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #C3C3C6;
}

.description hr {
    margin: 20px 0;
}

hr.dark-hr {
    border-top: 1px solid #23262A;
}

.checkout-button {
    margin: 0;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.header-top-signout-link {
    width: fit-content !important;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    max-width: 97px;
    height: 36px;
    
    span {white-space: nowrap;}
}

.setItems .setItem {
    padding: 16px;
    border: 1px solid #E5E5E8;
    border-radius: 8px;
    /* margin-bottom: 24px; */
    cursor: pointer;

    font-weight: 600;
}


@media (min-width: 1200px) {
    .setItems-box .setItem{
        max-width: 405.33px;
        height: 104px;
    }

    .setItems .setItem {
        padding: 16px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .setItems-box .setItem{
        max-width: 309px;
         height: 80px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .setItems .setItem-box{
        max-width: 100%;
        width: 100%;
        min-height: 104px;
    }
}

@media (max-width: 768px) {
    .setItems .setItem-box{
        max-width: 100%;
        width: 100%;
        min-height: 80px;
    }
}

/* .setItems .setItem:last-of-type {
    margin-bottom: 0;
} */

.setItems .setItem.selected {
    background-color: #FBF8F5;
    border-color: #976C43;
}

.setItems .setItem .itemName {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 0 0 4px;
}

.setItems .setItem .itemPrice {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}


@media (min-width: 1200px) {
    .setItems .setItem-box{
        max-width: 400px;
        height: 104px;
    }

    .setItems .setItem .itemName {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.4px;
        margin: 0 0 4px;
    }
}


.setItems-box-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 auto;
    width: 100%;

    @media (min-width:1200px) {
         gap: 24px;
    }
}

@media (max-width: 767px) {
    .setItems-box-grid {
      grid-template-columns: 1fr;
    }
}

.productDesc {
    /* padding-top: 8px; */
    margin: 32px 0 24px;
    cursor: pointer;

    @media (min-width:1200px) {
        padding-top: 8px;
        margin: 40px 0 32px;
    }
}

.productDesc .productName {
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0A2240;
    /* margin: 0 0 8px; */
    @media (min-width:1200px) {
        font-size: 30px;
        line-height: 36px;
    }
}

.productDesc .description {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #23262A;
    margin: 0;
    @media (min-width:1200px) {
         font-size: 16px;
        line-height: 24px;
    }
}

.selection-cat .catItemsRow.setList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selection-cat .catItemsRow.setList .set-product-title {
    margin-bottom: 0;
}

.page-title h3 {
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #0A2240;
    margin: 0 0 48px;

    @media (max-width:1199px) {
        margin: 0 0 24px;
        font-size: 30px;
        line-height: 36px;
    }
}

.page-title2 h3 {
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #0A2240;
    margin: 0;
}

.page-heading .page-title2{
    /*margin-top: 30px;*/
}

.cartTableWrap {
    border: 1px solid #E5E5E8;
    border-radius: 8px;
    overflow: hidden;
}

.cartTableWrap li {
    margin-top:8px;
}


#shopping-cart-table {
    width: 100%;
}

#shopping-cart-table thead tr th:not(:first-of-type),
#shopping-cart-table tbody tr td:not(:first-of-type) {
    display: none;
}

#shopping-cart-table tbody tr td:first-of-type {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

#shopping-cart-table tbody tr td:first-of-type .price-qty {
    display: flex;
    align-items: center;
    font-weight: 400;
}


#shopping-cart-table tbody tr td:first-of-type .price-qty>* {
    flex: 1 1 50%;
}

@media (min-width: 1200px) {

    #shopping-cart-table thead tr th:not(:first-of-type),
    #shopping-cart-table tbody tr td:not(:first-of-type) {
        display: table-cell;
    }
  
  	#shopping-cart-table tbody tr td:first-of-type .price-qty {
    	display: none !important;
	}

    /* #shopping-cart-table tbody tr td {
       height: 104px;
    } */
}

#shopping-cart-table thead {
    background-color: #FBF8F5;
    border-bottom: 2px solid #976C43;
}

#shopping-cart-table thead th {
    padding: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;

    @media (min-width:1200px) {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
}

#shopping-cart-table tbody td {
    padding: 24px;
    vertical-align: middle;
    border-bottom: 1px solid #E5E5E8;
}


#shopping-cart-table tbody tr:last-of-type td {
    border-bottom: 0;
}


#shopping-cart-table tbody tr td:first-of-type {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

@media(max-width:1199px) {

    #shopping-cart-table thead th{
        padding: 16px;
    }

    #shopping-cart-table tbody tr td:first-of-type{
        padding: 16px;
    }

    /* #shopping-cart-table tbody tr td {
       height: 116px;
    } */

    #shopping-cart-table thead th {
        height: 52px;
    }

    .cartTableWrap{
        max-width: 959px;
    }
}

#shopping-cart-table input[type="number"] {
    height: 48px;
    width: 64px;
    padding: 16px 24px;
    border: 1px solid #C3C3C6;
    border-radius: 8px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #23262A;
    font-weight: 600;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
}

@media (min-width: 1200px) {

    #shopping-cart-table tbody tr td:first-of-type {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.4px;
        display: table-cell;
    }

    #shopping-cart-table input[type="number"] {
        height: 56px;
        width: 80px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#shopping-cart-table input[type="number"]:focus-visible {
    outline: 2px solid #976C43;
}

.cart-container.show {
    display: flex !important;
    flex-direction: column;
    column-gap: 48px;
    row-gap: 48px;
}


.cart-totals-wrapper {
    border-radius: 8px;
    padding: 24px;
    background-color: #F6F6F9;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    height: max-content;
    @media (max-width:1200px) {
         padding: 16px;
         row-gap: 16px;
    }
}

.cart-totals-wrapper .cart-summary-title {
    font-size: 18px;
    line-height: 28px;
     @media (max-width:1200px) {
     font-size: 16px;
     line-height: 24px;
     letter-spacing:0.4px
    }
}

@media (min-width: 1200px) {
    .cart-container.show {
        flex-direction: row;
        justify-content: flex-end;
    }

    .cart.display-single-price {
        flex: 1 1 100%;
    }

    .cart-totals-wrapper {
        flex: 0 0 357px;
        max-width: 357px;
    }
}

.cart-summary-title svg {
    width: 48px;
    height: 48px;

    @media (max-width:1199px) {
        width: 32px;
        height: 32px;
    }
}

.cart-summary-details {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    @media (max-width:1199px) {
       row-gap: 12px;
    }
}

.cart-summary-details.total {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.cart-checkout {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;

    @media (max-width:1199px) {
        row-gap: 12px;
    }
}

.btnBack {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-decoration: underline;
    color: #976C43;
    border: none;
    background-color: transparent;
    cursor: pointer;
    /* min-height: 44px; */
}

@media (max-width:1199px) {
    .cart-checkout .btnBack{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
    }
}

.btnBack span{
    text-decoration: underline;
    color: #976C43;
}

.btnBack span{
    text-decoration: underline;
    color: #976C43;
}


.btnBack:hover {
    color: #976C43;
    opacity: 0.8;
}

.updateCart {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

@media (min-width: 1200px) {
    .updateCart {
        row-gap: 40px;
    }
}

.updateCartContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.updateCartContainer button {
    height: 48px;
    border-radius: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    /* text-transform: uppercase; */
    border: 1px solid #0A2240;
    background-color: transparent;
    color: #0A2240;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 400px;
    text-align: center;
    padding: 0 24px;
}

.updateCartContainer button:hover {
    border-color: #486488;
    color: #486488;
}

.updateCartContainer button:active {
    border-color: #486488;
    color: #486488;
    scale: 0.98;
}

.updateCartContainer button:disabled {
    border-color: #A4A4A7;
    color: #A4A4A7;
    cursor: not-allowed;
}

.set-options {
    font-weight: 500;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
}

@media (max-width:1200px) {
    .set-options{
        font-size: 12px;
        line-height: 16px;
    }
}

.lang {
    color: white;
}

.lang:hover {
    color: white;
    text-decoration: none;
}

.category-image {
    width: 100%;
    padding-top: 56.25%;
    /* 9/16 = 0.5625 -> 56.25% */
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .category-image {
        padding-top: calc(1 / 5 * 100%);
    }
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1246px;
    }
}

/* .main-content {
    padding-top: 48px;
} */

@media (min-width: 1200px) {
    .main-content {
        padding-top: 0px;
    }
}

.page-heading {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 24px;
}

.page-tips {
    padding: 16px;
    background-color: #FBF8F5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.page-tips h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

@media (min-width: 1200px) {
    .page-tips h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .page-heading {
        margin-bottom: 32px;
    }
}

.selection-items-category {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 16px;
    row-gap: 24px;
    margin-bottom: 24px;

    @media (min-width: 1200px) {
        column-gap: 24px;
        row-gap: 36px;
        margin-bottom: 36px;
    }
}

/* .selection-items-category .listTableRow {
    border: 1px solid #E5E5E8;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;


    .productImg {
        flex: 0 0 auto;
        padding-top: calc(3 / 4 * 100%);
        position: relative;

        a.popupImg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
        }

        img {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
        }
    }
} */

.selection-items-category .listTableRow {
    border: 1px solid #E5E5E8;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.selection-items-category .listTableRow .productImg {
    flex: 0 0 auto;
    padding-top: calc((3 / 4) * 100%);
    position: relative;
}

.selection-items-category .listTableRow .productImg a.popupImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.selection-items-category .listTableRow .productImg img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

@media (min-width: 520px) {
    .selection-items-category {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .selection-items-category {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .selection-items-category {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ptable-productDetail {
    flex: 1 0 auto;
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: flex-end;

    .ptable-item {
        flex: 1 0 auto;
    }

    .pTitle {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.4px;
        margin: 0 0 4px;
    }

    .reheatMethod {
        padding: 12px 0;

        a {
            display: inline-flex;
            align-items: center;
            column-gap: 8px;
            text-decoration: underline;
            height: 44px;

            p {
                text-decoration: underline;
            }
        }

        a:hover {
            color: #23262a;
        }
    }

    .ptable-price {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        .price-box {
            flex: 1 0 auto;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.2px;

            @media screen and (min-width: 1200px) {
                font-size: 16px;
                line-height: 24px;
            }
        }
    }
  
    .sDescr {
        font-size: 14px;
        line-height: 20px;

    	li {
        	list-style-type: disc;
    		margin-left: 22px;
        }
    }
}

.temp-closure {
    border: 1px solid #976C43;
    padding: 20px;
    border-radius: 8px;
}

.index-contact-msg {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #23262a;
    letter-spacing: 0.2pxï¼›
}
@media (max-width: 1199px) {
    .index-contact-msg {
        margin-top: 16px;
        font-size: 14px;
    }
}

footer#footer {
    margin-top: 80px;

    @media (min-width: 1200px) {
        margin-top: 120px;
    }
}

#footer ul li {
	font-size:12px !important;
	line-height:16px !important;
	letter-spacing:0.4px !important;
	margin-right: 0;
	
	

    @media (max-width:1199px) {
        font-size:10px !important;
        line-height:12px !important;
        letter-spacing:0.2px !important;
    }
}

.row {
    padding-bottom: 0 !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

#gotoTop{
    z-index: 1000;
    display: flex;
    margin-top: 16px;
    cursor: pointer;
}

.catDescriptionBottom {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #666669;
}

:root {
    --memw-theme-color-highlight: #976C43;
    --memw-theme-color-highlight-bg: #FBF8F5;
}

.ui-datepicker .ui-datepicker-header {
    background-color: var(--memw-theme-color-highlight) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: var(--memw-theme-color-highlight) !important;
	font-weight: normal;
    color: #fff !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    width: 44px !important;
    height: 44px !important;
    text-align: center !important;
    padding-top: 15px !important;
    border-radius: 8px !important;
    border: 1px solid var(--memw-theme-color-highlight-bg) !important;
    background: var(--memw-theme-color-highlight-bg) !important;

    @media (min-width: 1200px) {
        padding-top: 18px !important;
        width: 52px !important;
        height: 52px !important;
    }
}

.ui-datepicker td {
    padding: 4px 2px !important;
    @media (min-width: 1200px) {
        padding: 6px 3px !important;
    }
}

.ui-datepicker table {
    color: #23262A !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    /* border: 1px solid var(--memw-theme-color-highlight); */
    /* background: var(--memw-theme-color-highlight); */
    font-weight: normal;
    /* color: #ffffff !important; */

    border: 2px solid #976C43!important;
    background: var(--memw-theme-color-highlight-bg)!important;
    font-weight: normal;

}
.ui-state-active.ui-state-hover {
    background: var(--memw-theme-color-highlight) !important;
    color: #fff !important;
}

.ui-state-hover {
    color: #23262A !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    span.ui-state-default {
        background: none !important;
        border: none !important;
    }
}

.ui-datepicker-title {
    font-family: "Montserrat", sans-serif;
    font-size:18px;
    line-height:28px;
    letter-spacing: 0.4px;

    @media (min-width: 1200px) {
        font-size:20px;
    }
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 10px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 12px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 12px !important;
}

.ui-datepicker th {
    color:#A4A4A7;
    font-size: 12px;
    line-height: 16px;


    @media (min-width: 1200px) {
        font-size: 14px;
        line-height: 20px;
    }
}