@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap');

body {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    font-size: 16.5px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

.d-flex-center {
    display: flex;
    align-items: center;
}


/*清除*/

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #ced4da !important;
}


/*網頁選取顏色*/

::selection {
    background-color: #999;
    color: #fff;
}

::-moz-selection {
    background-color: #999;
    color: #fff;
}


/*--------------------------------------------------------------
通用
--------------------------------------------------------------*/


/* 整個捲軸 */

::-webkit-scrollbar {
    width: 8px;
}


/* 捲軸的軌道 */

::-webkit-scrollbar-track {
    background: #999;
}


/*捲軸尚未滑到的軌道*/

::-webkit-scrollbar-track-piece {
    background: #999;
}


/* 滑動的區塊 */

::-webkit-scrollbar-thumb {
    background: #ccc;
}


/* 滑鼠移到滑動的區塊上 */

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


/*網頁選取顏色*/

::selection {
    background-color: #819FCB;
    color: #fff;
}

::-moz-selection {
    background-color: #819FCB;
    color: #fff;
}


/*版面*/

@media (min-width: 1200px) {
    .new-container {
        max-width: 1600px;
    }

    .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
    }
}

.page {
    padding: 80px 0 100px;
}


.page-small {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*麵包屑*/

.breadcrumb {
    position: relative;
    padding: 50px 15px;
    color: #fff;
    z-index: 1;
    background: url(../images/breadcrumb.jpg) center center;
    text-align: center;
    margin: 65px 0 0;
    font-size: 16px;
}

.breadcrumb:before {
    content: "";
    background: rgba(51, 95, 167, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.breadcrumb a {
    margin: 0 5px;
}

.breadcrumb a.active {
    color: #FCF042;
}

.breadcrumb .breadcrumb-title {
    margin: auto;
}


/*按鈕*/

.btn {
    font-size: 17px;
}

.btn:hover {
    opacity: 0.9;
}

.btn-purple,
.btn-purple:hover {
    background-color: #819FCB;
    color: #fff;
}

.btn-yellow,
.btn-yellow:hover {
    background-color: #FFCC00;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-purple-border,
.btn-purple-border:hover {
    border: 1px solid #819FCB;
    background-color: #fff;
    color: #819FCB;
}

.btn-black-border,
.btn-black-border:hover {
    border: 1px solid #666;
    color: #666;
}

.btn-gray,
.btn-gray:hover {
    background-color: #999;
    color: #fff;
}

.btn-border,
.btn-border:hover {
    border: 1px solid #ccc;
    color: #999;
}

.red {
    color: #EE3B54;
}

.green {
    color: #4ccc4e;
}

/*通用視窗*/
.modal-footer {
    flex-wrap: nowrap;
}

/*圖片視窗*/
.modal-img .modal-header {
    color: #53698C;
}

/*提示*/
.error {
    font-size: 16px !important;
    color: #ff471c !important;
    font-weight: 400 !important;
    margin: 0;
}


/*placeholder*/

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control,
.form-control:focus {
    color: #444;
}


/*加入收藏/購物車*/

.modal-add {
    text-align: center;
}

.modal-add .modal-header {
    border: 0;
}

.modal-add .modal-body {
    padding-top: 0;
}

.modal-add ion-icon {
    font-size: 50px;
    color: #819FCB;
    margin: auto;
    display: block;
}

.modal-add .heart ion-icon {
    color: #f38585;
}

.modal-add p {
    font-size: 19px;
}

.capatcha-box {
    text-align: center;
    margin: auto;
    display: block;
}

/*視窗/電子報*/
.modal-email input.form-control {
    max-width: 300px;
    margin: auto;
}

.modal-email .capatcha-box .g-recaptcha div {
    margin: auto;
}

.modal-email .btn {
    min-width: 300px;
    margin: 10px auto 30px auto;
}

/*--------------------------------------------------------------
# back-top
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background-color: #FFCC00;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
}

.back-to-top:hover {
    color: #fff;
    opacity: 0.8;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header {
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*logo*/

.header .logo img {
    padding: 5px 0;
    width: 110px;
}


/*nav*/

.header .menu ul,
.header .menu {
    display: flex;
    align-items: center;
    margin: 0;
}


/*icon*/

.header .main-icon li a,
.header .main-icon li button {
    font-size: 23px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.header .main-icon li {
    border-left: 1px solid #ccc;
}

.header .main-icon li:first-child {
    border-left: 0;
}

.header .cart-quantity {
    /*position: absolute;
	right: 4px;*/
    background-color: #FFC107;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    font-weight: bold;
}


/*下拉*/

.main-nav .drop-down ul {
    display: flex;
    flex-direction: column;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
}

.main-nav a {
    display: block;
    position: relative;
    padding: 20px 15px;
    transition: 0.3s;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.main-nav a:hover {
    color: #819FCB;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 0.95;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative; /*此為第二選單置頂*/
}

.main-nav .drop-down ul a {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
}

.main-nav .drop-down ul li:last-child a {
    border-bottom: 1px solid #ddd;
}

.main-nav .drop-down>a ion-icon {
    padding-left: 5px;
    font-size: 12px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down li>a ion-icon {
    position: absolute;
    right: 10px;
}


/* Mobile Navigation */


/*關閉按鈕*/

.mobile-close,
.mobile-close:hover {
    color: #fff;
    position: fixed;
    right: 0;
    font-size: 40px;
    top: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19, 39, 57, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #819FCB;
    text-decoration: none;
}


/*
.mobile-nav .drop-down>a i:before {
	content: "\f123";
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
/**點選下拉變換**/


/*
.mobile-nav .active.drop-down>a i:before {

	content: "\f126";
}
*/

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}


/*
.mobile-nav-toggle {
	
	position: fixed;
	right: 18px;
	top: 10px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
*/

.mobile-nav-toggle i {
    color: #004289;
    font-size: 35px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}


/*
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav-active .mobile-nav-toggle .close-round:before {
	content: "\f129";
}
*/


/*******搜尋*******/

.modal-search {
    background-color: rgba(30, 38, 51, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.modal-search button.close {
    font-size: 65px;
    color: #fff;
    opacity: 1;
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 999;
}

.modal-search .search-group {
    display: flex;
    width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 10%;
    margin: auto;
    align-items: center;
}

.modal-search .search-group input {
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: initial;
    border-radius: 0;
    font-size: 30px;
    color: #fff;
}

.modal-search .search-group button {
    color: #fff;
    font-size: 30px;
}

/*--------------------------------------------------------------
產品項目
--------------------------------------------------------------*/

.product .product-img {
    position: relative;
}

.product .product-img img {
    border-radius: 5px;
    transition: all .5s ease;
}

.product .product-img {
    overflow: hidden;
    transition: all .5s ease;
}

.product .product-img:hover img {
    transform: scale(1.1);
}


/*購物車/收藏*/

.product {
    margin-bottom: 65px;
    display: block;
}

.product .product-img .link {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}

.product .product-img .link button {
    padding: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    border-radius: 100%;
    color: #53698C;
    display: inline-block;
    margin-left: 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}


/*標記*/

.product .product-img .mark {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 10px;
    background: initial;
}

.product .product-img .mark .mark-hot,
.product .product-img .mark .mark-new {
    margin-right: 10px;
    display: inline-block;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 1px 20px;
    border-radius: 50px;
    font-size: 13px;
}

.product .product-img .mark .mark-hot {
    background-color: #FFCC00;
}

.product .product-img .mark .mark-new {
    background-color: #819FCB;
}


/*產品文字*/

.product .product-text .text {
    margin-top: 10px;
    line-height: 22px;
}

.product .product-text .price {
    font-family: 'Century Gothic', 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    font-size: 30px;
    color: #ff471c;
    font-weight: bold;
}

.product .product-text del {
    font-size: 18px;
    color: #999;
    font-weight: 300;
    margin-left: 5px;
}


/*--------------------------------------------------------------
index
--------------------------------------------------------------*/


/*******banner*******/

.banner {
    margin-top: 65px;
}


/*******首頁標題*******/

.index-title {
    text-align: center;
    margin-bottom: 50px;
}

.index-title h3 {
    color: #53698C;
}

.index-title p {
    margin: 0;
    color: #999;
}


/*pro-item*/

.pro-item {
    background-color: #F0F0F0;
    padding-bottom: 70px;
}

.pro-item .pro-item-box {
    flex-wrap: wrap;
    justify-content: center;
}

.pro-item .pro-item-box .item {
    width: calc(12.5% - 30px);
    padding: 25px 0;
    background-color: #fff;
    margin: 0 15px 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.pro-item .pro-item-box .item:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.pro-item .pro-item-box .item img {
    width: 60px;
    margin: auto;
}

.pro-item .pro-item-box .item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}


/*
.pro-item .item-box::after {
	content: "";
	display: block;
	clear: both;
}

.pro-item .item-box .item {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}

.pro-item .item-box .item img{
	max-width: 165px;
	margin: 0 auto 20px auto;
}
*/


/*******hot-item*******/

.hot-item {
    padding-top: 70px;
}

.hot-item .product {
    margin-bottom: 30px;
}



/*******首頁的產品項目文字 只顯示一行*******/

.hot-item .product .product-text .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}


/*******style*******/

.style {
    padding-bottom: 160px;
}

.owl-style {
    text-align: center;
}

.owl-style .style-img {
    position: relative;
    display: block;
}

.owl-style .style-img:hover:after {
    opacity: 1;
    visibility: visible;
}

.owl-style .style-img:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(130, 150, 180, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.owl-style .style-img .text {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 3;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: .3s all ease;
}

.owl-style .style-img:hover .text {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}

.owl-style .style-img .text img {
    max-width: 180px;
    margin: auto;
    margin-bottom: 10px;
}

.style-text {
    margin-top: 20px;
    font-size: 23px;
}


/*點點*/

.owl-dots {
    display: block;
    text-align: center;
}

.owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ccc;
}

.owl-dot.active span {
    background-color: #49b0c1;
}


/*左右按鈕*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -35px;
    bottom: 0;
    margin: auto;
    color: #333;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.owl-carousel .owl-nav button.owl-next {
    right: -17px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -17px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .owl-portfolio {
        padding: 20px 30px;
    }
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

.footer {
    background: #333;
    color: #eee;
    position: relative;
}


/*電子報*/

.footer .newsletter {
    background-color: #819FCB;
    position: absolute;
    left: 70px;
    right: 70px;
    width: calc(100% - 140px);
    top: -35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 15px 10px;
}

.footer .newsletter img {
    width: 45px;
    margin-right: 10px;
}

.footer .newsletter .text {
    font-size: 22px;
    margin-right: 20px;
}

.footer .newsletter input {
    border-radius: 0;
    border: 0;
    min-width: 400px;
}

.footer .newsletter .btn-newsletter {
    color: #fff;
    background-color: #525C6A;
    border: 0;
    border-radius: 0;
    width: 85px;
}


/*footer*/

.footer .footer-info .d-flex {
    justify-content: space-between;
    align-items: center;
}

.footer .footer-info {
    background: #ECF0F4;
    padding: 80px 60px 0 60px;
    color: #666;
    justify-content: space-between;
    font-size: 18px;
}

.footer .footer-info .footer-logo img {
    width: 200px;
}

.footer .footer-info h4 {
    font-size: 25px;
    color: #333;
    padding-bottom: 10px;
}

.footer .footer-info .footer-links ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.footer .footer-info .footer-links ul li {
    padding: 3px 0;
    margin-right: 15px;
}

.footer .footer-contact {
    color: #333;
}

.footer .footer-contact img {
    width: 30px;
    margin-right: 10px;
    display: inline-block
}

.footer .footer-contact ul li {
    margin-bottom: 10px;
}

.footer .footer-contact ul li:first-child {
    font-size: 30px;
}

/*qrcode*/
.footer .footer-qrcode li {
    background-color: #fff;
    margin: 0 10px;
    width: 130px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.footer .footer-qrcode li p {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.footer .footer-qrcode li img {
    margin: auto;
}

/*條款*/

.footer .footer-info .privacy {
    border-top: 1px solid #ccc;
    text-align: center;
    color: #666;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 20px;
}


/*copyright*/

.footer .copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #ddd;
}


/*--------------------------------------------------------------
浮動選單
--------------------------------------------------------------*/

.right-menu {
    position: fixed;
    right: 0;
    color: #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
    height: 170px;
    z-index: 5;
    width: 40px;
}

.right-menu ul {
    background-color: #FFCC00;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.right-menu ul li a {
    padding: 10px 5px;
    border-bottom: 2px solid #fff;
    display: block;
}

.right-menu ul li:last-child a {
    border-bottom: 0;
}

.right-menu ul li span {
    writing-mode: vertical-lr;
    text-orientation: upright;
    display: flex;
    margin: auto;
    font-size: 21px;
}

.right-menu .line-box {
    background-color: #39C12A;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 10px;
    height: 40px;
    display: block;
}

.right-menu .line-box img {
    width: 25px;
    margin: auto;
    padding-top: 7.5px;
}

/*--------------------------------------------------------------
篩選視窗
--------------------------------------------------------------*/


/*背景*/

.filter-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all 500ms ease;
    opacity: 0;
}

.filter-box.position {
    transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
}


/*白色區塊*/

.filter-box .box {
    position: absolute;
    height: 100%;
    right: -20%;
    width: 20%;
    background-color: #fff;
    overflow: auto;
    transition: all 500ms ease;
}

.filter-box.position .box {
    right: 0;
}


/*關閉*/

.filter-box .box .close {
    position: absolute;
    left: 10px;
    top: 1px;
    font-size: 35px;
    cursor: pointer;
}


/*最上方標題*/

.filter-box .box .filter-title {
    text-align: center;
    padding: 5px 0;
    color: #53698C;
    font-size: 20px;
    background: #ECF0F4;
}


/*項目*/

.filter-box .box .item {
    padding: 10px 40px;
}

.filter-box .box .item .item-title {
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
    width: 100%;
    display: block;
    color: #333 !important;
    font-size: 18px;
    font-weight: 500
}

.filter-box .box .item .collapse-box {
    padding: 0 5px;
}


/*篩選條件-價位*/

.range-slider {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.range-slider input.form-control {
    border: 1px solid #999;
}

.range-slider span {
    font-size: 19px;
}


/**篩選條件-摺疊**/


/*勾選*/

input[type=checkbox],
input[type=radio] {
    zoom: 1.5;
}

.form-check-input {
    margin-top: 0.15rem;
    margin-right: 5px;
}

.form-check {
    padding-left: 25px;
    display: flex;
}

.form-check input,
.form-check label {
    cursor: pointer;
    position: initial;
}


/*摺疊*/

body.overflow {
    overflow: hidden;
}

.filter-list {
    font-size: 17px;
    color: #666;
}

.filter-list .item-title {
    position: relative;
}

.filter-list .item-title ion-icon {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 3px;
}

.filter-list ul {
    margin: 10px 0 0 0;
}

.filter-list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.filter-list ul li:last-child {
    margin: 0;
    border-bottom: 0;
}


/*依顏色*/

.filter-color li {
    position: relative;
    /*padding-left: 25px;*/
}

.filter-color li.active {}

.filter-color li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 1px solid #ccc;
    top: 5px;
    right: 0;
}


/*--------------------------------------------------------------
product
--------------------------------------------------------------*/

/*導覽*/

/*
.pro-link {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
}

.pro-link a {
	margin: 0 5px;
}
*/
/*促銷活動分類*/
.product-sale-tag {
    padding-top: 10px;
}

.product-sale-tag ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -30px;
}

.product-sale-tag li {
    color: #EE3B54;
    padding: 5px 15px;
    margin: 0 10px 5px 0;
    cursor: pointer;
    background-color: #fdebee;
    border-radius: 5px;
    font-size: 15px;
}

.product-sale-tag li:first-child {
    background-color: inherit;
    color: #444;
    cursor: inherit;
    border: 0;
    margin: 0;
}

/*找無資料*/

.no-data {
    padding: 50px 0;
}


/*篩選/排序*/

.product-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-top span {
    width: 80px;
}


/*頁數*/

.page-number {
    margin-top: 30px;
    text-align: center;
}

.page-number .btn {
    font-size: 17px;
    line-height: 14px;
    color: #333;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0;
    border: 0;
    margin: 0 5px;
}

.page-number img {
    width: 15px;
    height: 15px;
    margin: auto;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #819FCB;
    border-color: #819FCB;
}

.btn.disabled,
.btn:disabled,
.btn.disabled:hover,
.btn:disabled:hover {
    opacity: .3;
    cursor: context-menu;
}


/*--------------------------------------------------------------
product-info
--------------------------------------------------------------*/
/*商品圖*/
.product-info .fotorama {
    padding: 0 40px;
}

/* 
.product-info .pro-right {
	padding-left: 10%;
} */

/*標題*/

.pro-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
}

/*評價*/

.pro-evaluation {
    display: block;
    margin-bottom: 15px;
}

.pro-evaluation ion-icon {
    color: #FEC62B;
    font-size: 19px;
}

.pro-evaluation .evaluation-link {
    color: #819FCB;
    margin-left: 10px;
    text-decoration: underline;
}


/*說明*/

.pro-text {
    font-size: 17px;
    color: #555;
    line-height: 25px;
    margin: 20px 0 20px 0;
}


/*顏色*/

.pro-color {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.pro-color lable {
    margin-right: 10px;
    width: 40px;
}

.pro-color select {
    cursor: pointer;
    width: calc(100% - 50px);
    height: 45px;
    width: 200px;
}


/*數量 input*/

.pro-options {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 45px;
}

.pro-options lable {
    margin-right: 10px;
    width: 40px;
}

.quantity-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 20px;
    width: 200px;
    background-color: #fff;
}

.quantity-input .form-control {
    width: calc(100% - 100px);
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    padding: 20px;
    text-align: center;
    background-color: initial;
}

.quantity-input span {
    cursor: pointer;
    padding-top: 5px;
    width: 50px;
    text-align: center;
}

/*產品小圖*/
.pro-color-img {
    cursor:pointer;
    width: 50px;
    margin: 0 0 0 20px;
}

/*無庫存備註 產品型號*/

.no-stock,
.pro-number {
    margin-left: 50px;
    font-size: 15px;
    color: #999;
}

/*促銷活動標*/
.sale-tag {
    display: flex;
    flex-wrap: wrap;
}

.sale-tag li {
    border: 1px solid #EE3B54;
    color: #EE3B54;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0 5px 5px 0;
}

/*促銷活動區域*/
.sale-content {
    margin-top: 40px;
}
.sale-content .row{
    margin-bottom: 20px;
}
.sale-content .product-info-title {
    /* background-color: #ECF0F4;
    border: 1px solid #c0cfe5; */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #EE3B54;
    background-color: #fdebee;
    color: #EE3B54;
    margin: 10px 0 10px 0;
}

.sale-pro {
    background-color: #F8F8F8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 50px;
    margin-bottom: 5px;
}

.sale-pro.more {
    background-color: #fff;
    padding: 0px 20px;
    justify-content: flex-end;
    cursor: pointer;
    color: #EE3B54;
    font-size: 14px;
}


.sale-pro .sale-pro-img {
    width: 50px;
    margin-right: 10px;
}

.sale-pro-text {
    width: calc(100% - 60px);
    position: relative;
}
.sale-pro-add{
    width: 30px;
    margin: 0;
    display: flex;
    position: absolute;
    left: 30px;
}
.sale-pro-add img{
    width: 22px;
    border-radius: 50%;
    color: #fff;
    padding: 3px;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #999;
    cursor: pointer;
}
.sale-pro-add.active img{
    color: #fff;
    background-color: #EE3B54;
    border: 1px solid #EE3B54;
}
.sale-pro .sale-pro-img img {
    border-radius: 5px;
}

.sale-pro .sale-pro-text h6 {
    font-size: 15px;
    margin-bottom: 3px;
}

.sale-pro .sale-pro-text span {
    color: #999;
    font-size: 1rem;
}

.sale-pro .sale-pro-text .pro-price {
    font-size: 19px;
    margin: 0;
}

.sale-pro .sale-pro-text .pro-price del {
    font-size: 13px;
}

.sale-pro-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.sale-pro-select select.form-control {
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
    width: calc(50% - 50px);
    padding: .1rem .75rem;
}

.sale-pro-select .quantity-input {
    height: 30px;
    width: calc(50% - 50px);
    margin-right: 10px;
}

.sale-pro-select .quantity-input .form-control {
    padding: 0;
    width: 60%;
    height: auto;
    font-size: 14px;
}

.sale-pro .btn-purple {
    width: 80px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EE3B54;
}

.sale-pro .btn-purple ion-icon {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/*促銷活動區域-視窗*/
.modal .sale-pro {
    padding: 10px 30px;
}

.pro-more .modal-footer {}

.pro-more .modal-footer .btn {
    width: 50%;
    margin: auto;
}

/*價格*/

.pro-price {
    font-family: 'Century Gothic', 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    font-size: 33px;
    color: #ff471c;
    font-weight: bold;
    margin-bottom: 5px;
}

.pro-price del {
    font-size: 18px;
    color: #999;
    font-weight: 300;
    margin-left: 5px;
}


/*購物車/收藏*/

.pro-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.pro-btn-group .btn-yellow {
    width: calc(100% - 200px);
    font-size: 22px;
}

.pro-btn-group .btn-heart {
    width: 100px;
    font-size: 37px;
    padding: 0;
    color: #666;
}

.pro-btn-group .btn-heart ion-icon {
    margin-top: 10px;
}


/*分享*/

.pro-share {
    margin-top: 10px;
}

.pro-share a {
    margin-right: 5px;
}


/*四大分類*/

.pro-content {
    padding-top: 30px;
    padding-bottom: 50px;
}
.pro-content #content01{
    max-width: 750px;
    margin: auto;
}
.pro-content .nav-tabs {
    margin-bottom: 70px;
}

.pro-content .nav-tabs,
.pro-content .nav-tabs .nav-link {
    border: 0;
}

.pro-content .nav-tabs .nav-item {
    width: 31.3%;
    margin: 0 1%;
    text-align: center;
}

.pro-content .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 22px;
}

.pro-content .nav-tabs .nav-link.active {
    display: block;
    border-bottom: 1px solid #53698C;
    color: #53698C;
}


/*四大選項-內容*/

.pro-content .tab-content {
    color: #666;
    font-size: 17px;
    line-height: 28px;
}


/*內容統一標題*/

.product-info-title {
    color: #53698C;
    border-bottom: 1px solid #53698C;
    font-size: 22px;
    margin: 50px 0 30px 0;
}


/*評價欄位*/

.evaluation-box .item {
    display: flex;
    flex-wrap: wrap;
    /* background: #F5F5F5; */
    /* border-radius: 10px; */
    padding: 20px 0;
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}

.evaluation-box .item:last-child {
    border-bottom: 0;
}

.evaluation-box .item .user {
    width: 25%;
}

.evaluation-box .item .text {
    width: 75%;
    font-size: 17px;
}

.evaluation-box .item .text .star {
    color: #FEC62B;
}

.evaluation-box .item .user .name {
    font-size: 22px;
}

.evaluation-box .item .user .date {
    font-size: 17px;
    color: #999;
}


/*相關商品*/

.related-box .owl-carousel .owl-nav button.owl-next,
.related-box .owl-carousel .owl-nav button.owl-prev {
    top: -102px;
}


/*--------------------------------------------------------------
關於我們
--------------------------------------------------------------*/

/*標題*/

.about .about-title {
    margin-bottom: 30px;
}


/*內容*/

.about {
    text-align: center;
    margin: auto;
}

.about .about-logo {
    max-width: 250px;
    margin: auto;
    margin-bottom: 60px;
}

.about .text-box {
    color: #666;
    line-height: 30px;
    display: flex;
    margin-bottom: 70px;
    background: #ECF0F4;
    margin: 0 1%;
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    margin-bottom: 40px;
}

.about .text-box.en {
    font-size: 13px;
    text-align: left;
}

/*--------------------------------------------------------------
購物須知
--------------------------------------------------------------*/

.shopping .shopping-btn-group .btn {
    min-width: 230px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.shopping .shopping-title {
    margin-bottom: 15px;
}

.shopping .shopping-text {
    color: #777;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

/*
.shopping .shopping-btn-group {
    text-align: center;
}
*/

/*--------------------------------------------------------------
聯絡我們
--------------------------------------------------------------*/

.contact .contact-title {
    margin-bottom: 40px;
}

.contact .contact-list li {
    margin-bottom: 10px;
    display: flex;
    font-size: 20px;
    align-items: center;
}

.contact .contact-list li.tell {
    font-size: 30px;
}

.contact .contact-list li p {
    font-size: 17px;
    color: #999;
    margin: 10px 0 0 0;
}

.contact .contact-list img {
    width: 40px;
    margin-right: 20px;
}

.contact .contact-list li span {
    word-break: break-all
}

.contact .contact-list li span.tell {
    font-size: 30px;
}

.contact .btn-yellow {
    width: 50%;
}

/*--------------------------------------------------------------
服務條款及隱私權政策
--------------------------------------------------------------*/

.terms .terms-title {
    margin-bottom: 15px;
}

.terms .terms-text {
    color: #777;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
會員登入
--------------------------------------------------------------*/


/*選項卡*/

.login .nav-tabs {
    margin-bottom: 40px;
}

.login .nav-tabs,
.login .nav-tabs .nav-link {
    border: 0;
}

.login .nav-tabs .nav-item {
    width: 48%;
    margin: 0 1%;
    text-align: center;
}

.login .nav-tabs .nav-item .nav-link {
    border-bottom: 1.5px solid #ccc;
    color: #888;
    font-size: 25px;
}

.login .nav-tabs .nav-link.active {
    display: block;
    border-bottom: 1.5px solid #FFCC00;
    color: #333;
}


/*忘記密碼*/

.login .forget-pasd {
    text-align: right;
    display: block;
    margin-bottom: 20px;
}

.login {
    margin-bottom: 30px;
}


/*註冊*/

.registered-title {
    color: #819FCB;
    font-size: 18px;
    margin-bottom: 10px;
}

.terms-link,
.terms-link:hover {
    margin: 0 10px;
    text-decoration: underline
}


/*******社群登入*********/

.modal-login .modal-header {
    border: 0;
}

.login-box {
    width: 95%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto 10px auto;
}

.login-box:hover {
    color: #fff;
}

.login-box .login-icon img {
    width: 50px;
    margin: auto;
    padding: 10px;
    border-right: 1px solid #fff;
}

.login-box .login-text {
    margin: auto;
}


/*fb*/

.login-box.fb {
    background-color: #3B5998;
}


/*line*/

.login-box.line {
    background-color: #07B53B;
}


/*google*/

.login-box.google {
    background-color: #DD4B39;
}


/*******忘記密碼*********/

.modal-forget-pasd .modal-header span {
    display: flex;
    align-items: center;
}

.modal-forget-pasd .modal-header span ion-icon {
    font-size: 25px;
    color: #819FCB;
    margin-right: 5px;
}


/*--------------------------------------------------------------
購物車
--------------------------------------------------------------*/


/*無購物車資訊*/

.no-order {
    padding: 50px 0;
}


/*流程*/

.order .process {
    justify-content: center;
    margin-bottom: 50px;
}

.order .process .item {
    display: flex;
    align-items: center;
    background: #fff;
    color: #FFCC00;
    border: 2px solid #FFCC00;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 18px;
}

.order .process .item.active {
    background: #FFCC00;
    color: #fff;
    border: 1px solid #FFCC00;
}

.order .process .item ion-icon {
    margin-right: 5px;
}

.order .process img {
    width: 50px;
    margin: 0 10px;
}


/*訂單金額框*/

.order-box {
    background-color: #ECF0F4;
    padding: 30px 20px;
    border-radius: 10px;
}

.order-box.fixed {
    position: fixed;
    z-index: 999;
    top: 85px;
    right: inherit;
    width: 33.333333%;
}

.order-box h3 {
    color: #333;
    text-align: center;
    padding: 20px 0 10px;
}

.order-box .order-box-line {
    background-color: #fff;
    height: 3px;
}

.order-box .order-detail {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
}

.order-box .order-detail .d-flex {
    justify-content: space-between;
    border-bottom: 1px solid #ccc;

}

.order-box .order-detail .d-flex span:first-child {
    color: #999;
}

.order-box .order-detail .text-left {
    color: #999;
}

.order-box .order-money {
    font-weight: bold;
    color: #ff471c;
    text-align: center;
    font-size: 30px;
    font-family: 'Oxygen', 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
}

.order-box .order-money span {
    font-size: 20px;
}

.order-box .d-flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order-box-btn {
    margin-top: 20px;
    justify-content: center;
    display: flex;
}

.order-box-btn .btn {
    width: 25%;
}

/*通用標題*/

.order-title {
    font-weight: 400;
    border-bottom: 2px solid #c0cfe5;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #5e7ca8;
    background-color: #ECF0F4;
    padding: 5px 10px;
    border-radius: 5px
}

.order-title img {
    margin-right: 5px;
    width: 20px;
}

.order-title span {
    color: #999;
    font-size: 16px;
    margin-left: 5px;
}

/*******購物清單*******/

.order-list-box {
    margin-bottom: 50px;
}

.order-list {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.order-list li {
    padding: 0 10px;
}

/*圖片*/

.order-list li:nth-child(1) {
    width: 140px;
}

.order-list li.list-img a {
    overflow: hidden;
    display: block;
}

.order-list li.list-img img {
    overflow: hidden;
    transition: all .5s ease;
}

.order-list li.list-img img:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}


/*產品*/

.order-list li:nth-child(2) {
    width: calc(84% - 405px)
}

.order-list li.list-detail .title {
    color: #333;
    font-size: 18px;
}

.order-list li.list-detail .title span {
    border: 1px solid #EE3B54;
    color: #EE3B54;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0 5px 5px 0;
}

.order-list li.list-detail .options {
    color: #A1A1A1;
    font-size: 17px;
}

.order-list li.list-detail .price {
    margin-top: 20px;
    color: #5e7ca8;
    font-size: 18px;
}

.order-list li.list-detail .price span {
    margin-left: 5px;
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 17px;
}

/*數量*/

.order-list li:nth-child(3) {
    width: 220px;
    text-align: center;
}

.order-list li.list-quantity .quantity-input {
    margin: auto;
    width: 170px;
}


/*小計*/

.order-list li:nth-child(4) {
    font-family: 'Oxygen', 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    width: 16%;
    color: #ff471c;
    font-size: 22px;
    text-align: center;
}


/*刪除*/

.order-list li:nth-child(5) {
    width: 45px;
}

.order-list li.list-delete button {
    border-color: #ccc;
}

/*贈品列*/
.order-list.give li:nth-child(1) {
    width: calc(84% - 265px);
}

.order-list.give li:nth-child(2) {
    width: 220px;
    text-align: center;
}
.order-list.give li:nth-child(3) {
    width: 16%;
    color: #ff471c;
    font-size: 22px;
}
.order-list.give li:nth-child(4) {
    width: 45px;
}
/*購物清單-標題*/

.order-list-title li:nth-child(1) {
    color: #333 !important;
    font-size: 17px !important;
    text-align: center;
}

/*******購物清單-底下備註*******/

.order-remarks {
    color: #ff471c;
}

/*******選擇打勾清單*******/

.select-box {
    margin-bottom: 50px;
}

.select-box .select-list li {
    display: flex;
    align-items: self-start;
    color: #333;
    cursor: pointer;
    margin-bottom: 15px;
}

.select-box .select-list li img {
    width: 22px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #fff;
    padding: 3px;
    margin-top: 2px;
}

.select-box .select-list li:hover img,
.select-box .select-list li.active img {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

/*
.select-box .select-list {
    font-size: 19px;
}
*/
/*******送達/取貨地址*******/

.order-address .floor span {
    margin-left: 5px;
}

.order-address .address-edit {
    display: none;
}

.order-address .select-box {
    margin-bottom: 0;
}

/**********使用折價券*********/
.btn-discount {
    width: 100px;
    margin-left: 10px;
}

.discount-box span.green,
.discount-box span.red {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.discount-box span.green ion-icon,
.discount-box span.red ion-icon {
    font-size: 18px;
}

/**********使用折價券-視窗*********/
.modal-discount .member-content .discount-keyin {
    margin-bottom: 0;
}

.modal-discount .member-content {
    margin-bottom: 1rem;
}

.modal-discount .member-content .green,
.modal-discount .member-content .red {
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.modal-discount .member-content ion-icon{
    font-size: 18px;
}
.modal-discount .select-box .select-list li {
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
}

.modal-discount .select-box .select-list li .title {
    padding: 0px 40px 0 10px;
    border-left: 1px solid #ccc;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 70px);
}

.modal-discount .select-box .select-list li .date {
    color: #999;
    font-size: 14px;
}

.modal-discount .select-box .select-list li .d-item {
    position: relative;
    width: 70px;
    height: 30px;
}

.modal-discount .select-box .select-list li .d-item span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.modal-discount .select-box .select-list li img {
    margin-top: 0px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/**********符合活動*********/
.order-sale-tag {
    display: flex;
    flex-wrap: wrap;
}

.order-sale-tag li {
    color: #EE3B54;
    padding: 5px 15px;
    margin: 0 10px 5px 0;
    cursor: pointer;
    background-color: #fdebee;
    border-radius: 5px;
    font-size: 15px;
}

.order-sale-tag li:first-child {
    background-color: inherit;
    color: #444;
    cursor: inherit;
    border: 0;
    margin: 0;
}

/*--------------------------------------------------------------
購物車-填寫資料
--------------------------------------------------------------*/


/*通用*/

.select-con {
    margin-bottom: 30px;
}


/*******訂購人資訊*******/

.order .form-group label {
    color: #333;
    font-weight: 500;
}

.order .form-group label span {
    color: #ff471c;
}

.order .form-group p {
    color: #666;
}


/*******送達地址*******/

.add-remarks {
    color: #999;
}


/*--------------------------------------------------------------
購物車-訂單確認
--------------------------------------------------------------*/

.order .order-ok {
    text-align: center;
}

.order .order-ok img {
    width: 100px;
    margin: 0 auto 20px auto;
}

.order .order-ok p a {
    text-decoration: underline;
    margin: 0 5px;
}

.order .order-ok p.text {
    color: #666;
}

.order .order-ok p.number {
    color: #ff471c;
}


/*--------------------------------------------------------------
會員中心
--------------------------------------------------------------*/

/*通用-按鈕*/

.member-content button {
    width: 50%;
}

/*通用-無資訊顯示*/
.no-member {
    padding: 50px 0;
}

/************************基本資料************************/
/*會員資訊框*/

.member-box {
    border: 1px solid #999;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.member-box .m-title {
    text-align: center;
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.member-box .m-img {
    max-width: 150px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
}

.member-box .m-text {
    color: #FFB13B;
    margin: 0;
}

.member-box .m-name {
    color: #666;
}

.member-box .btn-loginout {
    display: block;
    border-radius: 50px;
    padding: 0px;
    width: 50%;
    margin: 15px auto 0 auto;
}

/**會員選單標籤框**/

.member-content .nav-tabs .nav-item {
    width: 16.666%;
    text-align: center;
}

.member-content .nav-tabs {
    border-bottom: 1px solid #999;
    font-size: 18px;
}

.member-content .nav-tabs .nav-link {
    border-radius: 0;
    border-top: 3px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    color: #999;
}

.member-content .nav-tabs .nav-item.show .nav-link,
.member-content .nav-tabs .nav-link.active {
    border-color: #999 #999 #fff;
    border-top: 3px solid #FFCC00;
    color: #333;
}

.member-content .tab-content {
    padding: 40px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}


/*資料*/

.member-profile .form-group {
    margin-bottom: 25px;
}

.member-profile .form-group label {
    font-weight: 500;
}

.member-profile .m-add li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.member-profile .m-add li .btn-delete {
    font-size: 14px;
    padding: 0 10px;
    margin-right: 5px;
    width: 50px;
}

.member-profile .m-add li span {
    width: calc(100% - 55px);
}


/*密碼變更*/

.password-edit input,
.password-edit input:focus {
    border-color: #fff #fff #ced4da !important;
}

.password-edit label {
    font-weight: 500;
}

.password-edit .remarks {
    color: #ff471c;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
}

/************************我的收藏************************/

/*******收藏清單*******/

.favorite-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}

.favorite-list li {
    padding: 0 10px;
}

/*圖片*/

.favorite-list li:nth-child(1) {
    width: 120px;
}

.favorite-list li.list-img a {
    overflow: hidden;
    display: block;
}

.favorite-list li.list-img img {
    overflow: hidden;
    transition: all .5s ease;
}

.favorite-list li.list-img img:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

/*產品*/

.favorite-list li:nth-child(2) {
    width: calc(85% - 380px)
}

.favorite-list li.list-detail .title {
    color: #333;
}

.favorite-list li.list-detail .options {
    color: #A1A1A1;
    font-size: 19px;
}

.favorite-list li.list-detail .price {
    margin-top: 20px;
    color: #5e7ca8;
    font-size: 19px;
}

.favorite-list li.list-detail .price span {
    margin-left: 5px;
    text-decoration: line-through;
    opacity: 0.5;
}

/*單價*/

.favorite-list li:nth-child(3) {
    font-family: 'Oxygen', 'Noto Sans TC', 'Microsoft JhengHei', 'sans-serif';
    width: 15%;
    color: #ff471c;
    font-size: 22px;
    text-align: center;
}

/*加入購物車*/
.favorite-list li:nth-child(4) {
    width: 200px;
    text-align: center;

}

.favorite-list li.list-cart button {
    font-size: 16px;
}

/*刪除*/

.favorite-list li:nth-child(5) {
    width: 60px;
}

.favorite-list li.list-delete button {
    border-color: #ccc;
    width: 100%;

}

/*收藏清單-標題*/
.favorite-list-title {
    border-bottom: 1px solid #FCB242;
}

.favorite-list-title li {
    color: #333 !important;
    font-size: 17px !important;
    text-align: center;
}

/************************購買清單************************/

/*******訂單清單*******/
.member-order-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #DCDCDC;
    margin: 0;
    min-height: 50px;
}


.member-order-list li {
    padding: 0 10px;
    text-align: center;
    color: #666;
}

/*訂單日期*/
.member-order-list li:nth-child(1) {
    width: 25%;
}

/*訂單編號*/
.member-order-list li:nth-child(2) {
    width: 25%;
}

.member-order-list li.list-number a {
    text-decoration: underline;
}

/*訂單金額*/
.member-order-list li:nth-child(3) {
    width: 25%;

}

/*狀態*/
.member-order-list li:nth-child(4) {
    width: 25%;

}

/*訂單清單-標題*/
.member-order-list-title {
    border-bottom: 1px solid #FCB242;
    margin-bottom: 15px;
}

.member-order-list-title li {
    color: #333 !important;
    font-size: 17px !important;
}
/****贈品*****/
.member-order-info .list-name .tag{
    border: 1px solid #819FCB;
    color: #819FCB;
    font-size: 14px;
    padding: 0 7px;
    margin-right: 5px;
}

/************************購買清單-內頁************************/

/*通用-按鈕*/

.ntb-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ntb-box button.btn {
    width: auto;
    margin: 0 5px 5px 0;
}

/*通用-標題框*/
.member-content .titile-box {
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
}

/*通用-標題*/
.member-content h5.title {
    margin-bottom: 20px;
}

.member-content h5.title span {
    color: #ff471c;
}

/*******訂單明細清單*******/
.member-order-info-box {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

.member-order-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #DCDCDC;
}

.member-order-info li {
    padding: 0 10px;
    color: #666;
}

/*商品*/
.member-order-info li:nth-child(1) {
    width: 55%;
}

.member-order-info li.list-pro .list-name {
    color: #333;
}

.member-order-info li.list-pro .list-pptions {
    color: #999;
    font-size: 15px;
}

/*單價*/
.member-order-info li:nth-child(2) {
    width: 15%;
    text-align: center;
}

/*數量*/
.member-order-info li:nth-child(3) {
    width: 15%;
    text-align: center;
}

/*小計*/
.member-order-info li:nth-child(4) {
    width: 15%;
    text-align: right;
    color: #ff471c;
}

/*訂單明細清單-標題*/
.member-order-info-title {
    border-bottom: 1px solid #FCB242;
    margin-bottom: 30px;
}

.member-order-info-title li {
    color: #333 !important;
    font-size: 17px !important;
}

/*費用列表*/

.member-order-info-cost {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #DCDCDC;

}

.member-order-info-cost li {
    padding: 0 10px;
}

.member-order-info-cost li:nth-child(1) {
    width: 50%;
}

.member-order-info-cost li:nth-child(2) {
    width: 50%;
    text-align: right;
    color: #ff471c;
}

/*訂單金額*/
.order-money {
    text-align: right;
    color: #ff471c;
    padding-right: 10px;
    font-size: 20px;
}

.order-money span {
    color: #333;
    padding-right: 10px;
    font-weight: 500;
}

/*******訂單明細資訊*******/


.member-order-detail {
    margin-top: 50px;
    padding-top: 20px;
}

.member-order-detail .detail-ul li {
    display: flex;
    flex-wrap: wrap;
    color: #666;
}

.member-order-detail .detail-ul li span:nth-child(1) {
    width: 100px;
}

.member-order-detail .detail-ul li span:nth-child(2) {
    width: calc(100% - 100px);
}

/*******訂單問與答*******/
.member-message {
    margin-top: 70px;
}

.member-message .dialogue {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.member-message .dialogue .user img {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
}

.member-message .dialogue .mess {
    width: calc(100% - 100px);
    padding: 15px 0;
}

.member-message .dialogue .mess .text {
    color: #666;

}

.member-message .dialogue .mess .date {
    color: #999;
    font-size: 16px;
}

/************************商品評價************************/

/*通用-標題框*/
.evaluation-titile-box {
    color: #666;
    margin-bottom: 30px;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 5px;
}

/************************商品評價-內頁************************/
/*********評價框*********/
.evaluation-item {
    margin-bottom: 40px;
}

.evaluation-item .evaluation-pro {
    display: flex;
    flex-wrap: wrap;
}

.evaluation-item .evaluation-pro .pro {
    width: 150px;
    margin-right: 20px;
}

.evaluation-item .evaluation-pro .text {
    width: calc(100% - 170px)
}

.evaluation-item .evaluation-pro .text .name {
    font-size: 18px;
}

.evaluation-item .evaluation-pro .text .options {
    color: #999;
    font-size: 16px;
}

.evaluation-item .evaluation-pro .text .star {
    color: #FEC62B;
    font-size: 20px;
    margin-top: 20px;
}

.evaluation-item .evaluation-pro .text .star ion-icon {
    cursor: pointer;
}


/************************申請退/換貨************************/

/*******退換貨清單*******/
.pro-change-box {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

.pro-change {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #DCDCDC;
}

.pro-change li {
    padding: 0 10px;
    color: #666;
}

/*商品*/
.pro-change li:nth-child(1) {
    width: calc(100% - 400px);
}

.pro-change li.list-pro .list-name {
    color: #333;
}

.pro-change li.list-pro .list-pptions {
    color: #999;
    font-size: 15px;
}

/*數量*/
.pro-change li:nth-child(2) {
    width: 200px;
    text-align: center;
}

/*退貨*/
.pro-change li:nth-child(3) {
    width: 100px;
    text-align: center;
}

.pro-change li:nth-child(3) .form-check {
    justify-content: center;
}

/*換貨*/
.pro-change li:nth-child(4) {
    width: 100px;
    text-align: center;
}

.pro-change li:nth-child(4) .form-check {
    justify-content: center;
}

/*訂單明細清單-標題*/
.pro-change-title {
    border-bottom: 1px solid #FCB242;
    margin-bottom: 30px;
}

.pro-change-title li {
    color: #333 !important;
    font-size: 17px !important;
}

/*******填寫原因*******/

.change-reason {
    margin-top: 70px;
}

/*******上傳照片*******/
.change-img {
    margin-top: 70px;
}

.change-img .img-group {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

.change-img .img-group .img-item {
    margin: 0 10px 10px 0;
    position: relative;
}

.change-img .img-group .img-item img {
    width: auto;
    height: 120px;
}

.change-img .img-group .img-item .close {
    background-color: #666;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

/*******取貨地點*******/
.change-location {
    margin-top: 70px;
}

.change-location .select-box {
    margin-bottom: 10px;
}

.select-box .select-box .select-list {
    font-size: 17px;
}

/************************折價券************************/
.member-content .discount-keyin {
    border-radius: 5px;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    background-color: #ECECEC;
}

.member-content .discount-keyin .form-control {
    margin: 0 .5rem;
    border: 0;
}

.member-content .discount-keyin button {
    width: 85px;
    white-space: nowrap;
}

.member-content .discount-keyin span {
    white-space: nowrap;

}

.discount-order-list-box .member-order-list li {
    width: 40%;
}

.discount-order-list-box .member-order-list li:nth-child(3) {
    width: 20%;
}