* {
    transition: .2s ease-out;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 300;
    color: #231815;
    background-color: #ffffff;
    font-family: 微軟正黑體, sans-serif;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.pointer {
    cursor: pointer;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/* page-header */
header.page-header {
    margin: 0px 0px 0px;
    border: none;
}

header.page-header .navbar-top {
    background-color: #6750A4;
}

.top-menu i.icon {
    margin-right: 8px;
}

.top-menu>ul.nav>li>a {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    white-space: nowrap;
}

.top-menu>ul.nav>li>a,
.top-menu>ul.nav>li>a:focus,
.top-menu>ul.nav>li>a:hover {
    background: transparent;
}

.top-menu>ul.nav>li>a:focus,
.top-menu>ul.nav>li>a:hover {
    color: #ddd;
}

.top-menu>ul.nav>li>a .badge {
    margin-left: 5px;
    border-radius: 50px;
    background-color: #AF001E;
    color: #fff;
}

.top-menu .navbar-nav {
    margin: 0px;
}

.top-menu .dropdown-menu {
    position: fixed !important;
    top: inherit;
    left: inherit !important;
    overflow-y: auto;
    max-height: calc(100% - 50px);
}

.top-menu .dropdown-menu>li>a {
    text-align: left;
    color: #fff;
    padding: 10px 20px 10px 33px;
}

.top-menu>li>a:hover {
    background-color: #ccc;
}

.top-menu .navbar-right>li>div {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
}

#mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    transition: 0.5s;
}

#mobile-menu>.menu {
    position: relative;
    padding-top: 30px;
    width: 90%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #6750A4;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    z-index: 30;
    pointer-events: auto;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
}

#mobile-menu>.menu>.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

#mobile-menu>.menu ul.nav>li a {
    color: #fff;
    font-weight: normal;
    background-color: transparent;
}

#mobile-menu>.menu ul.nav>li.selected a,
#mobile-menu>.menu ul.nav>li a:hover,
#mobile-menu>.menu ul.nav>li a:focus {}

#mobile-menu>.menu ul.nav>.social-link {
    padding-left: 25px;
}

#mobile-menu>.menu ul.nav>.social-link a {
    display: inline-block;
}

#mobile-menu>.menu ul.nav>.social-link img {
    width: 30px;
    height: 30px;
}

#mobile-menu>.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 20;
}

#main-menu {
    display: none;
    padding: 0px 15px;
}

.search-control {
    background: #5c6d49;
    border: none;
    border-radius: 3px;
}

.search-control .form-control {
    background: transparent;
    color: #fff;
    border: none;
    padding: 2px 10px;
    margin-right: 5px;
    height: initial;
    outline: none;
    font-size: 16px;
}

.search-control .input-group-addon {
    background: transparent;
    border: none;
    padding: 0px 10px;
    height: initial;
}

@media (min-width: 768px) {
    .top-menu .dropdown-menu {
        border: 1px solid #ebddff;
        box-shadow: none;
    }

    .top-menu .dropdown-menu>li>a {
        color: #231815;
    }

    .top-menu .dropdown-menu>li>a:hover {
        background-color: #eee;
    }

    #main-menu {
        display: block;
    }

    #main-menu .navbar-right .search-control {
        width: 180px;
    }

    #main-menu .navbar-right>li>div {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #mobile-menu,
    .navbar-header {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #main-menu .navbar-right .search-control {
        width: 200px;
    }
}

.navbar-toggle {
    margin: 13px 0px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.top-logo-wrapper {
    text-align: center;
    padding: 100px 0px 35px;
}

.mobile-logo {
    padding: 10px 15px;
}

.mobile-search>div {
    margin: 17px 0px;
    cursor: pointer;
}

.mobile-search-control {
    display: none;
    padding: 10px 60px;
}

.mobile-search-control #mobileSearchKeyword {
    background: #5c6d49;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 6px 12px;
}

.mobile-search .item-cart {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}

.mobile-search .item-cart .badge {
    margin-left: 5px;
    border-radius: 50px;
    background-color: #AF001E;
    color: #fff;
    position: absolute;
    right: -13px;
    top: -5px;
}

header.page-header .main-navbar {
    text-align: center;
}

header.page-header .main-navbar>div {
    max-width: 600px;
}

header.page-header .main-navbar a {
    color: #000000;
}

.mobile-main-navbar {
    background: #f7f8f9;
    border: 1px solid #dee0df;
    text-align: center;
}

.mobile-main-navbar a {
    color: #1D1B20;
    padding: 14px 2px;
    display: block;
}

.mobile-main-navbar div.selected a {
    border-bottom: 2px solid #6750A4;
}

@media (min-width: 576px) {
    .mobile-search .item-cart {
        margin: 0 15px;
    }
}

/* 底部 */
footer.page-footer {
    background-color: #6750A4;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
}

footer.page-footer .footer-navbar a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

footer.page-footer .copyright {
    text-align: center;
    padding: 6px 0px;
    font-size: 12px;
}

footer.page-footer .copyright img {
    width: 30px;
    height: 30px;
    margin: 0px 10px;
    display: none;
}

@media (min-width: 768px) {
    footer.page-footer .copyright img {
        display: inline-block;
    }
}

/* 中間區塊 */
.main {
    padding: 30px 0px 30px 0px;
}

@media (min-width: 768px) {
    .main {
        padding: 30px 0px 80px 0px;
    }
}

/* 登入 */
.logo-wrapper {
    text-align: center;
    margin: 100px 0px;
}

.main.user-sign-in .forget-password a {
    color: #3E3A39;
}

@media (min-width: 992px) {
    .main.user-sign-in .panel-sign-in {
        padding-bottom: 200px;
    }

    .main.user-sign-in .panel-sign-in .row>div:first-child {
        border-right: 1px solid #DCDDDD;
    }

    .main.user-sign-in .panel-sign-in .row>div {
        padding: 0px 65px;
    }

    .main.user-sign-in .panel-sign-in .register a {
        margin-top: 70px;
    }
}

/* 註冊、忘記密碼 */
.main.user-password .panel-password,
.main.user-password .panel-sms,
.main.user-register .panel-register,
.main.user-register .panel-sms {
    max-width: 530px;
    margin: 0 auto;
}

.main.user-password .re-send a,
.main.user-register .re-send a {
    color: #3E3A39;
}


/* 精選文章 */
.main.news-view .article-news .picture {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .main.news-view .article-news .picture .panel-news .cover {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .main.news-view .article-news .picture .panel-news .cover {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .main.news-view .article-news .picture .panel-news .cover {
        height: 550px;
    }
}

/* 會員選單 */
ul.account-menu {
    list-style: none;
    margin-bottom: 40px;
    padding-left: 0px;
}

ul.account-menu li {
    border-bottom: 1px solid #727171;
    padding: 15px 30px;
}

ul.account-menu li:first-child {
    padding: 15px 15px;
    font-weight: bold;
}

ul.account-menu li:first-child,
ul.account-menu li:last-child {
    border-bottom: none;
}

ul.account-menu li i {
    margin-right: 20px;
}

ul.account-menu li a {
    color: #8149A0;
    text-decoration: none;
}

ul.account-menu li a:hover,
ul.account-menu li a:focus,
ul.account-menu li.active a {
    color: #A170BC;
}

.account-menu-navbar-header {
    background-color: #6750A4;
}

.account-menu-navbar-header button {
    margin: 9px;
}

.account-menu-navbar-header,
.account-menu-navbar-header button {
    display: block;
}

@media (min-width: 992px) {
    #account-menu-navbar-collapse {
        display: block;
    }

    .account-menu-navbar-header {
        display: none;
    }
}

@media (min-width: 1200px) {
    ul.account-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* 個人資訊 */
.account-content {
    border: 1px solid #A170BC;
    padding: 15px 30px;
}

.account-content form.form-horizontal label.control-label {
    color: #565656;
    text-align: left;
    font-weight: 300;
}

.account-content form.form-horizontal label.radio-inline,
.account-content form.form-horizontal label.checkbox-inline {
    color: #1D1B20;
    font-weight: 300;
}

@media (min-width: 768px) {
    .account-content {
        padding: 30px 60px;
    }

    .account-content form.form-horizontal {
        width: 540px;
        margin: 0 auto;
    }

    .account-content button.btn {
        width: 400px;
        margin: 0 auto;
    }
}

/* 訂單管理 */
.order-content {
    border: 1px solid #A170BC;
    background: #efebf4;
}

.order-content .list {
    overflow-x: auto;
    margin-bottom: 15px;
}

.order-content .list:last-child {
    margin-bottom: 0px;
}

.order-content .list>.info {
    background: #fff;
}

.order-content .list>.order-meta>.row,
.order-content .list>.order-delivery>.row,
.order-content .list>.order-payment>.row {
    font-size: 14px;
    margin-bottom: 10px;
}

.order-content .list>.order-meta>.title,
.order-content .list>.order-delivery>.title,
.order-content .list>.order-payment>.title {
    font-size: 16px;
    margin-bottom: 15px;
}

.order-content .list>.order-meta {
    color: #727171;
}

.order-content .no-item {
    padding: 150px 15px;
    background: #fff;
    text-align: center;
}

.order-content .no-item>p {
    font-size: 14px;
    margin-top: 40px;
}

.order-content .buy-item {
    min-width: 420px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
}

.order-content .buy-item:last-child {
    margin-bottom: 0px;
}


.order-content .buy-item .status span {
    color: #A170BC;
}

.order-content .buy-item .status a,
.order-content .buy-item .status span {
    font-size: 14px;
    margin-left: 5px;
}

.order-content .buy-item hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-content .buy-item>.item {
    padding: 10px;
}

.order-content .buy-item>.item .picture {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.order-content .buy-item>.item .name,
.order-content .buy-item>.item .id-number {
    font-size: 16px;
    color: #000000;
    padding: 5px 20px;
}

.order-content .buy-item>.item .size {
    font-size: 14px;
    color: #000000;
    padding: 5px 20px;
}

.order-content .buy-item>.item .price {
    font-size: 14px;
    color: #000000;
    padding: 5px 20px;
}

.order-content .buy-item>.total {
    font-size: 14px;
    color: #000000;
}

.order-content .buy-item>.total .btn {
    font-size: 14px;
}

.order-content .buy-item>.total .price {
    color: #E60012;
    font-weight: bold;
}

.order-content .list>.info,
.order-content .buy-item {
    padding: 15px 15px;
}

@media (min-width: 768px) {

    .order-content .list>.info,
    .order-content .buy-item {
        padding: 15px 35px;
    }
}

/* 購物車 */
.checkout-payment .step {
    margin-bottom: 40px;
}

.checkout-payment .step>.row {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.checkout-payment .step>.row>div {
    position: relative;
}

.checkout-payment .step>.row>div:after {
    content: '';
    display: inline-block;
    background-color: #A170BC;
    position: absolute;
    top: 30px;
    right: -20%;
    height: 2px;
    width: 40%;
}

.checkout-payment .step>.row>div:last-child:after {
    display: none;
}

.checkout-payment .step>.row>div p {
    padding: 10px 0px;
}

.checkout-payment .step>.row>div.active p {
    color: #A170BC;
}

.checkout-payment .panels {
    border: 1px solid #ebddff;
    background-color: #efebf4;
}

.checkout-payment .panels>div {
    display: none;
}

.checkout-payment .panels>div.active {
    display: block;
}

.checkout-payment .panels>div>.title {
    padding: 10px;
    text-align: center;
    color: #231815;
}

.checkout-payment .panels>div>.wrapper {
    background-color: #fff;
}

.checkout-payment .panels>div>.wrapper>.content {
    padding: 15px;
    max-width: 820px;
    margin: 0 auto;
}

.checkout-payment .panels>div>.wrapper>.content.info>div {
    margin-bottom: 20px;
}

.checkout-payment .panels>div>.wrapper>.content.info>div>div:first-child {
    font-weight: 400;
    padding: 0px 30px;
}

.checkout-payment .panels>div>.wrapper>.content.info>div>div:last-child a {
    word-break: break-all;
}

.checkout-payment .panels .panel-checkout .panel-cart {
    border: none !important;
    background-color: #fff !important;
}

.checkout-payment .panels .panel-checkout .panel-cart hr {
    margin: 0px 15px;
}

.checkout-payment .panels .panel-checkout .panel-cart .buy-item,
.checkout-payment .panels .panel-checkout .panel-cart .total {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .checkout-payment .panels .panel-checkout .panel-cart hr {
        margin: 0px 60px;
    }
}

/* 訂單選單 */
ul.order-menu {
    border: 1px solid #A170BC;
    margin-bottom: 15px;
}

ul.order-menu>li,
ul.order-menu>li>a,
ul.order-menu>li>a:hover,
ul.order-menu>li>a:focus,
ul.order-menu>li.active>a {
    border: none;
    margin: 0px;
}

ul.order-menu>li>a:hover,
ul.order-menu>li>a:focus,
ul.order-menu>li.active>a,
ul.order-menu>li.active>a:hover,
ul.order-menu>li.active>a:focus {
    border: none;
    background: #ebddff;
    color: #FFFFFF;
}

ul.order-menu>li {
    width: 25%;
}

ul.order-menu>li>a {
    text-align: center;
    padding: 16px;
    color: #6750A4;
}

ul.order-menu>li>a>i {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    ul.order-menu>li>a>i {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0px;
    }
}

/* 購物車面板 */
.panel-cart {
    font-size: 14px;
    background-color: #efebf4 !important;
    border: 1px solid #ebddff !important;
}

.panel-cart .scroll {
    overflow-x: auto;
}

.panel-cart .buy-item>.control {
    text-align: right;
}

.panel-cart .buy-item>.control>a {
    color: #B5B5B6;
    margin-left: 10px;
}

.panel-cart hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-cart .buy-item,
.panel-cart .total {
    padding: 15px;
}

.panel-cart .buy-item {
    background-color: #fff;
    margin-bottom: 20px;
}

.panel-cart .buy-item:last-child {
    margin-bottom: 0px;
}

.panel-cart .buy-item>.item .picture {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
}

.panel-cart .buy-item>.item .name,
.panel-cart .buy-item>.item .id-number,
.panel-cart .buy-item>.item .size {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 13px;
}

.panel-cart .buy-item>.item .name,
.panel-cart .buy-item>.item .price {
    font-size: 17px;
}

.panel-cart .buy-item>.item .id-number {
    font-size: 15px;
}

.panel-cart .buy-item>.item .size {
    font-size: 15px;
    color: #727171;
}

.panel-cart .buy-item>.item .count-control {
    color: #727171;
    font-size: 17px;
}

.panel-cart .buy-item>.item .count-control>div {
    padding: 0px;
    text-align: center;
}

.panel-cart .buy-item>.item .price {
    color: #AF001E;
    display: block;
    text-align: right;
}

.panel-cart .total {
    margin-bottom: 20px
}

.panel-cart .total .note {
    color: #000000;
}

.panel-cart .total .total-price {
    font-size: 16px;
    color: #AF001E;
    display: block;
    text-align: right;
}

.panel-cart .checkout {
    padding: 15px;
    background-color: #fff;
}

.panel-cart.dropdown-menu {
    font-size: 12px;
    min-width: 400px;
}

.panel-cart.dropdown-menu .buy-item-wrapper {
    min-width: 360px;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

.panel-cart.dropdown-menu hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-cart.dropdown-menu .buy-item {
    padding: 15px;
}

.panel-cart.dropdown-menu .buy-item>.item a,
.panel-cart.dropdown-menu .buy-item>.item .picture {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.panel-cart.dropdown-menu .buy-item>.item .name,
.panel-cart.dropdown-menu .buy-item>.item .price,
.panel-cart.dropdown-menu .total .total-price {
    font-size: 14px;
}

.panel-cart.dropdown-menu .total {
    padding: 20px 15px 0px;
    color: #000000;
}

.panel-cart.dropdown-menu .buy-item>.item .name,
.panel-cart.dropdown-menu .buy-item>.item .id-number,
.panel-cart.dropdown-menu .buy-item>.item .size {
    margin-bottom: 0px;
}

.panel-cart.dropdown-menu .buy-item>.item .count-control {
    font-size: 12px;
}

@media (min-width: 768px) {

    .panel-cart .buy-item,
    .panel-cart .total {
        padding: 25px 60px;
    }

    .panel-cart.dropdown-menu {
        position: absolute;
        left: 0;
        z-index: 10;
    }
}

/* 精選文章 */
.panel-news-list .panel-news {
    margin-bottom: 25px;
}

.panel-news .cover {
    width: 100%;
    height: 317px;
    border-top: 6px solid #6A2F8B;
    border-bottom: 6px solid #6A2F8B;
}

.panel-news .info {
    border: 1px solid #DCDDDD;
    padding: 10px 20px;
    position: relative;
}

.panel-news .info>div {
    padding: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-news .info .title a {
    font-size: 18px;
    color: #000000;
}

.panel-news .info .release {
    text-align: right;
    font-size: 14px;
    color: #3D3C3B;
}

.panel-news .info:before {
    content: '';
    display: block;
    width: 60px;
    height: 30px;
    position: absolute;
    text-align: center;
    bottom: -1px;
    left: 45%;
    border-radius: 60px 60px 0 0;
    border: 1px solid #DCDDDD;
    background: #fff;
    border-bottom: none;
    z-index: 10;
}

/* 產品面板 */
.panel-product {
    border: 1px solid #eee;
    margin-bottom: 25px;
    max-width: 100%;
    width: 280px;
    margin: 0 auto 25px;
}

.panel-product .cover {
    max-width: 100%;
    width: 280px;
    height: 190px;
}

.panel-product .info {
    position: relative;
    height: 92px;
    padding: 15px 20px;
}

.panel-product .info .desc {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 50px;
}

.panel-product .info .favourite {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
}

.panel-product .info .favourite .num {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 30px;
}

.panel-product .info .name a {
    color: #000000;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.panel-product .info .price {
    color: #AF001E;
    font-size: 16px;
}
@media (max-width: 575px) {
    .picture-relational .panel-product .cover {
        height: 278px;
    }
}



@media (min-width: 576px) {
    .panel-product {
        width: 338px;
    }

    .panel-product .cover {
        width: 338px;
        height: 338px;
    }
}

@media (min-width: 768px) {
    .panel-product .info .name a {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    .panel-product {
        width: 210px;
        height: 311px;
    }

    .panel-product .cover {
        width: 210px;
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .panel-product {
        width: 280px;
        height: 384px;
    }

    .panel-product .cover {
        width: 280px;
        height: 280px;
    }
}

/* 產品面板 2 */
.panel-product-2 {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.panel-product-2 .cover {
    max-width: 100%;
    width: 120px;
    height: 120px;
}

.panel-product-2 .clearfix {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.panel-product-2 .clearfix>div {
    display: inline-block;
    vertical-align: top;
}

.panel-product-2 .clearfix>div:nth-child(1),
.panel-product-2 .clearfix>div:nth-child(3) {
    padding: 6px;
}

.panel-product-2 .clearfix>div:nth-child(1)>span {
    display: block;
    text-align: center;
    color: #E60012;
    margin: 10px auto;
    height: 22px;
}

.panel-product-2 .clearfix>div:nth-child(3) .name a {
    color: #000000;
    font-size: 16px;
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-product-2 .clearfix>div:nth-child(3) .price {
    color: #AF001E;
    font-size: 16px;
}

@media (min-width: 576px) {
    .panel-product-2 .cover {
        width: 180px;
        height: 180px;
    }

    .panel-product-2 .clearfix>div:nth-child(1),
    .panel-product-2 .clearfix>div:nth-child(3) {
        padding: 28px;
    }

    .panel-product-2 .clearfix>div:nth-child(3) .name a {
        font-size: 18px;
    }

    .panel-product-2 .clearfix>div:nth-child(3) .price {
        font-size: 18px;
    }
}

/* 產品頁面 */
.product-view .product-hr {
    background-color: #efebf4;
    height: 25px;
    margin: 35px auto;
    border: none;
}

.product-view .title {
    color: #A170BC;
    margin-bottom: 25px;
    font-weight: 400;
}

.product-view .content {
    line-height: 26px;
}

.product-view .panel-shopping .name,
.product-view .panel-shopping .number,
.product-view .panel-shopping .price,
.product-view .panel-shopping .favourite {
    margin: 20px 0px;
}

.product-view .panel-shopping .name {
    color: #070707;
    font-size: 20px;
    font-weight: bold;
}

.product-view .panel-shopping .number {
    color: #070707;
    font-size: 16px;
}

.product-view .panel-shopping .price {
    color: #E60012;
    font-size: 25px;
    font-weight: bold;
}

.product-view .panel-shopping .style,
.product-view .panel-shopping .size,
.product-view .panel-shopping .quantity {
    margin-bottom: 25px;
}

.product-view .panel-shopping .style .btn-style,
.product-view .panel-shopping .size .btn-style {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-view .panel-shopping hr {
    background-color: #6750A4;
    height: 1px;
    border: none;
}

.product-view .picture-relational.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

/* 我的最愛 */
.favourite {
    text-align: right;
}

.favourite .wrap {
    text-align: center;
    display: inline-block;
}

.favourite i {
    color: #E60012;
    font-size: 24px;
    cursor: pointer;
}

.favourite .num {
    font-size: 18px;
}

/* 下方客服按鈕 */
.customer-service-container {
    position: fixed;
    right: 30px;
    bottom: 200px;
}

.customer-service-container .customer-service {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 9990;
    background-color: #6750A4;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.customer-service-container .customer-service img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* 按鈕 */
.btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

.btn-radius {
    border-radius: 100px !important;
}

.btn-primary {
    border: none;
    background-color: #A170BC;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #8149A0;
    color: #fff;
}

.btn-main {
    background-color: #ebddff;
    color: #fff;
    border-radius: 6px;
}

.btn-main:focus,
.btn-main:hover {
    background-color: #d0bcff;
    color: #fff;
}

.btn-secondary {
    border: 1px solid #6750A4;
    background-color: #fff;
    color: #6750A4;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #6750A4;
    color: #fff;
}

.btn-third {
    background-color: #A170BC;
    color: #fff;
    border-radius: 6px;
}

.btn-third:focus,
.btn-third:hover {
    background-color: #8149A0;
    color: #fff;
}

.btn-fourth,
.btn-fourth:focus,
.btn-fourth:hover {
    background-color: #A170BC;
    color: #fff;
    border-radius: 50px;
    padding: 4px 10px;
    font-weight: 300;
}

.btn-fifth {
    background-color: #fff;
    color: #1D1B20;
    border: 1px solid #B5B5B6;
    border-radius: 50px;
    padding: 4px 10px;
    font-weight: 300;
}

.btn-fifth:focus,
.btn-fifth:hover {
    background-color: #A170BC;
    color: #fff;
}

.btn-style {
    outline: none;
    font-size: 15px;
    border: 2px solid #cbcbcd;
    background-color: #fff;
    min-width: 100px;
}

.btn-style.selected,
.btn-style:focus,
.btn-style:hover {
    outline: none;
    border: 2px solid #1D1B20;
}





/* 封面 */
.cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 網頁標題 */
.page-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.page-title {
    min-width: 200px;
    margin: 0 auto;
    display: inline-block;
    background-color: #efebf4;
    border: 2px solid #DCDDDD;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #6750A4;
}

/* 文章 */
.article .content {
    line-height: 28px;
    margin-bottom: 50px;
    color: #000000;
}

.article .content img {
    max-width: 100%;
    height: initial;
}

/* 分頁控制項 */
.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper .pagination>li>a,
.pagination>li>span {
    border: none;
    color: #1D1B20;
    font-weight: 400;
    margin: 0px 2px;
}

.pagination-wrapper .pagination>li>a:hover,
.pagination-wrapper .pagination>li>a:focus,
.pagination-wrapper .pagination>li.active>a {
    color: #fff;
    background-color: #6750A4;
}

.pagination-wrapper .pagination>li.disabled>a:hover,
.pagination-wrapper .pagination>li.disabled>a:focus,
.pagination-wrapper .pagination>li.disabled>a {
    color: #aaa;
    background-color: transparent;
}

.pagination-wrapper .pagination>li:first-child>span {
    background-color: transparent;
    color: #aaa;
}

/* text-align */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

/* fix */
a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    font-weight: 400;
}

textarea.form-control,
input.form-control {
    color: #1D1B20;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ebddff;
    height: initial;
    background: transparent;
    box-shadow: none !important;
}

textarea.form-control:focus,
input.form-control:focus {
    outline: none;
    -webkit-appearance: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    z-index: 10;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}