@charset "UTF-8";
/*===== Google Fonts =====*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");

/*Theme Set*/
:root {
    --hint_bg: #666666;
    --hint_color: #ffffff;
}
html,
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
}
.wrap.min_h100 {
    min-height: 100% !important;
}

.security_body {
    margin-bottom: 20px;
}
.security_desc {
    font-size: 12px;
    text-align: right;
    float: right;
}
.security_hint {
    font-size: 12px;
    line-height: 25px;
}

.icon_security {
    width: 16px;
    height: 16px;
}

.icon_security_level {
    width: 100%;
}

.main {
    overflow: auto;
    padding-bottom: 450px;
}
.main2 {
    overflow: auto;
    padding-bottom: 310px;
}
.main3 {
    overflow: auto;
    padding-bottom: 50px;
}
.main.product {
    overflow: auto;
    padding-bottom: 350px;
}
footer {
    position: relative;
    margin-top: -378px;
    clear: both;
}
@media (max-width: 991px) {
    footer {
        padding-bottom: 45px;
    }
}
.clearfix {
    clear: both;
}
.iotec-error {
    color: #af7d27;
    border-color: #e0b252;
    background-color: transparent;
}
.iotec-error a {
    color: #af7d27;
    text-decoration: underline;
}
.iotec-error a:hover {
    color: #af7d27;
    text-decoration: underline;
}

.login_error_msg_show {
    display: static;
}

.p_hint_div_v1 {
    position: absolute;
    width: 20%;
    z-index: 65536;
    font-size: 1rem;
}

.login_error_msg_hide {
    display: none;
}

.iotec-error {
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 25px 14px 55px;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ======= PRELOADER ========== */
.preloaderjs .spinner {
    display: none !important;
}

.preloaderjs#page-preloader {
    background: rgba(46, 46, 46, 0.99) !important;
}

#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    z-index: 100500000000;
}

#page-preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #e7e4d7;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 3px solid transparent;
    border-top-color: var(--header_sub_bg_color);
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    border-top-color: var(--header_main_bg_color);
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

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

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*****************************
01 - Base - Default
*****************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
    outline: none;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    line-height: 1.6;
    font-size: 14px;
    color: #333333;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

a {
    color: #181818;
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 481px) {
    a:hover {
        color: var(--header_sub_bg_color);
    }
}
.underline a {
    color: var(--header_main_bg_color);
    text-decoration: none !important;
}
.underline a:hover {
    color: var(--header_sub_bg_color);
    text-decoration: underline !important;
}
a.need-underline {
    text-decoration: underline !important;
}
i {
    font-size: 16px;
}

* button {
    border: none;
    background: transparent;
    outline: none !important;
}
.img-responsive {
    width: 100%;
    height: auto;
}

.border-around {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.list-space--small li {
    margin-bottom: 10px;
    margin-right: 5px;
}
.list-space--small li:last-child {
    margin-bottom: 0;
}

.pos-relative {
    position: relative !important;
}

.pos-absolute {
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-grid-2 {
    width: 50% !important;
}

.float-grid-3 {
    width: 100%;
}
@media (min-width: 576px) {
    .float-grid-3 {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .float-grid-3 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .float-grid-3 {
        width: 33.3333%;
    }
}

.float-20-per {
    width: 20%;
}

.float-80-per {
    width: 80%;
}

.gray-bg.p-tb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .gray-bg.p-tb-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .gray-bg.p-tb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.gray-bg.m-t-100 {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .gray-bg.m-t-100 {
        margin-top: 70px;
    }
}
@media (min-width: 992px) {
    .gray-bg.m-t-100 {
        margin-top: 90px;
    }
}

/*****************************
02 - Base - Color
*****************************/
.gray-bg {
    background-color: #f5f5f5;
}

.pink-bg {
    background-color: var(--header_sub_bg_color) !important;
}
.light-pink-bg {
    background-color: #fae2e0 !important;
}
.pink-color {
    color: var(--header_sub_bg_color) !important;
}
.white-color {
    color: #fff !important;
}

.black-color {
    color: #181818 !important;
}

.yellow-color {
    color: #fdd835 !important;
}

.yellow-bg {
    background-color: #fdd835 !important;
}

.white-bg {
    background: #fff !important;
}
.blue-bg {
    background: #3e4ea5 !important;
}
.dark-gray-bg {
    background: #999999 !important;
}
.blue-gray-bg {
    background: #a4c7d8 !important;
}

.red-color {
    color: var(--header_link_hover_color, #d0343d) !important;
}
.red-border {
    border: 1px solid var(--header_link_hover_color, #d0343d) !important;
}
.disabled a.btn {
    color: #999999 !important;
    cursor: default !important;
}
.disabled a.btn.red-border {
    border-color: #aaaaaa !important;
}
.disabled a.btn--border {
    border: 1px solid #999999 !important;
}

.title--white {
    color: #fff;
}
.section-content {
    position: relative;
}
.section-content__title {
    font-size: 22px;
    line-height: 1.6;
    color: #181818;
    display: inline-flex;
}
@media (max-width: 575px) {
    .section-content__title {
        display: block;
    }
}
.section-content__title > h1 {
    font-size: 3rem;
}
.section-content__title span {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 400;
}
.topic-block .section-content__title > h1 {
    margin: 50px 10px 0;
}
@media (max-width: 768px) {
    .section-content__title .float_left {
        float: left;
    }
    .section-content__title > h1 {
        font-size: 1.9rem;
        float: left;
        text-align: left;
        word-break: break-all;
        line-height: 1.6;
    }
    .topic-block .section-content__title > h1 {
        margin: 30px 10px 0;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .section-content__title > h1 {
        font-size: 1.5rem;
    }
}

.block-quote {
    margin-left: 80px;
    color: #666;
    background: #eef0f1;
    border-left: 5px solid var(--header_sub_bg_color);
    padding: 15px 30px;
    margin: 30px 0 30px 80px;
    text-align: justify;
    font-weight: 600;
    font-style: italic;
    line-height: 1.8;
    word-break: break-all;
}

.text--gray {
    color: #666;
}
.text-area {
    margin-bottom: 60px;
}
.text-area:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .text-area {
        margin-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .text-area {
        margin-bottom: 100px;
    }
}
.text-area h5 {
    margin-bottom: 30px;
}
/*****************************
05 - Component - Button
*****************************/
.btn {
    display: inline-block;
    line-height: 1;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
    word-break: keep-all;
}
.btn:focus {
    box-shadow: none;
}
.btn--box {
    display: inline-block;
}
.btn--block {
    display: block;
}
.btn--radius {
    border-radius: 30px;
}

.btn--radius50 {
    border-radius: 50%;
}
.btn--border-white {
    color: #181818;
    background: #dddddd;
    border-color: #dddddd;
}
.btn--border-white.radius {
    border-radius: 30px;
}

.radius-5 {
    border-radius: 5px;
}
.bg-lightgray {
    background-color: rgb(240, 242, 247);
}

.btn--border-white:hover {
    color: #fff;
    background: var(--header_sub_bg_color);
    border-color: var(--header_sub_bg_color);
}
.btn--border-white.active {
    color: #fff;
    background: var(--header_sub_bg_color);
    border-color: var(--header_sub_bg_color);
}
.btn--border-white01 {
    color: var(--header_main_bg_color);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 10%);
    width: 43px;
    height: 43px;
}
.btn--border-white01 i {
    font-size: 20px;
}
.btn--border-white01:hover {
    color: var(--header_main_bg_color);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn--border-white01.active {
    color: var(--header_main_bg_color);
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn--border-outline {
    color: #181818;
    background: transparent;
    border: 2px solid #666666;
}
.btn--border-outline:hover {
    color: #fff;
    background: var(--header_link_hover_color);
    border: 2px solid var(--header_link_hover_color);
}
.btn--border-outline .active {
    color: #fff;
    background: var(--header_link_hover_color);
    border-color: var(--header_link_hover_color);
}
.btn--border-blue {
    color: #0063d1;
    border: 2px solid #0063d1;
}
.btn--border-blue:hover {
    background: #0063d1;
    border-color: #0063d1;
    color: #fff;
}
.btn--search {
    right: 0;
    width: 60px;
    text-align: center;
    height: auto;
}
.btn--underline {
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.btn--underline-black {
    color: #181818;
}
.btn--underline-black:hover {
    color: var(--header_link_hover_color);
}
.btn--large {
    padding: 12px 20px;
}
@media (min-width: 768px) {
    .btn--large {
        padding: 13px 25px;
    }
}
@media (min-width: 992px) {
    .btn--large {
        padding: 14px 35px;
    }
}
@media (min-width: 1200px) {
    .btn--large {
        padding: 15px 40px;
    }
}
.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}

.btn--medium {
    padding: 13px 40px;
}
.btn--small {
    padding: 12px 20px;
}
@media (min-width: 768px) {
    .btn--small {
        padding: 10px 27px;
    }
}
@media (max-width: 375px) {
    .btn--small.s1 {
        padding: 5px 10px;
        font-size: 0.9rem !important;
    }
}
@media (max-width: 340px) {
    .btn--small.s1 {
        padding: 8px;
    }
}
.btn--small.p-style {
    padding: 7px 10px;
}
.btn--xs {
    padding: 5px 10px;
    font-size: 0.9rem;
}
.btn--tiny {
    padding: 10px 20px;
}
.btn--white {
    background: #fff;
    color: #000 !important;
}
.btn--white-hover-black:hover {
    background: #000;
    color: #fff;
}
.btn--black {
    background: #181818 !important;
    color: #ffffff !important;
}
.btn--black-hover-red:hover {
    background: var(--header_link_hover_color);
    color: #fff;
}
.btn--gray {
    background: #e0e0e0 !important;
    color: #000 !important;
}
.btn--gray-hover-red:hover {
    background: var(--header_link_hover_color);
    color: #ffffff !important;
}
.btn--gray-hover-red:hover i {
    color: #ffffff !important;
}
@media (max-width: 480px) {
    .btn--gray-hover-red:hover {
        background: #e0e0e0 !important;
        color: #000 !important;
    }
}
.btn--red {
    background: var(--header_btn_top_bg_color, #e50012) !important;
    color: #ffffff !important;
}
.btn--red-hover-red:hover {
    background: var(--header_link_hover_color) !important;
    color: #fff;
}
.btn--red-hover-black:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
}
@media (max-width: 480px) {
    .btn--red-hover-red:hover {
        background: var(--header_link_hover_color);
        color: #fff;
    }
    .btn--red-hover-black:hover {
        background: var(--header_link_hover_color);
        color: #fff;
    }
}
.btn--uppercase {
    text-transform: uppercase;
}

button.btn--block {
    width: 100%;
}

.link--gray {
    color: #666;
    text-decoration: none !important;
    font-weight: 600;
}
.link--gray:hover {
    color: var(--header_link_hover_color);
}
.link--icon-left {
    display: inline-flex;
    align-items: center;
}
.link--icon-left i {
    margin-right: 10px;
}

.internal-link {
    color: #fff;
    margin-left: 30px;
    transition: all 0.3s ease;
}
.internal-link:hover {
    color: #f17b08;
}

/*****************************
06 - Component - Hero Slider
*****************************/
.hero {
    position: relative;
    overflow: hidden;
}
.hero .hero-slider {
    position: relative;
    padding: 0;
    text-align: center;
}
.hero_h100 {
    position: relative;
    padding: 0;
    margin-top: 100px;
}
.hero .hero-slider img {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    #div_mobile_product_detail_img img {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .hero .hero-slider img {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hero_h100 {
        margin-top: 60px;
    }
}
.sub_img img {
    height: auto !important;
    max-width: 100% !important;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
}
.hero__content {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.hero__content h1 {
    font-size: 4rem;
    padding: 0.5rem 0 1.5rem;
    text-shadow: 0 0 0.1em #888888;
}
.hero__content h3 {
    font-size: 2rem;
    text-shadow: 0 0 0.1em #888888;
}
.hero__content h5 {
    font-size: 1.5rem;
    text-shadow: 0 0 0.1em #888888;
}
@media (max-width: 992px) {
    .hero__content h1 {
        font-size: 3.5rem;
        padding: 0.5rem 0 1.5rem;
    }
    .hero__content h3 {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .hero__content h5 {
        font-size: 1.3rem;
        font-weight: 100;
    }
}
@media (max-width: 768px) {
    .hero__content h1 {
        font-size: 3rem;
        padding: 0.5rem 0 1.5rem;
    }
    .hero__content h3 {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .hero__content h5 {
        font-size: 1rem;
        font-weight: 100;
    }
}
@media (max-width: 480px) {
    .hero__content h1 {
        font-size: 2rem;
        padding: 0.5rem 0 1.5rem;
    }
}
.hero__content .title--small.pos-relative {
    padding-left: 40px;
    margin-top: 27px;
}
@media (min-width: 768px) {
    .hero__content .title--small.pos-relative {
        margin-top: 32px;
    }
}
.hero__content .btn {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .hero__content .btn {
        margin-top: 45px;
    }
}
.hero .slick-active .hero__content--inner .hero-title-1 {
    animation: animate-top 0.5s linear 0.2s backwards;
}
.hero .slick-active .hero__content--inner .hero-title-2 {
    animation: animate-top 0.5s linear 0.8s backwards;
}
/*****************************
06-1 - Component - Hero Slider
*****************************/
.hero2 {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.hero2 img {
    max-width: 100%;
    max-height: 590px;
    object-fit: cover;
    height: auto;
}
@media (min-width: 768px) {
    .hero2 img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    .hero2 {
        margin-top: 68px !important;
    }
    .hero2 iframe {
        width: 100%;
        height: 186px;
    }
}
/*****************************
08 - Component - Banner
*****************************/
.banner.m-t-100 {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .banner.m-t-100 {
        margin-top: 80px;
    }
}
@media (min-width: 992px) {
    .banner.m-t-100 {
        margin-top: 100px;
    }
}

.banner .col-12 > .banner__box {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .banner .col-12 > .banner__box {
        margin-bottom: 0px;
    }
    .banner .col-12:last-child > .banner__box {
        margin-bottom: 0;
    }
    .banner__box {
        max-width: 100%;
        overflow: hidden;
    }
}
.banner__box--single {
    margin-left: auto;
    margin-right: auto;
}
.banner__box--single-text-style-1 .btn {
    left: 50%;
    transform: translateX(-50%);
}
.banner__link {
    display: block;
}
.banner__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 10px;
}
@media (max-width: 575px) {
    .banner__img {
        padding: 5px;
    }
}
.banner__content {
    padding: 0 20px;
}
@media (min-width: 1200px) {
    .banner__content {
        padding: 0 60px;
    }
}
.banner__content .btn {
    z-index: 9;
}
.banner__content--center {
    top: 50%;
    width: 100%;
    padding: 0 20%;
    transform: translateY(-50%);
}
.banner__title {
    line-height: 1;
    text-shadow: 0 0 0.1em #888888;
}
.banner__title--small {
    font-size: 16.666px;
}
@media (min-width: 992px) {
    .banner__title--small {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .banner__title--small {
        font-size: 30px;
    }
}
.banner__title--medium {
    font-size: 22px;
}
@media (min-width: 992px) {
    .banner__title--medium {
        font-size: 25px;
    }
}
@media (min-width: 1200px) {
    .banner__title--medium {
        font-size: 40px;
    }
}

/*****************************
09 - Component - Product
*****************************/
.product.m-t-100 {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .product.m-t-100 {
        margin-top: 80px;
    }
}
@media (max-width: 768px) {
    .product.m-t-100 {
        margin-top: 40px;
    }
}
.product.m-b-100 {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .product.m-b-100 {
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .product.m-t-100 {
        margin-top: 40px;
    }
}

.product__img-nav--right {
    top: 10px;
    right: 0px;
    background: #fff;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    line-height: initial;
}
.product__img-nav--right li {
    margin-bottom: 5px;
}
.product__img-nav--right li a {
    display: inline-block;
    text-align: center;
    color: #181818;
    transition: all 0.3s ease;
}
.product__img-nav--right li a:hover {
    color: var(--header_link_hover_color);
}
.product__img-box:hover .product__img-nav--right {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.product__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 1px 8px;
    color: #fff;
    font-size: 13px;
    height: 50px;
    width: 50px;
    line-height: 47px;
    border-radius: 50%;
    font-weight: 500;
}
@media (max-width: 480px) {
    .product__tag {
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding: 0;
    }
}
.product__btag {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 1px 8px;
    color: #fff;
    font-size: 12px;
}
.product__tag--store {
    background: #000000;
    font-size: 1rem !important;
    opacity: 0.6;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .product__tag--store {
        font-size: 0.9rem !important;
        padding: 8px;
        height: 35px;
        line-height: 20px;
    }
}
@media (max-width: 480px) {
    .product__tag--store {
        font-size: 0.8rem !important;
        padding: 5px;
    }
}
.product__content {
    text-align: center;
    padding: 5px;
}
.product__content--bottom {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    left: 0;
    bottom: -5px;
    padding: 2.5px 10px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    gap: 5px;
    padding-left: 0px !important;
}
#div_init_page_brand .product__content--bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.product__content--bottom-white {
    background: #fff;
}
.product__content--bottom li a {
    display: inline-block;
    text-align: center;
    color: #181818;
    transition: all 0.3s ease;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 3px;
}
.product__content--bottom li a img {
    padding: 0 30px;
}
.product__content--bottom li a:hover {
    color: var(--header_link_hover_color) !important;
}
.product__content--bottom li a i {
    padding-right: 10px;
}
.product__content--bottom li button {
    display: inline-block;
    text-align: center;
    color: #181818;
    transition: all 0.3s ease;
    font-size: 13px;
    white-space: nowrap;
    height: auto;
}
.product__content--bottom li button i {
    padding-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 1565px) {
    .product__content--bottom li button i {
        padding-right: 2px;
    }
    .product__content--bottom li a i {
        padding-right: 2px;
    }
    .product__content--bottom li {
        background: #ffffff;
    }
}
@media (max-width: 480px) {
    .product__content--bottom {
        left: -10px;
        width: 110%;
    }
    .product__content--bottom li a {
        font-size: 12px;
    }
    .product__content--bottom li button {
        font-size: 12px;
    }
    .product__content--bottom li {
        margin: 0 2px;
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .product__content--bottom {
        left: -10px;
    }
    .product__content--bottom li button i {
        padding-right: 1px;
    }
    .product__content--bottom li a i {
        padding-right: 1px;
    }
}
.product__content--bottom li button img {
    text-align: center;
    margin-top: 4px;
    padding: 0 30px;
}
.product__price-del {
    font-size: 14px !important;
    color: #a4a4a4 !important;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
    letter-spacing: -1px;
}
.product__price-reg {
    font-size: 16px;
    font-weight: 600;
    color: #de6f6f;
    letter-spacing: -0.5px;
}
@media (max-width: 743px) {
    .product__price-del {
        font-size: 13px;
    }
    .product__price-reg {
        font-size: 14px;
    }
}
.product__price.ns1 > .product__price-del {
    font-size: 1.2rem;
    color: #a4a4a4;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}
.product__price.ns1 > .product__price-reg {
    font-size: 2rem;
    font-weight: 400;
    color: #de6f6f;
}
.product__link {
    color: #181818;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 5px;
}
@media (max-width: 480px) {
    .product__link {
        font-size: 0.85rem;
    }
}
.product__brand {
    font-size: 1.2rem;
}
@media (max-width: 480px) {
    .product__brand {
        font-size: 0.9rem;
    }
}
.product__link:hover {
    color: var(--header_link_hover_color);
}
.product__desc {
    font-size: 15px;
    color: #777777;
    line-height: 24px;
}

.product__box {
    margin-top: 10px;
}
.product__box--border-hover {
    border: 2px solid #888;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.product__box--border-hover:hover {
    border-color: var(--header_link_hover_color);
}
.product__box:hover .product__content--bottom {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    align-items: center;
    font-size: 15px;
}
@media (max-width: 380px) {
    .col_m0 {
        margin: 0 !important;
    }
    .col_p0 {
        padding: 0 !important;
    }
}
/*****************************
10 - Brand - Slider
*****************************/
.company-logo__area .slick-list {
    margin-left: -100px;
}
.company-logo__area .slick-slide {
    margin-left: 100px;
}
.company-logo__item {
    text-align: center;
}
.company-logo__link {
    display: block;
}
.company-logo__img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.company-logo__img:hover {
    opacity: 1;
}
/*****************************
11 - Component - Modal
*****************************/
.modal__product-price {
    font-size: 28px;
    color: #de6f6f; 
}
@media (min-width: 1200px) {
    .modal-dialog {
        min-width: 825px !important;
    }
}
@media (min-width: 576px) {
    .modal-md {
        max-width: 500px !important;
    }
    .modal-md.modal-dialog {
        min-width: 500px !important;
    }
    .modal-sm {
        max-width: 300px !important;
    }
    .modal-sm.modal-dialog {
        min-width: 300px !important;
    }
}
/*****************************
12 - Component - Breadcrumb
*****************************/
.page-breadcrumb {
    background: #000000;
    text-align: center;
    padding: 70px 0 10px 0px;
    margin-bottom: 60px;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .page-breadcrumb {
        margin-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .page-breadcrumb {
        margin-bottom: 50px;
    }
}
.page-breadcrumb__menu {
    font-size: 1.3rem;
    color: #181818;
}
.page-breadcrumb__nav {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #fff;
}
.page-breadcrumb__nav a {
    color: #fff;
    text-decoration: none;
}
.page-breadcrumb__nav a:hover {
    color: var(--header_link_hover_color);
}
.page-breadcrumb__nav.active {
    color: #e1e1e1;
}
.sharecart-create-modal .modal-content {
    max-height: 90vh;
    overflow: auto;
}

/*****************************
13 - Component - Shop Sorting
*****************************/
.sort-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 13px;
    flex-direction: column;
}
@media (min-width: 768px) {
    .sort-box {
        flex-direction: row;
        align-items: center;
    }
}
.sort-box__left,
.sort-box__right {
    display: flex;
    align-items: center;
}
.sort-box__left span,
.sort-box__right span {
    display: inline-block;
}
.sort-box__left {
    margin-bottom: 20px;
}
.sort-box__left span {
    margin-left: 55px;
}
@media (min-width: 768px) {
    .sort-box__left {
        margin-bottom: 0;
    }
}
.sort-box__right span {
    margin-right: 20px;
}
.sort-box__tab-list li {
    margin-right: 15px;
    display: inline-block;
}
.sort-box__tab-list li:last-child {
    margin-right: 0;
}

.sort-nav-link {
    display: block;
    font-size: 18px;
    text-decoration: none !important;
    color: #181818;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.sort-nav-link:hover,
.sort-nav-link.active {
    color: #fff;
    background: var(--header_link_hover_color);
}

.select-sort {
    padding: 5px 100px 5px 15px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-sort option {
    text-align: right;
    border: 1px solid #777;
    padding: 5px 15px;
    margin: 5px 0;
}

.shop-grid .product__box--default {
    transform: scale(0.3);
    transition: all 0.3s ease;
    background: #ffffff;
    padding-bottom: 10px;
}

.shop-grid.active .product__box--default {
    transform: scale(1);
}

.shop-list > .product__box--list {
    transform: translateX(100px);
    transition: all 0.5s ease;
}

.shop-list.active > .product__box--list {
    transform: translateX(0);
}

.product__box--list .product__img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
/*****************************
15 - Component - Sidebar Widget
*****************************/
.sidebar {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .sidebar {
        margin-top: 80px;
    }
}
@media (min-width: 992px) {
    .sidebar {
        margin-top: 0px;
    }
}
.sidebar__widget {
    margin-bottom: 40px;
}
.sidebar__widget:last-child {
    margin-bottom: 0;
}
.sidebar__box {
    position: relative;
}
.sidebar__box::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: var(--header_sub_bg_color);
    bottom: -19.5px;
    left: 0;
}
.sidebar__box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    bottom: -20px;
    left: 0;
}
.sidebar__title {
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.sidebar__menu > li {
    margin-bottom: 10px;
}
.sidebar__menu > li:last-child {
    margin-bottom: 0;
}
.sidebar__menu-collapse-list:last-child .accordion__title {
    margin-bottom: 0;
}
.sidebar__post-img {
    width: 40%;
}
.sidebar__post-content {
    width: 60%;
    margin-left: 10px;
}
.sidebar__post-content a {
    font-size: 15px;
    word-wrap: break-word;
    font-weight: 500;
}
.sidebar__post-content span {
    font-size: 13px;
}
.sidebar__tag li {
    display: inline-block;
}
.sidebar__tag li a {
    border: 1px solid #cccccc;
    color: #333333;
    background: transparent;
}
.sidebar__tag li a:hover {
    border: 1px solid var(--header_link_hover_color);
    color: #ffffff;
}
.sidebar__menu-filter-list {
    margin-bottom: 10px;
}
.sidebar__menu-filter-list:last-child {
    margin-bottom: 0;
}

.accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.accordion__category-list {
    border-top: 1px solid #e0e0e0;
}
.accordion__category-list li {
    padding-left: 5px;
    padding: 5px;
    display: block;
}
.accordion a {
    text-decoration: none !important;
    color: #181818;
}
.accordion a:hover {
    color: var(--header_link_hover_color);
}

/*****************************
16 - Component - Gallery
*****************************/
.product-gallery-box {
    padding: 20px 5px 10px;
}
.slick-slide {
    /*     cursor: pointer; */
    padding: 10px;
}
.slick-slide .shop {
    text-align: center;
    font-size: 1.2rem;
    display: block;
    cursor: pointer;
}
.item .shop {
    text-align: center;
    font-size: 1rem;
    display: block;
    cursor: pointer;
}
@media (max-width: 480px) {
    .item .shop {
        font-size: 0.9rem;
    }
}
.slick-slide .brand {
    text-align: center;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    cursor: pointer;
    width: 85%;
    margin: 20px auto 0;
}
@media (max-width: 480px) {
    .slick-slide .brand {
        width: 100%;
    }
}
.product-gallery-box__vertical {
    display: flex;
    align-items: center;
}
.product-gallery-box__tab-left {
    flex-direction: row-reverse;
}
.product-gallery-box .swiper-slide {
    height: 100% !important;
}

.product-gallery-box--gallery {
    float: left;
}

.gallery--right {
    width: 80%;
}
.gallery--left {
    width: 20%;
}

.product-image--large .img-fluid {
    max-width: 100% !important;
}
.product-image--gallery .img-responsive {
    margin: 10px;
}

/*set a border on the images to prevent shifting*/
#gallery-zoom img {
    border: 2px solid #777;
}

/*Change the colour*/
.zoom-active img {
    border: 2px solid #333 !important;
}

.modal-product-image--thumb-horizontal,
.product-image--thumb-horizontal {
    margin-top: 20px;
}
.modal-product-image--thumb-horizontal .slick-list,
.product-image--thumb-horizontal .slick-list {
    margin-right: -10px;
}
.modal-product-image--thumb-horizontal .slick-slide,
.product-image--thumb-horizontal .slick-slide {
    margin-right: 10px;
}
.modal-product-image--thumb-vertical .slick-list,
.product-image--thumb-vertical .slick-list {
    margin-bottom: -10px;
}
.modal-product-image--thumb-vertical .slick-slide,
.product-image--thumb-vertical .slick-slide {
    margin-bottom: 10px;
}
.modal-product-image--thumb img,
.product-image--thumb img {
    cursor: pointer;
    border: 1px solid rgba(84, 101, 131, 0.2) !important;
    transition: all 0.3s ease;
    margin-right: 10px; /* 2022.04.01 */
}
.modal-product-image--thumb img:hover,
.product-image--thumb img:hover {
    border-color: var(--header_link_hover_color) !important;
}

/* 2022.04.11*/
.modal-product-image--thumb img.slick-current,
.product-image--thumb a.slick-current > img {
    border-color: var(--header_sub_bg_color) !important;
}

.text-reference {
    font-size: 15px;
    color: #666;
}

.product__stock {
    font-weight: 700;
    color: #777;
}
.product__stock--in {
    color: #62ab00;
}

.product-var {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: grid;
}
.product-var__item {
    margin-bottom: 30px;
}
.product-var__text {
    display: block;
    margin-bottom: 9px;
    font-weight: 500;
}

.product-social span {
    color: #777;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
}
.product-social-link li {
    display: inline-block;
    margin-right: 10px;
}
.product-social-link li:last-child {
    margin-right: 0;
}

.product-social-link li:nth-child(1) a {
    background: #365493;
    border: 1px solid #365493;
    color: #ffffff;
}
.product-social-link li:nth-child(2) a {
    background: #3cf;
    border: 1px solid #3cf;
    color: #ffffff;
}
.product-social-link li:nth-child(3) a {
    background: #f89a1e;
    border: 1px solid #f89a1e;
    color: #ffffff;
}
.product-social-link li:nth-child(4) a {
    background: #1ebea5;
    border: 1px solid #1ebea5;
    color: #ffffff;
}
.product-social-link li:nth-child(1) a:hover {
    color: #ffffff;
    background: #7588b6;
    border: 1px solid #7588b6;
}
.product-social-link li:nth-child(2) a:hover {
    color: #ffffff;
    background: #8ed1e7;
    border: 1px solid #8ed1e7;
}
.product-social-link li:nth-child(3) a:hover {
    color: #ffffff;
    background: #e5a855;
    border: 1px solid #e5a855;
}
.product-social-link li:nth-child(4) a:hover {
    color: #ffffff;
    background: #e17766;
    border: 1px solid #e17766;
}
.product-social-link a {
    color: #777;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    display: block;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    border-radius: 50%;
}
.product-social-link a:hover {
    color: #fff;
    border: 1px solid transparent;
}

/*****************************
17 - Component - Tabstyle
*****************************/
.tablist li {
    position: relative;
}
.tablist li a {
    border-bottom: 1px solid #dddddd;
}
.tablist--style-black .nav-link {
    color: #888;
    margin-bottom: 20px;
    position: relative;
    justify-content: center;
}
@media (min-width: 768px) {
    .tablist--style-black .nav-link {
        margin-bottom: 0px;
    }
}
.tablist--style-black .nav-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    right: 50%;
    width: 0%;
    height: 2px;
    background: var(--header_main_bg_color);
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
    .tablist--style-black .nav-link::after {
        bottom: 0px;
    }
}
.tablist--style-black .nav-link.active,
.tablist--style-black .nav-link:hover {
    color: #000;
}
.tablist--style-black .nav-link.active::after,
.tablist--style-black .nav-link:hover::after {
    left: 0%;
    right: 0%;
    width: 100%;
}
.tablist--style-blue .nav-link {
    color: #888;
}
.tablist--style-blue .nav-link.active,
.tablist--style-blue .nav-link:hover {
    color: #0063d1;
}
.tablist--style-title li > .nav-link {
    font-size: 1.1rem;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 10px 0;
}
@media (max-width: 380px) {
    .tablist--style-title li > .nav-link {
        font-size: 1rem;
    }
}
.tablist--style-seperator li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #777;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 35px);
}
.tablist--style-seperator li:last-child::after {
    display: none;
}
.tablist--style-gap li:last-child > .nav-link {
    margin-right: 0;
}
.tablist--style-gap-20 li > .nav-link {
    margin-right: 20px;
}
.tablist--style-gap-30 li > .nav-link {
    margin-right: 30px;
}
.tablist--style-gap-70 li > .nav-link {
    margin: 0 30px;
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.tab-animate-zoom .tab-pane {
    transform: translateY(-100px) scale(0.5);
    transition: all 0.5s ease;
}

.tab-animate-zoom .tab-pane.active {
    transform: translateY(0) scale(1);
}
.nav {
    margin: auto;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: flex;
    align-items: center;
    color: #1d2129;
    padding: 8px 16px;
    width: 100%;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (min-width: 768px) {
    .nav-link {
        padding: 6px 50px;
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.app-nav-tabs.lg .nav-link {
    padding: 4px 0;
}
@media (min-width: 768px) {
    .app-nav-tabs.lg .nav-link {
        font-size: 16px;
        padding: 16px 50px;
    }
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus-visible {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.app-nav-tabs {
    display: flex;
    white-space: wrap;
    justify-content: center;
    width: 100%;
}
@media (min-width: 768px) {
    .app-nav-tabs {
        white-space: nowrap;
        width: fit-content;
        margin: 0;
    }
}
.app-nav-tabs .nav-link {
    position: relative;
    font-size: 12px;
    color: #8d9091;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .app-nav-tabs .nav-link {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .app-nav-tabs .nav-link {
        font-size: 16px;
    }
}
.app-nav-tabs .nav-link i {
    font-size: 26px;
}
.app-nav-tabs .nav-link.active {
    position: relative;
    font-weight: bold;
    color: #1d2129;
}
.app-nav-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #1d2129;
    height: 2px;
    width: 100%;
}
/*****************************
18 - Component - Comment
*****************************/
.comment {
    padding: 0;
}
@media (min-width: 768px) {
    .comment {
        padding: 0px 20px 20px 20px;
    }
}
.comment__list {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 15px;
}
.comment__list:last-child {
    border-bottom: none;
}
.comment__list:first-child {
    padding-top: 0;
}
.comment__list > .comment__reply {
    margin-left: 0;
}
@media (min-width: 768px) {
    .comment__list > .comment__reply {
        margin-left: 100px;
    }
}
.comment__reply li {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 15px;
}
.comment__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
@media (min-width: 576px) {
    .comment__wrapper {
        flex-direction: row;
    }
}
.comment__img {
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.comment__img img {
    width: 78px;
    height: 78px;
    border-radius: 5px;
}
.comment__name {
    font-weight: 600;
    margin-right: 10px;
}
.comment__content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/*****************************
19 - Component - Form
*****************************/
#form-additional-info {
    height: 60px;
    resize: none;
}
.form-box__single-group {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.form-box__single-group label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.form-box__single-group input,
.form-box__single-group textarea,
.form-box__single-group select {
    border: 1px solid rgba(129, 129, 129, 0.25);
    height: 40px;
    line-height: 18px;
    padding: 0.35rem 0.75rem 0.35rem 0.75rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    font-size: 1rem;
}
.form-control {
    border: 1px solid rgba(129, 129, 129, 0.25);
    height: 40px;
    line-height: 18px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    width: 100%;
    border-radius: 0;
    outline: none;
    font-size: 1rem;
}

select {
    outline: none;
    border: 1px solid rgba(129, 129, 129, 0.25);
    padding: 5px 15px;
}

label > span {
    display: inline-block;
    padding-left: 5px;
    font-weight: 400;
}

.product-color-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-color-select::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
}
.product-color-select:checked::after {
    content: "" !important;
    color: #fff;
}
.product-color-select[value="color-red"]::after {
    background: #ed3c32 !important;
}
.product-color-select[value="color-green"]::after {
    background: #62ab00 !important;
}
.product-color-select[value="color-blue"]::after {
    background: #0063d1 !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #fff;
    border: 1px solid #dddddd !important;
    border-radius: 2px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
@media (max-width: 480px) {
    input[type="checkbox"]::after {
        padding-top: 20px;
    }
}
input[type="checkbox"]::after {
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked::after {
    content: "";
    font-family: "Font Awesome 5 Light";
    color: #fff;
    background: var(--header_sub_bg_color);
    border: 1px solid var(--header_sub_bg_color);
    border-radius: 2px;
    margin-left: 0;
    margin-top: -2px;
    padding: 4px;
}

input[type="radio"].shipping-select::after {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    color: var(--header_sub_bg_color);
    font-size: 20px;
    margin-left: 6px;
}

input[type="radio"].shipping-select:checked::after {
    content: "";
}

input[type="radio"].shipping-select-choose::after {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    color: var(--header_sub_bg_color);
    font-size: 20px;
    margin-left: 6px;
    width: 50px;
}

input[type="radio"].shipping-select-choose:checked::after {
    content: "";
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 0;
    background: transparent;
}
input[type="radio"]::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    top: -17px;
    color: #0063d1;
}

input[type="radio"]:checked::after {
    content: "";
}

.from-box__buttons {
    flex-direction: column;
    align-items: flex-start !important;
}
@media (min-width: 576px) {
    .from-box__buttons {
        flex-direction: row;
    }
}

.form-box-right {
    margin-top: 25px;
}
@media (min-width: 576px) {
    .form-box-right {
        margin-top: 0;
    }
}

.password__toggle {
    display: flex;
    align-items: center;
}
.password__toggle--btn {
    margin-left: -25px;
}

/*****************************
20 - Page - Shop
*****************************/
@media (max-width: 768px) {
    .shop-grid .product__box--default {
        margin-top: 0;
    }
}

.border-right.pos-absolute {
    border-right: none !important;
}
@media (min-width: 768px) {
    .border-right.pos-absolute {
        border-right: 1px solid #dee2e6 !important;
        height: 100%;
        right: 0;
    }
}

/*****************************
21 - Page - Product Single
*****************************/
.product-details-tab-box {
    padding: 30px 10px;
}
@media (min-width: 768px) {
    .product-details-tab-box {
        padding: 30px 40px;
    }
}
@media (max-width: 480px) {
    .product-details-tab-box {
        padding: 0 10px;
    }
}
/*****************************
22 - Page - Blog
*****************************/
.blog.m-t-100 {
    margin-top: 57px;
}
@media (min-width: 768px) {
    .blog.m-t-100 {
        margin-top: 80px;
    }
}
@media (min-width: 992px) {
    .blog.m-t-100 {
        margin-top: 100px;
    }
}
.blog__title {
    font-size: 26px;
    font-weight: 400;
}
@media (min-width: 576px) {
    .blog__title {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .blog__title {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    .blog__title {
        font-size: 36px;
    }
}
.blog-feed__img-box {
    overflow: hidden;
    position: relative;
}
.blog-feed__img--link {
    display: block;
    transition: all 0.3s ease;
    transform: scale(1);
}
.blog-feed__img--link:hover {
    transform: scale(1.03);
}
.blog-feed__img {
    width: 100%;
    height: auto;
    max-height: auto !important;
}
.blog ~ .page-pagination {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .blog ~ .page-pagination {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .blog ~ .page-pagination {
        margin-top: 50px;
    }
}

.popup-icon i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: blue;
    text-align: center;
    border-radius: 50%;
}

.popup-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

/*****************************
23 - Page - Cart
*****************************/
.total-shipping {
    padding: 15px 0;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    margin-top: 20px;
}

.total-cost {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
}
.total-cost span {
    font-weight: 500;
}

.shipping-cost li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.grand-total {
    color: #181818;
    display: flex;
    justify-content: space-between;
}

/*****************************
24 - Page - Checkout
*****************************/
.your-order-section {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .your-order-section {
        margin-top: 0px;
    }
}

.your-order-box {
    padding: 20px 20px 40px;
}
@media (max-width: 480px) {
    .your-order-box {
        padding: 20px;
    }
}

.your-order-middle {
    color: #666;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.your-order-total {
    padding: 10px 0 0;
    /**
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    **/
}
.your-order-bottom {
    padding: 10px 0 0;
    border-bottom: 1px solid #ddd;
}

.open-create-account,
.open-shipping-account {
    display: none;
}

/*****************************
26 - Page - My Account
*****************************/
.my-account-order .state_img img {
    width: 100px;
    margin: auto;
    height: auto;
}
@media (max-width: 768px) {
    .my-account-order .state_img img {
        width: 80px;
        margin: auto;
        height: auto;
    }
}
@media (max-width: 480px) {
    .my-account-order .state_img img {
        width: 60px;
        margin: auto;
        height: auto;
    }
}
.account-wrapper {
    border: 1px solid #f1f1f1;
    padding: 40px 30px;
    font-weight: 400 !important;
}
@media (max-width: 768px) {
    .account-wrapper.ns {
        /*         padding: 0; */
        border: 1px solid transparent !important;
    }
}
@media (max-width: 480px) {
    .account-wrapper {
        padding: 20px 10px;
    }
}
.account-wrapper h4 {
    font-size: 1.3rem !important;
    display: flex;
    justify-content: space-between;
}
.account-wrapper h5 {
    font-size: 1rem !important;
}
.login_btn {
    margin: 20px auto 0;
    cursor: pointer;
    width: 248px;
}

.login_btn img {
    width: 248px;
}

.my-account-menu {
    margin-top: 1px;
    background: #f9f9f9;
}
.my-account-menu .account-menu-list li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s linear;
    text-decoration: none;
}

.my-account-menu .account-menu-list li a:hover,
.my-account-menu .account-menu-list li a.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.my-account-menu .account-menu-list li a i {
    width: 20px;
    text-align: center;
}

.my-account-tab .account-title {
    font-size: 24px !important;
    font-weight: 700;
    color: #333;
}

.my-account-details .account-details .title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.account-table .table thead tr th {
    border: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 8px 15px;
}

.account-table .table tbody tr td {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.account-table .table thead tr th.name {
    min-width: 140px;
}

.account-table .table thead tr th.date {
    min-width: 130px;
}

/*****************************
27 - Page - Login
*****************************/
.login-form-container {
    padding: 30px 20px;
    text-align: left;
}

/*****************************
28 - Page - Contact
*****************************/
#map iframe {
    width: 100%;
    border: none;
    height: 600px;
}
@media (min-width: 576px) {
    #map iframe {
        height: 400px;
    }
}
@media (min-width: 360px) {
    #map iframe {
        height: 340px;
    }
}

.contact-form {
    padding: 25px 20px;
}
@media (min-width: 576px) {
    .contact-form {
        padding: 25px 30px;
    }
}
@media (min-width: 768px) {
    .contact-form {
        padding: 30px 40px;
    }
}

.social-link li {
    display: inline-block;
    margin-right: 15px;
}

.social-link a {
    color: #181818;
    font-size: 22px;
}

/*****************************
29 - Page - FAQ
*****************************/
.accordian {
    width: 100%;
}
.accordian-item {
    margin-bottom: 20px;
}
.accordian-item:last-child {
    margin-bottom: 0;
}
.accordian-item-header {
    padding: 15px 45px 15px 10px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background: #eef0f1;
    color: #181818;
}
.accordian-item-header.active {
    background: var(--header_link_hover_color);
    color: #fff;
}
.accordian-item-header.active::after {
    content: "−";
}
.accordian-item-header h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.accordian-item-header::after {
    content: "+";
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    right: 1rem;
}

/*****************************
31 - Layout - Header
*****************************/
.header__mobile {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: var(--header_main_bg_color, #d22d26) !important;
    padding: 6px 0;
    position: fixed;
    box-shadow: 0 8px 3px -6px rgb(0 0 0 / 10%);
}
.header__mobile i {
    font-size: 22px;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .header__mobile i {
        font-size: 26px;
    }
}
.header__mobile i:hover {
    color: var(--header_link_hover_color);
}
.header__mobile-logo {
    width: 175px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5rem;
}
.header__mobile--rightside li,
.header__mobile--leftside li {
    margin-right: 20px;
}
.header__mobile--rightside li a,
.header__mobile--leftside li a {
    color: #ffffff;
}
@media (min-width: 576px) {
    .header__mobile--rightside li,
    .header__mobile--leftside li {
        margin-right: 30px;
    }
}
.header__mobile--rightside li:last-child,
.header__mobile--leftside li:last-child {
    margin-right: 0;
}
.header__search-form {
    position: relative;
}
.header__search-input {
    display: flex;
    font-size: 13px;
    color: #fff;
}
.header__search-input button {
    margin-right: 10px;
}
.header__search-input button i {
    font-size: 26px;
    color: #000000;
}
.header__search-input input {
    width: 100%;
    height: 44px;
    padding: 10px 10px 10px 10px;
    outline: none;
    border: none;
    background: transparent;
    color: #000000;
}
.header__search-input input::placeholder {
    color: #000000;
}
.header__search-input-white-bg input {
    color: #181818;
}
.header__search-input-white-bg input::placeholder {
    color: #000;
}
.header__search-input--mobile input {
    padding: 10px 10px 10px 140px;
}
@media (min-width: 576px) {
    .header__search-input--mobile input {
        padding: 10px 10px 10px 184px;
    }
}
.header__user-action-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 0.9rem;
}
.style03 .header__user-action-icon {
    margin-top: 11px;
}
.style04 .header__user-action-icon {
    margin-top: 11px;
}
.style04 .header__user-action-icon.left {
    margin-top: 0;
    margin-left: 15px;
}
.style04 .header__logo {
    margin: 0 auto;
    float: none;
}
.header__user-action-icon li {
    margin-right: 27px;
    font-weight: 400;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .header__user-action-icon li {
        margin-right: 18px;
    }
}
.header__user-action-icon li a {
    color: var(--header_main_f_color, #ffffff) !important;
}
.header__user-action-icon li img {
    width: 20px;
    height: 20px;
}
.header__user-action-icon li:last-child {
    margin-right: 0;
}
.header__user-action-icon a {
    text-decoration: none;
}
.header__user-action-icon i {
    font-size: 24px;
}
.header__popup-search-form {
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
    z-index: 99;
}
.header__popup-search-form input {
    padding: 10px 10px;
    width: 200px;
}
@media (min-width: 576px) {
    .header__popup-search-form input {
        padding: 10px 10px;
        width: 220px;
    }
}
.header__popup-search-form button {
    padding: 0 15px;
}
@media (min-width: 576px) {
    .header__popup-search-form button {
        padding: 0 20px;
    }
}
.header__popup-search-form i {
    color: #fff !important;
}

.wishlist-item-count {
    bottom: 5px;
    right: -9px;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}
.wishlist-item-count--red {
    background: var(--header_main_bg_color, #d22d26) !important;
    border-style: solid;
    border-width: 1px;
    border-color: var(--header_main_bg_color, #d22d26) !important;
    color: #ffffff!important;
}

.header__color--red {
    background: var(--header_main_bg_color, #d22d26) !important;
}

.sticky-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: var(--header_main_bg_color);
}
.sticky-header.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 100;
    transition: all 0.5s;
    color: #ffffff;
}
.sticky-header.is-sticky.header__color--silver {
    background: rgba(84, 101, 131, 0.95);
}

.header__nav {
    display: flex;
    margin: 0;
    font-size: 16px;
}
.header__nav-item {
    padding-right: 20px;
    display: inline-block;
}
@media (min-width: 1566px) {
    .header__nav-item {
        padding-right: 30px;
    }
}
.header__nav-item:last-child {
    padding-right: 0;
}
.header__nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none !important;
    /*     text-transform: uppercase; */
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 991px) {
    .header__nav-link {
        height: auto;
        line-height: 2;
    }
}
.header__nav-link i {
    margin-left: 5px;
}
.header__nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    bottom: 15px;
    left: auto;
    right: 0;
    transition: all 0.3s ease;
}
.header__nav-link--white {
    color: var(--header_main_f_color, #ffffff) !important;
}
.header__nav-link--white-hover-white::after {
    background: #fff;
}
.header__nav-link--black {
    color: #181818;
}
.header__nav-link--black-hover-golden::after {
    background: #ffffff;
    opacity: 0.4;
}
.header__nav-link--black-hover-golden.active::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: auto;
    right: 0;
    background: #ffffff;
    opacity: 1;
}
.header__nav-item:hover .header__nav-link--white-hover-white {
    color: #fff;
}
.header__nav-item:hover .header__nav-link--black-hover-golden {
    color: #ffffff;
}
.header__nav-item:hover .header__nav-link::after {
    width: 100%;
    left: 0;
    right: auto;
}

.dropdown__menu,
.dropdown__submenu {
    top: 100%;
    left: 0;
    width: 230px;
    background: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    border-bottom: 2px solid rgba(229, 0, 18, 1);
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    transition: all 0s linear;
    padding: 10px 0 20px !important;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    max-height: 80vh;
    overflow-y: auto;
}
.dropdown__submenu {
    top: 0;
    left: -100%;
}
@media (min-width: 1566px) {
    .dropdown__submenu {
        left: 100%;
    }
}
.dropdown__list {
    padding: 8px 15px;
    display: block;
    position: relative;
}
.dropdown__link,
.dropdown__submenu-link {
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    color: #252525;
    transition: all 0.3s ease;
}
.dropdown__link:hover,
.dropdown__submenu-link:hover {
    color: var(--header_link_hover_color);
}

.mega-menu {
    top: 100%;
    left: 100%;
    margin: 0 auto;
    width: 800%;
    background: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    padding: 10px 30px 30px;
    text-transform: uppercase;
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transform: translateX(-45%) rotateX(-90deg);
    transition: all 0s linear;
    border-bottom: 2px solid var(--header_main_bg_color);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    font-size: 16px;
}
.mega-menu_88w {
    width: 88vw;
}
@media (min-width: 1566px) {
    .mega-menu {
        transform: translateX(0%) rotateX(-90deg);
        left: 0;
        right: 0;
    }
    .mega-menu_88w {
        left: -35vw !important;
    }
}
.mega-menu__box {
    display: flex;
    justify-content: space-between;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu__item-box {
    margin-right: 30px;
}
.mega-menu__item-box:last-child {
    margin-right: 0;
}
.mega-menu__title {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: var(--header_link_hover_color) !important;
}
.mega-menu__item {
    margin-top: 5px;
    margin-bottom: 10px;
}
.mega-menu__item a {
    color: var(--header_link_f_color, #252525) !important;
    font-size: 14px;
}
.mega-menu__item a:hover {
    color: var(--header_link_hover_color) !important;
}
.mega-menu__item p {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}
.mega-menu__list a:hover {
    color: var(--header_link_hover_color);
}
.mega-menu__list:last-child {
    margin-bottom: 0;
}
.mega-menu__list ul li > a:hover {
    color: var(--header_link_hover_color);
}
.mega-menu__link {
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    color: #252525;
    transition: all 0.3s ease;
    line-height: 2;
}
.mega-menu__link:hover {
    color: var(--header_link_hover_color);
}

.header__nav-item:hover .dropdown__menu,
.dropdown__list:hover .dropdown__submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    transition: all 0.3s linear;
}

.header__nav-item:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear;
    transform: translateX(-45%) rotateX(0deg);
}
@media (min-width: 1566px) {
    .header__nav-item:hover .mega-menu {
        transform: translateX(0%) rotateX(0deg);
    }
}

.popup-expand-menu-button i {
    color: #fff;
    font-size: 37px;
}
.popup-expand-menu-button i:hover {
    color: #ffffff;
}

.popup-expand-menu {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding: 0 !important;
}

/*****************************
32 - Layout - Mobile Menu
*****************************/
.offcanvas {
    padding: 40px 20px 80px;
}
.offcanvas-menu li {
    position: relative;
    padding: 0;
    color: #ffffff;
}
.offcanvas-menu li img {
    width: 100px;
    height: auto;
    border: 1px solid #999999;
    padding: 5px;
}
.offcanvas-menu > ul > li {
    border-bottom: 1px solid rgba(92, 92, 92, 0.23);
    padding:8px 0;
}
.offcanvas-menu > ul > li:last-child {
    border-bottom: none;
}
.offcanvas-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem !important;
}
.offcanvas-menu li a:hover {
    color: var(--header_link_hover_color);
}
.offcanvas-menu li .sub-menu {
    display: none;
}
.offcanvas-menu li .sub-menu .sub-menu .sub-menu {
    display: none;
}
.offcanvas-menu li .sub-menu li {
	padding: 10px 5px 5px 9px;
}
.offcanvas-menu li .sub-menu li a {
    border-top: 1px solid rgba(92, 92, 92, 0.23);
    padding: 15px 0 0;
    line-height: 1.2;
    padding-left: 0;
    font-size: 0.95rem !important;
}
.offcanvas-menu li .sub-menu li a::before {
    display: inline-block;
    width: 8px;
    height: 3px;
    margin-top: -2px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background-color: var(--header_sub_bg_color);
}
.offcanvas__menu-expand::after {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    color: var(--header_sub_bg_color);
    padding: 0 15px;
    cursor: pointer;
}
.sub-menu .offcanvas__menu-expand::after,
.sub-menu ul.sub-menu .offcanvas__menu-expand::after {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 0;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}
.sub-menu li .offcanvas__menu-expand::after {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    transition: all 0.3s ease;
    transform: rotate(0deg);
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}
.offcanvas-menu .active > .offcanvas__menu-expand,
.sub-menu > .active .offcanvas__menu-expand {
    border-bottom: 1px solid #ddd;
}
.offcanvas-menu .active > .offcanvas__menu-expand:last-child,
.sub-menu > .active .offcanvas__menu-expand:last-child {
    border-bottom: none;
}
.offcanvas-menu .active > .offcanvas__menu-expand::after,
.sub-menu > .active .offcanvas__menu-expand::after,
.sub-menu ul.sub-menu > .active .offcanvas__menu-expand::after {
    transform: rotate(90deg);
    color: var(--header_sub_bg_color);
}
.sub-menu.li-list01 li a {
    margin-left: 40px;
    padding-top: 10px !important;
}
.li-list02 {
    margin-left: 20px;
}
.li-list03 {
    margin-left: 40px;
}
.li-list04 {
    margin-left: 60px;
}
.menu-text {
    font-size: 0.95rem;
    font-weight: 400;
}
.block4{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
}
/*****************************
33 - Layout - Vertical Menu
*****************************/
.header-menu-vertical .menu-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    background: #0063d1;
    padding: 15px 20px;
    border-radius: 3px;
    display: block;
}
.header-menu-vertical .menu-content {
    width: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    top: 100%;
    left: 0;
    display: none;
}
@media (min-width: 992px) {
    .header-menu-vertical .menu-content {
        display: block;
    }
}
.header-menu-vertical .menu-content li {
    display: block;
    position: relative;
}
.header-menu-vertical .menu-content li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-menu-vertical .menu-content li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #47494a;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s linear;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-vertical .menu-content li a:hover {
    color: #0063d1;
}
.header-menu-vertical .menu-content li.expand a i {
    padding-right: 15px;
    font-weight: 700;
}
.header-menu-vertical .menu-content li .sub-menu {
    position: absolute;
    z-index: 9;
    text-align: left;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px 10px 15px 10px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    border: 1px solid #eaeaea;
    width: 705px;
}
@media (min-width: 1200px) {
    .header-menu-vertical .menu-content li .sub-menu {
        width: 890px;
    }
}
.header-menu-vertical .menu-content li .sub-menu > li {
    width: 33.33%;
    float: left;
}
.header-menu-vertical .menu-content li .sub-menu li a {
    margin: 5px 0px 5px 0px;
}
.header-menu {
    margin: 0 auto;
}
.style02 .header-menu {
    margin: 0;
}
@media (max-width: 991px) {
    .header-menu {
        display: none;
    }
}
/*****************************
34 - Layout - Footer
*****************************/
.footer {
    background: var(--footer_main_bg_color, #000000) !important;
    font-size: 14px;
    color: var(--footer_main_f_color, #e0e0e0) !important;
    height: auto;
}
.footer.m-t-100 {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .footer.m-t-100 {
        margin-top: 80px;
    }
}
@media (min-width: 992px) {
    .footer.m-t-100 {
        margin-top: 100px;
    }
}
.footer__top {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer__top--1 {
    padding-top: 60px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .footer__top {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) {
    .footer__top {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.footer__top [class^="col"] {
    margin-bottom: 40px;
}
.footer__top [class^="col"]:last-child {
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .footer__top [class^="col"] {
        margin-bottom: 40px;
    }
    .footer__top [class^="col"]:nth-child(3),
    .footer__top [class^="col"]:nth-child(4) {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .footer__top [class^="col"] {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .footer__menu01 [class^="col"] {
        margin-bottom: 20px;
    }
}
.footer__top--1 [class^="col"] {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .footer__top--1 [class^="col"] {
        margin-bottom: 20px;
    }
}
.footer__logo {
    max-width: 200px;
    margin-bottom: 10px;
    text-align: left;
    color: var(--footer_sub_bg_color, #d22d26) !important;
    font-weight: 500;
    font-size: 1.5rem;
}
.footer__logo a {
    color: var(--footer_sub_bg_color, #d22d26) !important;
}
@media (min-width: 992px) {
    .footer__logo {
        text-align: left;
    }
}
.footer__logo img{
	max-width:100%;
	height:auto;
}
.footer__address {
    text-align: left;
}
@media (min-width: 992px) {
    .footer__address {
        text-align: left;
    }
}
.footer__address-item {
    margin-bottom: 6px;
    color: var(--footer_main_f_color, #e0e0e0) !important;
}
.footer__address-item:last-child {
    margin-bottom: 0px;
}
.footer .footer__social-link {
    transition: all 0.3s ease;
    color: var(--footer_main_f_color, #e0e0e0) !important;
}
.footer .footer__social-link:hover {
    color: var(--header_link_hover_color) !important;
}
.footer__menu {
    margin-top: 0px;
}
.footer__menu h4 {
    padding-left: 14px;
}
.footer__menu01 h4 {
    padding-left: 0;
    position: relative;
}
.footer__nav-title {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--footer_main_f_color, #e0e0e0) !important;
    font-weight: 700;
    text-transform: uppercase;
}
.footer__nav-title--dash {
    position: relative;
}
.footer__nav-title--dash::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer__nav-title--dash-red::before {
    background: var(--header_sub_bg_color);
}
.footer__nav-title--dash-orange::before {
    background: #f17b08;
}
.footer__nav-title--dash-golden::before {
    background: var(--footer_sub_bg_color, #d22d26) !important;
}
.footer-img {
    max-width: 80%;
}
@media (max-width: 991px) {
    .footer-img {
        max-width: 50%;
    }
}
.footer__nav-title--b_bottom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 27px;
    left: 0;
    transform: translateY(-50%);
    background: var(--footer_sub_bg_color, #d22d26) !important;
}
.footer__list {
    margin-bottom: 12px;
}
.footer__list:last-child {
    margin-bottom: 0px;
}
.footer__link {
    color: var(--footer_link_f_color, #e0e0e0) !important;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none !important;
    display: block;
}
.footer__link:hover {
    color: var(--footer_link_hover_color, #de6f6f) !important;
}
.footer__form-box {
    font-size: 16px;
    margin-top: 50px;
    position: relative;
}
.footer__form-box input {
    width: 100%;
    padding: 12px 120px 12px 10px;
    outline: none;
    border: none;
    background: #242424;
    border-right: none;
    color: var(--footer_link_f_color, #e0e0e0) !important;
}
.footer__form-box button {
    position: absolute;
    padding: 16px 10px;
    right: 0;
}
.footer__bottom {
    padding: 15px 0;
    border-top: 1px solid #666;
}
@media (max-width: 991px) {
    .footer__bottom {
        padding: 15px 0 33px;
    }
}
.footer__bottom.s3 {
    padding: 15px 0;
    border-top: 1px solid #666;
    position: relative;
    margin-top: -50px;
    height: 50px;
    clear: both;
}
.footer__copyright-text {
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .footer__copyright-text {
        margin-bottom: 0;
    }
}
.footer__copyright-text p {
    margin: 0;
    font-family: "Noto Sans TC";
}
.footer__copyright-text a {
    color: var(--footer_link_f_color, #e0e0e0) !important;
}
.footer__copyright-text a:hover {
    color: var(--footer_link_hover_color, #de6f6f) !important;
}

/*****************************
35 - Layout - Custom Layout
*****************************/
.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1288px;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/*****************************
36 - Layout - Table
*****************************/
table {
    border: 1px solid #e0e0e0;
    width: 100%;
}
table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}
table thead > tr > th {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 45px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
table tbody > tr {
    border-bottom: 1px solid #e0e0e0;
}
table tbody > tr td {
    color: #181818;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}
table tbody > tr td a {
    color: #181818;
    text-decoration: none !important;
    display: inline-block;
}
table tbody > tr td a:hover {
    color: var(--header_link_hover_color);
}

.product-thumbnail {
    width: 435px;
}

.product-remove {
    width: 30px;
}
.product-thumbnail {
    width: 200px;
}

.product-remove a {
    color: #ffffff;
    font-size: 14px;
    margin: 0 10px;
    background: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 23px;
}
.product-remove a:hover {
    color: #ffffff;
}
.quantity {
    height: 46px !important;
}

/*購物車樣式2*/
.cart-table-content {
    overflow-x: hidden;
}
.product-thumbnail.s1 {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.product-display {
    display: table-cell !important;
}
.product-price-heart {
    width: 30px;
}
@media (max-width: 767px) {
    .product-thumbnail.s1 {
        width: auto;
        max-height: 60px;
    }
    .product-thumbnail.s1 img {
        object-fit: contain;
    }
    .product-display {
        display: flex !important;
    }
    .product-name.s1 {
        display: block;
        width: 100%;
        text-align: left;
    }
    .product-price-cart.s1 {
        display: block;
        width: 100%;
        text-align: left;
    }
    .product-price-shopping.s1 {
        display: block;
        width: 100%;
        text-align: left;
    }
    .product-price-heart.s1 {
        display: revert;
    }

    .product-quantities.s1 {
        float: left;
        text-align: left;
        height: 10px;
        margin-right: 20px;
    }

    .product-subtotal.s1 {
        display: flex;
        width: 100%;
        text-align: left;
        font-weight: 600;
        color: var(--header_sub_bg_color);
        margin-top: 35px;
    }
    .product-remove.s1 {
        display: revert;
    }
    .product-remove a {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        padding-top: 2px;
    }
    .product-remove a i {
        float: left;
        font-size: 14px;
        margin-top: 1px;
        margin-left: 5px;
    }
    .cart-table-content {
        overflow-x: inherit;
    }
    .quantity.s1 input {
        height: 30px;
        float: left;
        padding: 0;
        margin: 0;
        border: 1px solid #eee;
        background: #ffffff;
        text-align: center;
        border-radius: 0;
        -webkit-appearance: none;
    }
    .vendor-cart-tb .quantity-button.quantity-up {
        position: absolute;
        height: 30px !important;
        top: 0;
        border: 1px solid #eee;
        line-height: 2.1;
    }
    .vendor-cart-tb .quantity-button.quantity-down {
        position: absolute;
        height: 30px;
        top: 0;
        left: -74px;
        border: 1px solid #eee;
        line-height: 2.1;
    }
}
@media (max-width: 576px) {
    .vendor-cart-tb td {
        padding: 2px 6px;
    }
    .cart-table-content td {
        padding: 2px 6px;
    }
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.first-column {
    min-width: 160px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    margin: 0;
    line-height: 1;
}

.product-image-title {
    min-width: 300px;
    vertical-align: bottom;
    padding-top: 70px;
}

.image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    display: block;
}

.category {
    float: left;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #181818;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.pro-stock {
    font-size: 16px;
    font-weight: 600;
    color: #181818;
}

.pro-remove button:hover {
    color: #ed3c32;
}

/*****************************
37 - Layout - Offacnvas
*****************************/
/* Body Style When OffCanvas Open */
.offcanvas-close {
    color: var(--header_sub_bg_color);
}
.offcanvas-close i {
    font-size: 24px;
}

/* OffCanvas Overlay */
.offcanvas-overlay {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* OffCanvas */
.offcanvas {
    font-size: 16px;
    font-weight: 400;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: auto;
    width: 300px;
    height: 100vh;
    padding: 20px;
    transition: all 0.5s ease 0s;
    transform: translateX(100%);
    background-color: #efeeee;
    box-shadow: none;
}
@media (max-width: 480px) {
    .offcanvas {
        padding: 20px 20px 120px;
    }
}
.black_bg {
    background: #0c0c0c;
}
@media (min-width: 576px) {
    .offcanvas {
        width: 400px;
    }
}
.offcanvas.offcanvas-open {
    transform: translateX(0);
}
.offcanvas-open {
    overflow: auto;
    height: 100%;
    position: fixed;
    z-index: 999;
}
body.offcanvas-open {
    width: 100%;
}
.offcanvas__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #181818;
    text-transform: capitalize !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right:10px;
}
.offcanvas__top-text {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.offcanvas__top-text i {
    font-size: 20px;
    color: #181818;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.offcanvas.offcanvas-mobile-menu {
    right: 0;
    padding: 10px 16px;
    transform: translateX(100%);
}
.offcanvas.offcanvas-mobile-menu.black_bg {
    background: #000000;
    color: #ffffff;
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    transform: translateX(0);
}
/*****************************
39 - Layout - Slider Customize
*****************************/
.gap__col--30 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.gap__col--30 .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.gap__row--30 .slick-slide > div {
    margin-bottom: 30px;
}
.gap__row--30 .slick-slide > div:last-child {
    margin-bottom: 0;
}

.slider-dot-fix .slick-dots li button {
    text-indent: -9999px;
    display: inline-block;
}
.dot-gap__X--10 .slick-dots li:last-child {
    margin-right: 0;
}

.slider-dot .slick-dots {
    text-align: center;
}
.slider-dot .slick-dots li {
    display: inline-block !important;
}
.slider-dot.slider-dot--start .slick-dots {
    justify-content: flex-start;
}
.slider-dot-size--medium .slick-dots li button {
    width: 10px;
    height: 10px;
}
@media (max-width: 480px) {
    .slider-dot-size--medium .slick-dots li button {
        width: 8px;
        height: 8px;
    }
}

.hero-slider__arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none !important;
}
.hero-slider__arrow--left {
    left: 20px;
    display: none !important;
}
.hero-slider__arrow--right {
    right: 20px;
    display: none !important;
}

.hero .slick-dots {
    margin-top: -30px;
}

.default-slider__arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #181818;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    border: 1px solid #181818;
    transition: all 0.3s ease;
    z-index: 99;
    border-radius: 50%;
}
.default-slider__arrow i {
    font-size: 24px;
}
@media (min-width: 992px) {
    .default-slider__arrow {
        display: block;
    }
}
.default-slider__arrow--left {
    left: 0;
}
@media (min-width: 1566px) {
    .default-slider__arrow--left {
        left: calc(0% - 55px);
    }
}
.default-slider__arrow--right {
    right: 0;
}
@media (min-width: 1566px) {
    .default-slider__arrow--right {
        right: calc(0% - 55px);
    }
}
.default-slider:hover .default-slider__arrow {
    opacity: 1;
    visibility: visible;
}
.default-slider:hover .default-slider__arrow--left {
    left: calc(0% - 25px);
}
@media (min-width: 992px) {
    .default-slider:hover .default-slider__arrow--left {
        left: calc(0% - 15px);
    }
}
@media (min-width: 1566px) {
    .default-slider:hover .default-slider__arrow--left {
        left: calc(0% - 65px);
    }
}
.default-slider:hover .default-slider__arrow--right {
    right: calc(0% - 25px);
}
@media (min-width: 992px) {
    .default-slider:hover .default-slider__arrow--right {
        right: calc(0% - 15px);
    }
}
@media (min-width: 1566px) {
    .default-slider:hover .default-slider__arrow--right {
        right: calc(0% - 65px);
    }
}
@media (max-width: 991px) {
    .default-slider:hover .default-slider__arrow--right {
        right: calc(0% - 0px);
    }
    .default-slider:hover .default-slider__arrow--left {
        left: calc(0% - 0px);
    }
}
.default-slider--hover-bg-red .default-slider__arrow {
    color: #181818;
    background: #ffffff;
    border: 1px solid #181818;
}
.default-slider--hover-bg-red .default-slider__arrow.slick-disabled {
    background: #fff;
    color: #181818;
    border: 1px solid #181818;
}
.default-slider--hover-bg-golden .default-slider__arrow:hover {
    color: #fff;
    background: var(--header_main_bg_color);
    border-color: var(--header_main_bg_color);
}
.default-slider--hover-bg-golden .default-slider__arrow:focus {
    background: #fff;
    color: #181818;
    border: 1px solid #181818;
}
.default-slider--hover-bg-golden .default-slider__arrow.slick-disabled {
    background: #fff;
    color: #181818;
    border: 1px solid #181818;
}

.product-default-slider .slick-slide {
    transform: scale(0.95);
    transition: all 0.5s ease-out;
}
#div_outer_trend .product-default-slider .slick-slide {
    transform: scale(1);
}

.gallery__nav {
    position: absolute;
    color: #777;
    z-index: 1;
}
.gallery__nav-horizontal {
    top: 50%;
    transform: translateY(-50%);
}
.gallery__nav-horizontal--right {
    right: -15px;
}
.gallery__nav-horizontal--left {
    left: -15px;
}
.gallery__nav-vertical {
    left: 50%;
    transform: translateX(-50%);
}
.gallery__nav-vertical--up {
    top: -20px;
}
.gallery__nav-vertical--down {
    bottom: -20px;
}

.inner-slider__arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #181818;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #181818;
    transition: all 0.3s ease;
    z-index: 99;
    line-height: 18px;
}
.inner-slider__arrow i {
    font-size: 18px;
}
.inner-slider__arrow--left {
    left: calc(0% + 5px);
}
.inner-slider__arrow--right {
    right: calc(0% + 5px);
}
.inner-slider:hover .inner-slider__arrow {
    opacity: 1;
    visibility: visible;
}
.inner-slider:hover .inner-slider__arrow--left {
    left: calc(0% + 15px);
}
.inner-slider:hover .inner-slider__arrow--right {
    right: calc(0% + 15px);
}

.inner-slider-grid-4 .slick-list {
    margin-right: -20px;
}
.inner-slider-grid-4 .slick-slide {
    margin-right: 20px;
}

/*****************************
NEW ADD
*****************************/
.more_btn {
    color: #666666;
    font-size: 1.2rem;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
}
.more_btn a {
    color: #666666;
}
.more_btn a:hover {
    color: var(--header_main_bg_color);
}
@media (max-width: 768px) {
    .more_btn {
        position: relative;
        float: right;
        line-height: 1;
        margin-top: -10px;
        margin-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .more_btn {
        margin-top: -17px;
        font-size: 1rem;
    }

    .section-content__title span {
        margin-left: 10px;
        font-size: 18px;
    }
}
.offcanvas_ns {
    color: #000000;
    font-size: 1rem;
    border-bottom: 1px solid #cccccc;
}
.offcanvas_ns > input ::placeholder {
    color: #000000 !important;
}
.search_btn {
    padding-top: 10px;
    text-align: center;
}
.btn_area {
    margin-top: 30px;
    text-align: center;
}

.unbind_btn_area {
    margin-bottom: 10px;
    text-align: center;
}

.font_normal {
    font-size: 1.2rem;
}
.block_list ul {
    list-style-type: none;
}
.block_list ul li .banner__link img {
    max-width: 100%;
    object-fit: contain;
}
.block_list ul li {
    float: left;
    width: 158px;
    height: 158px;
    margin: 6px;
    line-height: 154px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}
@media (max-width: 575px) {
    .block_list ul li {
        float: left;
        width: 108px;
        height: 108px;
        line-height: 97px;
        background: #ffffff;
    }
}

.channel_block {
    padding: 30px;
}
@media (max-width: 768px) {
    .channel_block {
        padding: 0;
    }
}
.channel_content {
    background: url("../img/channel_top_bg.webp") repeat-y top right;
    background-size: cover;
    font-size: 1rem;
    line-height: 2;
    padding: 5px 40px 0 25px;
    color: #ffffff;
    width: 100%;
}
.channel_bottom {
    background: #d20013;
    margin: 0 auto;
    width: 90%;
    min-height: 30px;
}
.video_bg {
    background: #bbbbbb;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    .channel_bottom {
        background: #d20013;
        margin: 0 auto;
        width: 88%;
    }
}
.channel_content.main {
    color: #ffffff;
}
.channel_title {
    font-size: 1.3rem;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
}
@media (max-width: 480px) {
    .channel_title {
        font-size: 1rem;
        font-weight: 400;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
}
.channel_des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    min-height: 45px;
}
.channel_time {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 0 15px;
}
.btn > i {
    padding-right: 10px;
}
.color-red {
    color: var(--header_sub_bg_color, #e50012) !important;
}
.color-pink {
    color: var(--header_sub_bg_color) !important;
}
.color-gray {
    color: #999999 !important;
}
.color-gray2 {
    color: #666666 !important;
}
.color-dark {
    color: #333333 !important;
}
.nav {
    justify-content: center;
}
.root {
    display: inline-block;
    color: #000000;
    padding: 13px 0 14px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 0.9rem;
}
.root a {
    color: #000000;
}
.root a:hover {
    color: var(--header_main_bg_color);
}
.root span.active {
    color: #666666;
}
#div_crumb {
	display:flex;
	align-items:center;
	font-size:14px;
    background: transparent;
    color: #000000;
    margin-bottom: 8px;
}
#div_crumb h2{
	font-size:14px;
	font-weight:normal;
	margin:0;
	color:#999999 !important;
}
.root#div_crumb a {
    color: #000000;
}
.header__logo {
    height: 60px;
    width: 215px !important;
    line-height: 60px;
    text-align: center;
    float: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
}
.header__logo a {
    color: #ffffff;
}
.style02 {
    padding-bottom: 60px;
}
.style02 .header__logo {
    height: 60px;
    width: 215px !important;
    line-height: 60px;
    margin: 0 auto;
    float: none;
}
.header__logo img {
    max-width: 100%;
    height: auto;
}
.shop_banner {
    max-height: 600px;
    overflow: hidden;
    padding-top: 77px;
    margin-bottom: 30px;
    background-position: center;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .shop_banner {
        padding-top: 59px;
        margin-bottom: 30px;
    }
}
.shop_banner img {
    max-width: 100%;
}
.add-cart__img {
    width: 60px !important;
    height: auto;
    max-height: 60px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.a_to_btn {
    font-weight: 400;
}
.a_to_btn,
.a_to_btn:hover {
    color: inherit;
    text-decoration: none;
}
.a_to_btn:hover {
    color: var(--header_main_bg_color) !important;
}
/*ALIGN*/
.t_right {
    text-align: right !important;
}
.t_left {
    text-align: left !important;
}
.t_center {
    text-align: center !important;
}
.t_justify {
    text-align: justify !important;
}
/*FONT SIZE*/
.f10 {
    font-size: 10px !important;
}
.f14 {
    font-size: 14px !important;
}
.f20 {
    font-size: 20px !important;
}
.f25 {
    font-size: 25px !important;
}
.f30 {
    font-size: 30px !important;
}
.f38 {
    font-size: 38px !important;
}
.f18 {
    font-size: 18px !important;
}
.small_size {
    font-size: 0.9rem !important;
}

.brand_title {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 9px 0 0 0;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    line-height: 1.3;
}
.product_brand {
    font-size: 1.2rem;
}
.brand_banner {
    width: 100%;
    object-fit: contain;
}
.brand_logo img {
    border-radius: 50%;
    border: 1px solid #333333;
}

.sales-button-list {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.sales-box-inactive {
    border-radius: 10px;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.sales-box-active {
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 3px 3px rgba(255, 55, 155, 0.5);
}

.sales-box-inactive img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.sales-box-active img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.sales-box-inactive .male {
    color: #4c95f5;
}

.sales-box-inactive .female {
    color: #e4685d;
}

.sales-box-active .male {
    color: #4c95f5;
}

.sales-box-active .female {
    color: #e4685d;
}

.brand_letter ul {
    list-style: none;
}
.brand_letter ul li {
    display: inline-block;
}
.brand_letter ul li a {
    padding: 4px 8px;
    margin: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    min-width: 30px;
    text-align: center;
}
.brand_letter ul li :hover {
    background: var(--header_link_hover_color);
    border: 1px solid var(--header_link_hover_color);
    color: #ffffff;
    display: inline-block;
    text-align: center;
}
.brand h4 {
    border-bottom: 1px solid #888888;
    text-align: center;
    padding-bottom: 20px;
    margin: 10px 0;
}
@media (max-width: 480px) {
    .text-right.r_left {
        text-align: left !important;
    }
}
.height_auto {
    height: auto !important;
}
.brand_list [class*="col-"] {
    margin-bottom: 20px;
}
.btn_categlory {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px; /* fallback */
    height: 22px; /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.categlory_list ul li {
    line-height: 3;
    padding-left: 30px;
}
.categlory_list ul li a {
    color: #666666;
}
.categlory_list ul li a:hover {
    color: var(--header_link_hover_color) !important;
}
.categlory_list_div {
    line-height: 2;
    padding-left: 16px;
    font-weight: 345;
}
.categlory_list_div ul li a {
    color: #666666;
}
.categlory_list_div ul li a:hover {
    color: var(--header_link_hover_color) !important;
}
.topic_block {
    position: relative;
    height: auto;
    width: 100%;
}
.topic_content {
    position: absolute;
    top: 60px;
    left: 20px;
}
@media (max-width: 991px) {
    .topic_content.ptype01 {
        position: absolute;
        top: 60px;
        left: 20px;
    }
}

.topic_content > .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.8rem;
    width: 220px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-shadow: 0 0 0.1em #888888;
}
.topic_content > .des {
    color: #ffffff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    width: 220px;
    text-shadow: 0 0 0.1em #777777;
}
@media (max-width: 991px) {
    .topic_content > .title.s01 {
        color: #ffffff;
        font-weight: 600;
        font-size: 1.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        width: 200px;
        text-shadow: 0 0 0.1em #777777;
    }
    .topic_content > .des.s01 {
        color: #ffffff;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        width: 200px;
        text-shadow: 0 0 0.1em #777777;
    }
}
.topic_content_s {
    position: absolute;
    bottom: 10px;
    left: 8px;
}
.topic_content_s > .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-shadow: 0 0 0.1em #888888;
}
.topic_content_s > .des {
    color: #ffffff;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-shadow: 0 0 0.1em #777777;
}
.topic_left h5 {
    font-size: 1.8rem !important;
}
@media (max-width: 768px) {
    .topic_left {
        text-align: left !important;
        padding-left: 20px;
    }
    .topic_left h5 {
        font-size: 1.8rem !important;
    }
}
.side_alllink {
    text-align: right;
    font-size: 0.9rem;
}

/* WIDTH */
.w_1 {
    width: 1%;
}
.w10 {
    width: 10px;
}
.w25 {
    width: 25px;
}
.w55 {
    width: 55px;
}
.w200p {
    width: 200px;
}
.w_50 {
    width: 50%;
}
.w_90 {
    width: 90%;
}
.w_auto {
    width: auto !important;
}
/* HIGHT */
.h50 {
    height: 50px;
}
.h70 {
    height: 70px;
}
.h90 {
    height: 90px !important;
}
/* CARD */
.card {
    background: #ffffff;
    margin-bottom: 30px;
    text-align: left;
    padding: 20px 18px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.card-title {
    margin-left: 14px;
    font-size: 1.3rem;
}
.card-title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 25px;
    background-color: var(--header_sub_bg_color);
    top: 18px;
    left: 20px;
}
.card-body {
    line-height: 2;
}
.my-account-area {
    margin-bottom: 100px;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .my-account-area {
        padding-top: 0;
    }
}
.i_btn {
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}

@media (max-width: 991px) {
    .zoomContainer {
        display: none !important;
    }
}
[id*="section_"] {
    scroll-margin-top: 4em;
}
@media (max-width: 480px) {
    .table_checkbox_area {
        padding: 0 20px 10px 10px;
    }
}
.v_sub {
    vertical-align: sub;
}
.product-quantity-box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
@media (min-width: 768px) {
    .product-links.p-l-10 {
        padding: 0;
    }
}
/*===== Grid Layout =====*/
.grid-nowrap-select-1 {
    grid-template-columns: repeat(1, minmax(calc(50% - 10px), 1fr) auto);
    display: grid;
    gap: 10px 10px;
}
.grid-container {
    display: grid;
    row-gap: 40px !important;
}
.grid-column-all {
    grid-column: 1/-1;
}
.grid-column-all-1 {
    grid-column: 2/-1;
}
.grid-product-1,
.grid-nowrap-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr auto);
    grid-column-gap: 5px;
}
.grid-product-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr auto auto);
    grid-column-gap: 5px;
}
.grid-xxs-1,
.grid-xxs-2,
.grid-xxs-3,
.grid-xxs-4,
.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-sm-1,
.grid-sm-2,
.grid-sm-3,
.grid-sm-4,
.grid-md-1,
.grid-md-2,
.grid-md-3,
.grid-md-4,
.grid-md-5,
.grid-lg-1,
.grid-lg-2,
.grid-lg-3,
.grid-lg-4,
.grid-lg-5,
.grid-xl-1,
.grid-xl-2,
.grid-xl-3,
.grid-xl-4,
.grid-xl-5,
.grid-xl-6 {
    display: grid;
    grid-gap: 10px 25px;
}
@media (max-width: 575px) {
    .grid-xxs-1,
    .grid-xxs-2,
    .grid-xxs-3,
    .grid-xxs-4,
    .grid-xs-1,
    .grid-xs-2,
    .grid-xs-3,
    .grid-xs-4,
    .grid-sm-1,
    .grid-sm-2,
    .grid-sm-3,
    .grid-sm-4,
    .grid-md-1,
    .grid-md-2,
    .grid-md-3,
    .grid-md-4,
    .grid-md-5,
    .grid-lg-1,
    .grid-lg-2,
    .grid-lg-3,
    .grid-lg-4,
    .grid-lg-5,
    .grid-xl-1,
    .grid-xl-2,
    .grid-xl-3,
    .grid-xl-4,
    .grid-xl-5,
    .grid-xl-6 {
        display: grid;
        grid-gap: 10px 25px;
    }
}
@media (max-width: 768px) {
    .grid-xxs-1,
    .grid-xxs-2,
    .grid-xxs-3,
    .grid-xxs-4,
    .grid-xs-1,
    .grid-xs-2,
    .grid-xs-3,
    .grid-xs-4,
    .grid-sm-1,
    .grid-sm-2,
    .grid-sm-3,
    .grid-sm-4,
    .grid-md-1,
    .grid-md-2,
    .grid-md-3,
    .grid-md-4,
    .grid-md-5,
    .grid-lg-1,
    .grid-lg-2,
    .grid-lg-3,
    .grid-lg-4,
    .grid-lg-5,
    .grid-xl-1,
    .grid-xl-2,
    .grid-xl-3,
    .grid-xl-4,
    .grid-xl-5,
    .grid-xl-6 {
        display: grid;
        grid-gap: 10px 25px;
    }
}
@media (max-width: 991px) {
    .grid-xxs-1,
    .grid-xxs-2,
    .grid-xxs-3,
    .grid-xxs-4,
    .grid-xs-1,
    .grid-xs-2,
    .grid-xs-3,
    .grid-xs-4,
    .grid-sm-1,
    .grid-sm-2,
    .grid-sm-3,
    .grid-sm-4,
    .grid-md-1,
    .grid-md-2,
    .grid-md-3,
    .grid-md-4,
    .grid-md-5,
    .grid-lg-1,
    .grid-lg-2,
    .grid-lg-3,
    .grid-lg-4,
    .grid-lg-5,
    .grid-xl-1,
    .grid-xl-2,
    .grid-xl-3,
    .grid-xl-4,
    .grid-xl-5,
    .grid-xl-6 {
        display: grid;
        grid-gap: 10px 25px;
    }
}
.grid-xxs-1-fit,
.grid-xxs-2-fit,
.grid-xxs-3-fit,
.grid-xs-1-fit,
.grid-xs-2-fit,
.grid-xs-3-fit,
.grid-sm-1-fit,
.grid-sm-2-fit,
.grid-sm-3-fit,
.grid-md-1-fit,
.grid-md-2-fit,
.grid-md-3-fit,
.grid-lg-1-fit,
.grid-lg-2-fit,
.grid-lg-3-fit,
.grid-xl-1-fit,
.grid-xl-2-fit,
.grid-xl-3-fit {
    display: grid;
}

.grid-xxs-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-xxs-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-xxs-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-xxs-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-xxs-1-fit {
    grid-template-columns: repeat(1, auto 1fr);
}
.grid-xxs-2-fit {
    grid-template-columns: repeat(2, auto 1fr);
}
.grid-xxs-3-fit {
    grid-template-columns: repeat(3, auto 1fr);
}
@media screen and (min-width: 320px) and (max-width: 392px) {
    .grid-area .grid-xxs-2 {
        grid-template-columns: repeat(auto-fit, minmax(127px, 1fr)) !important;
    }
}
@media (min-width: 576px) {
    .grid-xs-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-xs-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-xs-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-xs-1-fit {
        grid-template-columns: repeat(1, auto 1fr);
    }
    .grid-xs-2-fit {
        grid-template-columns: repeat(2, auto 1fr);
    }
    .grid-xs-3-fit {
        grid-template-columns: repeat(3, auto 1fr);
    }
}
@media (min-width: 768px) {
    .grid-sm-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-sm-1-fit {
        grid-template-columns: repeat(1, auto 1fr);
    }
    .grid-sm-2-fit {
        grid-template-columns: repeat(2, auto 1fr);
    }
    .grid-sm-3-fit {
        grid-template-columns: repeat(3, auto 1fr);
    }
}
@media (min-width: 992px) {
    .grid-md-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-md-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-md-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-md-1-fit {
        grid-template-columns: repeat(1, auto 1fr);
    }
    .grid-md-2-fit {
        grid-template-columns: repeat(2, auto 1fr);
    }
    .grid-md-3-fit {
        grid-template-columns: repeat(3, auto 1fr);
    }
}
@media (min-width: 1200px) {
    .grid-lg-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-lg-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-lg-1-fit {
        grid-template-columns: repeat(1, auto 1fr);
    }
    .grid-lg-2-fit {
        grid-template-columns: repeat(2, auto 1fr);
    }
    .grid-lg-3-fit {
        grid-template-columns: repeat(3, auto 1fr);
    }
}
@media (min-width: 1480px) {
    .grid-xl-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-xl-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-xl-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-xl-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-xl-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-xl-6 {
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-xl-1-fit {
        grid-template-columns: repeat(1, auto 1fr);
    }
    .grid-xl-2-fit {
        grid-template-columns: repeat(2, auto 1fr);
    }
    .grid-xl-3-fit {
        grid-template-columns: repeat(3, auto 1fr);
    }
}
.justify-start {
    justify-content: flex-start;
}
.align-items-end {
    align-items: end;
}

.align-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.total-gap12 {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
}
.total-gap12 .price {
    min-width: 80px;
}
.min-80p {
    min-width: 80px;
}
.total-gap12 .btn--small {
    display: flex;
    padding: 10px 20px;
}
@media (max-width: 991px) {
    .total-gap12.header {
        flex-direction: column;
    }
    .total-gap12 .btn--small {
        padding: 8px 10px;
        font-size: 14px;
    }
    .account-wrapper h5 {
        font-size: 14px !important;
    }
}
@media (max-width: 991px) {
    .total-gap12 .price {
        min-width: 100%;
        text-align: right;
    }
}
.hint-empty {
    font-size: 14px;
    color: #bbbbbb;
    border: 1px solid #eeeeee;
    background: transparent;
    padding: 4px 12px;
}
@media (max-width: 575px) {
    .hint-empty {
        padding: 2px 8px;
    }
}
.btn--small.sm {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: normal;
}
#btn_modal_payInfo {
    cursor: pointer;
}
.gap5 {
    gap: 5px;
    align-items: center;
}
.header-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 575px) {
    .header-wrap {
        flex-direction: column;
    }
}
.badge-border {
    border: 1px solid #e0e0e0;
    color: #999999;
    border-radius: 0.25rem;
    font-size: 12px;
    padding: 4px 8px;
}
@media (max-width: 575px) {
    .badge-border {
        font-size: 10px;
        padding: 4px 4px;
    }
}
.btn--black.border {
    font-size: 14px;
    padding: 6px 10px;
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
@media (max-width: 575px) {
    .btn--black.border {
        font-size: 12px;
        padding: 6px;
    }
}
.inline-flex {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
/* * ==========================================

/* * ==========================================
* 滑動選單 Mobile
* ========================================== */
.find_nav {
    width: 100%;
    top: -10px;
    z-index: 99;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    position: absoulte;
}
.find_nav_left {
    height: 35px;
    position: relative;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    overflow: hidden;
}
@media (max-width: 768px) {
    .find_nav_left {
        overflow: hidden;
    }
}
.shadow_bar {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.find_nav_list {
    position: absolute;
    top:3px;
    left: 0;
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.find_nav_list ul li {
    font-weight: 400;
    display: inline-flex;
    padding: 0 13px;
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.find_nav_list ul li a:hover {
    color: #000000;
}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: var(--header_main_bg_color);
    top: 43px;
    pointer-events: none;
}
.info_area {
    padding: 20px;
    background: #f9f9f9;
    font-size: 0.9rem;
    clear: both;
}
.info_area ul li {
    line-height: 2.5;
}
.border_area {
    border: 1px solid #dddddd;
    padding: 20px;
    background: #f6f6f6;
}
.p_relative {
    position: relative;
}
.white_bg {
    background: #ffffff !important;
}
.gray_bg {
    background: #f7f7f7 !important;
}
.live {
    font-size: 15px;
}
/* Header 選單多層 */
.sub_title {
    /*     list-style: square;*/
    color: #333333;
    margin: 5px 0 10px 20px;
    padding-left: 0;
}
.sub_title a {
    margin-left: -5px;
}
.sub_title a:hover {
    color: var(--header_link_hover_color);
}
.link_t01 {
    font-size: 0.9rem !important;
    font-weight: 400;
    padding-left: 5px;
}
.link_t01::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 10px;
    font-size: 0.9rem !important;
    font-weight: 300;
    margin-right: 12px;
    color: #999999;
}
.link_t02 {
    list-style: circle;
    list-style-position: outside;
    color: #999999;
    margin-left: 14px;
}
.link_t02 a {
    margin-left: 0px;
}
.link_t02 a:hover {
    color: var(--header_link_hover_color);
}
.nav.s1 {
    justify-content: start !important;
    font-size: 0.9rem;
}
.search_area .product__link {
    text-align: center;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
}
@media (max-width: 480px) {
    .search_area .brand_title {
        font-size: 0.9rem;
    }
}
.banner_area {
    position: relative;
}
.banner_area button {
    display: block;
}
.fixed {
    top: 36%;
    right: 10px;
    position: absolute;
    text-align: center;
}
@media (max-width: 768px) {
    .fixed {
        text-align: right;
    }
}
.fixed img {
    width: 60%;
    height: auto;
}
@media (max-width: 991px) {
    .md-m-t-30 {
        margin-top: 30px;
    }
}
.page_title {
    font-size: 1rem;
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 110px 0px 10px;
}

@media(min-width:1200px){
.page_title {
    padding: 130px 0px 10px;
}
}
.main_title {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .main_title {
        margin-top: 20px;
    }
}
/* * ==========================================
* 隱私權
* ========================================== */
.heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.heading::after {
    border-top: 2px solid var(--header_sub_bg_color);
    width: 100%;
    content: "";
    position: absolute;
    top: 13px;
    margin-left: 10px;
}
@media (max-width: 480px) {
    .heading::after {
        border: 0;
    }
    .heading {
        border-left: 3px solid var(--header_sub_bg_color);
        line-height: 1.4;
        padding-left: 10px;
    }
}
.policy_content {
    padding-left: 40px;
    margin-bottom: 30px;
    line-height: 2;
}
.policy_content ol li {
    list-style: decimal;
    list-style-position: outside;
    line-height: 2;
}
.ulreset > li {
    list-style: none !important;
}
.arrow > li {
    list-style: none !important;
    position: relative;
    padding-left: 30px;
}
.arrow > li::before {
    content: "";
    position: absolute;
    left: 6px;
    color: var(--header_sub_bg_color);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}
/* * ==========================================
* 策展Layout
* ========================================== */
.comment-header {
    position: relative;
    padding: 10px 10px 10px;
    overflow: auto;
}
@media (max-width: 768px) {
    .comment-header {
        position: relative;
        padding: 15px 10px 5px;
        overflow: auto;
    }
}
.comment-block {
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.comment-brand {
    float: left;
    height: 42px;
    width: 42px;
    /*background: url("../img/temporary/brand/swarovski.jpg") center center no-repeat;*/
    background-size: cover;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.comment-brand-large {
    float: left;
    height: 60px;
    width: 60px;
    /*background: url("../img/temporary/brand/swarovski.jpg") center center no-repeat;*/
    background-color: #ffffff;
    background-size: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.comment-name {
    cursor: pointer;
    padding-top: 2px;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #333;
    line-height: 1.5;
    color: #000000;
    width: 70%;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.comment-people {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}
.comment-date {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}
.comment-name-large {
    padding-top: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #333;
    line-height: 1.5;
    color: #000000;
    width: 70%;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.comment-people-large {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}
.comment-img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.comment-focus {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.comment-focus a {
    font-size: 0.8rem;
    font-weight: 400;
}
.comment-tab {
    position: absolute;
    right: 0;
    bottom: 0;
}
.comment-tab li i {
    font-size: 1.7rem;
}
.comment-footer {
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
}
.topic-block {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 0 0 20px;
    cursor: pointer;
}
.topic-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.topic-content {
    padding: 5px 10px;
    font-weight: 400;
}
.topic-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 50px;
    font-size: 1.1rem;
    margin: 5px auto 10px;
}
.topic-des {
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 54px;
    border-top: 1px dotted #cccccc;
    padding-top: 5px;
}
/* * ==========================================
* 購物車標籤
* ========================================== */
.success_active {
    position: relative;
    border: 1px solid #d6e9c6;
    background: #ffffff;
    margin-bottom: 10px;
}
.success_label {
    width: fit-content;
    background: #dff0d8;
    color: #3c763d;
    padding: 2px 6px;
}
.success_des {
    color: #3c763d;
    font-size: 0.9rem;
    padding: 4px 0 5px 0;
    width: 92%;
    margin: 0 auto;
}
.red_active {
    position: relative;
    border: 1px solid #ebccd1;
    margin-bottom: 10px;
    background: #ffffff;
}
.red_text {
    color: #a94442;
}
.red_label {
    background: #f2dede;
    color: #a94442;
    padding: 2px 6px;
}
.red_des {
    color: #a94442;
    font-size: 0.9rem;
    padding: 31px 0 5px 0;
    width: 92%;
    margin: 0 auto;
}

.warn_active {
    position: relative;
    border: 1px solid #ffc237;
    font-weight: 400;
    margin-bottom: 10px;
    background: #ffffff;
}
.warn_label {
    top: -1px;
    left: -1px;
    background: #ffeaa8;
    color: #826200;
    padding: 2px 6px;
    float: left;
}
.warn_des {
    color: #826200;
    font-size: 0.9rem;
    padding: 7px 0 5px 0;
    width: 92%;
    margin: 0 auto;
    clear: both;
}
.success_des a:hover,
.red_des a:hover,
.warn_des a:hover {
    color: inherit;
}
.reject_label {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #dddddd;
    color: #666666;
    padding: 2px 6px;
}
.draft_label {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #fdf0be;
    color: #a3990c;
    padding: 2px 6px;
}
.brand_large {
    background: #fff;
    height: 130px;
    width: 130px;
    cursor: pointer;
    background-size: cover;
    border-radius: 50%;
    margin: 10px auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
    .brand_large {
        height: 120px;
        width: 120px;
    }
}
@media (max-width: 768px) {
    .brand_large {
        height: 88px;
        width: 88px;
    }
}
@media (max-width: 480px) {
    .brand_large {
        height: 77px;
        width: 77px;
    }
}
.card-header {
    display: flow-root;
}
/* 訂單流程設計 */
.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}
.wizard-steps li:first-child::before {
    max-width: 51%;
    left: 50%;
}
.wizard-steps li:last-child::before {
    max-width: 50%;
    width: 50%;
}
.wizard-steps li::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #ced1d6;
    border-top-color: rgb(206, 209, 214);
    position: relative;
    top: 21px;
    z-index: 1;
}
.wizard-steps li.active::before,
.wizard-steps li.complete::before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
    border-color: #e32929;
}
.wizard-steps li .step {
    border: 5px solid #ced1d6;
    border-top-color: rgb(206, 209, 214);
    border-right-color: rgb(206, 209, 214);
    border-bottom-color: rgb(206, 209, 214);
    border-left-color: rgb(206, 209, 214);
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
    color: #2b3d53;
    line-height: 1em;
}
.wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
    line-height: 1em;
}
.text-pre-wrap {
    white-space: pre-wrap;
}
.order_list .price {
    white-space: nowrap;
    color: #666666;
}
.order_list ul {
    list-style: none;
}
.order_list ul li {
    border-bottom: 1px dotted #cccccc;
    padding: 11px 10px 5px;
    text-align: left;
}
.order_des {
    text-align: right;
    border-radius: 5px;
    margin-top: 10px;
}
.order_des ul li {
    list-style: none;
    display: inline-block;
    border: 0;
}
.order_info {
    line-height: 2;
    border: 1px dotted #cccccc;
    padding: 10px;
}
.order_info [class*="col-"] {
    margin-bottom: 16px;
}
.order_info [class*="col-"]:last-child {
    margin-bottom: 0;
}
.storepick-photo {
    width: 90%;
}
.customer_area {
    min-height: 300px;
    padding-left: 10px;
}
.customer_area .a {
    text-align: left;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #f6f6f6;
    padding: 10px;
    display: table;
}
.customer_area .q {
    text-align: right;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fbe7e7;
    padding: 10px;
    display: table;
    float: right;
}
.customer_area img {
    width: 20px;
    height: 20px;
}
.a .time {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #666666;
    text-align: left;
}
.q .time {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #666666;
    text-align: right;
}
.line {
    border-bottom: 1px dotted #cccccc;
    margin-top: 10px;
}
.b0 {
    border: 0 !important;
}
.pick-qr {
    display: flex;
    justify-content: center;
}
/* /* * ==========================================
* 星星評分
* ========================================== */
.star {
    display: inline-block;
    font-size: 0;
    position: relative;
}
.star-item {
    display: inline-block;
    width: 25px;
    height: 19px;
    cursor: pointer;
    background: url("../img/star.webp") center top no-repeat;
}
/* input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
} */
input[type="radio"]:checked + .star-item ~ .star-item {
    background-position: center bottom;
}
.star:hover label.star-item {
    background-position: center top !important;
}
label.star-item:hover ~ .star-item {
    background-position: center bottom !important;
}
.star-item:after {
    position: absolute;
    width: 100px;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    right: 0;
    margin-right: -105px;
    color: #666;
}
.star:hover .star-item:after {
    content: "" !important;
}

input[type="radio"]:checked + .star-item:after {
    content: attr(title);
}

.star:hover .star-item:hover:after {
    content: attr(title) !important;
}
.border-top {
    border-top: 1px solid;
}

/*FOOTER*/
/* * ==========================================
* 置底選單
* ========================================== */
.footer_menu {
    position: fixed;
    left: 0;
    bottom: -3px;
    width: 100%;
    z-index: 99;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding-bottom: 22px;
    /*     margin-top: 100px; */
}
.footer_menu ul {
    list-style: none;
}
.flex-nav {
    display: flex;
    justify-content: center;
    padding-left: 0;
    height: 55px;
}
.flex-nav li {
    width: 25%;
    text-align: center;
}
.flex-nav li > a.btn {
    border-radius: 0;
    padding: 4px 0;
    line-height: 0;
    text-align: center;
    color: #333333;
    overflow: inherit;
}
.flex-nav li > a.btn i {
    display: inline-block;
    max-width: 24px;
    max-height: 24px;
}
.flex-nav li > a.btn span.icon-text {
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    border: 1px solid transparent;
}
.icon-text i {
    font-size: 18px;
}
.flex-nav li > a.btn span.text-name {
    display: block;
    height: 0;
    letter-spacing: -1px;
    color: #333333;
    position: relative;
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: 0.1em;
}
.flex-nav li > a.btn span.text-name:after {
    content: "";
    display: block;
    opacity: 0;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: transparent;
    border-radius: 2px;
}
.flex-nav li > a.btn:hover span.icon-text,
.flex-nav li > a.btn.active span.icon-text {
    border-radius: 50%;
    background: var(--header_link_hover_color);
    color: #ffffff;
}
.flex-nav li > a.btn:hover span.text-name,
.flex-nav li > a.btn.active span.text-name {
    /*  height: 32px;
    line-height: 2; */
    color: var(--header_link_hover_color);
    padding-bottom: 5px;
}
.flex-nav li > a.btn:hover span.text-name:after,
.footer_menu a.btn.active span.text-name:after {
    opacity: 1;
    bottom: 5px;
}
/*****************************
分類 Filter Area
*****************************/
.taskcard {
    cursor: pointer;
    user-select: none;
    /*     margin-bottom: 1rem; */
    position: relative;
}
.taskcard .user-avatar-group {
    flex-wrap: wrap;
}
.taskcard .card {
    border: 0 !important;
    background: transparent !important;
}
.taskcard .card-body {
    padding: 0 !important;
}
.taskcard .task-details__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 4px;
}
.task-details__title {
    margin-top: 10px;
}
.task-details__title::after {
    content: "";
    bottom: 0;
    display: block;
    margin-top: 5px;
    width: 30px;
    height: 2px;
    background: var(--header_main_bg_color);
}
.taskcard .task-details {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    background: #ffffff;
}
.taskcard .task-details.layer {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -35px;
    padding: 0 10px 10px;
    opacity: 1;
    width: 100%;
    display: block;
    box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.1);
}
.taskcard .task-details .task-checklist {
    padding-top: 0.3125rem;
    margin: 0;
    list-style-type: none;
    font-size: 1rem;
    font-weight: 500;
}
.task-checklist li {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 2.5;
}
.task-checklist li a {
    color: #666666;
}
.task-checklist li :hover {
    color: var(--header_link_hover_color);
}
.task-expander {
    font-weight: 400;
}
/*****************************
TAB Content
*****************************/
.para__content {
    line-height: 1.8;
    color: #666666;
    font-size: 1rem;
}
.tab-pane > .para__content img {
    max-width: 100% !important;
    height: auto !important;
}
@media (max-width: 992px) {
    .tablist--style-gap-70 li > .nav-link {
        margin: 0 10px;
    }
}
@media (max-width: 380px) {
    .nav {
        justify-content: flex-start;
    }
    .tablist--style-gap-70 li > .nav-link {
        margin: 0 5px;
    }
}
.tablist-line {
    border-bottom: 1px solid #dedede;
    width: 100%;
}
.tablist-line li > .nav-link {
    margin: 0 30px 0 0;
}
.tablist-line li > .nav-link li:last-child {
    margin-right: 0;
}
/*****************************
SELECT2
*****************************/
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(129, 129, 129, 0.25) !important;
    height: 40px !important;
    line-height: 18px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    width: 100% !important;
    border-radius: 0 !important;
    outline: none !important;
    font-size: 1rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px !important;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid rgba(129, 129, 129, 0.25) !important;
    border-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: -15px !important;
}
button.select2-selection__clear span {
    color: #444 !important;
}

/*****************************
TICKET
*****************************/
.ticket {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.ticket:before,
.ticket:after {
    content: "";
    position: absolute;
    left: 5px;
    height: 6px;
    width: 95%;
}
.ticket:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #f0f0f0 50%, #f0f0f0 100%) -7px -8px / 16px 16px repeat-x;
}
.ticket:after {
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #f0f0f0 50%, #f0f0f0 100%) -7px -2px / 16px 16px repeat-x;
}
.ticket__content {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 2px solid #d8d8d8;
}

.ticket_pink {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #f7e2e9;
    color: #000000;
    margin-bottom: 30px;
}
.ticket_pink:before,
.ticket_pink:after {
    content: "";
    position: absolute;
    left: 5px;
    height: 6px;
    width: 95%;
}
.ticket_pink:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #f7e2e9 50%, #f7e2e9 100%) -7px -8px / 16px 16px repeat-x;
}
.ticket_pink:after {
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #f7e2e9 50%, #f7e2e9 100%) -7px -2px / 16px 16px repeat-x;
}
.ticket__content_pink {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 2px solid #ffffff;
}

.ticket__text {
    padding: 10px;
    font-family: "Helvetica", "Arial", sans-serif;
    line-height: 1.5;
}
.ticket__name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 3.8rem;
}
.ticket__name_pink {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--header_main_bg_color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 3.8rem;
}
.ticket__no {
    color: #999999;
    text-align: center;
    border-top: 1px dotted #cccccc;
    padding-bottom: 5px;
}
.ticket__no_pink {
    font-weight: 700;
    text-align: center;
    border-top: 1px dotted #ffffff;
    padding-bottom: 5px;
}
.ticket__date {
    font-size: 0.85rem;
    text-align: center;
    color: #666;
}
@media (max-width: 768px) {
    .ticket__name {
        height: 3.2rem;
    }
    .ticket__name_pink,
    .ticket__name {
        font-size: 1rem;
        height: 3.2rem;
    }
}
/*****************************
ERROR PAGE
*****************************/
.error_img {
    width: 99%;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}
.error_img img {
    width: 40%;
    margin: 0 auto;
    padding-top: 30px;
    max-height: 800px;
}
.error_img2 {
    width: 99%;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
}
.error_img2 img {
    width: 40%;
    margin: 0 auto;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .error_img2 img {
        width: 60%;
        margin: 0 auto;
        padding-top: 30px;
    }
}
.error_content {
    width: 99%;
    margin: -40px auto 0;
    position: relative;
}
.pink_bg {
    background: #f2d3cd !important;
}
.yellow_bg {
    background: #fff4dd;
}
.empty_img {
    width: 45%;
    margin: 60px auto 0;
}
@media (max-width: 768px) {
    .empty_img {
        width: 90%;
    }
}
/*****************************
POPUP
*****************************/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    overflow-y: auto;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 150px auto 70px;
    padding: 15px;
    background: #fff;
    max-width: 800px;
    position: relative;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
@media (max-width: 991px) {
    .popup {
        width: 85%;
    }
    .popup {
        padding: 10px;
    }
}
.popup img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.popup .close {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    right: 0;
    top: 0;
    opacity: 1;
}
.popup a:hover {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
/*****************************
右下角AD
*****************************/
#div_float_ad {
    position: fixed !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    z-index: 1;
}
@media (max-width: 991px) {
    #div_float_ad {
        right: 15px;
        bottom: 90px;
    }
}
.side_ad_block {
    position: relative;
    text-align: right;
}
.side_ad_block a {
    color: #ffffff;
    text-shadow: none;
}
.side_ad_block a:hover {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
.side_ad_block img {
    height: 192px;
    max-width: 100%;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 480px) {
    .side_ad_block img {
        height: 180px;
        max-width: 100%;
        cursor: pointer;
    }
}
.side_ad_block #close {
    position: absolute;
    right: -7px;
    top: -14px;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 991px) {
    #close {
        right: -30px;
    }
}
.margin_top4 {
    scroll-margin-top: 4em;
}
.margin_top5_5 {
    scroll-margin-top: 5.5em;
}
.margin_top6 {
    scroll-margin-top: 6em;
}
/*Only Safari*/
@media not all and (min-resolution: 0.001dpcm) {
    #brand_List.brand .margin_top6 {
        position: absolute;
    }
    #mobile_container .margin_top6 {
        position: absolute;
    }
    .product_details_tab_area.margin_top4 {
        position: relative;
        scroll-margin-top: 0;
    }
}
/*Only Firefox*/
@-moz-document url-prefix() {
    #brand_List.brand .margin_top6 {
        scroll-margin-top: 6em;
    }
}
.m_brand_banner img {
    margin-top: 40px;
}
.m_brand_banner span {
    display: block;
}
@media (max-width: 768px) {
    .m_brand_banner img {
        margin-top: 0;
    }
}
#brand_custom_area {
    margin-top: 60px;
}
.m_brand_banner img {
    width: 100% !important;
    height: auto !important;
}

tr td:nth-child(2) {
    text-align: left;
}
/*****************************
爆品STYLE
*****************************/
.page_banner {
    position: relative;
}
.page_text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 30%;
    color: #000000;
}
#member_qrcode img {
    margin: 0 auto;
}
.cursor-default {
    cursor: default;
}
.width-content {
    width: fit-content;
}
.add_block {
    padding: 20px 0;
    position: absolute;
    top: 15%;
    right: 0;
    width: 90px;
    z-index: 9;
    text-align: right;
    cursor: pointer;
}
@media (max-width: 768px) {
    .add_block {
        top: 4%;
        text-align: right;
    }
}
.add img {
    width: 50px;
    right: 0;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.7));
}
@media (max-width: 480px) {
    .add img {
        width: 50%;
    }
}
.pr .product__tag {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 10px !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    z-index: 1;
    font-weight: 500;
    padding: 2px;
    line-height: 2.8;
}

.slick-slide img {
    cursor: pointer;
}
/*****************************
策展商品區域
*****************************/
.curation_area {
    background: url("../img/curation_bg.webp") no-repeat top;
    background-size: cover;
    border-radius: 10px;
    padding: 20px 10px 10px;
    width: 100%;
}
.curation_timer {
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    top: 32%;
    width: 90%;
    margin: 0 auto;
}
.curation_timer .no {
    font-size: 33px;
    background: #000000;
    color: #ffffff;
    height: 100px;
    margin: 0 auto 20px;
    padding: 10px;
    text-align: center;
    line-height: 1.5;
}
@media (min-width: 576px) and (max-width: 768px) {
    .curation_timer .no {
        margin-top: -30px;
    }
}
.curation_timer .no span {
    width: 100%;
    display: block;
}
.curation_timer .time {
    font-size: 18px;
    font-weight: 300;
}
@media (max-width: 991px) {
    .curation_timer {
        top: 18%;
    }
    .curation_timer .no {
        position: relative;
        top: 18%;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .curation_timer {
        position: inherit;
    }
    .curation_timer .no {
        height: auto;
        font-size: 30px;
        color: #ffffff !important;
        height: auto;
        margin: 0 auto 20px;
        padding: 10px;
        text-align: center;
        line-height: 1;
    }
    .curation_timer .no span {
        width: auto;
        display: block;
    }
    .curation_timer .time {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .curation_timer .no {
        font-size: 18px;
    }
    .curation_timer .time {
        font-size: 12px;
    }
}
.product_area {
    /*background: url("../img/temporary/product_bg.png") no-repeat top;*/
    background-size: contain;
    padding: 20px 30px;
}
.product_content {
    position: absolute;
    z-index: 9;
    top: 24%;
    color: #000000;
}
.product_img {
    margin-top: 30px;
    position: relative;
    right: 13px;
}
.product_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-align: left;
}
.product_price {
    font-size: 55px;
    font-weight: bold;
    color: #d22d26;
    width: 100%;
    line-height: 40px;
}
.v_align_b {
    vertical-align: baseline;
}
@media (max-width: 1200px) {
    .product_area {
        padding: 20px;
    }
    .product_title {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        text-align: left;
        margin-bottom: 10px;
    }
    .product_img {
        margin-top: 30px;
        position: relative;
        right: 2px;
    }
    .product_price {
        font-size: 50px;
        font-weight: bold;
        color: #d22d26;
        width: 100%;
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .product_price {
        font-size: 45px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .product_title {
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        text-align: left;
        margin-bottom: 10px;
    }
    .product_price {
        font-size: 55px;
        line-height: 60px;
    }
    .product_img {
        right: 10px;
    }
}
@media (max-width: 640px) {
    .product_title {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        text-align: left;
        margin-bottom: 10px;
    }
    .product_price {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 480px) {
    .product_area {
        padding: 10px;
    }
    .product_title {
        margin-bottom: 0;
        font-size: 25px;
    }
    .product_content {
        top: 19%;
    }
    .product_price {
        font-size: 32px;
        line-height: 24px;
    }
}
/*****************************
輪播文字圖片block
*****************************/
.owl-theme .item {
    text-align: center;
}

.owl-carousel .item h4 {
    color: #fff;
    font-weight: 400;
    font-size: 1.4375rem;
    margin-top: 0rem;
}
.owl-theme.w_80 img {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .owl-theme.w_80 img {
        width: 90%;
        margin: 0 auto;
    }
}
/*****************************
分店分類商品block
*****************************/
#div_sub_category_area {
    height: 0;
}
.tab_title {
    width: 100%;
    font-size: 20px;
    position: relative;
    color: #000000;
}
.tab_title::after {
    background: var(--header_main_bg_color);
    content: "";
    height: 2px;
    width: 10%;
    bottom: 0;
    left: 0;
    position: absolute;
}

/*****************************
Sale TAG
*****************************/
.tag_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    z-index: 1;
}
.tag_area img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: auto;
}
.tag_area01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 1;
}
.tag_area01 img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: auto;
}
.tag_area_r {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    z-index: 1;
}
.tag_area_r img {
    width: 40px;
}
@media (max-width: 768px) {
    .tag_area01 {
        right: 15px;
    }
}
@media (max-width: 480px) {
    .tag_area img {
        width: 30px;
        height: auto;
    }
    .tag_area01 img {
        width: 30px;
        height: auto;
    }
    .tag_area_r img {
        width: 30px;
        height: auto;
    }
}

/*****************************
SKM標準間距
*****************************/
.block_m_b {
    margin-bottom: 20px;
}
.block_p_tb {
    padding: 20px 0;
}
.block_p_b {
    padding-bottom: 20px;
}
.section-content_m-b-10 {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .section-content {
        margin-bottom: 0;
    }
    .section-content.short {
        margin-bottom: 0;
    }
}
.product_block {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 50px 20px;
}
.product_block {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 50px 20px 10px;
}
.hero--1.m-b-50 {
    margin-bottom: 35px;
    /* margin-top:15px; */
}
@media (max-width: 768px) {
    .block_m_b {
        margin-bottom: 0;
    }
    .block_p_b {
        padding-bottom: 35px;
    }
    .block_p_tb {
        padding: 25px 0;
    }
    .product_block {
        padding: 25px 20px 10px;
    }
    .hero--1.m-b-50 {
        margin-bottom: 15px;
        /* margin-top:15px; */
    }
}
/****************************頁面連結按鈕*****************************************/
.inner_link_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_link_element_50 {
    flex: 1 1 50%;
    padding: 2px;
    margin-bottom: 5px;
}
.inner_link_element_33 {
    flex: 1 1 33%;
    padding: 2px;
    margin-bottom: 5px;
}
.inner_link_element_16 {
    flex: 1 1 16%;
    padding: 2px;
    margin-bottom: 5px;
}
.inner_link_element_25 {
    flex: 1 1 25%;
    padding: 2px;
    margin-bottom: 5px;
}
.inner_link_element_20 {
    flex: 1 1 20%;
    padding: 2px;
    margin-bottom: 5px;
}
.swal2-icon-content.content-size {
    font-size: 4em !important;
}
/*************************** RIFARTEK ****************************************/
.header__logo.rifartek {
    height: 60px;
    width: 175px !important;
    line-height: 55px;
    text-align: center;
    float: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
}
.sticky-header.rifartek {
    background: #2559a3 !important;
}
.wishlist-item-count--red.rifartek {
    background: #ffffff;
    border: 1px solid #2559a3 !important;
    color: #2559a3 !important;
}
.material-scrolltop.rifartek {
    background: #2559a3 !important;
}
.footer__menu.rifartek .footer__nav-title--dash-golden::before {
    background: #2559a3 !important;
}

:root {
    --header_main_bg_color: #E50012;
    --header_main_f_color: #ffffff;
    --header_sub_bg_color: #de6f6f;
    --header_btn_top_bg_color: #ec0e0e;
    --header_btn_top_f_color: #ffffff;
    --header_link_f_color: #000000;
    --header_link_hover_color: #ED4D59;
    --mega-menu_left: 0%;
    --mega-menu_width: 800%;

    --footer_main_bg_color: #000000;
    --footer_main_f_color: #ffffff;
    --footer_sub_bg_color: #d22d26;
    --footer_link_f_color: #000000;
    --footer_link_hover_color: #de6f6f;

    --upload_filenam_display: block;
    --upload_statusbar_width: 500px;
    --upload_statusbar_margin: 5px;
    --upload_progress_width: 250px;
}

/*OTHER*/
.security_hint .row {
    margin-left: 20px;
}
@media screen and (min-width: 414px) and (max-width: 768px) {
    .security_hint .row {
        margin-left: 60px;
    }
}
@media (max-width: 417px) {
    .security_hint .row {
        margin-left: 0;
    }
}

a:hover.d-revert {
    color: #000000;
}
.serif-font {
    font-family: "Noto Serif TC", serif;
}
.noto-sans-font {
    font-family: "Noto Sans TC";
}
input,
textarea {
    -webkit-appearance: none !important;
}
.nowrap {
    white-space: nowrap;
}
.alphabetBlock > [class*="col-"] {
    line-height: 2.5;
}
.root_top {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .root_top {
        margin-top: 75px;
    }
}
.cookie {
    background: rgba(222, 111, 111, 0.92);
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-weight: 400;
    font-size: 1rem;
}
.cookie .btn {
    padding: 7px 10px;
    font-size: 0.95rem;
}
@media (max-width: 768px) {
    .cookie {
        font-size: 0.9rem !important;
    }
    .cookie .btn {
        font-size: 0.85rem;
    }
}
#div_filter_list {
    margin-bottom: 10px;
}
#div_init_page_kv_mobile .slick-slide {
    padding: 0;
}
#member_qrcode.w_90 {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.vertical_top {
    vertical-align: top;
}
.border_white {
    border-bottom: 1px solid #ffffff;
    height: 1px;
    opacity: 0.5;
}
.border_white01 {
    border-bottom: 1px dotted #ffffff;
    height: 1px;
    opacity: 0.2;
}
@media (max-width: 480px) {
    .border_white01 {
        display: none;
    }
}
.border_area01 {
    background: #f7f7f7;
    color: #333333;
    font-size: 1.3rem;
    line-height: 2;
    padding: 20px;
}
.w_90 img {
    width: 90%;
    height: auto;
}
.category_gray {
    /*background: #ffffff;*/
    /*padding: 40px 20px 0;*/
    margin-top: -10px;
}
@media (max-width: 768px) {
    .category_gray {
        /*background: #f7f7f7;*/
        padding: 20px 0 0;
    }
}
.m_width_100 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.m_width_100 iframe {
    max-width: 100%;
    height: revert-layer;
    display: block;
}
#div_outer_brand .product-default-slider .slick-slide {
    transform: scale(1);
    transition: all 0.5s ease-out;
}
#div_outer_brand .product__tag {
    height: 40px;
    width: 40px;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
}
#div_init_page_collection .product-card,
#div_outer_brand .product-card{
	background:transparent;
	padding:0;
}
@media (max-width: 768px) {
    .background-cover {
        background-size: cover !important;
    }
}
.m_auto {
    margin: 0 auto;
}
.d_flex {
    display: flex;
}
.d_block {
    display: block;
}
.line_h0 {
    line-height: 0;
}

.nb {
    border: 1px solid transparent !important;
}
textarea.ns {
    border: 0;
    background: transparent;
    resize: none;
}
table.nb > tbody > tr {
    border: 0;
}
.w_full {
    width: 100% !important;
}
@media (max-width: 767px) {
    .w_full {
        width: 100%;
    }
}
.footer-right {
    margin-left: auto;
    margin-right: 0;
}
.d_none {
    display: none;
}
.d_r_float {
    float: right;
}
.promote_color {
    color: #369e0a;
}
textarea.ban {
    resize: none;
    border: 0;
}
.review_sort {
    padding: 5px 40px 5px 15px !important;
}

.login_btn_line_bs {
    padding: 9px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #35ad69;
}

.login_btn_area {
    padding: 9px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #c92f2d;
}
.product-details-box {
    padding: 20px;
}
@media (max-width: 350px) {
    .product-details-box {
        padding: 0;
    }
}
.b-t-0 {
    border-bottom: 0 !important;
}
.border_none {
    border: none;
}

.no_border {
    border: 0px solid #000;
}

.review_vertical {
    width: 30px;
    vertical-align: top;
}
.td_review {
    width: 95%;
    text-align: left;
}
.margin_review {
    margin: 3px 0px 5px 0px;
}
.review_msg {
    font-size: 95%;
    background: #fafafa;
    padding: 10px;
}
.review_div_hidden {
    visibility: hidden;
    height: 30px;
}
.review_border {
    border: 1px #dddddd solid;
    background: #f6f6f6;
}
.review_table {
    table-layout: fixed;
    width: 100%;
    background: #fff;
    border: 2px solid #ffffff;
}
.review_table td {
    padding: 5px 10px;
}
.review_avatar {
    width: 25px;
    height: auto;
}
.review_p5 {
    padding: 5px;
}
.review_p1 {
    padding: 1px;
}
.review_time_r {
    font-family: Arial;
    font-size: 13px;
    float: right;
    color: #999999;
}

.review_time {
    font-family: Arial;
    font-size: 13px;
    text-align: left;
    color: #999999;
}
@media (max-width: 1199px) {
    .review_time {
        float: right;
    }
}
.img_block {
    border: 1px dotted var(--header_sub_bg_color);
    text-align: center;
}
@media (max-width: 575px) {
    .review_time {
        float: none;
    }
    .review_time_r {
        float: none;
    }
}
.review_div {
    margin-bottom: 10px;
}
.review_center {
    margin: auto;
    width: 100%;
    padding: 40px;
    height: 100px;
    background-color: inherit;
}
.containerRespondent {
    position: relative;
    text-align: center;
    color: white;
}

.centeredRespondent {
    position: absolute;
    background: var(--header_sub_bg_color);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
}
.btn--review--small small {
    padding: 0 6px;
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000;
}
.btn--review--small small {
    font-size: 14px !important;
}
.review_table {
    padding: 10px;
}
/*---------------2021.11.25 Freya---------------*/
.slick-dots-container {
    width: 15.75rem;
    overflow: hidden;
    height: 2.1rem !important;
    position: relative;
    padding: 0;
    display: flex;
    transition: all 0.25s;
    margin: auto;
    list-style: none;
    align-items: center;
    justify-content:center;
    bottom: unset;
}
.slick-dots-container li {
    width: 8px;
    height: 8px;
    margin: 0 0.25rem;
    background-color: rgba(34, 34, 34, 0.4)!important;
    border: none;
    border-radius: 50%;
}

.slick-dots-container li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots-container li.slick-active {
    background: rgba(34,34,34,1)!important;
    width: 60px;
    height: 8px;
    border-radius:30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-dots li button:before {
    display: none;
}
/*---------------2021.11.25 Freya---------------*/
.dis_margin {
    margin-top: 0px !important;
}
.review_textarea {
    width: 100%;
    height: 10em !important;
}
.g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
    height: auto;
}
@media only screen and (max-width: 460px) {
    .g-recaptcha {
        transform: scale(0.74);
        transform-origin: 0 0;
    }
}
.ajax-file-upload-filename {
    display: var(--upload_filenam_display, block) !important;
}
.ajax-file-upload-statusbar {
    width: var(--upload_statusbar_width, 500px) !important;
    margin: var(--upload_statusbar_margin, 5px) !important;
}
.ajax-file-upload-progress {
    width: var(--upload_progress_width, 250px) !important;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.display_none {
    display: none;
}

.review_img_div {
    width: 100%;
    height: 90px;
    background-color: #d4e6f8;
    text-align: center;
    margin-top: 15px;
}
.review_i {
    width: 80px;
    height: 50px;
    margin: 3px auto 3px auto;
}

.review_img_center {
    text-align: center !important;
}
.review_button {
    padding: 10px 10px;
}
.div_recaptcha_button {
    margin-top: 5px;
}
.div_recaptcha {
    float: left;
    height: 85px;
}
.review_float {
    float: right;
    margin-top: 35px;
}

@media (max-width: 575px) {
    .review_float {
        float: left;
        margin-top: 0;
    }
}
@media (max-width: 460px) {
    .div_recaptcha {
        height: 70px;
    }
}
.div_review_border {
    border: 1px #dddddd solid;
}
.review_p {
    line-height: 1.6 !important;
}
.reviews-hover-red:hover {
    color: var(--header_sub_bg_color);
}
.review_fit_content {
    width: auto;
    font-size: 14px;
    font-weight: 600;
}
.review_font_size_1 {
    font-size: 1em;
}
.img_customerQA {
    max-height: 300px !important;
    max-width: 300px !important;
    height: auto !important;
    width: auto !important;
}
.review_select {
    width: 200px;
}
.review_hr {
    border-bottom: 1px dotted #cccccc;
    margin: 10px auto;
}
.QA_img {
    width: 100%;
}
.QA_max_w {
    max-width: 300px;
}
.resize_none {
    resize: none;
}
.inline_block {
    display: inline-block;
}
.shopping-fa-color {
    color: #524845 !important;
}
.max_width_35 {
    max-width: 35px;
}
.step_time {
    font-size: 12px !important;
    line-height: 16px !important;
    padding-top: 2px !important;
    display: block;
}
.shoppingCenteredRespondent {
    background: #181818;
    width: 35px;
    height: 33px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    cursor: auto !important;
}
.table-cell {
    display: table-cell !important;
}
.hit_brand_product {
    background: #fff;
    text-align: center;
    font-size: 1.1rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.footer__nav_title--dash::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 3px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.footer__nav_title--dash {
    position: relative;
    margin-left: 15px;
}
.container_FollowUs {
    margin-top: -30px;
    width: 100%;
}
.icon_FollowUs {
    font-size: 2em;
}
.expand-menu {
    border-top: 1px solid #e0e0e0;
    padding: 0 !important;
}
.m-r--10 {
    margin-right: -10px;
}
.div_searh {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: white;
    cursor: pointer;
}
.div_searh_style {
    width: 40px;
    color: rgba(0, 0, 0, 0.3);
}
.m-t-3 {
    margin-top: 3px;
}
.m-t--2 {
    margin-top: -2px;
}
.footer__top_2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding_15 {
    padding: 15px 0;
}
.padding_10 {
    padding: 10px;
}
.padding_20 {
    padding: 20px;
}

.footer_border {
    border-top: 1px solid var(--footer_sub_bg_color, #d22d26) !important;
}
.footer-m-t {
    margin-top: -330px !important;
}
.footer-m-t-0 {
    margin-top: 0px !important;
}
.header_logo_auto {
    width: auto;
}
.header_logo_auto_max_width {
    max-height: 50px;
}
@media (min-width: 200px) {
    .header_logo_auto_max_width {
        max-height: 30px;
    }
}
@media (min-width: 345px) {
    .header_logo_auto_max_width {
        max-height: 40px;
    }
}
@media (min-width: 420px) {
    .header_logo_auto_max_width {
        max-height: 50px;
    }
}
.div_searh_width {
    width: 160px;
}
@media (min-width: 200px) {
    .div_searh_width {
        width: 80px;
    }
}
@media (min-width: 345px) {
    .div_searh_width {
        width: 120px;
    }
}
@media (min-width: 420px) {
    .div_searh_width {
        width: 160px;
    }
}
.m-t--10 {
    margin-top: -10px !important;
}
.full_Page {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    overflow: auto;
}
.popUp_Div {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
.popUp_Div_center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.full_src {
    max-width: 100vh;
}
.full_img_cross {
    height: 30px;
    width: 100%;
    background-color: black;
}
.setFull_img_cross {
    height: 30px;
    margin-left: auto;
    width: 30px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.setFull_img_cross:hover {
    color: gray;
}
.page_title > h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.color-gray > h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
}
a.product__link > h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 60px;
}
.product__content a.product__link > h3 {
    height: auto;
}
#span_product_total_cnt > h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#ul_product_detail_brand > a > h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.the-canvas {
    border: 1px solid black;
    direction: ltr;
}
.li_FollowUs {
    float: left;
    margin-right: 25px;
    margin-top: 30px;
}

.QA_max_w iframe {
    width: 100%;
}
.color_circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px #878787;
    -moz-box-shadow: 0 0 2px #878787;
    box-shadow: 0 0 2px #878787;
}
.color_circle.active {
    box-shadow: 0 0 0px 2px #878787;
}
.color_circle.mask:not(.active) {
    opacity: 0.3;
}
.color_circle_board_dark {
    border: 2px solid #f3f3f3;
}
.order_detail_line_feedback {
    float: right;
    margin-top: -10px;
    width: 130px;
}
@media (max-width: 480px) {
    .order_detail_line_feedback {
        margin-top: -20px;
    }
}
.no-scroll {
    overflow: hidden;
}
.page_article_tag {
    border-radius: 20px;
    padding: 4px 10px;
    margin-right: 13px;
}
.article_lh_ftw {
    line-height: 1.3;
    font-weight: normal;
}
.article_lh_ftw.gray {
    color: #999999 !important;
}
.title_border_area {
    position: relative;
    text-align: center;
}
.title_border_dark {
    border-top: 1px solid #000000;
}
.border_pattern {
    width: 100px;
    height: 6px;
    margin: -1px auto 0;
    display: flex;
}
.border_red {
    width: 30%;
    height: 5.5px;
    background: #ca2d26;
}
.border_black {
    width: 70%;
    height: 5.5px;
    background: #000000;
}
.red_li ul {
    font-family: Serif;
    list-style-image: var(--page_img_ul_li);
    color: #000000;
    list-style-position: outside;
    line-height: 1.8;
}
.red_li ul li {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 3px;
    font-weight: 700;
    text-decoration: underline;
}
.red_li ul li::marker {
    font-size: 22px;
}
.udl_none {
    text-decoration: none !important;
}
.ft_size_1 {
    font-size: 1rem !important;
}
.li_square {
    list-style: square;
}
.button_i_circle {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
    color: #777;
    text-align: center;
    padding-left: 2px;
}
.button_i_circle > i {
    font-size: 15px;
}
#div_sub_mh_area {
    margin-top: -44px;
}
#div_sub_mh_area > task-details layer {
    padding: 0px 35px 10px;
    border-bottom: 4px solid;
}
.select2-selection__placeholder {
    color: #000 !important;
}
.ft_color_main {
    /*color: var(--header_main_bg_color) !important;*/
    color: #d22d26 !important;
}

.c_subscribe {
    color: #000000;
    background-color: #c84e49;
    text-align: center;
}
.a_subscribe {
    background-color: #13243e;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.input_subscribe {
    height: 40px;
    margin-bottom: 10px;
}
.input_subscribe::placeholder {
    color: black;
    text-align: center;
}
.color_black {
    color: #000;
}
.width_90p {
    width: 90% !important;
}
.width_80p {
    width: 80% !important;
}
.width_50p {
    width: 50% !important;
}
.width_30px {
    width: 30px !important;
}

.sub_tab_active {
    color: #0b2e13;
    border-bottom: 2px solid red;
    cursor: pointer;
}

.sub_tab_inactive {
    color: gray;
    border-bottom: 2px solid lightgray;
    cursor: pointer;
}
.width_max_215 {
        width: 132px !important;
        height:auto;
        object-fit:contain;
    }
.page_category_2_br {
    height: 25px;
    margin-top: 5px;
    border: 1px solid #979797;
    margin-left: 10px;
}
.img_product_outline {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.label_round {
    text-align: center;
    border-radius: 500%;
    padding: 10px;
    width: fit-content;
    margin-bottom: 5px;
}
.label_square {
    text-align: center;
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 5px;
}
.page_btn {
    padding: 10px 20px;
}
.page_btn.padding0 {
    padding: 0;
}
.page_pmanual_fbtn {
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    display: block;
}
.bg-banner img {
    object-fit: cover;
    height: 262px;
}
.hot_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 10px;
}
.hot_des {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    margin-top: 10px;
}
.lnh_init {
    line-height: initial;
}
.classify_drop_li {
    border: none !important;
    padding: 0px !important;
}
.first_classify_title {
    font-size: 0.95rem !important;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}
.first_classify_title::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: relative;
    left: 0;
    margin-right: 5px;
    font-weight: 300;
    color: var(--header_sub_bg_color);
}
.circle_img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 25px;
}
.div_group_img_input_area {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}
.div_group_img_area {
    width: 100px;
    height: 100px;
    border: 1px #cdcdcd solid;
    border-radius: 50px;
    justify-self: end;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.div_group_img_area img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    background: #fff;
}
.div_group_img_area .div_edit {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.div_group_img_input_line {
    border-left: dotted 1.5px #cdcdcd;
    height: 100%;
}
#modalViewMember .div_group_img_input_area {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 20px;
}
#modalViewMember .div_group_img_area,
#modalViewMember .div_group_img_area img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    cursor: unset;
}

.main_color_bg {
    background-color: var(--header_link_hover_color, #d0343d);
    color: #fff !important;
}
.product_tag {
    text-align: center;
    border-radius: 10px;
    background-color: var(--header_link_hover_color, #d0343d);
    padding: 0px 5px;
    margin-right: 5px;
    color: #fff !important;
}
.hint-block {
    background-color: var(--hint_bg);
    color: var(--hint_color);
    font-size: 14px;
}
.tooltip-arrow.hint-block-arrow::before {
    border-top-color: var(--hint_bg) !important;
    border-bottom-color: var(--hint_bg) !important;
}
.div_header .tooltip {
    z-index: 100;
}
.share-cart-step {
    text-align: center;
    box-sizing: border-box;
    flex-flow: row wrap;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
}
.share-cart-border {
    border: 1px solid var(--header_link_hover_color);
}
.share-cart-img {
    padding: 10px 0 20px;
    text-align: center;
    width: 100%;
}
.share-cart-img img {
    width: 100px;
    height: auto;
}
@media (max-width: 567px) {
    .share-cart-img img {
        width: 60px;
    }
}
.share-cart-block {
    box-sizing: border-box;
    margin: 0px;
    flex-basis: 33.3333%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 33.3333%;
    position: relative;
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.775rem;
}
.share-cart-block::after {
    position: absolute;
    content: "";
    right: -6px;
    top: 40%;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 10px solid var(--header_main_bg_color);
    border-bottom: 5px solid transparent;
}
.share-cart-block::after {
    position: absolute;
    content: "";
    right: -6px;
    top: 40%;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 10px solid var(--header_main_bg_color);
    border-bottom: 5px solid transparent;
}
.share-cart-block:last-child::after {
    display: none;
}
@media (max-width: 567px) {
    .share-cart-block::after {
        border-top: 3px solid transparent;
        border-left: 7px solid var(--header_main_bg_color);
        border-bottom: 3px solid transparent;
        right: -4px;
    }
}
.share-step-bg {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgb(238, 238, 238);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.step-title {
    font-weight: bold;
    font-size: 15px;
    color: var(--header_main_bg_color);
}
.step-text {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}
@media (max-width: 576px) {
    .share-step-bg {
        width: 90px;
        height: 90px;
    }
    .step-text {
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .share-step-bg {
        width: 80px;
        height: 80px;
    }
}
.set-block {
    background-color: #f9f9f9 !important;
    border: 1px dotted #cccccc !important;
    padding: 20px 10px;
    width: 100%;
}
.set-block .btn {
    display: grid;
    grid-template-rows: 1fr 1fr;
    font-size: 16px;
    margin: auto;
    color: #333333 !important;
    background: transparent !important;
    gap: 5px;
}
.set-block .btn {
    margin: auto;
    width: 100%;
}
.set-block .btn--radius.btn--box {
    display: block;
    width: auto;
    margin: 5px;
    font-size: 14px;
    color: var(--header_main_bg_color) !important;
    border: 1px solid var(--header_main_bg_color);
    padding: 10px 20px;
}
.set-block .btn i {
    padding: 0;
    color: var(--header_main_bg_color) !important;
}
.set-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}
@media (max-width: 991px) {
    .set-col {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .set-col {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 576px) {
    .set-col {
        grid-template-columns: 1fr 1fr;
    }
}
.col-wbg {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
}
.col-rt-btn {
    position: absolute;
    top: -10px;
    right: -5px;
    padding: 2px;
    cursor: pointer;
}
.col-rt-btn i {
    font-size: 20px;
}
.text-center {
    text-align: center;
}
.col-brand {
    height: 120px;
    width: 120px;
    margin: auto;
    background: url(../img/brand-img.png) center center / cover no-repeat;
}
.set-brand-text {
    text-align: center;
    color: #000000;
    margin-top: 10px;
    line-height: 1.3;
}
.search__toggle {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.search__toggle--btn {
    position: absolute;
    font-size: 30px;
    left: 10px;
    font-size: 18px;
}
.search__toggle input {
    border: 1px solid #000000;
    padding: 10px 5px 10px 35px;
    width: 100%;
    outline: none;
    font-size: 16px;
}
.category-list ul {
    padding-left: 0;
}
.category-list li {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    margin-right: 5px;
    cursor: pointer;
}
.category-list li.active {
    border: 1px solid var(--header_main_bg_color);
    color: var(--header_main_bg_color);
}
.brand-item ul {
    padding-left: 0;
}
.brand-item li {
    display: inline-block;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: 10px;
}
.brand-item li.active {
    border: 1px solid var(--header_main_bg_color);
}
.brand-item li .set-brand-text {
    font-size: 12px;
    margin-top: 10px;
}
.group-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
.display-revert {
    display: revert !important;
}

.filter-grid-layout {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: -10px;
    gap: 10px;
    margin-right: 10px;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transform: translate(50%, -50%);
}

.checkmark::before,
.checkmark::after {
    content: "";
    position: absolute;
    background: red;
}

.checkmark::before {
    top: 20px;
    left: 10px;
    width: 30px;
    height: 10px;
}

.checkmark::after {
    top: 10px;
    left: 20px;
    width: 10px;
    height: 30px;
}

.checkmark::before {
    transform: rotate(-45deg);
}

.checkmark::after {
    transform: rotate(-45deg);
}

.tick {
    position: absolute;
    top: -10px; /* Adjust these values */
    right: -10px; /* Adjust these values */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: white;
    border: solid 2px #d22d26;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d22d26 !important;
    font-size: 11px !important;
}

.simple_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live_stream_available .ui-state-default {
    color: #070 !important;
    font-weight: 1000 !important;
}

.live_stream_not_available .ui-state-default {
    color: #a00 !important;
}
.init_cursor {
    cursor: initial !important;
}
.cart-btn-area {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
}
.cart-btn-area .left-block {
    justify-content: flex-start;
}
.cart-btn-area .right-block {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sub-total-text {
    display: inline-flex;
    justify-content: flex-end;
    margin-right: 10px;
}
.img_100_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.invisible {
    visibility: hidden;
}

/* 共享購物車設計 */
.share-block.card-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 1499px) {
    .share-block.card-area {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1199px) {
    .share-block.card-area {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1199px) {
    .share-block.card-area {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 576px) {
    .share-block.card-area {
        grid-template-columns: 1fr;
    }
}
.card-block {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 160px;
    display: grid;
    grid-template-rows: 1fr 43px;
    flex-direction: column;
}
.card-top-info {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card-label {
    padding: 3px 10px;
    font-size: 12px;
    border-bottom-right-radius: 16px;
}
.card-date {
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.gift-card-content {
    padding: 35px 10px 10px;
}
.member-card-content {
    padding-top: 16px;
}
.member-title01 {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.member-des01 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.bottom-btn {
    border-top: 1px solid #e2e6e9;
    font-size: 14px;
    font-weight: bold;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 10px;
}
.bottom-btn.grid2s {
    grid-template-columns: 1fr 1fr;
}
.line-block-right {
    border-right: 1px dotted #cccccc;
}
.line-block {
    border-bottom: 1px dotted #cccccc;
    width: 100%;
}
.gap0 {
    gap: 0 !important;
}
.bottom-btn a {
    display: flex;
    justify-content: space-between;
}
.bottom-btn a.btn {
    display: block;
}
.bottom-btn button:hover {
    color: var(--header_sub_bg_color);
}
#modal_checked_owner {
    color: var(--header_main_bg_color);
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.bless-area {
    padding: 10px 20px;
    background: #f3f3f3;
    text-align: left;
}
.txt-block {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    font-weight: 400;
    padding: 12px;
    color: #000000;
    min-height: 50px;
    text-align: left;
}
.block-name {
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    transform: scale(0.83);
    padding: 2px 5px;
}
.step-area {
    position: relative;
    box-sizing: border-box;
    flex-flow: row wrap;
    width: fit-content;
    display: flex;
    height: auto;
    gap: 10px;
    justify-content: space-between;
    margin: auto auto 10px;
}
@media (min-width: 992px) {
    .step-area {
        justify-content: space-between;
    }
}
.step-area::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
}
.step-block {
    box-sizing: border-box;
    margin: 0px;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 25%;
    position: relative;
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
    display: grid;
    grid-template-rows: auto 1fr;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
@media (max-width: 575px) {
    .step-block {
        transform: scale(0.83);
    }
}
@media (min-width: 0px) {
    .step-block {
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .step-block {
        flex-basis: 20%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .step-block {
        flex-basis: 25%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 25%;
    }
}
@media (min-width: 1140px) {
    .step-block {
        flex-basis: 18%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 18%;
    }
}
.step-block::after {
    position: absolute;
    content: "";
    right: -27px;
    top: 40%;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 10px solid #cccccc;
    border-bottom: 5px solid transparent;
}
.step-block:last-child::after {
    display: none;
}
.step-block span {
    font-size: 14px;
    color: #000000;
}
.step-icon {
    display: grid;
    grid-template-rows: 25px 1fr;
    align-items: center;
    justify-content: center;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: rgb(238, 238, 238);
    margin: auto;
    margin-bottom: 10px;
    padding: 20px 0 25px;
}
@media (max-width: 575px) {
    .step-icon {
        height: 65px;
        width: 65px;
        padding: 5px 0 10px;
    }
}
.step-icon i {
    color: var(--header_sub_bg_color);
    font-size: 20px;
}
.step-number {
    font-size: 20px !important;
    color: #999999 !important;
    font-weight: bold !important;
}
.group-area {
    margin-top: 20px;
}
.input-btn {
    display: grid;
    grid-template-columns: 16% 40% 100px;
    gap: 20px;
    align-items: center;
}
.group-bg {
    padding: 10px 20px 20px;
    background: #f3f3f3;
    text-align: left;
}
.group-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 1199px) {
    .group-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575px) {
    .group-grid {
        grid-template-columns: 1fr;
    }
}
.group-block {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
}
.group-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #999999;
    border: 2px solid #999999 !important;
}
.group-circle span {
    transform: scale(0.83);
}
.group-circle.blue-color {
    border: 2px solid var(--header_main_bg_color) !important;
    color: var(--header_main_bg_color);
}
.group-circle.pink-color {
    border: 2px solid #dc6265 !important;
    color: #dc6265;
}
.group-subject {
    font-size: 16px;
    color: #666666;
    display: block;
    padding: 10px 0 10px;
}
.group-mail {
    color: #999999;
    font-size: 14px;
    word-break: break-word;
}
.open-block {
    border: 1px solid var(--header_sub_bg_color);
}
.open-content {
    padding: 10px 20px 20px;
    border-top: 1px dotted #cccccc;
}
.btn-border {
    display: block;
    width: auto;
    font-size: 14px;
    color: var(--header_main_bg_color) !important;
    border: 1px solid var(--header_main_bg_color);
    padding: 10px 20px;
}
.btn-border:hover {
    color: var(--header_sub_bg_color);
}
.row2-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 37.5px;
}
.rows2-header {
    display: flex;
    flex-wrap: wrap;
}
.rows2-header .close {
    top: 16px;
}
.can-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}
.tab-right-btn {
    position: absolute;
    right: 12px;
    bottom: -24px;
}
.footer-btn-grids2 {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.input__toggle {
    position: relative;
    width: 100%;
}
.input__toggle--btn {
    position: absolute;
    font-size: 15px;
    right: 10px;
    bottom: 6px;
    color: var(--header_link_hover_color, #d0343d);
    z-index: 9;
    cursor: pointer;
}
.input__toggle--btn i {
    font-size: 20px;
}
@media (max-width: 768px) {
    .input__toggle--btn {
        font-size: 20px;
        right: 0;
        border-right: 1px solid #dddddd;
        padding-right: 5px;
    }
    .input__toggle--btn i {
        font-size: 20px;
    }
}
#div_gift_rmd .product__content--bottom {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 575px) {
    #div_gift_rmd .product__content--bottom {
        flex-wrap: wrap;
        gap: 0;
    }
}
#div_gift_rmd .row2-title {
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
}
/* @media (max-width: 576px) {
    #div_gift_rmd .row2-title {
        height: 60px;
    }
} */
.product_virtual_store {
    border: 1px solid #999999;
    padding: 5px;
    color: #999999;
    cursor: pointer;
}
.product_virtual_store.active {
    border: 1px solid #8dc254;
    padding: 5px;
    color: #8dc254;
    cursor: pointer;
}
.product-quantity-box .btns-block {
    display: flex;
    gap: 10px;
}
.addEvent-add-to-cart-block {
    border-radius: 30px;
    height: 35px;
    width: 90%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--header_main_bg_color);
    color: var(--header_main_bg_color);
}
.addEvent-add-to-cart {
    border-radius: 30px;
    height: 35px;
    width: 90%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--header_main_bg_color);
    color: var(--header_main_bg_color);
}
.upsell-container {
    padding: 30px 15px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.upsell-container .brand_title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.upsell-container .product-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
}
.upsell-container .brand_title {
    padding: 0;
    margin: 0;
}
.f-12 {
    font-size: 12px;
}
.h-auto {
    height: auto !important;
}
.h-55 {
    height: 55px;
}
.h-30 {
    height: 30px;
}
.h-30-m-5 {
    height: 30px;
    margin: 5px;
}
.quantity-input {
    width: 81px;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
    float: left;
    text-align: center;
    height: 100%;
    -moz-appearance: textfield !important;
}
.flex-input {
    display: flex;
    margin-bottom: 10px;
}
.a-titele-height {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 575px) {
    .flex-input .quantity-input {
        width: 39px;
    }
}
.quantity-adjuster {
    height: 100%;
    border: 1px solid #eee;
    width: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand img {
    margin-top: 40px;
}
@media (max-width: 1410px) {
    .brand img {
        margin-top: 0;
    }
}
.input-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
#div_outer_brand .row .col-6 {
    padding: 0;
}
#div_outer_recommend .product-default-slider .slick-slide {
    transform: scale(1);
}
#div_gift_rmd .col-6 {
    padding: 5px 10px 0;
}
.block_list .col-6 {
    padding: 0 10px;
}
.player-styles-ahhgl-smvcdn {
    z-index: 0 !important;
}
.product_phint {
    background: #ffe2e1;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px;
    transform: scale(0.83);
    color: var(--header_main_bg_color) !important;
}
.mb-block.swiper_area .tab-menu-swiper .swiper-slide.selected a:after {
    display: none;
}
.mb-block.swiper_area .tab-menu-swiper .swiper-slide.selected a,
.mb-block.swiper_area .tab-menu-swiper .swiper-slide a {
    padding: 8px 16px;
}
.mb-block.swiper_area .tab-menu-swiper .swiper-slide {
    font-size: 15px;
    margin-bottom: 0;
    border-right: 0;
}
.mb-block.swiper_area .tab-menu-swiper .swiper-slide.selected a {
    position: relative;
    font-weight: bold;
    color: var(--header_main_bg_color) !important;
    border-bottom: 0;
}
.mb-block.swiper_area .tab-menu-swiper .swiper-slide.selected::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: var(--header_main_bg_color, #d22d26) !important;
    height: 5px;
    width: 100%;
}
/*商品單頁放大鏡會遮到右邊的內容*/
.bg-zindex {
    position: relative;
    background: #ffffff;
    z-index: 1;
}
.ds_pinfo_column2 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
}
.align_base {
    align-items: baseline;
}
.align_center {
    align-items: center;
}

/*  ******************** Bootstrap ********************  */
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}
.quantity input {
    width: 100px;
    height: 46px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    border: 1px solid #eee;
}
.branch_left {
    text-align: left;
}
/*  ******************** 原來有的 ********************  */
.m-b-0{
    margin-bottom:0;
}
.m-b-8{
    margin-bottom:8px;
}
.m-b-12{
    margin-bottom:12px;
}
.m-b-16{
    margin-bottom:16px;
}
.font20{
    font-size:20px;
}
.w-100{
    width:100%;
}

.tag_full{
	width:100%;
}
.tag_full img{
	width:100%;
	top: 0px;
    left: 0px;
}
#div_product_list_append{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
	#div_product_list_append{
	    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 743px) {
	#div_product_list_append{
	    grid-template-columns: 1fr 1fr;
	}
}