@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
    --star-size: 17px;
    --star-color: #eee;
    --star-background: #fc0;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", "Noto Sans TC", sans-serif;
}

body.gray-bg {
    background-color: #fbfbfb;
}

::-webkit-input-placeholder {
    color: #1e1e1e;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

:-ms-input-placeholder {
    color: #1e1e1e;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

::-ms-input-placeholder {
    color: #1e1e1e;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

::placeholder {
    color: #1e1e1e;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    background-color: #eaeaea;
    border: none;
    font-size: 14px;
}

.form-control:focus {
    color: #495057;
    background-color: #eaeaea;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #eaeaea;
}

@media screen and (max-width: 576px) {
    select.form-control {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }
}

.free-trial-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
    width: 36px;
    box-sizing: border-box;
    background-color: #592a80;
    color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    text-decoration: none;
}

.free-trial-btn:hover {
    color: white;
    text-decoration: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1e1e1e;
    background-color: #1e1e1e;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.under-line {
    display: inline-block;
    border-bottom: 2px #1e1e1e solid;
    line-height: 1;
}

.store-phone-box {
    width: 100%;
    max-width: 290px;
    padding: 20px;
    background-color: #592a80;
    color: white;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 991px) {
    .store-phone-box {
        display: none;
    }
}

.store-phone-box.for-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .store-phone-box.for-mobile {
        position: static;
        max-width: 100%;
        text-align: center;
        display: block;
        padding-top: 39px;
        padding-bottom: 41px;
    }
}

.store-phone-box .store-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}

@media screen and (max-width: 991px) {
    .store-phone-box .store-img-box {
        width: 100%;
        max-width: 210px;
        margin: 0;
    }
}

.store-phone-box img {
    width: 120px;
    margin: 3px 0;
}

.store-phone-box .qrcode {
    width: 80px;
    margin-right: 12px;
}

.news {
    background: black;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 2px 16px;
}

.more-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border: 1px solid #1e1e1e;
    font-size: 14px;
    text-decoration: none;
    color: #1e1e1e;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-btn button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.more-btn a:hover {
    background: black;
    color: white;
}

.more-btn a:hover img {
    display: none;
}

.more-btn a:hover img.btn-black {
    display: block;
}

.more-btn img {
    width: 10px !important;
    margin: 0 !important;
    margin-left: 5px !important;
}

.more-btn img.btn-black {
    display: none;
}

.more-btn.black-btn a {
    background-color: #1e1e1e;
    color: white;
    cursor: pointer;
}

.more-btn.black-btn a:hover {
    background: white;
    color: #1e1e1e;
}

.more-btn.black-btn a:hover img {
    display: block;
}

.more-btn.black-btn a:hover img.btn-black {
    display: none;
}

.more-btn.black-btn img {
    display: none;
}

.more-btn.black-btn img.btn-black {
    display: block;
}

.border-gray {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 25px;
}

.sub-menu-item {
    margin: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}

@media screen and (max-width: 890px) {
    .sub-menu-item.search-box,
    .sub-menu-item.choice-lang {
        display: none;
    }
}

.sub-menu-item.choice-lang .lang-box {
    border-radius: 3px;
    overflow: hidden;
}

.sub-menu-item.choice-lang .lang-box a {
    display: block;
    padding: 16px;
    color: #333;
    font-size: 12px;
}

.sub-menu-item.choice-lang .lang-box a:hover {
    background-color: #1e1e1e;
    color: white;
}

.sub-menu-item.shopping-cart .dropdown .dropdown-box {
    min-width: 375px;
}

@media screen and (max-width: 890px) {
    .sub-menu-item.shopping-cart .dropdown .dropdown-box {
        top: unset;
        position: fixed;
        bottom: 0;
    }
}

.sub-menu-item.shopping-cart .cart-btn {
    position: relative;
    cursor: pointer;
}

.sub-menu-item.shopping-cart .cart-btn .cart-num {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    color: white;
    background-color: red;
    border-radius: 100%;
    font-size: 8px;
}

.sub-menu-item.shopping-cart .cart-btn.is-shopping .cart-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-menu-item .dropdown {
    position: relative;
}

.sub-menu-item .dropdown button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 12px;
}

.sub-menu-item .dropdown .lang-box {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    width: 100%;
    min-width: 100px;
    z-index: 10;
}

.sub-menu-item .dropdown .lang-box.show {
    display: block;
}

small.small-title {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    small.small-title {
        font-size: 12px;
    }
}

.main-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .main-title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 8px 0;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

button.white-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #1e1e1e;
    background-color: white;
    border: 1px #1e1e1e solid !important;
    margin-right: 12px;
}

button.black-btn {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: white;
    background-color: #1e1e1e !important;
}

button.black-btn img {
    margin: 0 3px;
    width: 12px;
}

header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 250;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header.nav-up {
    top: -100%;
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    /* overflow: hidden; */
}

@media screen and (max-width: 576px) {
    header nav {
        padding: 16px;
    }
}

header nav ul {
    margin-bottom: 0;
}

header nav .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1440px) {
    header nav .main-menu {
        -webkit-box-ordinal-group: 3;
        margin: 0 auto;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 890px) {
    header nav .main-menu {
        display: none;
    }
    .dropdown {
        display: none;
    }
    .shopping-cart {
        display: none;
    }
    .member-center {
        display: none;
    }
}

header nav .main-menu li.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.tw-box.disabled {
    opacity: 0.5;
    pointer-events: none;
}

header nav .main-menu li:hover .sub-main-menu {
    /* opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
          transition-delay: .5s; */
    display: block;
    z-index: 100;
}

header nav .main-menu a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0px;
    font-size: 16px;
}

header nav .main-menu a small {
    display: block;
    color: #7c7c7c;
    font-size: 12px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header nav .main-menu .sub-main-menu {
    /* opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s ease 0.3s; */
    display: none;
    position: absolute;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 1;
}

header nav .main-menu .sub-main-menu .sub-main-menu-content {
    margin: 0 auto;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav .main-menu .sub-main-menu .sub-main-menu-content .content-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 135px;
    cursor: pointer;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    + .content-item {
    margin-left: 40px;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item.content-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item.content-img
    .img-box {
    width: 100%;
    margin-bottom: 10px;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item.content-img
    .img-box
    a {
    margin: 0;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item.content-img
    .img-box
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    .link-box
    + .link-box {
    margin-top: 50px;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    .link-box
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    .link-box
    a
    + a {
    margin-top: 15px;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    .link-box
    a
    img {
    margin-right: 10px;
}

header
    nav
    .main-menu
    .sub-main-menu
    .sub-main-menu-content
    .content-item
    .link-box
    .title-link {
    border-bottom: 1px #7c7c7c solid;
    padding-bottom: 3px;
}

header nav .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1440px) {
    header nav .sub-menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

header nav .sub-menu input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    max-width: 60px;
    font-size: 12px;
}

header nav .sub-menu input ::-webkit-input-placeholder {
    color: black;
}

header nav .sub-menu input :-ms-input-placeholder {
    color: black;
}

header nav .sub-menu input ::-ms-input-placeholder {
    color: black;
}

header nav .sub-menu input ::placeholder {
    color: black;
}

header nav .sub-menu .choice-lang {
    font-size: 12px;
}

header nav .sub-menu a {
    color: #1e1e1e;
}

header nav .sub-menu img {
    margin: 0 3px;
    width: 20px;
}

header nav .sub-menu img.search,
header nav .sub-menu img.arrow {
    width: 10px;
}

header nav .logo {
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 1440px) {
    header nav .logo {
    }
}

header nav .logo img {
    width: 300px;
    height: auto;
}

@media screen and (max-width: 575px) {
    header nav .logo img {
        width: 240px;
        position: absolute;
        left: 0;
        top: -17px;
        margin-left: -66px;
    }
}

header .sidebar-menu {
    display: none !important;
    margin-right: 0 !important;
}

@media screen and (max-width: 890px) {
    header .sidebar-menu {
        display: block !important;
    }
}

header .sidebar-menu .openbtn {
    background: transparent;
    border: none;
}

header .sidebar-menu .openbtn img {
    width: 40px;
}

header .sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -250px;
    background-color: #1e1e1e;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 60px;
}

header .sidebar.active {
    right: 0px;
}

header .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
}

header .sidebar .dropdown {
    /* padding: 8px 8px 8px 30px; */
    text-decoration: none;
    font-size: 16px;
    display: block;
}

header .sidebar .member-center {
    display: block;
}

header .sidebar .member-center a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #333;
}

header .sidebar a.cart-btn {
    width: 100%;
    margin-top: 1rem;
    padding-left: 32px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #333;
}

header .sidebar a img {
    width: 25px;
}

header .sidebar .shopping-cart {
    display: block;
}

header .sidebar .shopping-cart .dropdown {
    padding: 0;
    display: flex;
    align-items: center;
}

header .sidebar .dropdown .btn {
    color: #fff;
}

header .sidebar .dropdown .dropdown-menu a {
    color: #333;
}

header .sidebar a:hover {
    color: #f1f1f1;
}

header .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

header .openbtn {
    cursor: pointer;
}

header #main {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

@media screen and (max-height: 450px) {
    header .sidebar {
        padding-top: 15px;
    }
    header .sidebar a {
        font-size: 18px;
    }
}

header .main-menu-mobile small {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.star-box {
    margin: 8px 0;
    font-size: 12px;
    font-weight: 400;
}

.star-box .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.star-box .stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--star-background)),
        to(var(--star-color))
    );
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.num-item {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
}

.num-item.num-ctrl {
    border: 1px #c4c4c4 solid;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}

.num-item img {
    width: 10px !important;
}

.num-item input {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    max-width: 60px;
}

.custom-item {
    margin-top: 16px;
}

.custom-p p {
    font-size: 12px;
}

.custom-p p.main-p {
    font-weight: 500;
}

.custom-p p.sub-p {
    font-weight: 400;
    text-decoration: underline;
}

.cart-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-top .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-top .cart-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80px;
}

.cart-top .cart-item:last-child {
    padding: 7px 0 7px 15px;
}

.cart-top .cart-item img {
    width: 100%;
    height: auto;
    margin: 0;
}

.cart-top .cart-item .cart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart-top .cart-item .cart-title .cart-title-text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.cart-top .cart-item .cart-title .form-check {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 4px;
    margin-right: 0;
}

.cart-top .cart-item .cart-title .form-check .form-check-input {
    margin-right: 0;
}

.cart-top .cart-item .cart-price {
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
}

.cart-top .cart-item .cart-sale {
    font-size: 12px;
}

.cart-top .cart-item .cart-sale .cart-old-price {
    display: inline-block;
    text-decoration: line-through;
    color: #b4b4b4;
    font-weight: 500;
}

.cart-top .cart-item .cart-sale .cart-sale-num {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 600;
}

.cart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
}

.cart-info img {
    width: 12px;
    height: 12px;
    margin: 0;
    margin-right: 6px;
}

footer {
    background-color: #1e1e1e;
    color: white;
}

footer .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 80px 16px 30px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    footer .footer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .footer-logo {
    display: block;
    width: 152px;
}

@media screen and (max-width: 991px) {
    footer .footer-logo {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 425px) {
    footer .footer-logo {
        /* margin-top: 30px; */
        /* margin-left: 24px; */
    }
}

footer .footer-logo img {
    width: 100%;
}

footer .footer-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    footer .footer-menu-box {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .footer-menu-box .footer-about {
    margin-left: 125px;
}

@media screen and (max-width: 991px) {
    footer .footer-menu-box .footer-about {
        margin-left: 0px;
    }
}

@media screen and (max-width: 425px) {
    footer .footer-menu-box .footer-about {
        /* margin-left: 27px; */
        margin-top: 50px;
    }
}

footer .footer-menu-box .footer-main-title {
    /* margin-bottom: 32px; */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    height: 1.5rem;
}

footer .footer-menu-box .footer-main-title dt {
    font-size: 18px;
}

footer .footer-menu-box .footer-main-title dd {
    font-size: 16px;
    text-transform: uppercase;
}

footer .footer-menu-box p {
    font-size: 20px;
    font-weight: 600;
}

footer .footer-menu-box ul {
    font-size: 12px;
}

footer .footer-menu-box ul li + li {
    margin-top: 13px;
}

footer .footer-menu-box ul li:before,
footer .footer-menu-box ul li:after {
    display: table;
    content: "";
    line-height: 0;
}

footer .footer-menu-box ul dt {
    width: 125px;
    float: left;
    padding-right: 16px;
    font-size: 12px;
}

footer .footer-menu-box ul dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0;
}

footer .footer-menu-box ul a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    footer .footer-menu {
        display: none;
    }
}

/*
footer .footer-menu .menu-item + .menu-item {
  margin-left: 70px;
}
*/

footer p {
    padding: 0;
    margin: 0 0 30px 0;
}

footer .footer-menu .menu-item.disabled {
    opacity: 0.4;
    pointer-events: none;
}

footer .footer-menu-mobile {
    width: 100%;
    margin-top: 24px;
    display: none;
}

@media screen and (max-width: 991px) {
    footer .footer-menu-mobile {
        display: block;
    }
}

footer .footer-menu-mobile .accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

footer .footer-menu-mobile .accordion .card:last-child .card-header {
    border-bottom: 1px #ccc solid;
}

footer .footer-menu-mobile .accordion .card.disabled {
    pointer-events: none;
    opacity: 0.5;
}

footer .footer-menu-mobile .accordion .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

footer .footer-menu-mobile .accordion .card-body {
    padding: 0;
}

footer .footer-menu-mobile .accordion .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    text-decoration: none;
    border: none !important;
    padding-bottom: 0 !important;
    padding: 0;
}

footer .footer-menu-mobile .accordion .btn-link img {
    width: 14px;
}

footer .footer-menu-mobile .accordion .btn-link .add-img {
    display: none;
}

footer .footer-menu-mobile .accordion .btn-link .reduce-img {
    display: block;
}

footer .footer-menu-mobile .accordion .btn-link.collapsed .add-img {
    display: block;
}

footer .footer-menu-mobile .accordion .btn-link.collapsed .reduce-img {
    display: none;
}

footer .footer-menu-mobile .accordion .footer-panel a {
    position: relative;
    display: block;
    color: white;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 20px 15px 15px;
    text-decoration: none;
}

footer .copyright-box {
    background-color: black;
    padding: 8px 16px;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    footer .copyright-box {
        padding: 16px 12px;
    }
}

footer .copyright-box .copyright-item {
    width: 100%;
    /* max-width: 1210px; */
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    footer .copyright-box .copyright-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .copyright-box .copyright-item p,
footer .copyright-box .copyright-item ul {
    margin-bottom: 0;
}

footer .copyright-box .copyright-item ul {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    footer .copyright-box .copyright-item ul {
        margin-top: 8px;
    }
}

footer .copyright-box .copyright-item ul li {
    float: left;
    margin-left: 24px;
    position: relative;
}

@media screen and (max-width: 991px) {
    footer .copyright-box .copyright-item ul li:first-child {
        margin-left: 0;
    }
    footer .copyright-box .copyright-item ul li:first-child::before {
        display: none;
    }
}

footer .copyright-box .copyright-item ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
}

footer .copyright-box .copyright-item ul li a {
    color: white;
    text-decoration: none;
}

.product-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    height: 100%;
}

.product-item-info a {
    color: black;
}

.product-item-info .info-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-info .info-item .info-sale {
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,e9d4b3+100 */
    background: linear-gradient(
        135deg,
        rgba(243, 226, 199, 1) 0%,
        rgba(193, 158, 103, 1) 50%,
        rgba(233, 212, 179, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
}

.product-item-info .info-item img {
    width: 100%;
}

.product-item-info .info-item.info-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .product-item-info .info-item.info-title {
        font-size: 14px;
    }
}

.product-item-info .info-item.info-price {
    margin-bottom: 16px;
}

.product-item-info .info-item.info-price .new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.product-item-info .info-item.info-price .new-price.final-amount {
    font-size: 19px;
}

@media screen and (max-width: 576px) {
    .product-item-info .info-item.info-price .new-price {
        font-size: 14px;
    }

    .product-item-info .info-item.info-price .new-price.final-amount {
        font-size: 14px;
    }
}

.product-item-info .info-item.info-price .old-price {
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
    color: #b4b4b4;
}

.product-item-info .info-item.info-btn {
    margin-top: auto;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

@media screen and (max-width: 375px) {
    .product-item-info .info-item.info-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-item-info .info-item.info-btn .favorite-btn {
    cursor: pointer;
}

@media screen and (max-width: 375px) {
    .product-item-info .info-item.info-btn .favorite-btn {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.product-item-info .info-item.info-btn .favorite-btn img:last-child {
    display: none;
}

.product-item-info .info-item.info-btn .favorite-btn.like img:first-child {
    display: none;
}

.product-item-info .info-item.info-btn .favorite-btn.like img:last-child {
    display: block;
}

.product-item-info .info-item.info-btn .remove-btn {
    color: #7c7c7c !important;
    border-color: #7c7c7c !important;
}

.product-item-info .info-item.info-btn .remove-btn span {
    color: #7c7c7c;
}

@media screen and (max-width: 576px) {
    .product-item-info .info-item.info-btn .remove-btn span {
        display: none;
    }
}

.product-item-info .info-item.info-btn .remove-btn img {
    display: none;
}

@media screen and (max-width: 576px) {
    .product-item-info .info-item.info-btn .remove-btn img {
        display: block;
        opacity: 0.5;
    }
}

.product-item-info .info-item.info-btn img {
    width: 16px;
}

.fixed-model {
    position: fixed;
    top: 25px;
    right: -100%;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    min-width: 100px;
    min-height: 300px;
    z-index: 300;
    max-width: 400px;
    -webkit-transition: 1s all;
    transition: 1s all;
}

@media screen and (max-width: 576px) {
    .fixed-model {
        max-width: 100%;
    }
}

.fixed-model .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
}

.fixed-model .cart-box {
    padding: 40px 30px 15px;
}

.fixed-model .cart-custom {
    padding-top: 15px;
    border-top: 1px #e0e0e0 solid;
    max-height: 400px;
    overflow-y: scroll;
}

@media screen and (max-width: 890px) {
    .fixed-model .cart-custom {
        height: 300px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.fixed-model .cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px 30px;
}

.fixed-model .cart-info {
    padding: 16px 30px;
}

.fixed-model.active {
    right: 16px;
}

@media screen and (max-width: 576px) {
    .fixed-model.active {
        right: 0;
    }
}

.fixed-model .fixed-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

input[type="checkbox"] {
    accent-color: #1e1e1e;
}

.musk-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e1e;
}

.musk-box.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.musk-box .popup-info-box {
    width: 360px;
    height: 310px;
    position: relative;
    background-color: white;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.musk-box .popup-info-box .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 0.5;
}

.musk-box .popup-info-box .popup-title {
    font-size: 25px;
    font-weight: 600;
    margin: 18px 0 15px;
}

.musk-box .popup-info-box .popup-desc {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.85;
}

.musk-box .popup-info-box .more-btn {
    width: 100%;
    margin-top: 40px;
}

.musk-box .popup-info-box .more-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px;
}

.musk-box .popup-info-box .musk-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.musk-box .popup-info-box .musk-body .img-box {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.musk-box .popup-info-box .musk-body .img-box img {
    width: 100%;
}

.musk-box .popup-info-box .musk-body .info-box p {
    font-size: 14px;
    font-weight: 400;
}

.musk-box .popup-info-box .musk-body .info-box .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.musk-box .popup-info-box .musk-body .info-box .info-item img {
    width: 12px;
    margin-top: -3px;
    margin-right: 3px;
}

.musk-box .popup-info-box .musk-body .info-box .info-item .item {
    font-size: 12px;
    font-weight: 400;
}

.musk-box .popup-info-box .musk-body .info-box .info-item .item span {
    display: block;
    color: #ff0000;
}

.musk-box .popup-info-box .ctrl-num-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.musk-box .popup-info-box .ctrl-num-box .num-ctrl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.coupon-box {
    background-color: #eaeaea;
    padding: 14px 19px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.coupon-box .coupon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.coupon-box .coupon-item:first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    position: relative;
    padding-right: 16px;
}

.coupon-box .coupon-item:first-child:before,
.coupon-box .coupon-item:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    right: -10px;
    border-radius: 100%;
}

.coupon-box .coupon-item:first-child:before {
    top: -24px;
}

.coupon-box .coupon-item:first-child:after {
    bottom: -24px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.8) inset;
}

.coupon-box .coupon-item:first-child .item:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    color: #454545;
}

.coupon-box .coupon-item:first-child .item:nth-child(1) img {
    width: 18px;
    margin-right: 4px;
}

.coupon-box .coupon-item:first-child .item:nth-child(2) {
    font-size: 40px;
    font-weight: 600;
}

.coupon-box .coupon-item:first-child .item:nth-child(3) {
    font-size: 12px;
}

.coupon-box .coupon-item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-left: 1px dashed #b4b4b4;
}

.coupon-box .coupon-item:last-child .use-type {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 9px;
    border-radius: 12px;
    color: white;
    background-color: black;
}

.coupon-box .coupon-item:last-child .use-type.is-use {
    background-color: #b4b4b4;
}

.coupon-box .coupon-item:last-child .couopn-info {
    font-size: 12px;
    color: #1e1e1e;
    text-decoration: none;
    margin-top: auto;
    vertical-align: middle;
}

.coupon-box .coupon-item:last-child .couopn-info img {
    margin-bottom: 2px;
}

.shopping-order-container-box {
    width: 100%;
    max-width: 1040px;
    margin: 47px auto 0;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box {
        margin-top: 0;
    }
}

.shopping-order-container-box .order-num-box {
    background-color: #fbfbfb;
    padding: 28px 25px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-num-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopping-order-container-box .order-num-box .order-num-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-num-box .order-num-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shopping-order-container-box .order-num-box .order-num-item + .order-num-item {
    margin-top: 12px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box
        .order-num-box
        .order-num-item:last-child
        .num-title,
    .shopping-order-container-box
        .order-num-box
        .order-num-item:last-child
        .num-info {
        font-size: 12px;
        font-weight: 400;
    }
}

.shopping-order-container-box .order-num-box .order-num-item .num-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60px;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-num-box .order-num-item .num-title {
        width: auto;
        margin-right: 0;
    }
}

.shopping-order-container-box .order-num-box .order-num-item .num-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-num-box .order-num-item .num-info {
        text-align: center;
        font-size: 24px;
    }
}

.shopping-order-container-box .order-num-box .order-num-item .num-info span {
    font-size: 12px;
    font-weight: 500;
    color: #7c7c7c;
}

.shopping-order-container-box .order-info-box {
    margin-top: 15px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-info-box {
        margin-top: 0;
        border: none;
        border-top: 5px solid #eaeaea;
    }
}

.shopping-order-container-box .order-info-box .order-info p {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-info-box .order-info p {
        font-size: 12px;
    }
}

.shopping-order-container-box .order-info-box .order-name p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.shopping-order-container-box .order-info-box .order-status-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}

.shopping-order-container-box .order-info-box .order-status-box span {
    display: inline-block;
    font-size: 12px;
}

.shopping-order-container-box
    .order-info-box
    .order-status-box
    span.status-text {
    margin-left: 5px;
}

.shopping-order-container-box
    .order-info-box
    .order-status-box
    span.status-text.warning {
    color: #ff0000;
}

.shopping-order-container-box .order-info-box .order-step-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.shopping-order-container-box .order-info-box .order-step-box .step-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-top: 12px;
    opacity: 0.2;
}

.shopping-order-container-box
    .order-info-box
    .order-step-box
    .step-item
    + .step-item {
    margin-left: 13px;
}

.shopping-order-container-box
    .order-info-box
    .order-step-box
    .step-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1e1e1e;
}

.shopping-order-container-box
    .order-info-box
    .order-step-box
    .step-item.is-step {
    opacity: 1;
}

.shopping-order-container-box .order-info-box .pay-info-box ul {
    margin-bottom: 0;
}

.shopping-order-container-box .order-info-box .pay-info-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shopping-order-container-box .order-info-box .pay-info-box ul li + li {
    margin-top: 10px;
}

.shopping-order-container-box
    .order-info-box
    .pay-info-box
    ul
    li
    .pay-item:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.shopping-order-container-box
    .order-info-box
    .pay-info-box
    ul
    li
    .pay-item:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.shopping-order-container-box
    .order-info-box
    .pay-info-box
    ul
    li
    .pay-item
    span {
    color: #979797;
    font-weight: 400;
    font-size: 12px;
    display: block;
}

.shopping-order-container-box
    .order-info-box
    .pay-info-box
    ul
    li
    .pay-item
    span
    span {
    display: inline-block;
    color: #ff0000;
}

.shopping-order-container-box .order-content-box .order-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-content-box .order-title {
        padding: 20px;
        font-size: 12px;
        border-top: 5px solid #eaeaea;
    }
}

.shopping-order-container-box .order-content-box .order-content {
    padding: 25px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .order-content-box .order-content {
        border: none;
        padding: 13px 20px;
    }
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    + .order-item {
    margin-top: 20px;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    .img-box {
    width: 80px;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    .img-box
    img {
    width: 100%;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    .info-name {
    font-size: 14px;
    margin-left: 12px;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    .info-name
    span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #7c7c7c;
    margin-top: 10px;
}

.shopping-order-container-box
    .order-content-box
    .order-content
    .order-info-list
    .order-item
    .item-price {
    margin-left: auto;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box
        .order-content-box
        .order-content
        .order-info-list
        .order-item
        .item-price {
        margin-top: auto;
        font-size: 12px;
    }
}

.shopping-order-container-box .more-btn {
    text-align: right;
    margin-top: 30px;
}

.shopping-order-container-box .more-btn a {
    padding: 15px 40px;
}

@media screen and (max-width: 576px) {
    .shopping-order-container-box .more-btn {
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px;
        padding-top: 16px;
        border-top: 1px solid #eee;
    }
}

.loading-box {
    text-align: center;
    padding: 30px 16px;
}

.loading-box img {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.coupon-rule-fixed ul li + li {
    margin-top: 20px;
}

.coupon-rule-fixed ul li p:first-child {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.coupon-rule-fixed ul li p:last-child {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.not-use-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.not-use-list-box .not-use-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    border: 2px solid #c4c4c4;
    position: relative;
    margin: 0 25px 15px;
    font-size: 18px;
    font-weight: 600;
}

.not-use-list-box .not-use-item.long-item {
    font-size: 13px;
}

@media screen and (max-width: 576px) {
    .not-use-list-box .not-use-item {
        margin: 0 15px 15px;
    }
}

.not-use-list-box .not-use-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c4c4c4;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.dropdown-menu {
    padding: 0;
}
.dropdown-menu a {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 14px;
    color: #333;
}
.dropdown-menu a:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

.special-box .special-en {
    display: none;
}

.special-box .special-tw {
    display: block;
}

.special-box.show .special-en {
    display: block;
}

.special-box.show .special-tw {
    display: none;
}

.success-img {
    width: 100%;
    max-width: 25px;
}

.price-strike-through {
    text-decoration: line-through;
}

/* Custom - Rahul Siwal */
.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

/* Golden Animated Text Badge */
.badge-gold-animated {
    display: inline-block;
    padding-left: 2px;
    margin-top: -4px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(
        135deg,
        #ffd700 0%,
        #ffaa00 25%,
        #fff8b0 50%,
        #ffaa00 75%,
        #ffd700 100%
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: goldShimmer 2s ease-in-out infinite;
    vertical-align: middle;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 576px) {
    .badge-gold-animated {
        padding-left: 2px;
        margin-top: -2px;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.5px;
    }
}

@keyframes goldShimmer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*# sourceMappingURL=both.css.map */
