﻿@charset "UTF-8";

body {
    font-family: '微軟正黑體',Arial,sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

ul {
    list-style: none;
}

.form-control {
    font-size: 14px;
}

a:hover, a {
    color: inherit;
    text-decoration: none;
}

.underline-link:hover {
    text-decoration: underline;
}

button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    button:focus, button:active {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

hr {
    border-color: #d2d6dd;
}

.card {
    border-color: #d2d6dd;
}

textarea.form-control {
    resize: none;
}

.form-control {
    border-color: #d2d6dd;
}

.color-red {
    color: tomato;
}

.bg-light {
    background-color: #f0f0f0;
}

.btn-primary, .btn-secondary {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    min-width: 104px;
    padding: 8px;
}

.btn-primary {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    color: #333;
    position: relative;
}

    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
        border-color: #ad3535;
        background-color: #ad3535;
        color: #fff;
    }

    .btn-primary:before {
        position: absolute;
        top: .15rem;
        right: .15rem;
        bottom: .15rem;
        left: .15rem;
        content: "";
        border: solid 1px #fff;
        border-radius: 3px;
    }

.btn-secondary {
    background-color: #d2d6dd;
    color: #333;
    border: 1px solid #d2d6dd;
}

    .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: rgba(124, 63, 63, 0.9);
        border-color: #7c3f3f;
        color: #fff;
    }

.arrow-down {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 17px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

    .arrow-down:before {
        content: "\f107";
    }

[aria-expanded="true"] .arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*$跑馬燈*/
.marquee {
    overflow: hidden;
    position: relative;
    padding: 0.5rem;
    background-color: #ad3535;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .marquee ul {
        margin-bottom: 0;
    }

    .marquee .marquee-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

/*logo那行的navbar navbar-info*/
.navbar-info__search, .navbar-info__member, .navbar-info__cart {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: rgba(51, 51, 51, 0.5);
    cursor: pointer;
}

    .navbar-info__search:hover, .navbar-info__member:hover, .navbar-info__cart:hover {
        color: rgba(51, 51, 51, 0.9);
    }

.navbar-info__search {
    position: relative;
}

.navbar-form__search {
    background: #fff;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 200;
    border: none;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
}

@media (max-width: 768px) {
    .navbar-form__search {
        width: 100vw;
        padding: 0 6px;
    }
}

.navbar-form {
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
}

/*導覽列 navbar*/
.navbar > .container, .navbar > .container-fluid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-toggler {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 30px;
    height: 45px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .navbar-toggler .menu-burger {
        -webkit-transition: all .3s;
        transition: all .3s;
        background-color: #999;
        width: 30px;
        height: 3px;
    }

        .navbar-toggler .menu-burger:before, .navbar-toggler .menu-burger:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 3px;
            -webkit-transition: all .3s;
            transition: all .3s;
            background-color: #999;
        }

        .navbar-toggler .menu-burger:before {
            -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
        }

        .navbar-toggler .menu-burger:after {
            -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
        }

    .navbar-toggler[aria-expanded="true"] .menu-burger {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        background-color: transparent;
    }

        .navbar-toggler[aria-expanded="true"] .menu-burger:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .navbar-toggler[aria-expanded="true"] .menu-burger:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

@media only screen and (min-width: 992px) {
    .navbar > .container, .navbar > .container-fluid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }
}

ul.navbar-nav .nav-link {
    -webkit-transition: all .3s;
    transition: all .3s;
}

    ul.navbar-nav .nav-link:hover {
        color: #ad3535;
    }

.carousel-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.carousel-item {
    height: 300px;
}

@media (min-width: 1025px) {
    .carousel-item {
        height: calc(100vh - 70px - 73px - 38px);
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.carousel-control-next-icon {
    right: 0;
}

.title {
    text-align: center;
    color: #ad3535;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-dots.disabled {
        display: block;
    }

    .owl-carousel .owl-nav.disabled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.owl-theme .owl-nav {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 6px 12px !important;
    background-color: #eef1f7;
}

img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.img-hover, .img-hover2 {
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

    .img-hover:hover img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: .7;
    }

.img-hover2 {
    max-width: 100%;
    position: relative;
}

    .img-hover2 img {
        width: calc(100% + 10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
        transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
    }

    .img-hover2:hover img {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

.ellipsis {
    position: relative;
}

    .ellipsis:before {
        content: '&nbsp;';
        visibility: hidden;
    }

    .ellipsis > span {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 4px;
        line-height: 1.42;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    figure.product {
        display: block;
        text-align: center;
    }

    figure .img-hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (min-width: 768px) {

    figure .product__product-img {
        height: 250px;
    }

        figure .product__product-img .img-fluid {
            height: 250px;
        }
}

.product__product-content {
    position: relative;
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product__product-content p {
        max-width: 80%;
    }

figure.product .btn {
    position: absolute;
    right: 0;
    top: 1rem;
    padding: 0 6px;
    line-height: 0;
}

.navbar-info__cart__dropdown-menu {
    width: 300px;
}

.cart-card {
    border: none;
}

    .cart-card .card-header {
        background-color: transparent;
        border: none;
    }

    .cart-card ul.cart-card__body {
        max-height: 300px;
        overflow-y: auto;
    }

    .cart-card .card-footer {
        background-color: #fff;
        border-top: none;
    }

    .cart-card ul.cart-card__body li {
        margin-bottom: 1rem;
    }

        .cart-card ul.cart-card__body li:last-child {
            margin-bottom: 0;
        }

    .cart-card .cart-card__img {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
    }

    .cart-card .cart-card__text {
        -webkit-box-flex: 75%;
        -ms-flex: 75%;
        flex: 75%;
    }

.article-card {
    position: relative;
}

    .article-card .article-card__title {
        position: absolute;
        padding: 0.5rem 1rem;
        color: #fff;
        z-index: 2;
        bottom: 0;
        left: 0;
        font-size: 24px;
    }

    .article-card:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .article-card.img-hover:hover img {
        opacity: 1;
    }

.article-card2__img {
    cursor: unset;
    position: relative;
}

    .article-card2__img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(85%, transparent), to(rgba(0, 0, 0, 0.3)));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 85%, rgba(0, 0, 0, 0.3));
        background-repeat: repeat-x;
    }

    .article-card2__img:hover::after {
        opacity: 0;
    }

    .article-card2__img:hover .article-card2__content {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        background-color: rgba(0, 0, 0, 0.3);
    }

    .article-card2__img:hover .article-card2__more {
        bottom: 0%;
    }

.article-card2__text, .article-card2__more {
    z-index: 2;
    position: absolute;
    color: #fff;
    padding: 12px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.article-card2__time {
    top: 0;
    right: 0;
    text-align: right;
}

.article-card2__content {
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.article-card2__conten__title {
    font-weight: bolder;
}

.article-card2__more {
    bottom: -2rem;
    left: 0%;
    text-align: right;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    background-repeat: repeat-x;
}

footer {
    background-color: #7c3f3f;
    color: #f2f2f2;
    padding-top: 7rem;
}

@media (max-width: 992px) {
    footer {
        padding-top: 1rem;
    }
}

.footer__qr {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

    .footer__qr img {
        width: 100px;
    }

footer .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    footer .icon-group a {
        padding: 6px;
        margin: 0 3px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        footer .icon-group a:hover {
            background-color: #fff;
            color: #7c3f3f;
        }

.slot-hover {
    height: 1.5rem;
    overflow: hidden;
}

    .slot-hover a {
        height: 1.6rem;
        padding: 0 1em;
    }

    .slot-hover span {
        position: relative;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .slot-hover a:hover span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
        font-weight: 900;
        display: inline-block;
        vertical-align: middle;
    }

    .slot-hover span:before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
    }

.footer-bottom {
    color: #ccc;
}

.btn-link {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #eef1f7;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ad3535;
    font-size: 17px;
    line-height: 1;
    z-index: 1;
}

    .btn-link:hover, .btn-link.active {
        text-decoration: none;
        opacity: 1;
        background-color: rgba(173, 53, 53, 0.6);
        color: #fff;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .btn-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.shopCart-btn {
    bottom: calc(3rem + 35px);
    right: 1.5rem;
    font-size: 16px;
    color: #e8e8e8;
    background-color: #ffb123;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 5;
}

    .shopCart-btn:hover {
        background-color: #ffb123;
        opacity: 1;
    }

.shopCart-btn__num {
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-color: tomato;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

/*麵包屑*/
.breadcrumb-area {
    padding: 1.5rem 0;
    border-bottom: 1px solid #d2d6dd;
}

.breadcrumb {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-color: transparent;
}

    .breadcrumb li {
        padding: 0 .5rem 0 0;
    }

    .breadcrumb a {
        text-decoration: none;
        color: inherit;
    }

        .breadcrumb a:hover,
        .breadcrumb li:last-child a {
            color: #ad3535;
        }

    .breadcrumb li + li {
        padding-left: 0;
    }

        .breadcrumb li + li:before {
            content: "›";
            margin-right: .5rem;
        }

.header-bg {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
}

.sidebar__list {
    padding: 0;
    margin-bottom: 30px;
}

    .sidebar__list .card {
        background-color: transparent;
        padding: 0;
        border: none;
    }

        .sidebar__list .card > a {
            -webkit-transition: all .3s;
            transition: all .3s;
            background-color: #eef1f7;
            padding: 1rem;
            border-radius: 5px;
        }

        .sidebar__list .card:hover > a, .sidebar__list .card.active > a {
            background-color: #9f2c2b;
            color: #fff;
            padding-left: 2rem;
        }

        .sidebar__list .card .dropdown-toggle:after {
            float: right;
            margin-top: 8px;
        }

    .sidebar__list .collapse a:hover {
        color: #ad3535;
    }

.dropdown-toggle::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

[aria-expanded="true"].dropdown-toggle::after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-top: 0;
    border-right: .3em solid transparent;
}

@media (max-width: 992px) {
    .sidebar__list .card > a {
        background-color: transparent;
        padding: .5rem .75rem;
    }
}

.article-card22 {
    -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .article-card22:hover {
        -webkit-box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.2);
    }

.article-card22___detail {
    padding: 0;
    color: #999;
}

/*頁碼*/
.pagination ul {
    padding: 0;
}

@media (max-width: 768px) {
    .pagination ul {
        white-space: nowrap;
        max-width: 200px;
        overflow-x: auto;
        padding: 0;
        padding: 8px 0;
    }
}

.pagination ul li {
    display: inline-block;
}

.pagination__num, .pagination__prev, .pagination__next {
    margin: 0 4px;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #ad3535;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

    .pagination__num:hover, .pagination__prev:hover, .pagination__next:hover, .pagination__num.active {
        color: #fff;
        text-decoration: none;
        background-color: #ad3535;
    }

.pagination__prev, .pagination__next {
    background-color: #f6f6f6;
    color: #ad3535;
    font-size: 17px;
    line-height: 35px;
    font-family: '微軟正黑體';
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.article-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-list__item img {
    max-width: 30px;
}

.member-card .card-header {
    border-radius: 100px;
    padding: 1.5rem;
    border: none;
    text-align: center;
    letter-spacing: 1rem;
    color: #ad3535;
}

.input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
}

    .input-box label {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-right: 1px solid #eee;
    }

    .input-box .form-control {
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem;
        height: 100%;
    }

        .input-box .form-control:focus {
            outline: none;
            -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        }

.btn-social {
    padding: 0;
    border: none;
    color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-social span {
        padding: .2rem 0.5rem;
    }

    .btn-social label {
        margin: 0;
        border-right: 1px solid #f4f4f4;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .btn-social:hover {
        color: #fff;
        -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
    }

/*checkbox自定義*/
label.checkbox-controller {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

    label.checkbox-controller input[type="checkbox"], label.checkbox-controller input[type="radio"] {
        position: absolute;
        left: -999em;
    }

        label.checkbox-controller input[type="checkbox"] + span:before, label.checkbox-controller input[type="radio"] + span:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            width: 1rem;
            height: 1rem;
            line-height: 1rem;
            margin: -4px 0 0 0;
            vertical-align: middle;
            border: 1px solid rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
            box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
            border-radius: 3px;
            background-color: #fff;
        }

        label.checkbox-controller input[type="checkbox"]:checked + span:before {
            content: "\f00c";
            color: #ad3535;
            border: 1px solid rgba(173, 53, 53, 0.3);
            -webkit-box-shadow: 0px 0px 3px #ad3535;
            box-shadow: 0px 0px 3px #ad3535;
        }

        label.checkbox-controller input[type="radio"] + span:before {
            border-radius: 100%;
            border: 1px solid rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
            box-shadow: inset 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
        }

        label.checkbox-controller input[type="radio"]:checked + span:before {
            content: "";
            background: #ad3535;
            border: 1px solid rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0 0 1px 2px white, 0px 0px 3px rgba(173, 53, 53, 0.5);
            box-shadow: inset 0 0 1px 2px white, 0px 0px 3px rgba(173, 53, 53, 0.5);
        }

.album-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .album-card:hover .album-card__title {
        color: #ad3535;
    }

.album-card__img {
    position: relative;
}

.album-card__img__note {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0.25rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.albumShadow {
    position: relative;
}

    .albumShadow:before, .albumShadow:after {
        content: " ";
        display: block;
        width: 97%;
        margin: 0 auto;
        height: 1px;
        background: #b1b1b1;
        margin-bottom: 2px;
    }

/*rwdtable*/
.table-bordered td, .table-bordered th {
    border: none;
}

.table td, .table th {
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
}

.table-rwd .product-img a, .table-rwd .check, .table-rwd .product-remove a {
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .table-rwd thead th {
        display: none;
    }

    .table-rwd {
        min-width: 100%;
    }

    tr.tr-only-hide {
        display: none !important;
    }

    .table-rwd tr {
        display: block;
        border: 1px solid #999;
        margin-top: 5px;
    }

    .card .table-rwd tr {
        border: none;
    }

    .table-rwd td {
        text-align: left;
        font-size: 15px;
        overflow: hidden;
        width: 100%;
        display: block;
    }

        .table-rwd td:before {
            content: attr(data-th) "";
            display: inline-block;
            text-transform: uppercase;
            font-weight: bold;
            margin-right: 10px;
        }

    .table-rwd.table-bordered td, .table-rwd.table-bordered th, .table-rwd.table-bordered {
        border: 0;
    }

    .table-rwd .product-name a, .table-rwd .product-price div, .table-rwd .product-subtotal div {
        float: right;
        text-align: right;
    }
}

.buy-table .product-img img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    padding: 4px;
}

.buy-blockquote {
    min-height: 116px;
    background-color: #eee;
}

@media (max-width: 768px) {
    .buy-table thead {
        display: none;
    }
}

@media (min-width: 768px) {
    .buy-table .product-quantity {
        width: 120px;
    }

    .buy-table .product-subtotal {
        width: 80px;
        overflow-x: auto;
    }
}

.product-details__input-quantity {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0;
}

    .product-details__input-quantity input {
        margin: 0;
        padding: 0;
        width: 30px;
        border: none;
        text-align: center;
        cursor: text;
        border-radius: 0;
    }

    .product-details__input-quantity button {
        padding: 0;
        border-radius: 2px;
        background: transparent;
        color: rgba(0, 0, 0, 0.8);
        width: 25px;
        height: 25px;
        line-height: 20px;
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        text-align: center;
    }

        .product-details__input-quantity button:last-child {
            border: none;
            border-left: 1px solid rgba(0, 0, 0, 0.09);
        }

@media (max-width: 768px) {
    .product-details__input-quantity input {
        width: 45px;
    }

    .product-details__input-quantity button {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*shop_page.html的數量按鈕*/
.product-details__quantity .product-details__input-quantity input {
    width: 45px;
}

.product-details__quantity .product-details__input-quantity button {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.order-detail-table tfoot {
    background-color: #eef1f7;
}

.tr-progress {
    position: relative;
}

.tr-progress__line {
    width: 2px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tr-progress__group li {
    margin-bottom: 1rem;
}

.tr-progress__item {
    position: relative;
    width: calc(100% - 16px);
}

    .tr-progress__item:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #eee;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: -16px;
    }

.tr-progress__group li:first-child .tr-progress__item:before {
    background-color: tomato;
}
/*# sourceMappingURL=style.css.map */

.align-items-center img {
    max-width: 100%;
}

.client-btn {
    bottom: calc(1.5rem + 48px * 2.5);
}

.btn-link.client-btn {
    display: none;
    font-family: '微軟正黑體';
    position: fixed;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #666;
    background-color: #fff;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #666;
    font-size: 17px;
    line-height: 1;
    z-index: 1;
}

.btn-link:hover, .btn-link.active {
    text-decoration: none;
    opacity: 1;
    background-color: rgba(102, 102, 102, 0.6);
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.bubble:after {
    z-index: 20;
    position: absolute;
    content: "";
    bottom: -40px;
    right: 2.25rem;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.client-card {
    height: 100%;
    bottom: calc(2rem + 48px * 3);
    max-height: 420px;
}

    .client-card .chat {
        max-height: 300px;
        overflow-y: auto;
    }

    .client-card .card-body {
        padding: 6px 1.25rem;
    }

    .client-card .form-group {
        margin-bottom: 6px;
    }

    .client-card input[type=text] {
        height: 30px;
    }

@media (max-width: 768px) {
    /*            .shopCart-card {
                opacity: 0;
                visibility: hidden;
            }*/

    .client-card {
        bottom: 0;
    }

        .client-card .chat {
            max-height: 200px;
            overflow-y: auto;
        }
}

.client-card {
    width: 400px;
    max-width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: calc(2rem + 54px * 3);
    max-height: 420px;
    z-index: 10;
    border: none;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
