@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@900&display=swap');
/* CSS Document */




.en, 
.en-font,
.price,
.countdown span,
.rewards-card li .rewards-card-num, 
.rewards-card-info span i, 
.form-block h4.order-num .number, 
.au-panigation, 
.shop-cart-table td.product-price, 
.shop-cart-table td.product-subtotal, 
.total td, .ship-price,
.shop-cart .checkout p .sub-total,
.quantity input,[type="number"], 
.product-button h6, 
.product-share .text-block {
    font-family: 'Rubik', sans-serif;
}
.shop-cart-table td.product-price, 
.shop-cart-table td.product-subtotal, 
.total td, .checkout p .sub-total,
.shop-cart-table td.product-quantity,
.discount-list li .discount,
.shop-cart-table .product-name .product-subtotal,
.shop-cart-table .product-name .price,
.shop-cart-table.cart-table-m .product-quantity input{
    font-family: 'arial', sans-serif;
}
button:focus{
    outline: none;
}
.home-banner-block{
    position: relative;
}
a.overlay-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
a, .order-btn, .btn, .add-btn, input, .quantity span,
.grid-product, .process-button {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
h1.homeTitle {
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    z-index: -1;
}
b, strong {
    font-weight: 400;
}

.product-detail-page section.breadcrumb-block {
    background-color: #f9f9f9;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0.75rem 0;
}
.breadcrumb li {
    font-weight: 300;
    color: #777;
    float: left;
    line-height: 35px;
    font-size: 14px;
}
.breadcrumb li a {
    padding: 0;
    color: #777;
}
.breadcrumb li:last-child a {
    color: var(--p-font-color);
}
.breadcrumb li.active {
    font-size: 15px;
}
.breadcrumb li + li:before {
    color: #aaa;
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 10px;
}
.header .container {
    position: relative;
}
section.full-page{
    padding: 2rem 0 5rem 0;
}
section.breadcrumb-block + section.full-page{
    padding: 0.5rem 0 5rem 0;
}
section.banner-block {
    margin: 0 0 80px 0;
}
section.banner-block img{
	margin-bottom: 15px;
}
section.home-icon-block {
    padding: 5rem 0;
    background-color: #fff;
}
section.home-icon-block .item a {
    display: flex;
    align-items: flex-start;
    /* flex-direction: column; */
    margin: auto;
    border: 1px solid transparent;
    padding: 20px;
}
section.home-icon-block .item a:hover {
    border-color: #faf6ee;
}
section.home-icon-block .item a img, section.home-icon-block .item a i {
    width: 60px;
    font-size: 45px;
    color: var(--p-main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
section.home-icon-block .item a h6 {
    font-size: 17px;
    font-weight: 500;
    color: var(--p-main-color);
    margin-bottom: 5px;
}
section.home-icon-block .item a p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--p-font-color);
    margin-bottom: 0;
}



.about02 li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    font-size: 30px;
}
.about02 li span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #ec5b60;
    color: #fff;
    font-size: 40px;
    font-family: 'Noto Sans';
    margin-right: 15px;
}
.post-share {
    clear: both;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.post-share ul {
    margin-bottom: 0;
}
.post-share h4,
.post-share .text-block,
.post-share .social-icons {
    font-weight: normal;
    padding: 0 10px;
    font-size: 17px;
    margin-bottom: 0;
}
.post-share .social-icons li {
    margin-bottom: 0;
}
.post-share .social-icons li a {
    border-radius: 100%;
    color: #fff;
}
.post-share .social-icons li.share-link a {
    border-radius: 100%;
    color: #000;
    opacity: .4;
    border: 1px solid #000;
}
.post-share .social-icons .social-line i.fa {
    width: 30px;
    height: 30px;
}
.post-share .social-icons li {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
}
.social-icons li a {
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin: 0 3px 0 0;
    /* border-radius: 4px; */
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}
.social-icons.social-icons-colored .social-line a,
.social-icons.social-icons-colored-hover .social-line a:hover {
    background-color: #00b900;
}
.post-share .social-icons .fa {
    font-size: 23px;
    line-height: 50px;
}
.pager {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-collapse: separate;
    border: 0 solid #000;
    margin: 40px 0;
}
.pager-modern > div{
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 45%;
}
.pager-modern > div.pager-all{
    width: 10%;
    text-align: center;
}
.pager a span {
    color: #777;
    font-size: 15px;
}
.pager-modern a span {
    display: block;
    line-height: 20px;
}
.pager-prev {
    text-align: left;
}
.pager-next {
    text-align: right;
}
.pager.pager-modern i {
    margin: 0 10px;
    vertical-align: middle;
}
.pager-modern a span.txt {
    font-size: 16px;
    color: var(--p-main-color);
    margin-top: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.wherearewe {
    display: flex;
    height: 300px;
    align-content: center;
    flex-wrap: wrap;
}
.store-item .nav-tabs {
    flex-wrap: nowrap;
    border: 0;
}
.store-item .nav-tabs .nav-item {
    width: 100%;
    border-right: 1px solid #e0e0e0;
}
.store-item .nav-tabs .nav-item:last-child{
    border: 0;
} 
.store-item .nav-tabs .nav-item a {
    background-color: #ececec;
    padding: 15px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    border: 0;
}
.store-item .tab-content > .tab-pane {
    padding: 30px;
    border: 1px solid #e4e4e4;
}
.map-title {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    color: #000;
    margin: 0;
}
.table td.store-title {
    font-weight: 500;
    color: #333;
    width: 40%;
}
.map-row a {
    color: var(--p-main-color);
    font-size: 18px;
}
.store-item .nav-tabs .nav-item a.active,
.store-item .nav-tabs .nav-item a:hover {
    background-color: var(--p-main-color);
    color: #fff;
}


/* Checkboxes and Radios */
.form-inline .form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
}
.form-inline .form-check .text-error {
    z-index: 1;
    margin-left: 1.75rem;
    position: absolute;
    bottom: -32px;
}
.form-inline .form-check .form-check-label + input{
    margin-top: -10px;
    z-index: 1;
}
.form-check {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
    padding-left: 0;
}
.form-check .form-check-label {
    font-size: 17px;
    min-height: 18px;
    font-weight: 300;
    display: block;
    margin-left: 1.75rem;
    line-height: 1.5;
    text-align: left;
    position: initial;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #000;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Material Design Icons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\F12C';
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
    border-color: #d0d2d8;
}
.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
    background: #d0d2d8;
    color: #ffffff;
}
.form-check .form-check-label input[type="radio"] + .input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid var(--p-main-color);
    border-width: 1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--p-main-color);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.form-check .form-check-label input[type="radio"]:disabled + .input-helper:before {
    border-color: #d0d2d8;
}
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:before {
    background: #d0d2d8;
}
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
    background: #ffffff;
}
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #000;
}
/*.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before { background: linear-gradient(to right, #a09df8, #328ee6); }*/
.form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #d8d8d8;
}
.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #e7ebf0, #868e96);
}
.form-check-success.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-success.form-check label input[type="radio"] + .input-helper:before {
    border-color: #70c89a;
}
.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-success.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #74cf98, #0cc896);
}
.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
    border-color: #b87ef3;
}
.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-info.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #da9bf5, #b459ff);
}
.form-check-warning.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-warning.form-check label input[type="radio"] + .input-helper:before {
    border-color: #f1b863;
}
.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #fad961, #f99b44);
}
.form-check-danger.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
    border-color: #ee8a97;
}
.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to top, #fd7d96, #fea196);
}
.form-check-light.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
    border-color: #f8f9fa;
}
.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-light.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}
.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
    border-color: #302e2e;
}
.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}
.form-inline {
    flex-flow: nowrap;
    width: 100%;
}
.form-inline > input{
    padding-left: 5px;
    padding-right: 5px;
}
.form-inline .input-group-btn {
    margin-bottom: 0;
}
.form-inline .form-control {
    width: 100%;
}
.form-inline .form-control + .form-control,
.form-inline .form-control + button  {
   margin-left: 0.5rem;
}
.form-row.row {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 300;
    align-items: flex-start;
}
/* .form-row.row .col-form-label{
    font-size: 17px;
    align-items: baseline;
    white-space: nowrap;
    font-weight: 300;
} */
/* .form-row.row .col-form-label::after{
    content: "：";
    font-size: 15px;
} */
.form-row .check-block {
    font-size: 17px;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
}
.form-row .check-block a{
    color: #0071ce;
}
.form-row .check-block a .en {
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 110%;
}

@media (max-width: 767px){
    /* .order-tabs .form-row .check-block {
       justify-content: flex-end;
    } */
}
.form-row.row .add-btn {
    min-width: 140px;
    padding: 8px 30px;
    font-size: 15px;
}
.form-row.row .phone-btn .add-btn {
    margin: 0 5px 5px 0 !important;
}
.form-row.row .row {
    margin-right: -5px;
    margin-left: -5px;
}
.form-row.row .row > div{
    padding-right: 5px;
    padding-left: 5px;
}

@media(min-width:575px) {
    .login-form .form-row.row .col-sm-9{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    }


.single-r-wrapper {
    position: relative;
}
.img-thumbnail {
    border: 0;
    background: transparent;
    padding: 10px 0;
    border-radius: 0;
}
.single-r-wrapper .owl-prev,
.single-r-wrapper .owl-next {
    position: absolute;
    top: 41%;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.52);
    text-align: center;
    line-height: 30px;
}
.single-r-wrapper .owl-next {
    right: 0;
}
.pro-tag {
    display: flex;
    white-space: nowrap;
    margin-top: 3px;
    margin-bottom: 0.5rem;
}
.pro-tag span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    color: #333;
    border: 1px solid var(--p-font-color);
    border-radius: 3px;
    padding: 3px 8px;
}
.pro-tag span + span{
    margin-left: 3px;
}
.pro-tag span.sale {
    border-color: #F44336;
    color: #F44336;
}
.pro-tag span.pre {
    border-color: #26C6B6;
    color: #26C6B6;
}
.pro-tag span.limited {
    border-color: #FF794A;
    color: #FF794A;
}
  
.promotions + .promotions{
    margin-top: -15px;
}
.pro-payment , .pro-select, .product-button, .promotions, .product-share, .gift, .events{
    display: flex;
    align-items: baseline;
    font-size: 15px;
}
.pro-select{
	margin-bottom: 10px;
}
.pro-payment h6, .pro-select h6, .product-button h6, .promotions h6, .product-share .text-block {
    font-size: 15px;
    margin: 0 10px 0 0;
    color: var(--p-font-color);
    font-weight: 400;
    white-space: nowrap;
}
.promotions, .gift ul {
    font-size: 16px;
    line-height: 1.3;
    color: var(--p-main-color);
    border-left: 3px solid var(--p-main-color);
    padding-left: 10px;
    margin-left: 5px;
}
.promotions{
    padding-top: 5px;
    padding-bottom: 5px;
}
.promotions li, .gift li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.events a {
    display: inline-block;
    border: 1px solid var(--p-focus-color);
    padding: 2px 10px;
    border-radius: 3px;
    color: var(--p-focus-color);
}
.gift ul{
    color: var(--p-font-color);
}
.gift li img {
    width: 45px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
}
.gift li .storehouse {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 5px;
    color: #999;
}
.gift li .storehouse i{
    margin-right: 5px;
}
.pro-select .spec-name{
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.pro-select ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
}
.pro-select li {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
    font-size: 16px;
    width: calc(50% - 7px);
    margin-right: 7px;
    text-align: center;
}
.pro-select li a{
    display: block;
    padding: 5px 15px;
    border: 1px solid var(--p-main-color);
	color: #5d5d5d;
	position: relative;
	text-decoration: none !important;
	}
.pro-select li a::before{
    display: none;
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    border: 8px solid transparent;
    border-bottom-color:#d3d6d9;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
					}
.pro-select li.active a{
	border-color: var(--p-main-color);
	color: #fff;
    background-color: var(--p-main-color);
}
.pro-select li.active a::before{
	border-bottom-color: #ffc309;
    }
.pro-select li .price{
    font-size: 120%;
}
.pro-select ul.spec-txt li a {
    padding: 10px;
    font-weight: 300;
    color: #5d5d5d;
}
.pro-select ul.spec-pic li img{
    width: 70px;
}
.pro-select ul.spec-pic li a{
    padding: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pro-select .spec-txt li.active a{
    color: #fff;
}

.pro-select select{
    border-color: #d3d6d9;
}
.product-button select {
    width: 120px;
    height: 40px;
    border-color: #d3d6d9;
    color: #666;
}

.storehouse {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 15px;
}
.cart_table_item .product-quantity .storehouse {
    justify-content: center;
    padding-left: 0;
    margin-top: 3px;
    color: #777;
    white-space: nowrap;
}
@media (max-width: 767px){
    .shop-cart-table .product-quantity .storehouse i{display: none;}
    .shop-cart-table .product-quantity .storehouse {
        margin:  0 0 0 10px;
        font-size: 14px;
    }
}
.add-to-cart {
    background: #FFB32C;
    background: -moz-linear-gradient(top, #FFB32C 0%, #FF9429 100%);
    background: -webkit-linear-gradient(top, #FFB32C 0%,#FF9429 100%);
    background: linear-gradient(to bottom, #FFB32C 0%,#FF9429 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB32C', endColorstr='#FF9429',GradientType=0 );

  }
  .add-to-cart:hover {
    background: #FF9429;
    background: -moz-linear-gradient(top,  #FF9429 0%, #FF9429 100%);
    background: -webkit-linear-gradient(top,  #FF9429 0%,#FF9429 100%);
    background: linear-gradient(to bottom,  #FF9429 0%,#FF9429 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9429', endColorstr='#FF9429',GradientType=0 );
  }
.add-to-cart.buy-now,
.form-actions .order-btn.buy-now,
.shop-cart .checkout a,
.add-btn.btn-repay,
.page-404 .add-btn.buy-now{
    background: #FF6666;
    background: -moz-linear-gradient(top,  #FF6666 0%, #F64141 100%);
    background: -webkit-linear-gradient(top,  #FF6666 0%,#F64141 100%);
    background: linear-gradient(to bottom,  #FF6666 0%,#F64141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6666', endColorstr='#F64141',GradientType=0 );
}
.add-to-cart.buy-now:hover,
.form-actions .order-btn.buy-now:hover,
.shop-cart .checkout a:hover,
.add-btn.btn-repay:hover,
.page-404 .add-btn.buy-now:hover {
    background: #F64141;
    background: -moz-linear-gradient(top,  #F64141 0%, #F64141 100%);
    background: -webkit-linear-gradient(top,  #F64141 0%,#F64141 100%);
    background: linear-gradient(to bottom,  #F64141 0%,#F64141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F64141', endColorstr='#F64141',GradientType=0 );
}
.add-to-cart.pre-order {
    background: #EAA7C7;
    background: -moz-linear-gradient(top, #EAA7C7 0%, #E28AB1 100%);
    background: -webkit-linear-gradient(top, #EAA7C7 0%,#E28AB1 100%);
    background: linear-gradient(to bottom, #EAA7C7 0%,#E28AB1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAA7C7', endColorstr='#E28AB1',GradientType=0 );
}
.add-to-cart.pre-order:hover {
    background: #EAA7C7;
    background: -moz-linear-gradient(top,  #E28AB1 0%, #E28AB1 100%);
    background: -webkit-linear-gradient(top,  #E28AB1 0%,#E28AB1 100%);
    background: linear-gradient(to bottom,  #E28AB1 0%,#E28AB1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E28AB1', endColorstr='#E28AB1',GradientType=0 );
}






.form-complete .form-row {
    padding-bottom: 0rem;
    margin-bottom: 0;
    align-items: baseline;
}

.form-complete  .color1,
.form-complete .form-row label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    min-height: auto;
    margin-bottom: 0;
}
.form-complete  .color1 strong{
    font-size: 105%;
}
.form-complete  .color1 small{
    font-size: 95%;
    font-weight: 300;
    display: inline-block;
}
.form-complete .form-row .color1 b,
.form-complete .form-row .color1 a
{color: var(--p-main-color);}

.member .dropdown-menu {
    margin-top: 30px;
    border-radius: 0;
    padding: 7px 20px;
}
.member .dropdown-menu li {
    display: block !important;
    margin: 5px 0;
}
.member .dropdown-menu li a {
    display: block;
    color: #6d6d6d;
}
.member .dropdown-menu li a:hover {
    color: #000;
}

.fixed-button {
    display: none;
}
.display {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    height: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.display .number {
    display: flex;
    flex-direction: column-reverse;
}
/* .display .number {
    float: left;
    display: inline-block;
} */
/* .display .icon {
    display: inline-block;
    float: right;
    padding: 7px 0 0;
} */
.display .icon {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.display:after {
    clear: both;
    content: " ";
    display: table;
}
.display .icon > i {
    color: #cbd4e0;
    font-size: 26px;
}
.display .number h3 {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    margin: 5px 0 0 0;
    color: #333;
}
.display .number h3 small {
    font-size: 16px;
    color: #333;
}
.display .number small {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
.font-red {
    color: #eb5d68 !important;
}
.font-grey {
    color: #82878c !important;
}
.font-black {
    color: #000000 !important;
}
.copy-btn {
    margin: 20px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
}
.copy-btn .add-btn {
    min-width: 200px;
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 6px;
    background-color: var(--p-main-color);
}
.sales h5 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 500;
}
.sales h5 i{
    margin-right: 2px;
}
.sales h5.filter {
    display: flex;
    align-items: center;
}
.sales h5.filter select{
    width: auto;
}
.target {
    display: flex;
    margin-bottom: 1rem;
    border: 0;
}
.target li {
    margin: 0 5px;
}
.target li a {
    display: block;
    color: var(--p-font-color);
    text-align: center;
    border: 1px solid var(--p-main-color);
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 6px;
    min-width: 140px;
}
.target li a:hover {
    color: #fff;
    background: var(--p-main-color);
}
.target li.active a {
    background: var(--p-main-color);
    color: #fff;
}
.port-title .target {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}
.port-title .target li{
    /* margin: 0; */
}
.port-title .target a {
    font-size: 17px;
    width: 160px;
    padding: 15px;
}
.faq-page .card-body{
    font-size: 17px;
}
.faq-page .card-body h3 {
    font-size: 16px;
}
.faq-page .card-body p {
}
.card-header {
    background: #fff;
}
.faq-item {
    margin-bottom: 1rem;
}
.faq-item a[data-toggle='collapse']{
    display: flex;
    position: relative;
    padding: 20px 45px 19px 25px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    background: var(--p-main-color);
    color: #fff;
    border: 0;
}
.faq-item [data-toggle='collapse']:after,
.discount-event [data-toggle='collapse']:after{
    position: absolute;
    top: 30px;
    right: 20px;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 23px;
    color: #fff;
    transform: translateY(-50%);
}
.faq-item [data-toggle='collapse'][aria-expanded="true"]:after,
.discount-event [data-toggle='collapse'][aria-expanded="true"]:after{
    content: "\f106";
}
.discount-event a[data-toggle='collapse']{
    color: #000;
    border: 0;
}
.discount-event .item a[data-toggle='collapse'] {
    display: flex;
    position: relative;
    padding: 15px 40px 15px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #444;
    cursor: pointer;
}
.discount-event .item a[data-toggle='collapse'] small {
    position: absolute;
    right: 55px;
    color: #777;
}
.discount-event .item a[data-toggle='collapse']:after {
    color: #000;
    top: 25px;
}
.accordion-button {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 6px;
    display: inline-block;
}
.label.label-success {
    background: var(--p-main-color);
    margin: 0 2px;
    padding: 0 5px;
    font-size: 100%;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 0.25em;
}
.social-item.line img {
    height: 25px;
}

#line-term-modal .modal-dialog {
    width: 700px;
    max-width: 100%;
    margin-top: 5%;
}

/***常見問題***/

.faq-tabs {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}
.faq-tabs .nav {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
    overflow-x: auto;
}
.faq-tabs .nav-item {
    margin: 0 10px 10px 0;
}
.faq-tabs .nav-link {
    color: var(--p-font-color);
    border: 1px solid #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.faq-tabs .nav-link.active {
    border: 1px solid var(--p-main-color);
    color: var(--p-main-color);
}
.faq-tabs .nav-link img{
    width: 35px;
    margin-bottom: 0.5rem;
    -webkit-filter: grayscale(1);
    opacity: 0.5;
}
.faq-tabs .nav-link.active img{
    -webkit-filter: grayscale(0);
    opacity: 1;
}
/* .faq-tabs .faq-item a[data-toggle='collapse'] {
    background: #fff;
    color: var(--p-font-color);
    padding: 15px 45px 15px 15px;
    border: 0;
    border: 1px solid var(--p-main-color);
}
.faq-tabs .faq-item [data-toggle='collapse']:after{
    color: var(--p-main-color);
    top: 24px;
}
.faq-tabs .faq-item a[aria-expanded="true"] {
    background: var(--p-main-color);
    color: #fff;
    border: 1px solid var(--p-main-color);
}
.faq-item [data-toggle='collapse'][aria-expanded="true"]:after {
    color: #fff;
} */
.faq-tabs .card-body {
    font-weight: 300;
}


@media only screen and (max-width: 992px) {
    .faq-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        letter-spacing: 0;
        font-weight: 300;
    }
    .faq-tabs .nav-link img {
        margin-bottom: 0.25rem;
        width: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .faq-tabs .nav {
        margin-bottom: 1rem;
    }
}



.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999;
}
.owl-carousel .owl-dot.active span {
    background: var(--p-main-color);
}
.thumb-gallery .owl-carousel .owl-dots {
    display: none;
}

 /**swiper-slide**/
 .swiper {
    padding-top: 6px;
    padding-bottom: 45px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
    border-radius: 12px;
}
.swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,30px));
    
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.swiper-button-next, .swiper-button-prev {  
    color: #898989;
    width: var(--swiper-navigation-size);
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    margin-top: calc(-40px - (var(--swiper-navigation-size)/ 2));
    z-index: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 17px;
    font-weight: 500;
}
.swiper-button-next {
    right: -15px;
}
.swiper-button-prev {
    left: -15px;
}
.swiper .grid-product {
    margin-bottom: 0;
}
.related-block .port-body,
.certificate-block .port-body{
    position: relative;

}


.price .prev-rate {
    font-size: 15px;
    color: #9c9c9c;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px;
}
#thumbGalleryThumbs{
    margin-top: 10px;
}
#thumbGalleryThumbs .owl-stage{
    width: 100%;
}
#thumbGalleryThumbs .owl-item{
    padding: 5px;
}
#thumbGalleryThumbs .owl-item img{
     border: 1px solid #f3f3f3;
     
}
#thumbGalleryDetail{
    border: 1px solid #f3f3f3;
}
.related-block {
    /* padding: 0 0 3rem 0; */
}
.detail-block{
    padding-top: 0;
    padding-bottom: 3rem;
}
.detail-block .shop-product#quick-buy {
    padding: 1.5rem 1.25rem !important;
    background-color: #fff;
    border: 1px solid var(--p-main-color);
    border-radius: 15px;
    width: 300px;
}
#quick-buy .new-price.original-price span {
    margin-left: 0 !important;
  }
.detail-block .shop-product.sticky-top {
    top: 218px;
    z-index: 1;
}
.detail-block .shop-product .product-body .name {
    font-size: 28px;
    letter-spacing: 1px;
}
.detail-block .promotions, .detail-block .gift ul {
    font-size: 15px;
    margin-left: 5px;
}
.detail-block .shop-product .shop-btn .add-to-cart {
    width: 100%;
}
.detail-block .shop-product .shop-btn .add-to-cart + .add-to-cart {
    margin: 0.5rem 0 0 0;
}
.detail-block .promotions {

}

.detail-block .quantity {
    width: 100% !important;
    height: 50px;
    border-radius: 50px;
}
.detail-block .product-button .quantity span {
    width: 50px;
    height: 50px;
}
.detail-block .product-button .quantity span i {
    font-size: 24px;
}
.detail-block .shop-btn {
    margin: 0 !important;
}

.gry-box{
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .detail-block .shop-product#quick-buy {
        width: 290px;
    }
    .detail-block .shop-product .product-body .name {
        font-size: 23px;
        letter-spacing: 0;
    }
    .detail-block .shop-product {
        padding: 1rem 0;
    }
    .detail-block .shop-product.sticky-top {
        top: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .member-page .target{
        /* display: none; */
    }
    .member-page .target li a {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 300;
        min-width: 120px;
    }
}


@media only screen and (max-width: 767px) {
    .swiper-button-next {
        right: -10px;
    }
    .swiper-button-prev {
        left: -10px;
    }
    .port-title .target {
        margin-bottom: 2rem;
    }
    .port-title .target a {
        width: 160px;
    }
}
@media only screen and (max-width: 575px) {
    .port-title .target li a {
        width: 95px;
        min-width: 95px;
        padding: 10px 0;
        font-size: 16px;
    }
    .member-page .target li{
        
    }
}
.single-wrapper{
    /* display: flex;
    justify-content: space-between; */
    /* background-color: #fff; */
    align-items: center;
}
.single-wrapper .pro-tag {
    position: absolute;
    z-index: 1;
    right: 2rem;
    top: 1rem;
}
/***小圖***/
/* .single-wrapper .slider-nav{
    order: 1;
    width: 80px;
    margin-left: 20px;
} */
.single-wrapper .slider-nav .slick-slide{
    cursor: pointer;
    padding-top: 2px;
}
.single-wrapper .slider-nav img{
    width: 80px;
    border: 2px solid transparent;
    background-color: #fff;
}
.single-wrapper .slider-nav .slick-current img{
    border-color: var(--p-main-color);
}
.single-wrapper .slider-nav .slick-prev, .single-wrapper .slider-nav .slick-next {
    background-color: #f9f9f9;
    left: 0;
    width: 50px;
    height: 82px;
    z-index: 1;
    position: absolute;
    margin-top: -2px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 33px;
    color: var(--p-main-color);
}
.slick-next:before {
    content: "\f105";
}

.single-wrapper .slider-nav .slick-prev {
}
.single-wrapper .slider-nav .slick-next {
    left: auto;
     right: 0;
}
/***大圖***/
.single-wrapper .slider-for {
    margin-bottom: 1rem;
} 
.single-wrapper .slider-for img{
    background-color: #fff;
}
 /* .single-wrapper .slider-for {
   width: calc(100% - 120px);
    order: 2;
    overflow: hidden;
} */

.mfp-figure figure img {
    background-color: #fff;
    padding: 0;
    margin: 40px 0;
}



@media only screen and (min-width: 1200px) {
.single-wrapper {
    margin-left: 10%;
    margin-right: 10%;
}
}
@media only screen and (max-width: 1199px) {
    .single-wrapper {
        background-color: transparent;
        flex-direction: column;
    }
    /* .single-wrapper .slider-for {
        width: 100%;
        order: 1;
        margin-bottom: 1rem;
    } 
    .single-wrapper .slider-nav {
        margin-left: 0;
        width: 100%;
        order: 2;
    } */

}
@media only screen and (max-width: 575px) {
    .single-wrapper .slider-for {
        margin-bottom: 0.5rem;
    }
    .single-wrapper .slider-nav img {
        width: 75px;
    }

}
/*---多件價---*/

.multiple-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    margin-bottom: 1rem;
}
.multiple-item .multiple-set {
    width: 200px;
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background-color: var(--p-main-color);
    border-radius: 10px;
    color: #fff;
}
.multiple-item .multiple-set strong{
    font-size: 38px;
    font-weight: 600;
}
.multiple-item .multiple-set small{
    font-size: 28px;
    font-weight: 400;
}
.multiple-item .multiple-info {
    width: calc(100% - 100px);
    padding: 0;
    border: 0;
    padding-left: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.multiple-item .price{
    margin-bottom: 0;
    flex-direction: column;
}
.multiple-item .price .old-price {
    font-size: 15px;
}
.multiple-item  .price .new-price{
    font-size: 17px;
}
.multiple-item  .price p{
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 5px;
}
.multiple-item .multiple-action{
    width: 150px;
}
.multiple-item .multiple-action .add-to-cart {
    min-width: fit-content;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: var(--p-second-color);
}
/**圖文編排**/
.layout-block,
.editor-block,
.blog-single .blog-single-content{
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
}
.layout-block h2, .editor-block h2, .blog-single .blog-single-content h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1rem;
}
.blog-page .blog-single .blog-single-content h2 {
    color: #FC6E56;
}
.layout-block h3, .editor-block h3, .blog-single .blog-single-content h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}
.blog-single .blog-single-content h3 {
    /* color: #26C6B6; */
}
.layout-block h4, .editor-block h4, .blog-single .blog-single-content h4 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
}
.layout-block h5, .editor-block h5, .blog-single .blog-single-content h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}
.layout-block h6, .editor-block h6, .blog-single .blog-single-content h6 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
}
.layout-block span,
.post__content span,
.editor-block span {
    border-radius: 10px;
}
.layout-block p:last-child{
    margin-bottom: 0;
}

.layout-block ul, .editor-block ul, .blog-single .blog-single-content .post__content ul, .faq-item .card-body ul {
    list-style-type: revert;
    padding: revert;
    margin: revert;
}
/* .layout-box.box-pic-left > .row,
.layout-box.box-pic-right > .row  {
    align-items: center;
} */
.layout-box > .row > div{
    margin-bottom: 2rem;
}
.layout-box{
    margin-bottom: 2rem;
}
.layout-box .box-inner img{
    margin-bottom: 1rem;
}
span.lazy-pic{
    display: block;
    min-height: 500px;
    aspect-ratio: 1 / 1; 
}
.lazy-pic img{
    width: 100%;
}
/**檢驗證書**/
.certificate-block .grid-cert{
    width: 90%;
    margin: auto;
}

.certificate-block .grid-cert .image{
    padding: 5px;
    /* padding: 20px;
    border: 6px solid #4c3f35;
    background-color: #f0ece8; */
}
.certificate-block .grid-cert img{
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.certificate-block .grid-cert .pro-body {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--p-font-color);
}
.certificate-block .grid-cert .pro-body p{
    margin-bottom: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 1rem; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

@media only screen and (max-width: 1199px) {
    .box-pic-left .row > div:first-child{
        order: 2;
    }
    .box-pic-left .row > div:last-child{
        order: 1;
    }
}
@media only screen and (max-width: 992px) {
.multiple-item .multiple-set {
    width: 150px;
}
.multiple-item .multiple-info {
    width: calc(100% - 150px);
    padding-left: 1rem;
}

}

@media only screen and (max-width: 767px) {
    .multiple-item .multiple-set {
        width: 100px;
    }
    .multiple-item .multiple-info {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 479px) {
    .layout-block {
        font-size: 16px;
    }
    .layout-block h2 {
        font-size: 24px;
    }
    .multiple-item .multiple-info {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        margin: 0;
        width: calc(100% - 90px);
    }
     .multiple-item {
        align-items: stretch;
        padding: 0;
    }
    .multiple-item .multiple-set {
        height: auto;
        align-items: center;
        width: 90px;
    }
    .multiple-item .price .new-price {
        font-size: 15px;
    }

    .multiple-item .multiple-action .add-to-cart {
        margin-top: 5px;
        height: 45px;
        font-size: 15px;
    }
    .multiple-item .multiple-set small {
        font-size: 25px;
        margin: 5px 0 0 5px;
    }
    .faq-item a[data-toggle='collapse'] {
        padding: 15px 40px 14px 20px;
        font-size: 18px;

    }
    .faq-item [data-toggle='collapse']:after {
        right: 20px;
        top: 28px;
    }
    .certificate-block .grid-cert .pro-body {
        font-size: 15px;
    }
}
/**編輯器**/

/**編輯器**/
.nutritionist img{
    padding: 0.75rem;
}

.pic-shadow{
    -webkit-box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
    .nutritionist{
        width: 70%;
        margin: auto;
        margin-bottom: 2rem;
    }
    .nutritionist img{
        padding: 0.5rem;
    }
}

/***blog頁面***/
section.blog-page{
    padding: 1rem 0;
}

.blog-top .port-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
}
.page-content,
.page-sidebar{
    margin-bottom: 3rem;
}
.page-content{
    /* padding-left: 3rem; */
}
.page-content .port-title{
    margin-bottom: 2rem;
}
.page-content .port-title .title,
.blog-top .port-title .title  {
    margin-bottom: 0.5rem;
}
.page-content .port-title.d-flex {
    align-items: center;
    justify-content: space-between;
}

.page-content .port-title .title {
    font-size: 34px;
    /* letter-spacing: 0;
    font-weight: normal; */
}


.blog-search {
    position: relative;
    /* width: 500px; */
    margin-bottom: 1rem;
  }
.blog-search input[type="text"] {
    width: 100%;
    height: 50px;
    border: 0;
    /* background-color: #f3f3f3; */
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 5px 50px 5px 20px;
    font-size: 15px;
    color: #999;
    border-radius: 50px;
}
.blog-search span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.page-sidebar .blog-search input[type="text"] {
    border: 1px solid var(--p-main-color) !important;
}
.blog-list .posts, 
.news-list .posts, 
.related-article .posts {
    border: 1px solid #efefef;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.blog-list .posts:hover,
.news-list .posts:hover, 
.related-article .posts:hover {
    border: 1px solid #d5d5d5;
}
.blog-list .posts{
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-radius: 10px;
}
.blog-list .posts .post-image {
    width: 450px;
    margin-right: 20px;
}

.blog-list .posts .post-body{
   width: calc(100% - 470px);
   padding: 0;
}
.blog-list .author,
.related-article .posts .author{
    font-size: 15px;
    color: #999;
    margin-bottom: 0.25rem;
}
.blog-list .author a,
.related-article .posts .author a{
    color: #666;
}
.blog-list .author a:hover,
.related-article .posts .author a:hover,
.blog-single .blog-single-content .post__date ul li a:hover{
    color: #000;
}
.blog-list .post__title {
    height: auto;
    margin-bottom: 0.5rem;
}
.blog-list .posts .post__description {
   font-size: 16px;
  }
.blog-list .posts .btn,
.news-list .posts .btn,
.related-article .posts .btn{
    letter-spacing: 1px;
    background-color: #ff794a;
    border-radius: 10px;
    color: #fff;
    border-radius: 45px;
    padding: 0.5rem 1.75rem;
    min-width: 140px;
}
.blog-list .posts .btn:hover,
.news-list .posts .btn:hover,
.related-article .posts .btn:hover {
    background-color: #ef663c;
}
/**標籤集合頁**/

.port-title.tag-title {
    position: relative;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.port-title.tag-title .title {
    border-bottom: 2px solid var(--p-main-color);
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.port-title.tag-title .title:before {
    content: "#";
    margin-right: 0.5rem;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--p-main-color);
    color: #fff;
    border-radius: 100%;
    font-size: 28px;
    font-weight: normal;
}
.author-block {
    margin: 5rem 3rem 2rem 3rem;
    position: relative;
    width: 470px;
    max-width: 100%;
}
.author-block .author-pic {
    position: absolute;
    z-index: 2;
    left: -3rem;
    top: -4rem;
    width: 160px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 10px 0 rgb(24 82 81 / 50%);
    -moz-box-shadow: 3px 3px 10px 0 rgb(24 82 81 / 50%);
    box-shadow: 3px 3px 10px 0 rgb(24 82 81 / 50%);
}
.author-block .author-pic img{
    border-radius: 100%;
    border: 3px solid #fff;
}
.author-block .author-info {
    font-size: 17px;
    line-height: 1.5;
    border-radius: 20px;
    border: 3px solid var(--p-main-color);
    padding: 1rem 2rem;
    padding-left: 130px;
    width: fit-content;
}
.author-block .author-info h5 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    background-color: var(--p-main-color);
    display: flex;
    align-items: baseline;
    padding: 0.25rem 2rem;
    position: absolute;
    top: -37px;
    left: 0;
    padding-left: 130px;
    margin: 0;
    border-radius: 15px 15px 0 0;
}
.author-block .author-info h5 small {
    font-size: 16px;
    margin-left: 0.5rem;
}
.author-block .author-info p {
    margin-bottom: 0.5rem;
}
.author-block .author-info .title {
    background-color: var(--p-font-color);
    color: #fff;
    width: fit-content;
    padding: 0.15rem 1rem;
    font-size: 15px;
}

@media only screen and (max-width: 575px){
    .author-block {
        margin: 5rem 1rem 2rem 1rem;
        width: fit-content;
    }
    .author-block .author-pic {
        left: -1rem;
        top: -3.5rem;
        width: 120px;
    }
    .author-block .author-info {
        width: 100%;
        padding: 5rem 1.5rem 1.5rem 1.5rem;
    }
    .author-block .author-info h5 {
        padding: 0.5rem 2rem;
        top: 0;
        right: 0;
        width: 100%;
        padding-left: 120px;
    }
}

.blog-tags .text-block {
    font-size: 21px;
    color: #777;
    margin-right: 0.5rem;
}
.blog-tags {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.blog-tags ul{
    display: flex;
    align-items: center;
}
.blog-tags li{
    margin-right: 0.5rem;
}
.blog-tags li a {
    background-color: var(--p-main-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-tags li a:before {
    content: "#";
    margin-right: 5px;
}


/**相關文章**/
section.related-article{
    padding: 3rem 0;
    background-color: #f9f9f9;
}
.related-article .posts {
    background-color: #fff;
}
.related-article .post__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    height: 65px;
}
.related-article .posts .post-image {
   margin-bottom: 1rem;
}
.related-article .posts .post-body {
    padding: 0;
}
.related-article .container > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.related-article .container > .row > div{
    padding-right: 10px;
    padding-left: 10px;
}
/**側欄**/
.page-sidebar .sticky-top {
    top: 140px;
    z-index: 1;
}
.sidebar_categories {
    margin-top: 0;
}
.sidebar_categories .theme_inner_title{
    display: none;
        }

.sidebar_categories ul {
    margin-bottom: 46px;
}
.sidebar_categories ul li {
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #efefef;
    margin-top: -1px;
}
.sidebar_categories ul li a {
    font-weight: normal;
    color: var(--p-font-color);
    position: relative;
    padding: 15px;
    display: block;
}
.sidebar_categories > ul > li a:hover {
    background-color: #f9f9f9;
}
.sidebar_categories ul li.current{
    background-color: var(--p-main-color) !important;
}
.sidebar_categories ul li.current a{
    background-color: var(--p-main-color) !important;
    color: #fff;
}
.sidebar_categories > ul > li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 22px; 
    left: 2px;
    border:1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px){
    .page-sidebar .sticky-top {
        position: initial;
    }
    section.blog-page {
        padding: 0;
    }
}
/*********搜尋結果**********/
.port-title.search-title h2 {
    margin-bottom: 1rem;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0;
}
.search-bar {
    padding: 20px;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
}
.search-bar .blog-search {
    margin-bottom: 0;
}
.sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.sort > div + div{
    margin-left: 1rem;
}
.sort .minibox, .sort select{
    width: auto;
    display: inline-block;
}

/*********最新消息**********/
.news-list .posts{
    padding: 0;
    margin-bottom: 2rem;
}
.news-list .posts .post-body {
    padding: 1rem;
}
.news-list .post__title{
    height: 55px;
}
@media only screen and (max-width: 1199px){

    .blog-list .posts .post-image {
        width: 250px;
    }
    .blog-list .posts .post-body {
        width: calc(100% - 270px);
    }
    .blog-list .post__title,
    .news-list .post__title {
        font-size: 20px;
    }
    .news-list .post__title {
        height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .related-article .post__title {
        height: 50px;
        font-size: 19px;
    }
}
@media only screen and (max-width: 992px){
    .blog-page .page-sidebar{
        order: 1;
    }
    .blog-page .page-content{
        order: 2;
    }
    .blog-top .port-title {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .page-content .port-title {
        margin-bottom: 1rem;
    }
    .page-sidebar .blog-search input[type="text"] {
        background-color: #fff;
        border: 1px solid #efefef;
    }
    .page-sidebar{
        /* display: none; */
        margin-bottom: 0;
    }
    .page-sidebar .page-sidebar-item {
        margin-bottom: 1rem;
    }
    .sidebar_categories ul {
        display: flex;
        overflow-x: scroll;
        margin-bottom: 1.5rem;
    }
    .sidebar_categories ul li {
        margin-top: 0;
        margin-right: 0.5rem;
        white-space: nowrap;
        border-radius: 50px;
    }
    .sidebar_categories ul li a{
        border-radius: 50px;
        background-color: #f3f3f3 !important;
        padding: 10px 20px;
    }
    .sort {
        margin-top: 0.5rem;
    }
    .blog-list .post__title,
    .news-list .post__title {
        font-size: 19px;
    }
    .news-list .post__title {
        height: 45px;
    }
}
@media only screen and (max-width: 767px){
    .blog-list .posts{
        padding: 1rem;
    }
    .blog-list .posts .post-image {
        width: 200px;
        margin-right: 15px;
    }
    .blog-list .posts .post-body {
        width: calc(100% - 215px);
    }
    .blog-list .posts .post__description {
        font-size: 15px;
    }
    .related-article .post__title {
        height: auto;
    }
}
@media only screen and (max-width: 575px){
    section.blog-page {
        padding: 0.5rem 0;
    }
    .page-content .port-title.d-flex {
        flex-direction: column;
    }
    .blog-search {
        width: 100%;
        /* margin-top: 1rem; */
    }
    .blog-list .posts{
        flex-direction: column;
        padding: 1rem;
    }
    .blog-list .posts .post-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .blog-list .posts .post-body {
        width: 100%;
    }
    .sort .minibox, .sort select {
        padding: 2px;
        height: 40px;
    }
    .search-bar {
        padding: 0;
        background-color: #fff;
    }
}



/*---加價購---*/

.product-increase h4 {
    font-size: 23px;
    font-weight: 500;
}
.product-increase-list {
    border: 5px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.increase_item {
    margin: 0;
    padding: 15px 15px 15px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    border: 1px solid #efefef;
    display: flex;
    flex-wrap: wrap;
}
.increase_item .proimg {
    margin: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}
.increase_item .proimg img{
    border: 1px solid #f3f3f3;
}
/*.increase_item:hover .proimg img{
    border: 1px solid var(--p-main-color);
}*/

.increase_item input[type=checkbox].ace + .lbl{
    top: 15px;
    left: 15px;
}
.increase_item .text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.increase_item .text > a{
    width: 100%;
}
.increase_item label {
    margin-right: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.increase_item .select-spec {
    z-index: 1;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}
.increase_item .select-spec select {
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    height: 40px;
    width: 150px;
    font-size: 14px;
}
.increase_item .select-spec select:last-child {
    width: 70px;
}
.best_sellers.product-increase .proimg {
    margin-left: 30px;
}
.best_sellers.product-increase .text {
    width: 65%;
}

.point-block{
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.point-block li{
    width: 50%;
    text-align: center;
    position: relative;
}
.point-block li:first-child{
    border-right: 1px solid #ccc;
}
.point-block h5{
    font-size: 30px;
    color: #000;
    margin: 10px 0;
    font-family: 'Montserrat', 'Lato', sans-serif
}
.data-table tr td.point-info{
    font-size: 16px;
    font-weight: 500;
}
.green{
    color: #00a000;
}
.point-table tr{
    position: relative;
}
.rwd-table td.point-date:before, 
.rwd-table td.point-item:before,
.rwd-table td.point-info:before{
    display: none;
}

/*popup*/
body.modal-open{
     padding-right: 0 !important;
}
.modal-dialog {
	width: 700px;
	min-width: 360px;
	max-width: 90%;
	margin: 10% auto;
}
.modal-dialog .modal-content {
    border-radius: 0;
}
.modal-title {
    font-size: 19px;
}
.modal-dialog.modal-sm {
	width: 480px;
}
.modal-body.shop-product {
    padding: 2rem;
    margin-bottom: 0;
}
.modal-body.shop-product .pro-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.modal-body.shop-product .product-body .name {
    font-size: 28px;
	padding-right: 40px;
    margin-bottom: 15px;
}
.modal-body.shop-product .pro-title img {
    width: 200px;
    border: 1px solid #e7e7e7;
    margin-right: 1rem;
    border-radius: 10px;
}
.modal-body.shop-product .pro-title > div{
    width: calc(100% - 220px);
}
.modal-body.shop-product .limited-time {
    background-color: #f9f9f9;
    margin-bottom: 0.5rem;
    box-shadow: none;
}
.modal-body.shop-product .limited-txt {
    color: var(--p-main-color);
    font-size: 16px !important;
}
.modal-body.shop-product .price {
    margin: 15px 0;
}
.modal-body.shop-product .price .new-price {
    font-size: 14px;
}
.modal-body.shop-product .price.multiple-price {
    flex-direction: column;
    margin: 0 0 0.75rem 0;
}
.modal-body.shop-product .price.multiple-price .new-price{
    font-size: 18px;
}
.modal-body.shop-product .price.multiple-price p {
    margin: 10px 0 0 0;
    font-size: 17px;
}

.modal-body .pro-select {   
    display: block;
    margin-bottom: 0;
  }
.modal-body .pro-select h6,
.modal-body .pro-select .label{
    margin-bottom: 5px;
    font-weight: 400;
}
.modal-body .pro-select .spec-name{margin-bottom: 5px;font-size: 14px;}
.modal-body.shop-product .pro-select li span.price {
    display: inline;
}
.modal-body.shop-product .product-body .product-button{
    justify-content: space-between;
    margin-bottom: 0;
}


.modal-body .shop-btn {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 210px);
    width: 100%;
}
.modal-body.shop-product .shop-btn .add-to-cart{
    height: 55px;
}
.shopping-bag-1 .modal-body .shop-btn,
.shopping-bag-2 .modal-body .shop-btn,
.shopping-bag-3 .modal-body .shop-btn {
    width: calc(100% - 210px);
}
.modal-body .product-body .quantity{
    width: 200px;
}
#addToCart .modal-header{
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-dialog .modal-content .modal-header{
	justify-content: center;
}
.modal-dialog .modal-content .modal-header h4{
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}



.modal-dialog .modal-content .close {
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 1;
    /* background-color: #f3f3f3; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    opacity: 1;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 999;
}
.warningbox .modal-dialog {
  width: 25%;
}
.warningbox h4 {
	font-size: 15px;
  text-align: center;
  padding: 0;
}
.warningbox .modal-footer {
    text-align: center;
    margin: 0;
    border: 0;
    padding: 0 0 30px 0;
    justify-content: center;
}
.warningbox .modal-footer .add-btn {
  margin: 0;
}
.warningbox .modal-body {
     text-align: center;
	padding: 30px;
    font-size: 19px;
    font-weight: 300;
}
.warningbox .modal-header {
  padding: 10px;
  display: none;
}

.fb_iframe_widget_fluid span {
    width: 100% !important;
    max-width: 100% !important;
}

/*---積分---*/
.rewards-card-block {
    padding: 70px 40px 40px 60px;
    background: #f7f3e9;
    margin: 20px 0 40px 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.rewards-card-block::after {
    display: block;
    font-family: IcoFont;
    content: "\ef3c";
    font-size: 180px;
    position: absolute;
    right: 0;
    color: #fff2cd;

}

.rewards-card-block h5 {
    font-family: 'Noto Serif TC', serif;
    font-weight: 900;
    font-size: 25px;
    background: var(--p-main-color);
    color: #fff;
    padding: 15px;
    width: 250px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rewards-card {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 20px;
}

.rewards-card li {
    margin: 5px;
    width: calc(14.26% - 10px);
    height: 100px;
    border: 2px dotted #ebe1c9;
    display: flex;
    position: relative;
    border-radius: 10px;
    background: #fff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 15;
}

.point-complete {
    position: absolute;
    width: 90%;
    height: 90%;
    background-image: url(../images/stamp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.point-complete i {
    display: block;
    font-size: 17px;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.point-date {
    font-size: 13px;

}

.rewards-card li .rewards-card-num {
    text-align: center;
    margin: auto;
    font-size: 25px;
    color: #9f9f9f;
}

.rewards-card-info {
    position: relative;
    z-index: 10;
}

.rewards-card-info span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.rewards-card-info span i {
    font-style: normal;
    font-size: 16px;
    margin-right: 3px;
}

.point-title {
    font-size: 20px;
}

.point-title span {
    display: inline-block;
    padding: 0 5px;
    font-size: 27px;
    color: #ff476f;
}
.point-switch {
    display: flex;
    justify-content: flex-end;
}

.switch {
    position: relative;
    margin-left: 10px;
}

.switch label {
    cursor: pointer;
    height: 30px;
    width: 60px;
    background: #dadada;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch input {
    position: absolute;
}

.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch input:checked+label {
    background: var(--p-main-color);
}

.switch input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.switch label:active:after {
    width: 60px;
}

.special-point i {
    color: #ff476f;
}
.point-btn {
    padding: 15px;
    font-size: 20px;
    border-radius: 40px;
    width: 250px;
    max-width: 100%;
    border: 0;
    background-color: var(--p-second-color);
    color: #fff !important;
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
}

.point-btn.grey {
    background: #b6b6b6;
}

.point-uesd {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--p-second-color);
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 11px;
    color: #fff !important;
    font-size: 14px;
}
.point-pro .shop-product{
    margin-bottom: 20px;
}
.point-pro .product-thumb {
    position: relative;
    border: 1px solid #ededed;
    height: 100%;
}
.point-pro .product-thumb .image{
    position: relative;
}
.point-pro .caption {
    padding: 10px;
}
.point-pro .name{
    height: 47px;
    margin-bottom: 5px;
    overflow: hidden;
}
.point-pro .product-exchange {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point-pro .add-btn {
    line-height: 25px;
    padding: 5px;
    min-width: 80px;
    margin: 0;
    font-size: 14px;
    background: var(--p-second-color);
}
.point-pro .add-btn.empty, .point-btn.empty {
    background-color: #999;
    cursor: default;
}
.point-pro .price {
    margin: 0;
    color:#ff476f;
    font-size: 17px;
}
.point-pro .price i{
    margin-right: 5px;
}
.point-pro .btn-cart {
    background: var(--p-main-color);
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}

.point-pro .btn-cart.grey {
    background: #ccc;
}

.sold-out .image:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: .6;
}

.sold-out .image:after {
    content: "兌換完畢";
    display: block;
    position: absolute;
    color: #484848;
    border: 1px solid;
    transform: rotateZ(-15deg);
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    background: rgb(255 255 255 / 77%);
}

.point-pro-info {
    padding: 20px;
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    height: 300px;
    overflow-y: auto;
}

.point-exchange {
    display: flex;
    height: 100%;
    background:#ff96ad;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 13px;
}

.point-exchange i {
    display: block;
    width: 100%;
    font-size: 15px;
}

#point-cart .modal-body.product_details h2 {
    padding-right: 45px;
    margin: 10px 0;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}
#point-cart .product_details .price {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ff476f;
}
#promenu {
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    margin: 10px auto 20px auto;
}

#promenu li a,
#promenu li {
    display: inline-block;
    position: relative;
    color: #676767;
}
#promenu li a {
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px;
    border-radius: 50px;
}
#promenu li.active a {
    border-color:var(--p-second-color);
    background:var(--p-second-color);
    color: #fff;
}
#point-modal{
    text-align: center;
}
#point-modal .modal-body {
    padding: 20px;
}
#point-modal .modal-dialog{
    width: 500px;
    max-width: 95%;
    margin: 10px auto;
}
#point-modal .modal-dialog .modal-content .close {
    background-color: rgb(204 204 204 / 0.5);
    color: #fff;
}
#point-modal .modal-dialog .modal-content .close:hover {
    background-color: rgb(204 204 204 / 1);
}
#point-modal img {
    margin-bottom: 20px;
}
#point-modal h4 {
    color: var(--p-main-color);
    font-size: 28px;
    margin-bottom: 20px;
}
#point-modal p {
    text-align: center;
    font-size: 21px;
}
#point-modal p span{
    font-size: 25px;
}
#point-modal .point-btn{
    margin-top: 0;
}

#point-today-fix {
    z-index: 999999;
    position: fixed;
    right: 20px;
    bottom: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px -670px 0px 0px; */
}
#point-today-fix a{
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
}

#point-today-fix a span{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 80px;
    background: var(--p-main-color);
    padding: 2px;
    border-radius: 15px;
    color: #fff;
}
.clock {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
  }
  /* Clock Body */
  
  .clock-body, .clock-body:before {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .clock-body {
    border: 4px solid var(--p-main-color);
    overflow: hidden;
    background-color: white;
    left: 5px;
    top: 6px;
  }
  
  .clock-body:before {
    content: '';
    border: 3px solid #dcdbd3;
    left: -2px;
    top: -2px;
  }
  
  /* Clock Hands */
  
  .clock-hands:before, .clock-hands:after {
    position: absolute;
    content: '';
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    transform-origin: top;
    transform: rotate(180deg) translate(0, 5px);
    top: 4px;
  }
  
  .clock-hands {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fe504d;
    border-radius: 50%;
    border: 2px solid black;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
  }
  
  .clock-hands:before {
    width: 3px;
    height: 12px;
    left: -1px;
    top: 3px;
    transform: rotate(260deg) translate(0, 5px);
  }
  
  .clock-hands:after {
    width: 3px;
    height: 13px;
    left: 0;
  
  }
  /* Clock Legs */
  
  .clock .clock-leg:nth-child(1) {
    transform: rotate(-38deg);
  }
  
  .clock .clock-leg:nth-child(2) {
    transform: rotate(38deg) translate(27px, -20px);
  }
  
  .clock-leg {
    position: absolute;
    height: 29px;
    width: 3px;
    background-color: black;
    left: 12px;
    border-radius: 10px;
  }
  
  .clock-leg:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 3px;
    background-color: black;
    top: 22px;
    left: 0;
    border-radius: 10px;
  }
  
  .bell {
    position: absolute;
    width: 18px;
    height: 8px;
    background-color: var(--p-main-color);
    left: -9px;
    top: 2px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    animation: animate-clock-bell 5s linear infinite;
  }
  
  .bell:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 8px;
    background-color: var(--p-second-color);
    right: -15px;
    top: 0px;
    border-radius: 40px 40px 0 0;
  }
  
  
  @keyframes animate-clock-bell {
    0% { transform: translate(0, 0); }
    60% { transform: translate(0, 0); }
    61% { transform: translate(-3px, -2px); }
    62% { transform: translate(3px, 2px); }
    63% { transform: translate(-3px, -2px); }
    64% { transform: translate(3px, 2px); }
    65% { transform: translate(-3px, -2px); }
    66% { transform: translate(3px, 2px); }
    67% { transform: translate(-3px, -2px); }
    68% { transform: translate(3px, 2px); }
    69% { transform: translate(-3px, -2px); }
    70% { transform: translate(3px, 2px); }
    71% { transform: translate(-3px, -2px); }
    72% { transform: translate(3px, 2px); }
    73% { transform: translate(-3px, -2px); }
    74% { transform: translate(3px, 2px); }
    75% { transform: translate(-3px, -2px); }
    76% { transform: translate(3px, 2px); }
    77% { transform: translate(-3px, -2px); }
    78% { transform: translate(3px, 2px); }
    79% { transform: translate(-3px, -2px); }
    70% { transform: translate(3px, 2px); }
    71% { transform: translate(-3px, -2px); }
    72% { transform: translate(3px, 2px); }
    73% { transform: translate(-3x, -2px); }
    74% { transform: translate(3px, 2px); }
    75% { transform: translate(-3px, -2px); }
    76% { transform: translate(3px, 2px); }
    77% { transform: translate(-3px, -2px); }
    78% { transform: translate(3px, 2px); }
    79% { transform: translate(-3px, -2px); }
    80% { transform: translate(3px, 2px); }
    81% { transform: translate(-3px, -2px); }
    82% { transform: translate(3px, 2px); }
    83% { transform: translate(-3px, -2px); }
    84% { transform: translate(3px, 2px); }
    85% { transform: translate(-3px, -2px); }
    86% { transform: translate(3px, 2px); }
    87% { transform: translate(-3px, -2px); }
    88% { transform: translate(3px, 2px); }
    89% { transform: translate(-3px, -2px); }
    90% { transform: translate(3px, 2px); }
    91% { transform: translate(-3px, -2px); }
    92% { transform: translate(3px, 2px); }
    93% { transform: translate(-3px, -2px); }
    94% { transform: translate(3px, 2px); }
    95% { transform: translate(-3px, -2px); }
    96% { transform: translate(3px, 2px); }
    97% { transform: translate(-3px, -2px); }
    98% { transform: translate(3px, 2px); }
    99% { transform: translate(-3px, -2px); }
    100% { transform: translate(3px, 2px); }
  }
  .outline-btn {
    padding: 3px 7px;
    border: 1px solid var(--p-main-color);
    color: var(--p-main-color);
}
/**畫面調整**/
section.p-t-100 {
    padding-top: 70px !important;
}

section.hot-products{
    padding-bottom: 0 !important;
}
section.page-search .shop-list{
margin-top: 20px;
}
.shop-list.wishlist .shop-product .product-body .product-button {
    flex-direction: column;
}
.shop-list.wishlist .add-to-cart {
    width: 100%;
}
.remove-wishlist {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.remove-wishlist .remove {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon/close.png) no-repeat;
    cursor: pointer;
    margin-right: 5px;
}
.remove-wishlist .remove:hover {
    background: url(../images/icon/close_hover.png) no-repeat;
  }
.product-button .quantity span {
    width: 50px;
    height: 50px;
  }
.product-button .quantity span i {
    font-size: 21px;
  }
.product-button .quantity input[type="number"] {
    height: 50px;
}
.multiple-price {
    display: flex;
}
.multiple-price .discount-title {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    width: 10%;
    background-color: var(--p-second-color);
    color: #fff;
    text-align: center;
}
.multiple-price .discount-content {
    width: 90%;
    padding: 10px 30px;
    border: 1px solid var(--p-second-color);
}
.multiple-price .discount-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.multiple-price .discount-item .discount{
    color: var(--p-focus-color);
}
.multiple-price .quan i {
    margin-left: 5px;
    font-size: 17px;
    color: var(--p-second-color);
}
.multiple-price .new-price{
    font-size: 17px;
}
.multiple-price .owl-item{
    border-left: 1px dotted #ccc;
    margin-right: -1px;
    border-right: 1px dotted #ccc;
}
.multiple-price .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.multiple-price .owl-nav > div{
    position: absolute;
    left: 0;
    padding: 10px;
}
.multiple-price .owl-nav > div.owl-next{
    left: auto;
    right: 0;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.75rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show { opacity: 1; }
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before,
.tooltip .arrow::after{
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, 
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::after, 
.bs-tooltip-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-tooltip-top .arrow::before{
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.bs-tooltip-top .arrow::after, 
.bs-tooltip-auto[x-placement^="top"] .arrow::after{
    bottom: 1px;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #ececec;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.4rem 0.75rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: 0.3rem;
}
.space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-product .add-to-wishlist {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    border-radius: 100%;
    margin-right: 0;
    /* position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2; */
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.shop-product .add-to-wishlist i {
    font-size: 24px;
}
 
.pagination {
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.pagination .page-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: var(--p-font-color);
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--p-main-color);
    border-color: var(--p-main-color);
}

@media(max-width:1080px) {
#point-today-fix{
    display: none;
}
.product-button .quantity {
    width: 130px;
}
header .header-wrapper-desktop .header .header-main .header__navbar ul.navbar-menu > li.full-dropdown-submenu .sub-menu {
    padding: 25px 25px;
}
header .header-wrapper-desktop .header .header-main .header__navbar ul.navbar-menu > li .sub-menu > li.second-menu li > a,
header .header-wrapper-desktop .header .header-main .header__navbar ul.navbar-menu > li .sub-menu > li > a {
    font-size: 17px;
    padding: 7px 0;
}
}
@media(max-width:992px) {
    body {
        padding-top: 120px;
    }
    body.product-detail-page{
        margin-bottom: 75px;
    }
    .header-mobile__logo {
        height: 70px;
    }
    .contact-page {
        margin-top: 50px;
    }
    .increase_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .increase_item .select-spec {
        position: static;
        text-align: right;
        margin-top: 10px;
    }
    
    /*****fix menu*****/
    .fixed-button {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: #fff;
        text-align: center;
    }
    .fixed-button ul.button-menu,
    .fixed-button ul.product-btn {
        background-color: #f7f7f7;
        margin: 0;
        padding: 0;
        display: flex;
    }
    .fixed-button ul.button-menu li,
    .fixed-button ul.product-btn li {
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }
    
    .fixed-button ul.button-menu li {
        border-right: 1px solid #ddd;
    }
    .fixed-button ul.button-menu li:last-child {
        border-right: 0;
    }
    .fixed-button ul.button-menu li img {
        width: 20px;
        height: 20px;
        margin: auto auto 2px;
        display: block;
    }
    .fixed-button ul.button-menu li a {
        display: block;
        padding: 11px 0;
        color: #666;
        font-size: 12px;
        line-height: 17px;
    }
    .fixed-button ul.button-menu.full {
        width: 100%;
        float: none;
        display: flex;
    }
    .fixed-button ul.button-menu.full li {
        width: 100%;
    }
    .fixed-button ul.button-menu.full li img {
        display: inline-block;
        margin-right: 5px;
    }
    .fixed-button ul.button-menu.full li a {
        padding: 20px 5px;
        font-size: 15px;
    }
    .fixed-button ul.product-btn {
        padding: 1rem;
        background-color: #fff;
        justify-content: space-between;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    }
    .fixed-button ul.product-btn li{
        width: 49%;
     }
    .fixed-button ul.product-btn li:last-child {
        border-right: 0;
    }
    .fixed-button ul.product-btn li.limited-txt {
        width: 100%;
        position: absolute;
        top: -15px;
        background-color: #fff;
        left: 0;
        padding: 5px 0;
        margin: 0;
        -webkit-box-shadow: 0px -10px 10px 0 rgb(0 0 0 / 5%);
        -moz-box-shadow: 0px -10px 10px 0 rgb(0 0 0 / 5%);
        box-shadow: 0px -10px 10px 0 rgb(0 0 0 / 5%);
    }
    .fixed-button ul.product-btn .add-to-cart {
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: auto;
        width: 100%;
        margin: 0;
        font-size: 17px;
        height: 55px;
        border-radius: 10px;
    }
    .fixed-button ul.product-btn li.bt-btn {
        width: 20%;
    }

    .fixed-button ul.product-btn li.bt-buy {
        width: 40%;
    }
    .fixed-button ul.product-btn li.bt-btn .add-to-cart {
        font-size: 14px;
        background-color: transparent;
        min-width: auto;
        color: #666 !important;
        display: flex;
        flex-direction: column;
        padding: 8px 0;
    }
    .fixed-button ul.product-btn li.bt-btn .add-to-cart i{
        font-size: 17px;
    }
    .fixed-button .add-to-cart + .add-to-cart {
        margin: 5px 5px 5px 0;
    }
    .store-item table {
        display: inline-block;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;

        border: 0;
    }
    .full{
        width: 100%;
    }
    .multiple-price .discount-title {
        width: 15%;
    }
    .multiple-price .discount-content {
        width: 85%;
    }
}
@media(max-width:767px) {
    .shop-product .product-body .name {
        font-size: 36px;
    }
    .modal-body.shop-product .pro-select ul.spec-txt li a {
        line-height: 1.2;
    }
    .modal-body.shop-product .pro-select li span.price{
        display: block;
        margin: 0;
    }
    .hidden-xs {
        display: none;
    }
    .sort-right {
        text-align: left;
        margin-top: 15px;
    }
    .form-complete .form-row {
        padding-bottom: 0;
        font-size: 16px;
    }
    .form-complete .form-row label {
        width: 105px;
        flex: 0 0 105px;
    }
    .form-complete .form-row .col-sm-9.color1{
        width: calc(100% - 105px);
        padding-bottom: 0;
        flex-flow: row wrap;
    }
    .member-page .form-row .col-sm-9.color1.full{
        width: 100%;
        margin-top: -10px;
    }
    .breadcrumb li{
        line-height: 25px;
    }
    section.banner-block {
        margin: 0 0 50px 0;
    }
    .shop-list .shop-list-body.shop-grid .shop-product .product-image a {
        padding: 5px;
    }

    .shop-product .add-to-wishlist {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 2;
        width: 45px;
        height: 45px;
        right: 10px;
        top: 10px;
        z-index: 2;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }
    .shop-product .add-to-wishlist i {
        font-size: 21px;
    }
    /*---打卡---*/
    .rewards-card-block h5 {
        font-size: 20px;
        padding: 10px;
        width: 200px;
    }
    .rewards-card-block {
        padding: 60px 20px 20px;
    }
    .rewards-card li {
        width: calc(33.33% - 10px);
    }
    .point-complete{
        width: 80px;
        height: 80px;
    }
    .rewards-card{
        margin-top: 10px;
    }
    .point-block h5{
        font-size: 26px;
    }
    #point-today-fix{
        display: none;
    }
    .point-exchange-fix{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        left: 0;
        padding: 10px;
    }
    .point-exchange-fix .point-btn{
        margin-top: 0;
        padding: 10px;
    }
    .point-pro-info {
        padding: 20px;
        border: 1px solid #e9e9e9;
        margin: 20px 0;
        height: calc(100vh - 191px );
        overflow-y: auto;
    }
    #point-cart .modal-body{
        height: 100vh;
        background: #fff;
    }
    #point-cart .modal-body.product_details h2{
        font-size: 18px;
        line-height: 1.5;
    }
    .mobile-hidden {
        display: none !important;
    }
    .product-button .quantity{
        width: 160px;
    }
    .modal-body.shop-product .pro-title img,
    .modal-body .product-body .quantity{
        width: 180px;
    }
    .shopping-bag-1 .modal-body .shop-btn,
    .shopping-bag-2 .modal-body .shop-btn,
    .shopping-bag-3 .modal-body .shop-btn,
    .modal-body.shop-product .pro-title > div {
        width: calc(100% - 190px);
    }

}
@media(max-width: 575px) {
    body {
        padding-top: 110px;
    }
    .header-mobile__logo {
        height: 55px;
    }
    .breadcrumb li {
        font-size: 14px;
        line-height: 20px;
    }
    section.page-search .container{
        padding-top: 80px !important;
    }
    section.p-t-100 {
        padding-top: 30px !important;
    }
    .m-t-40 {
        margin-top: 20px !important;
    }
    .p-b-80 {
        padding-bottom: 40px !important;
    }

    .footer .main-footer .main-footer-container .footer-item .footer-item-content .footer-list li {
        margin-bottom: 10px;
    }
    section.banner-block {
        margin: 15px 0 50px 0;
    }
    
    .form-row.row .add-btn{
        padding: 8px 15px;
        min-width: 120px;
    }
    .member-page .form-row.row .add-btn {
        padding: 7px 10px;
        border-radius: 5px;
        min-width: 100px;
    }
    .form-complete .form-row label {
        width: 85px;
        flex: 0 0 85px;
    }
    .form-complete .form-row .col-sm-9.color1{
        width: calc(100% - 85px);
    }
    .increase_item {
        padding: 15px;
        align-items: end;
    }
    .increase_item .proimg {
        margin: 0 10px 0 25px;
    }
    .increase_item h6{
        font-size: 15px;
    }
   .increase_item .select-spec {
        right: 5px;
        bottom: 5px;
    }
    .product-button .quantity input[type="number"] {
        padding: 0 35px;
    }
    .gift li .storehouse {
        display: inline-flex;
    }
    .related-block .owl-carousel .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .shop-list .shop-product .product-body .product-button, .grid-product .image .addcart, .shop-list .shop-product .product-body .pro-select {
        width: 100%;
        /* flex-direction: column; */
    }
    .shop-product .product-body .name {
        font-size: 32px;
    }
    section.home-icon-block {
        padding: 2rem 0;
    }
    .fixed-button ul.button-menu.full li a {
        font-size: 14px;
    }
    .modal-dialog .modal-content .close {
        right: 5px;
        top: 5px;
    }
    .modal-body.shop-product .pro-title {
        flex-direction: column;
        margin-bottom: 0;
    }
    .modal-body.shop-product .pro-title > div{
        width: 100%;
    }
    .modal-body .product-body .quantity{
        width: 120px;
    }
    .modal-body .shop-btn {
        width: calc(100% - 130px);
    }
    .modal-body.shop-product .pro-title img {
        width: 70px;
        border-color: var(--p-main-color);
        margin-right: 0.5rem;
        margin-bottom: 1rem;
    }
    .modal-body.shop-product .product-body .name {
        padding-right: 30px;
        position: absolute;
        top: 0;
        left: 80px;
        font-size: 24px;
        min-height: 68px;
        display: flex;
        align-items: center;
    }
    .modal-body.shop-product .product-body .product-button {
        flex-direction: column;
    }
    .modal-body .product-body .quantity,
    .modal-body .shop-btn{
        width: 100% !important;
    }
    .modal-body .product-body .add-to-cart {
        height: 55px;
        line-height: 55px;
        margin-top: 0.5rem;
    }
    .post-share {
        flex-wrap: wrap;
    }
    .post-share h4,
    .post-share .text-block
    .post-share .social-icons {
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .post-share h4,
    .post-share .text-block {
        margin-bottom: 0.5rem;
    }
    .port-title.search-title h2 {
        font-size: 28px;
    }
    .fixed-button ul.product-btn .add-to-cart {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .modal-body.shop-product .price.multiple-price {
        /* align-items: center; */
    }
    .campaign-page{
        margin-bottom: 78px;
    }
}
@media(max-width:379px) {
    .header-mobile__logo{
        height: 50px;
    }
    .header__button ul li {
        padding-right: 10px;
    }
    .data-table tr td.point-info{
        font-size: 18px;
    }
    .point-block h5{
        font-size: 22px;
    }
    .increase_item .select-spec select {
        width: 120px;
    }
}
@media(max-width:320px) {
 .increase_item {
        padding: 10px;
    }
.increase_item input[type=checkbox].ace + .lbl {
        top: 10px;
        left: 10px;
}
.increase_item .select-spec select {
    height: 35px;
    width: 95px;
}
.increase_item h6 {
    font-size: 14px;
    line-height: 20px;
}
/*.shop-product .product-body .product-button {
    display: block;
}*/
.product-button select {
    width: 100%;
    margin-bottom: 5px;
}
.storehouse {
    display: inline-block;
}
.pro-payment h6, .pro-select h6, .product-button h6, .product-share .text-block {
    width: 75px;
}
.fixed-button ul.product-btn .add-btn {
    padding: 15px 0;
   }
   .point-complete {
    width: 70px;
    height: 70px;
}
.rewards-card-block {
    padding: 60px 10px 20px;
    border-radius: 0;
}
.point-title {
    font-size: 15px;
}

.product-button .quantity input[type="number"] {
    width: 100%;
}
.shop-list .add-to-cart {
    min-width: 90%;
}
.shop-list .quantity + .add-to-cart {
    width: 100%;
}
.modal-body.shop-product .pro-title {
    flex-direction: column;
}
.modal-body.shop-product .product-body .name {
    padding-right: 0;
    margin: 10px 0;
}
}
/* 倒數搶購頁面 */
.countdown-page .pager-modern {
    margin: 0;
}
.countdown-page .pager-modern a {
    width: 50% !important;
    border: 0px solid var(--p-font-color);
    /* margin: 0 5px; */
    padding: 10px;
    height: auto;
}
.countdown-page .countdown-title {
    height: 230px;
    margin-bottom: 30px;
    padding: 42px 40px 40px 350px;
    background: url(../images/countdown-bg.jpg) no-repeat center bottom #fbcc3d;
    overflow: hidden;
    background-size: 100%;
    position: relative;
}
.countdown-page .countdown-title h1 {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 0 20px;
    color: #c00;
}
.countdown-page .countdown-title .countdown {
    margin-top: 20px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #000;
    border: 0;
    padding: 0;
    display: inherit;
    background: transparent;
}
.countdown-page .countdown-title .countdown span {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    background: rgb(85,85,85);
    background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 991px){
.countdown-page .countdown-title {
    padding: 23px 50px;
    height: 320px;
    background: url(../images/countdown-bg800.jpg) no-repeat center center #fbcc3d;
    background-size: cover;
}
.countdown-page .countdown-title h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 10px;
}
.countdown-page .countdown-title .countdown {
    line-height: 40px;
    font-size: 19px;
}
}
@media only screen and (max-width: 768px){
.countdown-page .countdown-title h1 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 30px;
}
}
@media only screen and (max-width: 575px){
    .countdown-page .countdown-title {
        padding: 23px 30px;
    }
    .countdown-page .countdown-title .countdown span {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 375px){
    .countdown-page .countdown-title .countdown span {
        font-size: 16px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 320px){
    .countdown-page .countdown-title {
        padding: 23px 20px;
    }
    .countdown-page .countdown-title .countdown span {
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
/* 設定手機版畫面相容性安全寬度 */
body {
    padding-bottom: constant(safe-area-inset-bottom); 
    padding-bottom: env(safe-area-inset-bottom);
}
.fixed-button,
.marquee-block,
.to-top,
.fix-right{
    margin-bottom: env(safe-area-inset-bottom);
}
.footer-safe-area{
    background-color: #fafafa;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: env(safe-area-inset-bottom);
    border-top: 1px solid #e8e8e8;
    z-index: 1520;
}
/* ------跑馬燈設定------ */
/* 跑馬燈關閉前menu位置 js調整 */
.marquee-sp{top: 35px !important;}
.slide-mar-sp{margin-top: 163px;}
.mar-top-sp{margin-top: 35px;}
@media (max-width: 992px){
    .marquee-btn-sp{
        top:46px;
    }
    .slide-mar-sp{
        margin-top: 113px;
    }
}
@media (max-width: 767px){
    .marquee-btn-sp{
        top:47px;
    }
    .slide-mar-sp{
        margin-top: 115px;
    }
    .mar-top-sp{
        margin-top: 10px;
    }
}
@media (max-width: 575px){
    .marquee-btn-sp{
        top:35px;
    }
    .slide-mar-sp{
        margin-top: 94px;
    }
    .pick-block{
        margin-bottom: env(safe-area-inset-bottom);
    }
}
/* 跑馬燈本體 */
/* .marquee-block {
    background-color: rgb(29 175 171 / 80%);
    transform: translate(0, 0);
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    position: fixed;
    z-index: -1;
    bottom: 15px;
    border-radius: 20px;
    left: 20%;
    right: 20%;
} */
.marquee-block {
    background-color: var(--p-main-color);
}
.marquee {
    font-size: 15px;
    height: 40px;
    line-height: 27px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marquee a{
    color: #fff;
}
.marquee--inner{
    padding-left: 40px;
}
.marquee--inner ul li a:hover{opacity: .7;}
.marquee--inner{
    margin-left: 25px;
    padding-left: 25px;
    display: flex;
    height: 40px;
    align-items: center;
}
.marquee--inner ul {
    margin-left: 25px;
    padding-left: 25px;
    display: flex;
    height: 40px;
    align-items: center;
}
.marquee--inner li{
	display: block;
	float: left;
	margin-right: 100px;
	padding-left: 20px;
	position: relative;
}
.marquee--inner li a {
    color: #fff;
}
.marquee--inner li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 13px;
    opacity: 0.5;
}
.main_content .marquee {
	margin: -30px 15px 30px 15px;
}
.marquee-block .closemar{
    position: absolute;
    top: 0;
    z-index: 1;
}
.marquee-block .closemar .close{
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: url(../images/icon/close_white.png) no-repeat center;
    background-size: 10px;
    width: 40px;
    height: 40px;
}



/* ------跑馬燈設定 結束------ */

/* 廣告圖modal */
#pop-modal .modal-dialog {
    width: 400px;
    max-width: 100%;
}
#pop-modal .modal-dialog.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
    margin: 0 auto;
}
#pop-modal .modal-body{
    padding: 0;
}
#pop-modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
#pop-modal .modal-dialog .modal-content .close{
    color: #fff;
    top: 0;
    right: 0;
   /* text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px; */
}
i.fa.link-w {
    background-image: url(../images/icon/link-w.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
}
i.fa.link {
    background-image: url(../images/icon/link.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
}
i.fa.link-main-color {
    background-image: url(../images/icon/link-main-color.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
}
i.fa.friends {
    background-image: url(../images/icon/friends-w.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
}
.qrcode-actions .add-btn {
    background-color: #26C6B6;
    color: #ffffff!important;
    min-width: 210px;
    border: 1px solid #26C6B6;
    border-radius: 25px;
}
@media (max-width: 767px){
    .qrcode-actions .add-btn {
        font-size: 14px;
        min-width: 150px;
        padding: 8px 0 !important;
    }
}
.qrcode-actions .add-btn.line-share {
    background-color: #06c755;
    color: #ffffff!important;
    border: 1px solid #06c755;
}
.qrcode-actions i {
    margin-right: 5px;
}
.qrcode-actions i.fa.link-w,  .qrcode-actions i.fa.friends,  .qrcode-actions i.fa.link-main-color {
    margin-right: 5px;
    background-size: 15px;
    width: 15px;
    height: 15px;
}
.qrcode-actions .add-btn.copied-btn {
    color: #26C6B6!important;
    border: 1px solid #26C6B6;
    background-color: #ffffff;
}
.share-steps .share-info {
    text-align: center;
    line-height: 1.8;

}
.share-steps .share-info h5 {
    font-size: 24px;
}
@media (max-width: 767px){
    .share-steps .share-info p {
        text-align: left;
    }
    .share-steps .share-info .notice-regi p {
        text-align: center;
    }
    .share-steps .share-info h5 {
        font-size: 22px;
    }
}
.share-steps .steps {
    width: 100%;
}
.period-gift h4 {
    text-align: center;
}
.period-gift .coupon-list .item {
    border-top: 3px solid var(--p-main-color);
    justify-content: center;
}
@media (max-width: 767px){
    .period-gift .coupon-list .item {
        border-radius: 0 0 10px 10px;
    }
}
.post-share.share-link {
    background-color: transparent;
    flex-direction: column;
    margin-top: 2rem;
}
.post-share.share-link ul li {
    margin: 0 10px;
}

/* .post-share .social-icons i.fa.link {
    width: 30px;
    height: 30px;
} */