:root {
    --ck-highlight-marker-yellow: #fdfd77;
    --ck-highlight-marker-green: #63f963;
    --ck-highlight-marker-pink: #fc7999;
    --ck-highlight-marker-blue: #72cdfd;
    --ck-highlight-pen-red: #e91313;
    --ck-highlight-pen-green: #180;
    --ck-image-style-spacing: 1.5rem;
}

body {
    font-family: "PingFang TC", "STHeitiTC-Light", "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.modal-open {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

p:last-child {
    margin-bottom: 0;
}

a,
a.disabled:hover,
a:disabled:hover {
    color: rgb(64, 64, 64)
}

strong {
    font-weight: 700
}

.navbar-custom {
    min-height: 44px;
    box-shadow: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-custom .navbar-brand {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 44px
}

.navbar-brand img {
    max-height: 100%;
    max-width: calc(100vw - 240px);
    margin-top: auto;
    margin-bottom: auto;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    background-color: #000
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.navbar-custom a.nav-link,
.page-footer,
.groupbuy-descr-footer {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}

.navbar.fixed-top .navbar-collapse {
    overflow: initial
}

.navbar.fixed-top .navbar-collapse.collapsing {
    overflow: hidden
}

.navbar-custom .dropdown-menu {
    right: 0;
    left: auto;
}

.fab.fa-line {
    line-height: 24px;
    font-size: 20px;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-instagram-square {
    color: #E1306C;
}

.fa-line {
    color: #00C300;
}

.fa-twitter-square {
    color: #00acee;
}

.fixed-action-btn-contact .fab.fa-line {
    line-height: 48px;
}

.countdown {
    margin-top: 1.5rem;
    padding-bottom: 0.1rem;
}

.countdown-title {
    letter-spacing: 2px
}

.countdown-digit {
    display: inline;
    font-size: 30px;
    margin: 0 4px;
    padding: 4px;
    border-radius: 4px;
}

.countdown-label {
    font-size: 10px;
    padding: 0 2px;
}

/* color */
.bg-color-1 {
    background-color: #ea7066 !important;
}

.bg-color-2 {
    background-color: #f0c24b !important;
}

.bg-color-3 {
    background-color: #b5d56a !important;
}

.bg-color-4 {
    background-color: #ea77ad !important;
}

.bg-color-5 {
    background-color: #84bed6 !important;
}

.bg-color-6 {
    background-color: #a597e7 !important;
}

.red-green-gradient {
    background-image: linear-gradient(to right, #fd3e26 0, #fd3e26 0, #fe6029 21%, #fee03a 52%, #83e631 78%, #53e863 100%);
}

.blue-green-gradient {
    background-image: linear-gradient(to right, #2b72fa 0, #2b72fa 0, #17c0c3 21%, #17bfc2 52%, #a3e83e 78%, #e6ea39 100%)
}

.color-bar .col-sm-1 {
    height: 1px;
    text-indent: -99999px;
}

.btn {
    text-transform: none;
}

.btn-outline-light-grey {
    border: 1px solid #ddd;
    color: #ddd !important;
    background-color: transparent
}

.btn-outline-light-grey.active,
.btn-outline-light-grey:active,
.btn-outline-light-grey:active:focus,
.btn-outline-light-grey:focus,
.btn-outline-light-grey:hover {
    background-color: transparent;
    color: #616161;
    border-color: #616161
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.card-body {
    flex: 1 1 auto;
}

.quick-guide {
    background-color: rgba(0, 0, 0, .7);
}

h4 {
    letter-spacing: 2px
}

h5 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.carousel-multi-item .col-4 {
    float: left;
    width: 33.333333%;
    max-width: 100%;
}

.card-deck .card:not(:first-child) {
    margin-left: 5px;
}

.card-deck .card:not(:last-child) {
    margin-right: 5px;
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.groupbuy-subtitle {
    display: block;
    font-size: 85%;
    margin-top: 4px
}

.groupbuy-descr-billing [type=checkbox]+label,
.section-other [type=checkbox]+label,
.section-other [type=radio]+label {
    height: 100% !important;
}

.section-address .section-title,
.section-other .section-title {
    padding: 0.25rem;
    margin-top: 0;
}

.figure-caption,
.itemset-price-s {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control-like {
    margin: .7rem 0 .18rem;
}

.form-control-v4 {
    border: 1px solid #ced4da;
}

.form-inline .form-check {
    padding-right: 0.5rem
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    padding: 6px 4px 6px 4px !important;
    min-width:48px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2;
}

header-fixed {
    width: 100%
}

.header-fixed>thead,
.header-fixed>tbody,
.header-fixed>thead>tr,
.header-fixed>tbody>tr,
.header-fixed>thead>tr>th,
.header-fixed>tbody>tr>td {
    display: block;
}

.header-fixed>tbody>tr:after,
.header-fixed>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed>tbody {
    overflow-y: auto;
    height: 300px;
}

.gb-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 3s;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: infinite;
}

table.table-td-borderless td {
    border: 0;
}

table.table-v3 thead:not(:first-child) td {
    padding-top: 24px !important;
}

.tiny {
    font-size: 50%;
}

.itemset-section,
.section {
    position: relative;
}

/*.itemset-section {overflow-x:hidden;} cause sticky-top invalid */
.item-img {
    max-height: 240px
}

.item-retail-price-label {
    color: #6c757d;
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    text-decoration-thickness: from-font;
}

.item-price-price,
.item-price {
    letter-spacing: 2px
}

.item-price-price,
.item-price-retailPrice {
    font-family: Roboto, sans-serif;
}

/* form & input */
select {
    display: inline !important
}

select[class*=gradient] option {
    color: black;
}

.md-form.form-sm label {
    letter-spacing: 1px;
}

.md-form.form-sm label.active {
    font-size: 1.1rem;
    white-space: nowrap;
}

.md-form.form-sm input {
    line-height: 1.5;
}

.md-form.form-sm .prefix~select {
    margin-left: 2.2rem;
}

.md-form .prefix~select {
    margin-left: 3rem;
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
}

.md-form.form-sm .prefix~span {
    margin-left: 2rem;
}

.form-control-feedback {
    position: absolute;
    right: -20px;
    top: 13px;
}

.has-error .form-control-feedback,
.help-block {
    color: #a94442;
    background-color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    font-weight: 400
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.discount-label {
    z-index: 2;
    position: absolute;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 !important;
}

.discount-label span.label {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 4px 4px 0 4px;
    margin-bottom: 2px;
    margin-left: 4px;
    border: 1px solid;
    padding: 4px 6px !important;
    transform: skewY(10deg);
}

.mh-480 {
    max-height: 480px
}

.testimonial-card .card-up {
    height: 90px;
}

.testimonial-card .avatar {
    width: 90px;
    height: 90px;
}

main {
    padding-top: 44px;
    min-height: calc(100vh - 174px)
}

label.error {
    position: relative;
    color: #f00;
    transform: none !important;
    font-size: 0.8rem;
}

.sticky-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}

.card-body-form {
    min-height: 480px
}

ol.carousel-indicators {
    margin-bottom: 0
}

.carousel .carousel-indicators li {
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.4));
}

.card-body .tabs-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 2px;
    z-index: 1020;
}

.glyphicon-refresh-animate,
.fa-refresh-animate {
    -animation: spin 1.2s infinite linear;
    -webkit-animation: spin2 1.2s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.badge {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.badge-label {
    padding: .25rem;
    font-size: 80%;
    line-height: 1.5;
    letter-spacing: 1px;
    white-space: normal;
}

.badge-gift {
    background-color: #fd668c;
    padding: 6px;
    letter-spacing: 2px;
    font-size: 85%;
}

.badge-oos {
    background-color: #6c757d;
    padding: 6px;
    letter-spacing: 2px;
    font-size: 85%;
}

figure.image {
    margin: 0;
}

figure.table table {
    margin-left: auto;
    margin-right: auto;
}

.modal-body img,
.card-body img,
.groupbuy-descr-footer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    padding: 16px 16px 8px 16px;
}

.modal-header i {
    margin-right: 8px;
}

.modal-dialog-no-header .modal-body {
    padding: 0;
}

.modal-dialog-no-header .close {
    position: absolute;
    right: 4px;
    color: #fff;
    opacity: 1;
    font-size: 2rem;
}

.card-footer {
    background-color: transparent;
}

.card-foot-sdescr-s4 {
    font-size: 80%;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
}

.card-foot-sdescr-s4 p {
    margin-bottom: 4px;
}

.text-shadow {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));
}

.modal .nav-tabs {
    font-size: 16px;
    letter-spacing: 2px;
}

.nav-tabs {
    background-color: rgb(43, 187, 173);
    font-size: 12px
}

.nav-tabs .nav-link {
    border: 0;
    color: #000;
    background-color: #fff;
    border-radius: 0;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-link.active {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 2px
}

.md-form.form-sm .prefix {
    font-size: 1.25rem;
    line-height: 32px
}

.badge-warning {
    background-color: #ff9800 !important;
}

.badge-outline {
    display: inline-block;
    border: solid 1px;
    background-color: #ffffffcc;
    letter-spacing: 1px;
    font-size: .85rem;
    margin: 4px 2px;
    font-weight: 400;
    border-radius: 4px;
    padding: 4px;
}

.badge-outline-info {
    color: #17a2b8 !important;
}

.badge-outline-warning {
    color: #ff9800 !important;
}

.btn-floating {
    background-color: #a6c;
}

footer.page-footer ul {
    list-style-type: none;
    padding: 0
}

footer.page-footer {
    padding-top: 1rem;
    position: relative;
}

.footer-pm-logo {
    text-align: center;
    padding-bottom: 4px;
}

.footer-pm-logo img {
    max-height: 24px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #FFF;
}

.pull-right {
    float: right;
}

.fb_dialog.fb_customer_chat_bubble_pop_in {
    display: none !important;
}

.fixed-action-btn {
    bottom: 0;
    right: -2px;
    z-index: 1021;
    overflow: hidden;
}

.fixed-action-btn.active {
    overflow: visible;
}

.fixed-action-btn ul {
    height: auto;
    transform: translate(0px, 300px);
    -webkit-transform: translate(0px, 300px);
}

.fixed-action-btn ul li {
    margin-bottom: 0
}

.fixed-action-btn.active ul {
    height: auto;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
}

.btn-floating i.fab.fa-line,
i.fab.fa-facebook-messenger {
    font-size: 1.75rem;
}

.btn-floating.btn-up-down {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 32px;
    padding: 4px 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.btn-floating.btn-up-down i {
    line-height: 16px;
    margin-top: 4px;
    font-size: 12px;
    color: #619de2;
}

a#btn-itemset-up {
    top: 0;
}

a#btn-itemset-down {
    bottom: 0;
}

#sticky-menu-left {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: calc(50vh - 100px);
}

#sticky-menu-right {
    position: fixed;
    z-index: 1021;
    right: 0;
    top: calc(50vh - 100px);
    height: 100px;
    width: 24px;
    border-radius: 4px 0 0 4px;
    background-color: rgba(0, 0, 0, 0.6);
}

.custom-layout {
    background: rgba(52, 58, 64, .3);
    z-index: 99;
}

.custom-layout li {
    padding-right: 9px;
    padding-left: 0;
}

.itemset-section .help-block.has-error {
    position: sticky;
    bottom: 0;
}

.itemset-section .card-deck {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.itemset-section .card-deck .card {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
}

.item-cart {
    padding: 0;
    border: 0;
    font-size: 0.9rem
}

.item-cart li {
    padding: 4px 24px 4px 4px;
    border: 0;
    background-color: transparent;
}

.item-cart a {
    position: absolute;
    right: -4px;
    bottom: 0;
    font-size: 1.2rem
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px),
(max-width: 768px) {
    .custom-layout li {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen {
    .custom-layout li:first-child {
        padding-top: 2px;
    }

    .custom-layout li:last-child {
        padding-bottom: 2px;
    }

    .custom-layout li a {
        padding: 2px 2px;
    }

    .custom-layout li a span {
        border-radius: 10%;
        width: 12px;
        height: 18px;
    }

    .custom-layout li a.active span {
        background: #d9534f !important;
    }
}

@media (max-width: 767px) {
    .navbar-custom .dropdown-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width: 850px) and (min-width: 800px) {
    div#navbarSupportedContent {
        overflow-x: inherit !important;
        overflow-y: inherit !important;
    }
}

.chip-popup {
    margin-left: 20px;
    height: auto;
}

/* ckeditor */
.marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.pen-red {
    color: var(--ck-highlight-pen-red)
}

.pen-green,
.pen-red {
    background-color: transparent
}

.pen-green {
    color: var(--ck-highlight-pen-green)
}

.text-tiny {
    font-size: .7em;
}

.text-small {
    font-size: .85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}

.btn-quick-guide {
    padding: .5rem !important;
    border: 2px solid #ddd;
    color: #fff;
    background-color: transparent;
}

.btn-md.btn-md-strong {
    font-size: 1rem;
    padding: .45rem 1.6rem;
    letter-spacing: 1px;
    font-weight: 500;
}

figure.image {
    clear: both;
    text-align: center;
}

figure.image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}

figure.image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}

figure.image-style-align-left,
figure.image-style-align-right {
    max-width: 50%;
}

.help-block.submit.has-error {
    background-color: transparent;
    padding: 1.25rem;
    text-align: center;
    letter-spacing: 2px
}

.help-block.submit.has-error i {
    font-size: 20px;
}

.submit.help-block a {
    color: #eefcac;
    background: #000000bb;
    padding: 4px;
}

input.form-input-digit {
    width: 24px;
}

.itemset-salesrules {
    padding: 10px 0 10px 0;
}

.salesrule {
    display: block;
    border: 0;
    letter-spacing: 1px;
    font-size: .85rem;
    margin: 8px 2px 0 2px;
    font-weight: 400;
    border-radius: 4px;
    padding: 8px 0 0 0;
}

.salesrule i {
    margin-right: 4px;
}

.salesrule-item {
    border: solid 0 #fd668c;
    color: #fd668c;
}

.salesrule-itemset {
    border: solid 0 #33b5e5;
    color: #33b5e5;
}

.zindex-lightbox {
    z-index: 6500;
    position: relative;
}

.mdb-lightbox figure.media {
    float: none;
}

.md-toast-message a,
.md-toast-message label,
.md-toast-close-button,
#toast-container>div {
    color: white;
}

.md-toast-title {
    font-weight: 400
}

.md-toast-message {
    word-wrap: break-word
}

.md-toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.md-toast-close-button {
    position: relative;
    top: -.3em;
    right: -.3em;
    float: right;
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: .8
}

.md-toast-close-button:hover,
.md-toast-close-button:focus {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: .4
}

button.md-toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.md-toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.md-toast-bottom-center {
    right: 0;
    bottom: 0;
    width: 100%
}

.md-toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.md-toast-bottom-full-width {
    right: 0;
    bottom: 0;
    width: 100%
}

.md-toast-top-left {
    top: 12px;
    left: 12px
}

.md-toast-top-right {
    top: 12px;
    right: 12px
}

.md-toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.md-toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    width: 18.75rem;
    padding: 15px 15px 15px 50px;
    margin: 0 0 6px;
    overflow: hidden;
    filter: alpha(opacity=95);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: .95
}

#toast-container>:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
    -webkit-transition: .45s;
    transition: .45s
}

#toast-container.md-toast-top-center>div,
#toast-container.md-toast-bottom-center>div {
    width: 18.75rem;
    margin: auto
}

#toast-container.md-toast-top-full-width>div,
#toast-container.md-toast-bottom-full-width>div {
    width: 96%;
    margin: auto
}

.md-toast {
    background-color: #030303
}

.md-toast-success {
    background-color: #00c851;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

.md-toast-error {
    background-color: #ff3547;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

.md-toast-info {
    background-color: #33b5e5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

.md-toast-warning {
    background-color: #fb3;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

.md-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: .4
}

.nmpd-modal-backdrop.in {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.nmpd-wrapper .btn {
    border-radius: 3px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    box-shadow: none !important;
    border: solid 1px #ccc;
}

.nmpd-wrapper td {
    padding: 4px !important;
    border-top: 0;
    min-width: 65px;
}

.nmpd-wrapper input {
    font-size: 18px;
    width: 254px;
    letter-spacing: 2px;
}

.nmpd-wrapper button.numero {
    background-color: #edf4ff;
}

.nmpd-wrapper .done,
.nmpd-wrapper .cancel,
.nmpd-wrapper .del,
.nmpd-wrapper .clear {
    width: 48px;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
}

.nmpd-wrapper .done {
    background-color: #4285f4;
    color: white;
}

.gm-scrollbar .tab-content,
.gm-scrollbar .card-text {
    max-height: calc(66vh);
    overflow-y: auto;
}

.gm-scrollbar.gm-popup-open .tab-content,
.gm-scrollbar.gm-popup-open .card-text {
    max-height: 100%;
}

.gm-scrollbar .tab-content::-webkit-scrollbar-track,
.gm-scrollbar .card-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.gm-scrollbar .tab-content::-webkit-scrollbar,
.gm-scrollbar .card-text::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.gm-scrollbar .tab-content::-webkit-scrollbar-thumb,
.gm-scrollbar .card-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.gm-scrollbar .tab-content::-webkit-scrollbar,
.gm-scrollbar .card-text::-webkit-scrollbar {
    width: 6px;
}

div#message .alert {
    display: block;
    position: fixed;
    width: calc(100vw - 60px);
    z-index: 99999;
    top: 60px;
    left: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

div#message button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.card-text-gb p,
.tab-content p {
    letter-spacing: 2px;
}

.itemset-section .card-deck .card-footer {overflow-x: hidden;}

.card-item[data-info-available="true"] .item-img:hover {cursor: pointer;}
.card-item .details-icon-container {position: absolute;bottom: 0px;right: 0px;width: 16px;height: 16px;background-color: rgba(0, 0, 0, 0.25);color: white;border-radius: 20%;display: flex;justify-content: center;align-items: center;font-size: 10px;z-index:1;}
.card-body-itemset, .card-item .card-body {padding-left:0;padding-right:0;}
.card-body-itemset .card-text,
.card-body-itemset .tabs-wrapper,
.card-body-itemset .tab-content,
.card-item .card-body .row,
.card-item .card-body .card-text,
.card-item .card-body .tabs-wrapper,
.card-item .card-body .tab-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gm-popup.card-body-itemset,
.gm-popup.card-body-item {
    display: none;
}

.gm-popup-open.card-body-itemset,
.gm-popup-open.card-body-item {
    position: fixed;
    display: block !important;
    top: 56px;
    right: 10px;
    z-index: 1049;
    width: calc(100vw - 20px);
    height: calc(100vh - 112px);
    background-color: #fff;
    padding-top: 0;
    animation: slide-in 0.5s;
}

.gm-popup-close {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f410";
    font-size: 36px;
    color: #fff;
    position: fixed;
    top: 16px;
    right: 10px;
    z-index: 1049;
}

.gm-popup-open.card-body-itemset .card-text,
.gm-popup-open.card-body-item .card-text {
    padding-top: 20px;
}

.card-body-readmore {
    padding: 16px 4px;
    letter-spacing: 4px;
    text-align: center;
    cursor: pointer;
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes slide-in-LR {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-in-RL {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-in-TB {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes slide-in-BT {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes slide-out-LR {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes slide-out-RL {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes slide-out-TB {
    0% {
        -webkit-transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

@keyframes slide-out-BT {
    0% {
        -webkit-transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}


@media (min-width: 576px) {
    .testimonial-card .avatar {
        width: 120px;
        height: 120px;
    }

    .card-body-itemset .card-text,
    .card-body-itemset .tabs-wrapper,
    .card-body-itemset .tab-content,
    .card-item .card-body .row,
    .card-item .card-body .card-text,
    .card-item .card-body .tabs-wrapper,
    .card-item .card-body .tab-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width:600px) {
    .md-form .prefix~select {
        width: 80%;
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:992px) {
    .md-form .prefix~select {
        width: 86%;
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem)
    }
}

@media (max-width:575px) {
    .slide-out-left-scroll {
        animation: slide-in-LR 0.5s;
    }

    .slide-out-left-scroll.slide-out {
        animation: slide-out-RL 0.5s;
        -webkit-transform: translateX(-100%);
    }

    .slide-out-right-scroll {
        animation: slide-in-RL 0.5s;
    }

    .slide-out-right-scroll.slide-out {
        animation: slide-out-LR 0.5s;
        -webkit-transform: translateX(100%);
    }

    .slide-out-down-scroll {
        animation: slide-in-BT 0.5s;
    }

    .slide-out-down-scroll.slide-out {
        animation: slide-out-TB 0.5s;
        -webkit-transform: translateY(100%);
    }
}

@media (min-width: 768px) {

    .item-price-price,
    .item-price {
        font-size: 100%
    }

    .gm-popup-open.card-body-itemset,
    .gm-popup-open.card-body-item {
        right: calc((100vw - 692px)/2);
        max-width: 692px;
    }

    .gm-popup-close {
        right: calc((100vw - 692px)/2);
    }
}

@media (min-width: 992px) {

    .gm-popup-open.card-body-itemset,
    .gm-popup-open.card-body-item {
        right: calc((100vw - 932px)/2);
        max-width: 932px;
    }

    .gm-popup-close {
        right: calc((100vw - 932px)/2);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }

    #sticky-menu-right {
        right: 16px;
        border-radius: 4px;
    }

    .fixed-action-btn {
        right: 16px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }

    .d-xxl-none {
        display: none !important;
    }
}

.img-align-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Quick Nav */
.quick-nav-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1021;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

@supports(padding: max(0px)) {
    .quick-nav-container {
        padding-bottom: max(0px, env(safe-area-inset-bottom)*2);
    }
}

.quick-nav-container.hiding {
    transform: translate(0, 5vh);
}

.quick-nav-container.hidden {
    transform: translate(0, 5vh);
    display: none;
}

.quick-nav-wrapper {
    display: flex;
    white-space: auto;
    transform: translate3d(0, 0, 0);
}

.quick-nav-wrapper div {
    margin: 0.25rem 0.1875rem;
}

.quick-nav-body {
    flex: 1 1;
    order: 2;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (min-width: 1400px) {
    .quick-nav-body {
        max-width: 1110px;
    }
}

.quick-nav-button {
    color: #619de2;
    ;
    background-color: transparent;
    padding: 0.5rem 0.35rem;
    margin: 0;
}

.quick-nav-button-prev {
    order: 1;
}

.quick-nav-button-next {
    order: 3;
}

@media (min-width: 768px) {
    .quick-nav-button {
        padding: 0.84rem 2.14rem;
    }
}

.quick-nav-body.gm-scrollbar::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .quick-nav-body.gm-scrollbar::-webkit-scrollbar {
        display: block;
        height: 6px;
        background-color: rgba(245, 245, 245, 0.5);
        border-radius: 10px;
    }

    .quick-nav-body.gm-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: rgba(245, 245, 245, 0.5);
        border-radius: 10px;
    }

    .quick-nav-body.gm-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
        background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
    }
}

.quick-nav-item {
    flex: 1;
    font-size: 0.5rem;
    background-color: #e2cddb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border: 1px solid #9b798b;
    border-radius: 4px;
    padding: 0.25rem;
    color: black;
    min-height: 2.25rem;
    transform: translate3d(0, 0, 0);
}

.quick-nav-item.active {
    position: relative;
}

.quick-nav-item.active .quick-nav-link::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid white;
}

.quick-nav-item a {
    width: auto;
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    height: auto;
    min-width: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    display: -webkit-box;
    color: inherit;
    text-align: center;
}

@media (min-width: 576px) {
    .quick-nav-item a {
        width: auto;
        min-width: 64px;
    }
}

@media (min-width: 768px) {
    .quick-nav-item a {
        width: auto;
        min-width: 80px;
    }
}

.quick-nav-bottom-spacer {
    bottom: calc(52px + env(safe-area-inset-bottom)*2);
    transition: bottom 0.8s ease-out;
}

@media (max-width: 575px) {
    .quick-nav-bottom-spacer.slide-out {
        bottom: 0;
    }
}

[data-aos=fade-up] {
    transform: translate3d(0, 50px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -50px, 0)
}

.preloader-container {
    position: relative;
    width: 160px;
}

.preloader-container::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.preloader-img {
    position: absolute;
    top: 12%;
    left: 12%;
    width: 76%;
    height: 76%;
    background-image: url(https://cdn.groupbuyforms.tw/upload/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.preloader-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f26a5f;
    border-radius: 50%;
    border-top: 2px solid #333;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.lSlideMenu {
    top: 40px;
    z-index: 1040;
    height: calc(100vh - 156px);
}

.lSlideMenu-body {
    position: absolute;
    top: 0;
    bottom: 46px;
    width: 100%;
    transform: translate3d(0, 0, 0);
}

.lSlideMenu .modal-footer {
    transform: translate3d(0, 0, 0);
}

.lSlideMenu-menu {
    position: relative;
    width: 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5rem;
    color: #fff;
}

.lSlideMenu-menu i {
    line-height: 2.25rem;
}

.lSlideMenu-menu i.fa-shopping-cart {
    font-size: 0.75rem;
}

.lSlideMenu-menu i.fa-running.active:before {
    content: "\f554"
}

.lSlideMenu-menu span.badge {
    position: absolute;
    top: -4px;
    right: -12px
}

.lSlideMenu-quick i.fas {
    line-height: 2.25rem;
    display: none;
}

#shoppingBag.lSlideMenu {
    z-index: 1042;
}

#shoppingBag>.lSlideMenu-menu {
    top: calc(25vh + 50px);
}

#shoppingCartDetail {
    height: 100%;
    overflow-y: auto;
}

.lSlideMenu-body tbody {
    height: 100%;
    margin-bottom: 3rem;
}

#lSlideMenu-menu-close {
    background-color: #1a3d5b;
    width: 46px;
}

#lSlideMenu-menu-checkout {
    background-color: #f16a5f;
    width: 100%;
    letter-spacing: 0.125rem;
}

.lSlideMenu-footer {
    display: flex;
    height: 46px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.lSlideMenu-footer .btn {
    margin: 0;
    height: 100%;
    color: #fff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.25rem;
}

.lSlideMenu .shoppingCartMessage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.125rem;
}

.lSlideMenu .shoppingCartMessage i {
    font-size: 1.25rem;
}

.lSlideMenu,
.quick-guide,
.promo-menu {
    position: fixed;
    width: 340px;
    max-width: calc(100vw - 28px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.lSlideMenu-body p,
.lSlideMenu-body span {
    letter-spacing: 0.125rem;
}

.quick-guide {
    top: 0;
    z-index: 1042;
    height: 100%;
}

.quick-guide-body {
    height: 100%;
    overflow-y: auto;
}

.lSlideMenu.open,
.quick-guide.open,
.promo-menu.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.quick-guide-close {
    display: none;
    position: absolute;
    top: calc(25vh);
    right: -24px;
    width: 24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}

.quick-guide-close>i {
    font-size: 0.75rem;
    line-height: 2.8125rem;
    color: #619de2;
}

.quick-guide.open .quick-guide-close {
    display: inherit;
}

.quick-guide.open .quick-guide-toggle {
    width: 1.5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 0.5rem;
}

.quick-guide-toggle > i {
    transition: opacity 0.35s;
    font-size: 1.5rem;
    line-height: 2.8125rem;
}

.fb_customer_chat_bubble_pop_in {
    bottom: 64px !important;
    right: 8px !important;
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 124px !important;
}

.cart-loading {
    position: absolute;
    bottom: 0;
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next {
    justify-content: flex-end;
    opacity: 1;
}

.carousel-control-prev {
    justify-content: flex-start;
    opacity: 1;
}

.carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20100%20100'%20fill%3D'%23f0f0f0'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'100%25'%20height%3D'100%25'%20rx%3D'5'%20fill%3D'%2321252947'%2F%3E%3Cpolygon%20points%3D'28%2C20%2082%2C50%2028%2C80'%20style%3D'fill%3Awhite%3Bstroke%3Awhite%3Bstroke-width%3A1'%20%2F%3E%3C%2Fsvg%3E");
}

.carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20100%20100'%20fill%3D'%23f0f0f0'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'100%25'%20height%3D'100%25'%20rx%3D'5'%20fill%3D'%2321252947'%2F%3E%3Cpolygon%20points%3D'19%2C50%2073%2C20%2073%2C80'%20style%3D'fill%3Awhite%3Bstroke%3Awhite%3Bstroke-width%3A1'%20%2F%3E%3C%2Fsvg%3E");
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
}

.carousel-control-next.disabled,
.carousel-control-prev.disabled {
    display: none;
}

/* Copy Plugin */
.ep-copy__wrapper {
    position: relative;
    display: inline-block;
}

.ep-copy__btn {
    color: #4285f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 0.625rem;
    padding: 0 0.125rem 0 0.375rem;
    border: 0;
    border-radius: 2px;
}

.ep-copy__text {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/* member */
.member-flex-item:nth-child(1) {
    display: none
}

.member-flex-item:last-child {
    flex: 1
}

.member-bottom-console {
    background-color: rgba(230, 230, 230, 1);
    margin-top: 1.25rem;
}

.member-left-console i {
    margin-right: 0.25rem;
}

.member-bottom-console-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.member-bottom-console-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0.65rem;
}

.member-bottom-console span {
    font-weight: 300;
    font-size: 0.8rem;
}

.member-bottom-console i {
    margin-bottom: 0.25rem;
}

.stepper-ss {
    position: relative;
    display: flex;
    justify-content: space-between
}

.stepper-ss li {
    transition: .5s;
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    color: #aaa
}

.stepper-ss li:before,
.stepper-ss li:after {
    content: "";
    position: relative;
    flex: 1;
    margin: 0.5rem 0 0 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.stepper-ss li div {
    display: block;
    font-size: 0.625rem;
    text-align: center;
    padding: 0.25rem;
}

.stepper-ss li label {
    display: block;
}

.stepper-ss li i {
    border: 1px solid;
    border-radius: 20px;
    padding: 0.25rem;
    background-color: #ccc;
    color: white;
}

.stepper-ss li.active i {
    background-color: #4285f4;
}

.stepper-ss li.active label {
    color: #4285f4;
}

@media (min-width: 992px) {
    .member-flex-item:nth-child(1) {
        display: block;
        margin-right: 1.25rem;
        width: 12.5rem;
    }

    .member-bottom-console {
        display: none;
    }
}

@media (min-width: 576px) {
    .member-bottom-console-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* member */

@media (min-width: 576px) {

    .carousel .carousel-control-next-icon,
    .carousel .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
        background-size: 2rem 2rem;
    }

    .carousel .carousel-indicators li {
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }
}

@media (min-width: 992px) {

    .carousel .carousel-control-next-icon,
    .carousel .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }

    .carousel .carousel-indicators li {
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .col-md-4 .carousel .carousel-control-next-icon,
    .col-md-4 .carousel .carousel-control-prev-icon,
    .col-md-4 .carousel-indicators {
        display: none;
    }
}

.btn.btn-room-tab {
    padding: 0.0625rem 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .64rem;
    box-shadow: none;
    color: #9e9e9e;
    background-color: rgb(239, 239, 239);
}

/* Bundle item modal */
.hide-help-block .help-block>i,
.hide-help-block .help-block>a,
.modal section[data-parent-item-set-id] .help-block>i,
.modal section[data-parent-item-set-id] .help-block>a {
    display: none;
}

.help-block .list-group {
    margin-top: 0.2rem
}

.list-group-item.item-main {
    padding: 0.2rem 0.5rem
}

.list-group-item.item-bundle {
    border: 0;
    padding: 0.2rem 0.5rem
}

.item-bundle-controls {
    display: none;
    float: left;
}

.item-bundle-controls.active {
    display: block;
}

.modal .gm-popup-close {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.modal .gm-popup-close:hover {
    color: #fff;
}

/* End of bundle item modal */

.btn-fb-login,
.btn-line-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    padding: .45rem 1.2rem;
    letter-spacing: 1px;
    min-width: 11.25rem;
    color: white;
    text-align: center
}

.btn-line-login {
    background-color: #06C755;
}

.lSlideMenu,
#mdb-preloader {
    background-color: white;
}

.lSlideMenu {
    position: fixed;
    top: 3.75rem;
    left: -21.25rem;
    transition: left 0.4s ease-in-out;
    z-index: 1040;
    height: 80%;
    width: 21.25rem;
}

.lSlideMenu-body {
    height: 100%;
}

.lSlideMenu.open {
    left: 0;
}

.lSlideMenu-toggle {
    position: absolute;
    right: -1.5rem;
    width: 1.5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    cursor: pointer;
}

#shoppingBag.lSlideMenu {
    z-index: 1041;
}

#shoppingBag > .lSlideMenu-toggle {
    top: 15.625rem;
}

.lSlideMenu-body > table tbody {
    height: 100%;
}

.card-itemset .table {
    overflow-x: hidden;
}

.card-item-style-4 .item-title {
    text-align: center;
    justify-content: space-between;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

@media(max-width:576px) {

    .card-item-style-7 .col-sm-6 .item-title,
    .card-item-style-8 .item-title {
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-bottom: 0;
    }

    .card-item-style-7 .col-sm-6 .itemset-price,
    .card-item-style-8 .itemset-price {
        text-align: right;
    }
}

.card-itemset-style-3 {
    margin-top: 1rem;
}

.card-item-style-4 .itemset-price,
.card-itemset-style-3 .itemset-price {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 1rem;
    padding-right: 0.25rem;
}

.card-item-style-7 .itemset-price,
.card-foot-price-s4,
.itemset-price-s {
    margin-bottom: 0.5rem;
}

.card-foot-price-s4 {
    padding: 0.25rem;
    text-align: center;
    border: 0;
}

.card-item .form-group-sm select {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.btn-tag.active:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f00C";
    font-size: 0.625rem;
    color: #fff;
    background-color: #ea77ad;
    margin-left: 0.25rem;
}

.btn-tag.active {
    border: 0;
    background-color: #ea77ad;
    color: #fff;
}

.btn-tag {
    position: relative;
    color: #000000;
    background-color: #ffffff;
    padding: 0;
    min-width: 3rem;
    min-height: 2rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none !important;
    margin: 0.25rem 0.25rem 0.25rem 0;
}

.btn-tag img {
    height: 3rem;
}

.btn-tag span {
    padding: 0.375rem 0.625rem;
}

.btn-tag.btn-tag-img:before {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.25rem 0 0.25rem;
}

.btn-tag.btn-tag-img.active {
    background-color: #fff;
    border: 0.0625rem solid #ea77ad;
}

.btn-tag.btn-tag-img {
    padding: 0.0625rem;
}

.btn-submit {
    min-width: calc(50vw);
    border-radius: 61.25rem;
    padding: 0.75rem 1.5rem;
    background-color: #0071e3;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
}

.promo-menu {
    bottom:50px;
    background-color: white;
    border: 1px dashed;
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    z-index: 1042;
    left: -21.25rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.promo-menu.open {
    left: 0;
}

.promo-menu h3 {
    text-align: center;
    font-size: 1.25rem;
}

.promo-list {
    overflow: hidden;
    min-height: calc(56vh);
}

.promo-menu .carousel-indicators li {
    background-color: #E91E63;
    height: 0.825rem;
    width: 0.825rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.promo-card {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    background-color: #f9f9f9;
    color: #333;
    margin-bottom: 0.75rem;
    transition: box-shadow 0.3s;
    max-width: 18.75rem;
}

.promo-card-achieved {
    border-left: 4px solid #28a745;
}

.promo-card-not-achieved {
    border-left: 4px solid #ffca28;
}

.promo-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.promo-card h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.promo-card p {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.promo-card .close {
    float: initial;
    position: absolute;
    right: 0.25rem;
    font-size: 1rem;
    top: 0.25rem;
}

.promo-notification {
    margin-right: 0.25rem;
}

.icon-achieved {
    font-size: 1.25rem;
    color: #28a745;
}

.icon-not-achieved {
    font-size: 1.25rem;
    color: #ffca28;
}

.discount-amount {
    font-size: 1rem;
    color: #28a745;
    font-weight: 500;
}

button#promo-list-close {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -1px;
    box-shadow: none;
    background-color: rgba(156, 39, 176, .7);
    color: white;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    font-size: 1.125rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.promo-list .badge-missing-item {
    padding: 0.125rem;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 0.0625rem;
}

.btn-group-toggle-lines label.btn.btn-tag {
    width: 100%;
    line-height: 24px;
    text-align: left;
    padding: 0.5rem;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-group-toggle-lines label.btn.btn-tag span { padding-left:20px}
.btn-group-toggle-lines label.btn.btn-tag.active:before {
    background-color:initial;
    color:initial;
    position:absolute;
}

.shipping-method-item .ms-3 {
    text-align: right;
}
.shipping-method-item .d-flex {
    border:1px solid #dee2e6;
    border-radius:0.25rem;
}
.shipping-method-item.selected .d-flex {
    border:1px solid black;
}
.shipping-method-item .flex-grow-1 {
    position:relative;
}
.shipping-method-item .badge {
    display: block;
    margin-top: 12px;
}
.shipping-method-item .float-right {
    margin-top:4px;
}

.embed-responsive-9by16::before,
.embed-responsive-3by4::before {
  padding-top: 100%; /* 1:1 ratio */
}

/* Switch to 9:16 for tablets and below (< 992px) */
@media (max-width: 991.98px) {
  .embed-responsive-9by16::before {
    padding-top: 177.77778%; /* (16 / 9) * 100% */
  }
  
  .embed-responsive-3by4::before {
    padding-top: 133.3333%; /* (16 / 9) * 100% */
  }
}
