@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

:root {
    --primary-color: #F58E85;
    --linear--0: #FBCFC2;
    --linear--100: #FE6C5F;
}

body {
    font-family: 'Noto Sans Thai', sans-serif;
}

main {
    margin-top: 60px;
    margin-bottom: 60px;
}

.logo {
    width: auto;
    height: 50px;
}

a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.narbar {
    background-color: var(--primary-color);
}

footer {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    z-index: 999;
    border-top: #d9d9d9 solid 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.point--data {
    background: #fff;
    margin: 5px;
    padding: 8px 10px 8px 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}

.cart--data a span {
    font-size: 10px;
    right: -10px;
    top: -10px;
}

.selectors,
.block {
    height: 100%;
    width: 100%;
}

.btn--primary {
    background-color: #fff;
}

#buttonGroup a.active {
    background: #fff;
    border-radius: 10px;
    margin: 2px;
    border: none;
}

.fa-icon-bottom {
    font-size: 24px;
    color: #fff;
}

#buttonGroup a.active .selector-holder span {
    color: var(--primary-color);
}

.text-bottom-footer {
    font-size: 11px;
    color: #000;
    display: block;
}

.w-24 {
    width: 24% !important;
}

.w-47 {
    width: 47% !important;
}

.h-80 {
    height: 80%;
}

.h-20 {
    height: 20%;
}

.h-70 {
    height: 70%;
}

.h-30 {
    height: 30%;
}




.border-radi-20px {
    border-radius: 20px !important;
}

.border-top-left-radi-20px {
    border-top-left-radius: 20px !important;
}

.border-top-right-radi-20px {
    border-top-right-radius: 20px !important;
}

.border-top-right-radi-10px {
    border-top-right-radius: 10px !important;
}

.border-top-left-radi-10px {
    border-top-left-radius: 10px !important;
}

.border-top-right-radi-14px {
    border-top-right-radius: 14px !important;
}

.border-top-left-radi-14px {
    border-top-left-radius: 14px !important;
}


.w-10px {
    width: 10px !important;
}

.h-10px {
    height: 10px !important;
}

.h-62{
  height: 62% !important;
}

.h-38 {
    height: 38% !important;

}

.w-80px {
    width: 80px !important;
}


.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.h-115px {
    height: 115px !important;
}

.ffa-Noto {
    font-family: 'Noto Sans Thai' !important;
}

.fstyle-normal {
    font-style: normal;

}

.fweight-400 {
    font-weight: 400;
}


.col-gap-12px {
    column-gap: 12px;
}


.img-cover {
    object-fit: cover !important;
}

.img-fill {
    object-fit: fill !important;
}

.cursor-pointer {
    cursor: pointer;
}



.a--active {
    color: var(--primary-color);
}

.pointer-none {
    pointer-events:none !important
}

.btn-close:focus {
   outline: none !important;
   box-shadow: none !important;
   border: none !important;
}


.color-C4C4C4 {
    color:#C4C4C4 !important
}


.bg-F58E85 {
    background-color: #F58E85 !important;
}

.color-white {
    color: #ffffff !important;
}

.hidden {
    visibility: hidden;
}

.pt-5px {
    padding-top: 5px !important;
}