html, body {
    margin: 0px;
    overflow-x: hidden;
}

body {
    background: #FEFCF5;
}

.inline-block {
    display: inline-block;
    vertical-align: top;

}

a {
    color: #FC7044;
    text-decoration: none;
}

.buttonEffect {
    cursor: pointer;
}

.buttonEffect:hover {
    filter: brightness(95%)
}

.Text1 {
    font-size: 45px;
    font-weight: 700;
    color: #FC7044;
    margin-bottom: 30px;
}

.Text2 {
    font-size: 22px;
    color: #FC7044;
}

.Text3 {
    font-size: 18px;
    color: #FC7044;
}

.BText3 {
    font-size: 18px;
    color: #000000;
}

.RadiusBlock {
    background: #fff;
    border-radius: 5px;
    line-height: 55px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}

.RadiusBlock .HeaderBlock {
    position: absolute;
    left: 26px;
    top: 14px;
}

.RadiusBlock .FooterBlock {
    right: 26px;
    top: 1px;
    position: absolute;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.material-icons {

    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.content-wrapper {
    background: #fff;
}

.ui-menu-item {
    padding: 5px;
}


input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 5px;
    outline: none;
}


.loopickInputWithFieldName {
    position: relative;
}


.loopickInput .inputFieldName {
    position: absolute;
    top: calc(50% - 16px);
    left: 20px;
    color: #FC7044;
    font-size: 24px;
    border-right: 3px solid #FC7044;
    width: 165px;
}

.loopickInput3 input {
    border: 1px solid #FC7044;
    border-radius: 30px;
    color: #A6A6A6;
    line-height: 45px;
    width: 100%;
    font-size: 18px;
    padding-left: 25px;
}

.loopickInput2 input {
    border: 2px solid #FC7044;
    border-radius: 30px;
    color: #A6A6A6;
    line-height: 45px;
    width: 100%;
    font-size: 18px;
    padding-left: 25px;
}

.loopickInput input {
    border: 3px solid #FC7044;
    border-radius: 30px;
    color: #A6A6A6;
    line-height: 55px;
    width: 100%;
    font-size: 24px;
}

.loopickInput2 select {
    border: 2px solid #FC7044;
    color: #A6A6A6;
    font-size: 18px;
    border-radius: 30px;
    height: 50px;
    line-height: 45px;
    text-align: center;
}

.loopickInput select {
    border: 3px solid #FC7044;
    color: #A6A6A6;
    font-size: 24px;
    border-radius: 30px;
    height: 63px;
    line-height: 63px;
}


.loopickInputWithFieldName input {
    padding-left: 200px !important;
}

.loopickCheckbox {
    position: relative;
}

.loopickCheckbox input {
    accent-color: #FC7044;
    color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    align-content: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    border: 1px solid #FC7044;
    text-align: center;
    width: 18px;
    height: 18px;
    position: relative;
    background: #ffffff;
    top: 3px;
    left: 0px;
}
.loopickCheckbox input:focus {
    background: #fff;
    outline:0px solid #fff;
}

.loopickCheckbox input::before {
    left: 0px;
    top: 0px;
    position: absolute;
    content: "✓";
    width: 17px;
    height: 17px;
    transform: scale(0);
}

.loopickCheckbox input:checked::before {
    transform: scale(1);
    background: #FC7044;
}

input[type=text]:focus {
    border: 1px solid #ccc;
}


.AddProductFieldName {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
}


textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 5px;
    resize: none;
}


.LoopickBigButton {
    background: #FC7044;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 55px;
    position: relative;
    cursor: pointer;
}

.LoopickBigButton i {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}

.UIButton {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 0px solid #aaa;
    user-select: none;
    border-radius: 3px;
    background: #000;
    color: #fff;
    padding: 5px;
}

.UIButton:hover {
    font-weight: 800;
}

.formErrorLabel {
    color: #f28533;
    width: 100%;
    text-align: center;
    font-weight: 800;
}

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

.LH-20 {
    line-height: 20px;
}

.LH-25 {
    line-height: 25px;
}

.FW-800 {
    font-weight: 800
}

.FW-700 {
    font-weight: 700
}

.FW-400 {
    font-weight: 400
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

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

.p-1 {
    padding: 1px;
}

.p-2 {
    padding: 2px;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-50 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.m-0 {
    margin: 0px;
}

.m-5 {
    margin: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.m-10 {
    margin: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.TSize1 {
    font-size: 12px;
}

.TSize2 {
    font-size: 14px;
}

.TSize3 {
    font-size: 16px;
}

.W-50 {
    width: 50px;
}

.W-60 {
    width: 60px;
}

.W-70 {
    width: 70px;
}

.W-80 {
    width: 80px;
}

.W-90 {
    width: 90px;
}

.W-100 {
    width: 100px;
}

.W-150 {
    width: 150px;
}

.W-200 {
    width: 200px;
}

.W-250 {
    width: 250px;
}

.W-300 {
    width: 300px;
}

.W-350 {
    width: 350px;
}

.W-Full
{
    width: 100%;
}

.SFAlert {
    text-align: center;
    left: calc(50% - 150px);
    line-height: 30px;
    font-size: 16px;
    padding: 10px;
    top: calc(50% - 100px);
    position: fixed;
    width: 250px;
    height: auto;
    color: #fff;
    font-weight: 800;
    background: #FC7044;
    border-radius: 3px;
    opacity: 0.9 !important;
}

.SFAlert i {
    animation-name: upAnimation;
    transform-origin: center bottom;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.FullScreenLoading {
    z-index: 99999;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;

}


/* Popup windows */
/* The Modal (background) */
.popWindow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.SFPopupContent::-webkit-scrollbar {
    width: 7px;
    background-color: #FC7044;
    scrollbar-color: #FC7044 #ffffff;
}

.popWindow-content {
    position: relative;
    background-color: #FEFCF5;
    margin: 100px auto; /* 15% from the top and centered */
    padding-top: 20px;
    border: 0px solid #FEFCF5;
    border-radius: 15px;
    width: 100%;
    height: 400px;
    max-width: 600px; /* Could be more or less, depending on screen size */
    z-index: 2001;
    overflow: hidden;
}

.PopupNotificationContainer {
    text-align: center;
    width: 100%;
    top: 60px;
    left: 0px;
    opacity: 0.96;
    position: absolute;
    min-height: 50px;
    display: none;
}

.PopupNotificationContent {
    width: 100%;
    max-width: 300px;
    background: #f3d7a1;
    opacity: 0.9;
    display: inline-block;
    padding: 10px;
    color: #000;
    text-align: left;
    font-weight: 700;
}

.PopupNotificationContentText {
    line-height: 30px;
}

/* The Close Button */
.popWindow-close {
    color: #453e3e;
    float: right;
    font-size: 20px;
    font-weight: normal;
    margin-top: -10px;
    user-select: none;
    margin-right: 10px;
}

.popWindow-close:hover,
.popWindow-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.SFPopupTitle {
    font-weight: 800;
    color: #fc7044;
    padding-left: 20px;
    padding-right: 20px;
}


/* Popup windows */
.upload_zone {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    font-size: 10px;
    line-height: 18px;
    padding: 3px;
    text-align: center;
    border: 1px dotted #000;
    border-radius: 3px;
    cursor: pointer;
}

.Dragover {
    background: #eee;
}

.FormDiv {
    margin-top: 5px;
    margin-bottom: 5px;
}


.FormDivTitle {
    font-weight: 800;
    margin-bottom: 10px;
}

.MustField {
    color: #f00;
}

/* loading */
.load-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: red;
    animation: load-icon-frame 2s linear infinite;
    -webkit-animation: load-icon-frame 2s linear infinite;
}

.B-10 {
    display: inline-block;
    vertical-align: top;
    width: calc(10% - 6px);
}

.B-15 {
    display: inline-block;
    vertical-align: top;
    width: calc(15% - 4px);
}

.B-20 {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 6px);
}

.B-25 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 6px);
}

.B-30 {
    display: inline-block;
    vertical-align: top;
    width: calc(30% - 4px);
}


.B-33 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 4px);
}

.B-35 {
    display: inline-block;
    vertical-align: top;
    width: calc(35% - 4px);
}

.B-40 {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 4px);
}

.B-45 {
    display: inline-block;
    vertical-align: top;
    width: calc(45% - 4px);
}

.B-50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
}

.B-60 {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 4px);
}

.B-70 {
    display: inline-block;
    vertical-align: top;
    width: calc(70% - 2px);
}

.B-75 {
    display: inline-block;
    vertical-align: top;
    width: calc(75% - 4px);
}

.B-85 {
    display: inline-block;
    vertical-align: top;
    width: calc(85% - 4px);
}

.B-90 {
    display: inline-block;
    vertical-align: top;
    width: calc(90% - 4px);
}

.LoopickHint {
    background: #FEE7D5;
    line-height: 40px;
    padding-left: 60px;
    padding-right: 40px;
    color: #FC7044;
    position: relative;
    display: none;
}

.FullWidth {
    width: calc(100% - 4px);
}

.AddProductActionBtn {
    user-select: none;
    display: block;
    border: 0px;
    margin-bottom: 5px;
}

.AddProductActionBtn i {
    margin-right: 5px;
}

.MemberBtn {
    position: absolute;
    top: 0px;
    right: 30px;
}

.ContentSection {
    line-height: 40px;
    /*border-top: 1px solid #eee;*/
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ContentSectionItem {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 20px;
    font-weight: 500;
    user-select: none;
}

.ActiveSectionItem {
    color: #fc7044;
}

.ContentSectionItem:hover {
    color: #fc7044;
}

.loopickClassicTransparentBtn:hover {
    opacity: 1;
}

.loopickClassicTransparentBtn {
    height: auto;
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    background: transparent;
    color: #000;
    border-radius: 15px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    opacity: 0.5;
}

.loopickClassicBtn {
    height: 30px;
    width: 100px;
    text-align: center;
    background: #fc7044;
    color: #fff;
    border-radius: 15px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.loopickWhite {
    color: #fc7044;
    background: #fff;
}

@keyframes load-icon-frame {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load-icon-frame {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes upAnimation {
    0% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    10% {
        transform: rotate(-12deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    20% {
        transform: rotate(12deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    28% {
        transform: rotate(-10deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    36% {
        transform: rotate(10deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    42% {
        transform: rotate(-8deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    48% {
        transform: rotate(8deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    52% {
        transform: rotate(-4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    56% {
        transform: rotate(4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    60% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    100% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
}


.footMenuItem, .footMenuItem a {
    color: #fff;
}

.footMenuItem a:hover {
    font-weight: 700;
}


/* 登入 */
.popWindow-content .input-field {
    margin-bottom: 32px;
    background-color: #fff;
    border-radius: 9999px;
    border: 3px solid #FC7044;
    padding: 10px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 32px;
    padding-left: 30px;
}

.popWindow-content .input-field label {
    color: #FC7044;
    font-family: Noto Sans TC;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
    user-select: none;
}

.popWindow-content .input-field .divider {
    width: 2px;
    height: 20px;
    background-color: #FC7044;
}

.popWindow-content .input-field input {
    border: none;
    font-family: Noto Sans TC;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: left;
    width: calc(100% - 100px);
    -webkit-box-shadow: 0 0 0 30px white inset !important;

}

.popWindow-content .input-field input:focus {
    border: 0px solid #555;
}

.popWindow-content .input-field input::placeholder {

    font-family: Noto Sans TC;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #A6A6A6;
}

.popWindow-content .login-form div:has(.forget-password) {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 60px;
}

.popWindow-content .login-form .forget-password {
    background-color: transparent;
    border: none;
    color: #A6A6A6;
    font-family: Noto Sans TC;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: right;
}

.popWindow-content .next {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    color: #ffffff;
    background-color: #A6A6A6;
    border-radius: 9999px;
    border: 3px solid #A6A6A6;
    padding: 10px 20px;
    gap: 32px;
    cursor: pointer;
}

/* 登入 End */

.FootABBlock {
    position: absolute;
    bottom: calc(50% - 250px);
    left: calc(50% - 236px);
    width: 472px;
}

.FootLogo {
    width: 300px;
}

.MobileMemberBtn {
    display: none;
}

.loopickRadio {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #fc7044;
}

.loopickCheckbox {
    font-weight: 700;
    font-size: 10px;
    vertical-align: top;
    display: inline-block;
    border: 2px solid #fc7044;
    height: 16px;
    width: 16px;
    background-color: transparent;
    line-height: 16px;
    border-radius: 2px;
    color: transparent;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    user-select: none; /* 防止文字被滑鼠選取反白 */
    outline: 0px solid transparent !important;

}

.loopickCheckbox:checked {
    color: #fc7044;
}

.loopickCheckbox:after {
    content: "✓";
}

.flex {
    display: flex;
}

.flexGrowFull {
    flex-grow: 1;
}

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

@media screen and (max-width: 1200px) {
    .FootABBlock {
        bottom: calc(50% - 170px);
    }

    .FootLogo {
        width: 250px;
    }

    .MobileMemberBtn {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .FootLogo {
        width: 220px;
    }

    .FootABBlock {
        bottom: calc(50% - 120px);
    }

    .MobileMemberBtn {
        display: none;
    }
}

@media screen and (max-width: 760px) {


    .MemberBtn {
        display: none;
    }

    .MobileMemberBtn {
        display: inline-block;
        background: transparent;
        position: absolute;
        top: 13px;
        right: 20px;
    }

    .inputFieldName {
        width: 130px !important;
    }
}

@media screen and (max-width: 600px) {
    .FootLogo {
        width: 200px;
    }

    .FootABBlock {
        bottom: calc(50% - 70px);
    }

    .footMenuItem, .footMenuItemSocialBK, .footMenuCopyRight {
        display: none;
    }
}

@media screen and (max-width: 475px) {

    .popWindow-content .loginInputLabel, .popWindow-content .divider {
        display: none;
    }

    .popWindow-content .input-field input {
        width: calc(100% - 10px);
    }

    .FootABBlock {
        bottom: calc(50% - 50px);
    }

    .FootLogo {
        width: 200px;
    }

    .footMenuItem, .footMenuItemSocialBK, .footMenuCopyRight {
        display: none;
    }

    .B-90, .B-85, .B-75, .B-70, .B-60, .B-50, .B-40, .B-33, .B-30, .B-25, .B-20, .B-15, .B-10 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
