* {
    font-family: "微軟正黑體", "新細明體";

}

body {
    font-weight: 400;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微軟正黑體", "新細明體";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p {
    color: #000000;
}

.block {
    margin-bottom: 20px;
}

.width-100 {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.hr-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.hr-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #be9b0057;
}

.breadcrumb a {
    color: #212121;
    font-weight: 400;
}

.breadcrumb>.active {
    /* color: #f26649; */
    color: #3E3A39;
    font-weight: 400;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}

.top-search-div .top-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    width: 40px;
}

/*svg*/
.svg-bg {
    position: absolute;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
}

ellipse {
    fill: #cff0ff;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*end*/



/*end*/

/*上橫幅*/
.header-top .col-xs-2 {
    padding-right: 0px;
}

.header-top .col-xs-10 {
    padding-left: 0px;
}

.header-top #header-top-second .fa-facebook-square {
    font-size: 28px;
    color: #fff;
    margin-right: 5px;
}

.header-top #header-top-second .fa-youtube {
    font-size: 28px;
    color: #fff;
}

.header {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #f1f1f1;
    background-color: #ffffff;
}

.header-first {
    padding: 0px 0 0 0;
}

.header-top:not(.banner) {
    background-color: #fff;
    border-bottom: 0px solid #d0d0d0;
    padding: 4px 0;
}

@media(min-width:768px) {
    .top-bg {
        background: url(../images/header.jpg) 50% 0px no-repeat;
        height: 340px;
    }
}

@media(max-width:768px) {
    .top-bg {
        background: url(../images/header-2.jpg) no-repeat;
        ;
        min-height: 340px;
    }
}

.header-dropdown-buttons .btn-group>.btn {
    background-color: #f6f6f6;
    border: 0px solid #e9e9e9;
    color: rgb(145, 145, 145);
}

.header-dropdown-buttons .default-bg {
    background-color: #ffd24f;
    color: #ffffff;
}

.cart .quantity {
    width: 63px;
    font-size: 15px;
}

.cart .amount {
    width: 95px;
    font-size: 15px;
}

.cart .total-amount {
    font-size: 15px;
}

.cart .product {
    font-size: 15px;
}

.total-amount,
.total-quantity {
    font-size: 15px;
}

.amount {
    white-space: nowrap;
}

.header-dropdown-buttons .btn-group .dropdown-menu {
    min-width: 250px;
}

@media (max-width: 992px) {
    .header-first .header-dropdown-buttons {
        position: absolute;
        top: 3px;
        right: 5px;
    }
}

.dropdown-menu>li {
    display: flex !important;
    width: 100% !important;
    flex-direction: row !important;
    text-align: left;
}

.dropdown-menu>li>a {
    color: #000000;
}

.dropdown-menu {
    min-width: 220px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
    /* box-shadow: 0px 6px 24px rgba(119, 255, 77, 0.36); */
    border: 1px solid #f1f1f1;
    z-index: 101;
}

.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    color: #000000;
    font-size: 14px;
}

.navbar-default .navbar-nav>.dropdown.open>a:before {
    /* color: #d77d32; */
    color: #232222;
}

/*end*/

/*首頁輪播*/
.top-slider {
    background: url(../images/header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.top-slider .container {
    padding-left: 0px;
    padding-right: 0px;
}

/*end*/

/*手機版選單按鈕*/
.navbar-toggle-text {
    float: right;
}

.navbar-toggle-icon {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    padding-top: 16px;

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d77d32;
}

.navbar-toggle-text span {
    color: #046ab4;
    display: inline;
}

@media (max-width: 767px) {
    body.out nav .navbar-toggle {
        background-color: #fff;
    }
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 45px;
        color: #000;
        border-color: #f9f9f9;
    }
}

/*end*/

/*舊的選單按鈕  手機時隱藏*/
@media (max-width: 767px) {
    .navbar-default-original {
        position: absolute;
    }
}

/*end*/

/*左上角選單按鈕調整*/
.navbar.navbar-default {
    border-color: rgba(237, 237, 237, 0);
    background-color: rgba(41, 41, 41, 0);
}

.navbar-custom {
    display: inline;
}

.navbar-custom button {
    margin-left: 10px;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 7px 10px;
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    /* background-color: #d77d32; */
    background-color: #DCDDDD;
    width: 30px;
    height: 3px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    /* background-color: #d77d32; */
    background-color: #232222;
}

@media (max-width: 767px) {
    body.off-canvas-nav-left nav .navbar-toggle {
        float: left;
        margin-left: 0px;
        margin-right: 0;

    }
}

/*end*/

/*主內容區*/
.light-blue-bg {
    padding: 0px;
    background-color: #eaf7ff;
    border-bottom: 0px solid #f3f3f3;
    padding-bottom: 20px;
    position: relative;
}

.light-blue-bg .container {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.mainContainer,
.sidebar {
    margin-top: 20px;
}

.water-banner-1 {
    border-radius: 5px;
    /* border: 1px solid #a3c8df; */
    display: inline-block;
}

/*end*/

/* 首頁商品區 */
.more_btn {
    background-color: #d77d32;
    color: #292826;
    border: 1px solid #d77d32;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
    letter-spacing: 4px;
    font-weight: 600;
}

/* end */

/*最新消息*/
#mastersliderNews .news-title {
    font-size: 30px;
    line-height: 30px;
}

#mastersliderNews .owl-dots {
    display: none;
}

/* end */


.media-heading a {
    font-size: 16px;
    font-weight: 700;
}

.news {
    padding: 0px 15px;
}


.news .news-title {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 0px;
}

.news .news-title .fa {
    color: #a0be00;
}

.news .news-subtitle-1 {
    display: inline;
    font-size: 14px;
    background-color: #dc5252;
    padding: 2px 6px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.news .news-subtitle-2 {
    display: inline;
    font-size: 14px;
    background-color: #33bb5b;
    padding: 2px 6px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.news-title .news-maintitle {
    display: inline;
    font-weight: 700;
}

.news-title .news-maintitle a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.news-title .news-date {
    float: right;
    color: #333333;
    font-size: 15px;
}

/*end*/

/*產品圖*/
.listing-item .body h3 {
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 0px;
}

.listing-item .body {
    padding: 13px 20px 40px 20px;
}

.listing-item {
    border: 1px solid transparent;
    z-index: 20;
}

.listing-item a {
    text-decoration: none;

}


.listing-item .body {
    background-color: #f4f4f4;
}

.listing-item .body h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #666464;
}

.listing-item span.product-card-label {
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1rem;
    background-color: #eeb60e;
    color: #fff;
    padding: 10px 8px 7px 32px;
    background-image: url(../images/product-label-new.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 8px;
    z-index: 20;
}

.listing-item span.product-card-label-b {
    border: 10px solid #d6a614;
    position: absolute;
    top: 30px;
    left: 4px;
    transform: rotate(40deg);
    z-index: 0;
}

.listing-item .listing-main-title {
    position: absolute;
    border: 1px solid #eeb60e;
    background-color: #eeb60e;
    color: #ffffff;
    top: -5px;
    right: 0px;
    padding: 1px 5px;
    font-size: 14px;
}

.product-count-old {
    text-decoration: line-through;
    color: #878787;
    font-size: 18px;
    font-weight: 400;

}

.product-count {
    color: #f44336;
    font-size: 18px;
    font-weight: 700;
}

.product-count-list {
    color: #f26649;
    font-size: 1.2em;
    font-weight: 600;
    /* text-align: left; */
    /* padding: 10px 0px; */
}

.product-detail .product-count-list {
    font-size: 22px;
}

.product-count-list-old {
    text-decoration: line-through;
    color: #878787;
    font-size: 1.1rem;
    font-weight: 500;
    padding-left: 5px;
    margin-bottom: 0px;
}

.product-count-list-old-use {
    color: #878787;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
}

.product-img {
    /* background-image: url(../images/leaf_bg_big.png); */
    background-image: url(../images/bg_big.png);

}

/* product add icon */

.Product_bottom {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 100%;
}

.Product_add {
    /* margin-right: 10px; */
    transition: .3s;
}

.overlay-container:hover .Product_add {
    margin-top: -50px;
}


.Product_add a {
    width: 18rem;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    /* background-color: #fff; */
    font-size: 1.5rem;
    background-color: #3E3A39;
    color: #fff;
}

.Product_bottom i {
    color: #f26649;
    transition: .3s;
    padding-right: 5px;
    color: #fff;
}

.Product_bottom a:hover {
    background-color: #4f4f4f;
    color: #fff;
}

.Product_bottom a:hover i {
    transform: rotate(360deg);
    color: #fff;
}

/*end */

/* product_tab */
.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs li {
    width: 100%;
    text-align: center;
}



/* end */


.icon_rotate {
    margin-top: 10px;
    transform: rotate(180deg);
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}

#kkpager span.curr {
    border: 1px solid #d77d32 !important;
    color: #d77d32 !important;
    background-color: rgba(252, 251, 199, 0.671) !important;
}

#kkpager a:hover {
    background-color: #d77d32 !important;
    border: 1px solid #d77d32 !important;
}

/* .content-slider-thumbs-container .owl-stage{
    display: flex;
    flex-direction:row-reverse;
} */
/*end*/

/*加價購*/
.add-item-title {
    background-color: #EEEEEE;
}

.add-item-title h4 {
    padding: 10px;
}

.add-item {
    border: 1px solid #eee;
    background-color: #F8F8F8;
}

.add-item .add-item-body {
    background-color: #F8F8F8;
    display: table-cell;
    vertical-align: middle;
}

.add-item .add-item-body h3 {
    text-align: left;
}

.add-item .add-item-body h4 {
    display: inline;
}

.add-item .add-item-count {
    color: #000;
}

.add-item .add-item-pic {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}

.add-item .add-item-pic img {
    max-width: 90px;
}

.add-item .add-item-checkbox {
    display: table-cell;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #F8F8F8;
}

/*end*/

/*標題樣式*/
.title-div {
    /* background: url(../images/title-bg.jpg) no-repeat; */
    padding-left: 20px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-div h4 {
    font-size: 22px;
    font-weight: 700;
    color: #558c32;
    display: inline;
}

.title-div h5 {
    font-size: 18px;
    font-weight: 700;
    color: #a0be00;
    margin-left: 5px;
    text-shadow: 0px 0px 15px #a0be00;
    display: inline;
}

/*end*/

/*內容內頁樣式*/
.page-content {
    color: #333;
}

.page-content .page-content-title {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0px;
}

.page-content-date {
    font-size: 15px;
    font-weight: 700;
    color: #a0be00;
    text-align: left;
}

/*edn*/

/*產品內頁*/

.product-detail:before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 5px;
    /* background-image: -webkit-linear-gradient(left, #d77d32, #fcf9f4) !important; */
}

.product-detail .p-share {
    float: right;
}

.product-detail .p-title {
    font-weight: 700;
    color: #3E3A39;
}

.product-detail .p-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c2c2c2;
}

.product-detail .p-margin-5-0 {
    margin: 5px 0;
}

.product-detail .p-form-group-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.product-detail .form-control {
    border-color: #e2e2e2;
    color: #333;
    border-radius: 5px;
    font-size: 2.7rem;
}

.product_link_btn {
    font-size: 14px;
    min-width: 112px;
    height: 48px;
    border-radius: unset;
    background-color: #d77d32;
    color: #292826;
    border: .5px solid #d77d32;
    position: relative;
    overflow: hidden;
    /* font-weight: 400; */
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
    letter-spacing: 2px;
}

.product_link_btn:hover {
    background-color: #f5cf5dce !important;
    border: 1px solid #f5cf5dce !important;
    color: #292826 !important;
    outline: none !important;
}

.product_link_btn:active,
.product_link_btn:focus {
    outline: none !important;
    color: #292826 !important;
}

/*end*/

/*表格*/
form label,
.radio label,
.checkbox label {
    font-weight: 700;
}

form label {
    color: #000;
}

.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border: 1px solid #d3d3d3;
    color: #333;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    /* border: 2px solid #ffd24f; */
}

/*end*/

/*側邊欄下拉*/
.product-group-div {
    padding: 0px 10px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.panel-title {
    background-color: transparent;
    padding: .5em 1em;
    color: rgb(110, 110, 110);
    font-weight: 600;
    letter-spacing: 0.4rem;
    font-size: 2rem;
}



.panel-group .panel-default {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* border-bottom: 3px dotted #96c6e3; */
    padding: 5px 0px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-heading a {
    font-weight: 700;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 10px 10px 10px 0px;
    color: #e91e63;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
}

.panel-body {
    padding: 20px;
    padding-top: 10px;
    padding-left: 0px;
}

.product-group-ul a {
    color: #000;
}

.product-group-ul {
    list-style-type: none;
    padding-left: 20px;
    line-height: 3.2rem;
}

.raindrop-icon {
    max-width: 25px;
    display: inline;
    margin-right: 5px;
}

/*end*/


/*購物車*/
.buy-cart .ezbuy-title-en {
    display: inline;
    font-size: 25px;
    color: #8b8b8b;
    font-weight: 700;
}

.buy-cart .ezbuy-title-num {
    display: inline;
    padding: 8px;
}

.buy-cart .ezbuy-title-num span {
    font-size: 26px;
    color: #fff;
    background-color: #009688;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -7px;
    margin-bottom: 6px;
    position: relative;
    bottom: 5px;
}

.buy-cart .ezbuy-title-tw {
    display: inline;
    font-size: 26px;
    font-weight: 700;
    color: #009688;
    position: relative;
    left: -5px;
}

.buy-cart .table.table-colored {
    border-bottom-color: #717171;
    border: 1px solid #717171;
}

.buy-cart .table-colored>thead>tr>th {
    border-color: #777777;
    background-color: #777777;
    color: #ffffff;
}

form label,
.radio label,
.checkbox label {
    font-weight: 700;
}

.buy-cart .form-group {
    color: #000;
}

fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #717171;
    background-color: #f2f2f2;
}

fieldset legend {
    border: 1px solid #ed8834;
    background-color: #ed8834;
    color: #fff;
    font-weight: 700;
}

fieldset .form-control,
fieldset .form-control:focus {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.12);
}

fieldset .form-control,
fieldset .form-control:focus {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.12);
    border-color: #3d3d3d;
}

.buy-cart .form-control {
    border-radius: 5px;
    border-color: #a1a1a1;
    color: #000;
}

.cart.table .total-quantity,
.cart.table .total-amount {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #e53935;
}

.buy-cart .cart .product a {
    font-size: 16px;
    color: #606060;
    font-weight: 700;
}

.cart.table th {
    white-space: nowrap;
}

.cart.table .price {
    width: 18%;
    font-size: 14px;
    color: #000;
}

.cart.table .quantity {
    min-width: 70px;
    font-size: 14px;
    color: #000;
}

.cart.table .amount-td {
    min-width: 50px;
    color: #000;
    font-size: 14px;
}

.cart.table .remove {
    min-width: 75px;
}

.cart.table .amount {
    text-align: center;
}

.cart.table .btn-remove {
    position: relative;
    top: 1px;
}

.cart.table .total-count-left {
    border-top: 0px solid #f3f3f3;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
}

.cart.table .total-count-left-border {
    border-top: 1px solid #f3f3f3;
}

.cart.table .total-count-right {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
    text-align: right;
}

.cart.table .total-count-all-left {
    font-size: 16px;
    font-weight: 700;
    color: #e53935;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 0px solid #f3f3f3;
}

.cart.table .total-count-all-right {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #e53935;
    text-align: right;
}

.cart.table .shop-table-bottom {
    background-color: #f2f2f2;
}

/*end*/

/*修改數量按鈕*/
.quantity-button {
    color: #1e1e1e;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
    background: #d9d9d9;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}

.quantity-field {
    width: 50px;
    height: 50px;
    outline: none;
    margin: 0 -4px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #d9534f;

}

.quantity-button-2 {
    color: #1e1e1e;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    background: #d9d9d9;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}

.cart.table .quantity .quantity-field-2 {
    width: 40px;
    height: 35px;
    outline: none;
    margin: 0 -4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #d9534f;

}

/*end*/



/*購物車 上方流程*/
/*電腦版*/
.buy-cart .buy-steps {
    width: 100%;
    display: block;
    position: relative;
}

.buy-cart .buy-steps .buy-step-lg {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buy-cart .buy-steps .buy-step-lg li a {
    text-decoration: none;
}

.buy-cart .buy-steps .buy-step-lg li {
    width: 22%;
    position: relative;
    background-color: #fff;
    margin: 8px;
    display: inline-block;
    padding: 0px 10px;
    border: 2px dashed #d5d5d5;
}

.buy-cart .buy-steps .buy-step-lg li h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 10px;
    color: #646464;
}

.buy-cart .buy-steps .buy-step-lg li h3 span {
    font-size: 20px;
    background-color: #ed8834;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    padding-left: 9px;
    padding-top: 3px;
    margin-right: 7px;
    font-weight: 700;
}

.buy-cart .buy-steps .buy-step-lg li h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    color: #959595;
}

.buy-cart .buy-steps .buy-step-lg li p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    color: #686868;
    margin-bottom: 8px;
    font-weight: 700;
}

.buy-cart .buy-steps .buy-step-lg .buy-steps-select {
    background-color: #ed8834;
    border: 2px dashed #ed8834;
}

.buy-cart .buy-steps .buy-step-lg .buy-steps-select h3 {
    color: #fff;
}

.buy-cart .buy-steps .buy-step-lg .buy-steps-select h3 span {
    background-color: #fff;
    color: #ed8834;
}

.buy-cart .buy-steps .buy-step-lg .buy-steps-select h4 {
    color: #fff;
}

.buy-cart .buy-steps .buy-step-lg .buy-steps-select p {
    color: #fff;
}

/*電腦版end*/

/*手機版*/
.buy-cart .buy-steps {
    width: 100%;
    display: block;
    position: relative;
}

.buy-cart .buy-steps .buy-step-sm {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buy-cart .buy-steps .buy-step-sm div {
    text-align: center;
}

.buy-cart .buy-steps .buy-step-sm li a {
    text-decoration: none;
}

.buy-cart .buy-steps .buy-step-sm li {
    width: 22%;
    position: relative;
    background-color: #fff;
    margin: 0px;
    display: inline-block;
    padding: 0px 0px;
    border: 2px dashed #d5d5d5;
}

.buy-cart .buy-steps .buy-step-sm li h3 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color: #646464;
}

.buy-cart .buy-steps .buy-step-sm li h3 span {
    font-size: 14px;
    background-color: #89c048;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 30px;
    padding-left: 0px;
    padding-top: 3px;
    font-weight: 700;
}

.buy-cart .buy-steps .buy-step-sm li h4 {
    font-size: 10px;
    font-weight: 700;
    margin-top: 8px;
    color: #959595;
}

.buy-cart .buy-steps .buy-step-sm li p {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    color: #686868;
    margin-bottom: 8px;
    font-weight: 700;
}

.buy-cart .buy-steps .buy-step-sm .buy-steps-select {
    background-color: #89c048;
    border: 2px dashed #89c048;
}

.buy-cart .buy-steps .buy-step-sm .buy-steps-select h3 {
    color: #fff;
}

.buy-cart .buy-steps .buy-step-sm .buy-steps-select h3 span {
    background-color: #fff;
    color: #89c048;
}

.buy-cart .buy-steps .buy-step-sm .buy-steps-select h4 {
    color: #fff;
}

.buy-cart .buy-steps .buy-step-sm .buy-steps-select p {
    color: #fff;
}

/*手機版end*/

/*會員註冊*/
.signup-check .signup-check-iframe {
    height: 400px;
    overflow: scroll;
    border: 2px solid #ffd24f;
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    background-color: #fafafa;
}

.signup-check h2 {
    color: #1a4083;
}

.prompt-top-text {
    font-weight: 400;
    font-size: 15px;
    color: #e07e27;
    margin-bottom: 20px;
}

/*end*/

/*會員資訊*/
.member-info-detail .member-info-detail-title {
    color: #fff;
    background-color: #eea236;
    border-color: #d77d32;
    border-bottom-color: transparent;
    font-weight: 700;
    padding: 5px;
    text-align: center;
}

.member-info-detail .member-info-detail-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0px;
}

.member-info-detail .member-info-content-1 {
    padding: 30px;
    border: 1px solid #d77d32;
    background-color: #fff;
}

.member-info-detail .member-info-content-2 {
    padding: 30px;
    border: 1px solid #ffd24f;
    background-color: #ffffff;
}

.member-info-detail .form-control {
    border-radius: 5px;
    /* border-color: #afafaf; */
    color: #3d3d3d;
}

.member-info-detail .form-group {

    color: #3d3d3d;
}

/*end*/


/*會員表格區*/
.member-info-detail .table .member-edit-list-td {
    padding: 0px;
    border-top: 0px solid #f3f3f3;
}

.member-info-detail .table .member-edit-list-td .detail-tdleft {
    font-size: 16px;
    color: #e65100;
    padding-right: 10px;
    font-weight: 700;
    padding-bottom: 5px;
}

.member-info-detail .table .member-edit-list-td .detail-tdright {
    font-size: 16px;
    color: #333;
    padding-right: 10px;
    padding-bottom: 5px;
}

.member-info-detail .table .member-edit-list-td .detail-all-dividend {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
}

.member-info-detail .table .member-edit-list-td .detail-all-dividend span {
    color: #e53935;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
}

.member-info-detail .table .member-edit-list-td .detail-all-code {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
}

.member-info-detail .table .member-edit-list-td .detail-all-code span {
    color: #e53935;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
}

.member-info-detail .table .member-edit-list-td .detail-all-count {
    font-size: 16px;
    color: #e53935;
    font-weight: 700;
    line-height: 30px;
}

.member-info-detail .table .member-edit-list-td .fa-arrow-circle-o-up {
    font-size: 25px;
}

.member-info-detail .panel-body {
    padding: 15px;
}

.member-info-detail .table.table-colored {
    border-bottom-color: #717171;
}

.member-info-detail .table-colored>thead>tr>th {
    border-color: #717171;
    background-color: #717171;
    color: #ffffff;
}

.member-info-detail .table-hover>tbody>tr {
    background-color: rgba(0, 0, 0, 0.04);
}

.member-info-detail .product-date a {
    font-size: 17px;
    color: #606060;
    font-weight: 700;
}

.member-info-detail .product-num a {
    font-size: 17px;
    color: #606060;
    font-weight: 700;
}

.member-info-detail .product-status a {
    font-size: 17px;
    color: #e53935;
    font-weight: 700;
}

.member-info-detail .product-count a {
    font-size: 17px;
    color: #606060;
    font-weight: 700;
}

.member-info-detail .product-contact a {
    font-size: 17px;
    color: #009688;
    font-weight: 700;
}

.member-info-detail .product-title {
    background-color: #e8f5e9;
}

.member-info-detail .panel-body {
    padding: 15px;
    background-color: #fff;
}

.member-info-detail .product-td-1 {
    font-size: 17px;
    color: #606060;
    font-weight: 700;
}

.member-info-detail .product-td-2 {
    font-size: 17px;
    color: #e53935;
    font-weight: 700;
}

/*end*/

/*訂單查詢*/
.member-product {
    margin-bottom: 30px;
}

.member-product .no-decoration {
    text-decoration: none;
}

.member-product .member-product-border {
    border: 1px solid #717171;
}

.member-product .member-product-top-title {
    background-color: #717171;
    color: #fff;
    padding: 10px;
}

.member-product .member-product-top-content {
    padding: 10px;
    padding: 10px;
    color: #606060;
    font-weight: 700;
}

.member-product .member-product-mid-title {
    background-color: #717171;
    color: #fff;
    padding: 10px;
}

.member-product .member-product-border table {
    margin-bottom: 0px;
    color: #606060;
}

.member-product .member-product-bot-title {
    background-color: #717171;
    color: #fff;
    padding: 10px;
}

.member-product .member-product-bot-content {
    padding: 10px;
    padding: 10px;
    color: #606060;
    font-weight: 700
}

.member-product .member-product-bot-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.display-table {
    display: table;
}

.display-row {
    display: table-row;
}

.display-cell {
    display: table-cell
}

.no-break {
    white-space: nowrap;
}

/**/

/*footer*/
.footer {
    padding: 0 80px;
    /* background-color: #fcf9f4; */
}

.footer .footer-content {
    padding: 10px 0;
    padding-top: 20px;
}

.footer .footer-content h4 {
    margin-left: 10px;
    color: #292826;
    font-weight: 700;
    display: inline;
}

.footer .footer-content h5 {
    margin-left: 10px;
    color: #292826;
    display: inline;
}

.footer .footer-content hr {
    margin: 5px 0px;
    border-top: 1px solid #aaa;
}

.footer .list-inline>li {
    color: #292826;
    line-height: 30px;
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 15px;
}

.footer .list-inline>li a {
    color: #292826;
}

.footer .footer-content .fb-icon {
    width: 150px;
    margin-top: 15px;
    margin-left: 10px;
    border: 2px solid #292826;
}

.blue .subfooter {
    /* background-color: #d77d32;
    border-color: #d77d32; */
    background-color: #DCDDDD;
    border-color: #DCDDDD;
}

.blue .subfooter p,
.blue .subfooter {
    /* color: #fff; */
    color: #3E3A39;
}

.blue .subfooter a {
    /* color: #fff; */
    color: #3E3A39;
}

.subfooter {
    padding: 15px 0;
}

/*end*/


/*電腦版右側購物車*/
#fix-right {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 120px;
    z-index: 100;
    padding: 3px 10px;
    transition: top 1s ease 0s;
    -webkit-transition: top 1s ease 0s;
    color: white;
    font-size: 18px;
    background: linear-gradient(#a0be00, #558c32);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 75px;
    box-shadow: -1px 3px 5px rgb(0 0 0 / 30%)
}

#fix-right a {
    color: #fff;
}

#fix-right .fix-right-cart {
    position: relative;
}

#fix-right .fix-right-cart i {
    font-size: 30px;
}

#fix-right .fix-right-cart span {
    position: absolute;
    top: -1px;
    right: -6px;
    line-height: 20px;
    width: 22px;
    height: 22px;
    background-color: #433a3a;
    border-radius: 10px;
    color: #fff;
}

#fix-right .fix-right-count {
    font-size: 12px;
}

#fix-right .fix-right-word {
    /* background-color: #433a3a; */
}

/*end*/


/*輪播套件*/
.ms-view {
    background: white;
}

/*end*/

/* 九宮格 */
.index_three {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
}

.index_three img {
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.index_three img:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index_three img:nth-of-type(2) {
    z-index: 0;
}

.index_three img:nth-of-type(1):hover {
    opacity: 0;
    /*滑鼠滑入時，透明度變0*/
}

.index_three_text {
    position: absolute;
    padding-left: 55px;
    padding-top: 200px;
    padding-right: 15px;
    padding-bottom: 15px;
    bottom: 0px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    z-index: 0;
    color: #eee;
    text-align: right;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: auto;
    border-radius: .8vw;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.index_three_notext {
    position: absolute;
    padding-left: 55px;
    padding-top: 200px;
    bottom: 0px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
    opacity: 1;
    z-index: 0;
    color: #eee;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    border-radius: .8vw;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.index_three_title {
    position: static;
    top: auto;
    width: 100%;
    min-height: 27px;
    color: #3d3d3d;
    font-size: 19px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: justify;
}

@media (max-width: 575px) {
    .index_three_text {
        font-size: 18px;
        padding-left: 30px;
        padding-top: 110px;
    }

}

/* 初發點 */
.ab_bgcolor {
    background-color: #eee;
}

/* 榮譽時刻 */
.honorBtn {
    font-size: 1.8rem;
    line-height: 2;
    min-width: 15%;
    height: 48px;
    border-radius: unset;
    background-color: #fff;
    color: #3E3A39;
    border: 2px solid #3E3A39;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    transition: all .4s;
    letter-spacing: 2px;
    margin-right: 5px;
}

.honorBtn:hover {
    background-color: #3E3A39;
    color: #fff;
}

.honorBtn.active {
    /* background-color: #f26649; */
    background-color: #3E3A39;
    color: #fff;
}

.honorBtn:focus {
    outline: none;
}

@media(max-width:768px) {
    .honorBtn {
        font-size: 0.8rem;
        /* width: 48%; */
        width: auto;
        margin-right: 2px;
    }
}

/* 產品 */
.input-group {
    display: flex;
    justify-content: space-between;
    border: .5px solid #e2e2e2;
    background-color: #fff;
    max-width: 200px;
}

.input-group-val {
    text-align: center;
    padding: 5px;
}

.input-group-btn,
.input-group-val {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    opacity: .8;
    transition: opacity .3s;
    border: .5px solid #e2e2e2 !important;
}

.input-group-btn button {
    outline: none;
    box-shadow: none !important;
    width: 48px;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    height: 48px;
    padding: 7px 10px 8px;
    color: #777;
    border-right: 0 none;
    transition: all 0.4s ease-in-out 0s;
    float: left;
}

.input-group-btn button:focus {
    outline: 0;
}

.addcartBtn {
    font-size: 1.8rem;
    /* line-height: 2.7; */
    min-width: 48%;
    height: 48px;
    border-radius: unset;
    background-color: #3E3A39;
    color: #fff;
    border: .5px solid #3E3A39;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    transition: all .3s;
    letter-spacing: 2px;
}

.addcartBtn:hover {
    color: #Fff;
    opacity: .8;
    transition: opacity .3s;
}

.gocartBtn {
    font-size: 1.8rem;
    /* line-height: 2.7; */
    min-width: 48%;
    height: 48px;
    border-radius: unset;
    background-color: #fff;
    color: #3E3A39;
    border: 2px solid #3E3A39;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    transition: all .4s;
    letter-spacing: 2px;

}

.gocartBtn:hover {
    background-color: #4f4f4f;
    color: #fff;

}

.gocartBtn.active {
    background-color: #4f4f4f;
    color: #fff;

}

.gocartBtn:focus {
    outline: none;
}


.product_orange {
    background-color: #3E3A39 !important;
}

/* 影片 */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}


.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-text:last-child {
    margin-bottom: 0
}

/* 中醫衛教 */
.scale-1_2-hover:hover .scale-1_2-img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.d-block {
    display: block;
}

.byline {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-style: italic;
    vertical-align: middle;
}

.byline .avatar {
    position: relative;
    display: inline-block;
    top: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: cover;
    background-color: #5A7D7C;
    border-radius: 50%;
}

.byline span {
    color: #f26649;
    font-style: normal;
    font-weight: bold;
    margin-left: 5px;
}

.p_blocktitle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 10px 0px 10px 10px;
    color: #666666;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 2px;
}

.p_blocksubtitle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 5px 0px 5px 20px;
    color: #666666;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 2px;
}

.p_blocksubtitle::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f26649;
}

.p_text {
    color: #666666;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 2px;
}

.b-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title_style_v1 {
    /* color: #f26649; */
    color: #3E3A39;
    font-size: 1.5em;
    letter-spacing: .2em;
    line-height: 1.5em;
    margin-bottom: 1em;
    /* margin-top: 2em; */
    padding: 0 30px;
    text-align: center;
    font-weight: 700;
}

/* 登入註冊 */
.or_line {
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or_line::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e57d20;
}

.or_line::after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e57d20;
}

.fb_signin_btn {
    margin-right: 10px;
    border: 1px #3A589E solid;
    color: #3A589E;
    transition: .3s;
}

.fb_signin_btn:hover {
    background-color: #3A589E;
    color: #fff;
    transition: .3s;
}

.google_signin_btn {
    margin-right: 4px;
    border: 1px #d9534f solid;
    color: #d9534f;
    transition: .3s;
}

.google_signin_btn:hover {
    background-color: #d9534f;
    color: #fff;
    transition: .3s;
}

.fb_signin_btn,
.google_signin_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    padding: 15px 0;
    width: 45%;
    cursor: pointer;
    background-color: transparent;
}


@media (max-width: 575px) {
    .index_three_title {
        font-size: 19px;
        text-align: center;
    }

    .ab_bgcolor {
        background-color: #fff;
    }

    .flex-column-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

/* header */
#logo_pc_img {
    margin: 10px 0px;
}

@media (max-width: 1000px) {
    .header-top {
        display: block !important;
    }

    .navbar-toggle {
        display: block !important;
    }

    .pc_cart {
        display: none;
    }

}

@media (max-width: 1000px) {
    /* .header{
        display: none !important;
    } */
}

/*logo調整*/
@media(max-width:1000px) {
    #logo_img {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #logo_pc_img {
        display: none;
    }
}

/* ebook */
.book-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.book-card {
    width: 100%;
    padding: 25px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.book-card .book-card_cover {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0 auto 8px auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.book-card .book-card_book {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.book-card .book-card_book-front {
    position: absolute;
    height: 100%;
}

.book-card .book-card_book-back {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(-40px);
    transform: translateZ(-40px);
}

.book-card .book-card_book-side {
    position: absolute;
    top: 5px;
    bottom: 2px;
    right: -29px;
    width: 40px;
    background-size: 5px;
    background-color: #e1e1e1;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #ccc), color-stop(35%, #e1e1e1));
    background-image: linear-gradient(to right, #ccc 35%, #e1e1e1 35%);
    opacity: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.book-card .book-card_img {
    width: 100%;
    height: 100%;
    background-color: #e1e1e1;
}

.book-card .book-card_title {
    font-size: 1.5em;
    margin-bottom: 8px;
}

.book-card .book-card_day {
    color: #757575;
    font-size: 0.7em;
}

.book-card .book-card_book {
    -webkit-transform: rotate3d(0, -1, 0, 30deg) translate(-15px, -30px);
    transform: rotate3d(0, -1, 0, 30deg) translate(-15px, -30px);
}

.book-card .book-card_book-back {
    -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.35);
}

.book-card .book-card_book-side {
    opacity: 1;
}



/* alertModal */
#alertModal .modal-header {
    background: #ffd24f;
    color: #fff;
    border-radius: 6px;
    border: none;
    box-shadow: 0 3px 9px rgb(0 0 0 / 20%);
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
    z-index: 100000;
}

#alertModal .modal-header h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    width: 80%;
}

#alertModal .modal-header button {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;

}

#alertModal .modal-body {
    padding-top: 6rem;
    text-align: center;
}

#alertModal .modal-body p {
    color: rgb(83, 83, 83);
    font-size: 2rem;
    margin: 0;
}

.btn_modal {
    margin: 20px 0px;
    font-size: 1.8rem;
    border-radius: 20px;
    line-height: 1.2;
    border-color: #ffd24f;
    background-color: #ffd24f;
    color: #FFF;
    transform: translate(-1px, -1px);
    box-shadow: 2px 2px 1px 1px rgb(199, 93, 54);
}

.btn_modal:hover {
    transform: translate(2px, 2px);
    box-shadow: none;
    color: #FFF;
}

.nav.navbar-nav li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1200px) {
    .footer {
        padding: 0 10px;
    }
}

@media (max-width: 1000px) {
    .dropdown-menu {
        /* display: block; */
        width: 100%;
    }

    .nav.navbar-nav li {
        display: flex;
        flex-wrap: wrap;
        /* 讓 dropdown-menu 換行 */
        flex-direction: row;
        padding: 1.5rem 0 1.5rem 1rem;
    }

    .main-navigation .navbar-nav>.dropdown>a:focus {
        border-right: none;
        border-left: none;
    }

    .dropdown-menu>li>a {
        font-size: 1.7rem;
    }
}

@media (max-width: 760px) {
    #alertModal .modal-header {
        top: -8%;
    }

    .modal-dialog {
        margin: 35px 20px;
    }

    .carousel-indicators,
    .carousel-control {
        display: none;
    }

    #myCarousel .carousel-inner .item img {
        object-fit: cover;
        /* 確保圖片充滿 */
        /* width: 120%; */
        /* 讓圖片超出左右兩邊 */
        height: 200px;
        /* 調整高度 */
    }
}

.carousel-control i {
    font-size: 30px;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control.left i {
    left: 20px;
}

.carousel-control.right i {
    right: 25px;
}


.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 3px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 3px;
}

.carousel-inner {
    /* display: flex; */
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

#myCarousel {
    cursor: grab;
}

#myCarousel:active {
    cursor: grabbing;
}

.modal {
    top: 30px;
}

.header-dropdown-buttons .btn-group>.btn i {
    font-size: 2rem;
}

.icon-basket-1 {
    font-size: 1.9rem !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.nav-tabs>li>a {
    line-height: 0;
    border: 2px solid transparent;
}

/* .pc_right_top:before {
    content: '';
    position: absolute;
    top: 6.2rem;
    right: 0;
    display: block;
    width: 19rem;
    height: 2px;
    background-color: #d77d32;
} */

.panel-title:before {
    content: '';
    position: absolute;
    top: 5.5rem;
    left: 1.9rem;
    display: block;
    width: 5rem;
    height: 2px;
    /* background-color: #f5d05d; */
    background-color: #DCDDDD;
}

h2 {
    text-transform: inherit;
}

.text-default {
    color: #7e7e7e !important;
}

#loading-bg {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
}

/* 先隱藏，待修改 */
.nav.navbar-nav li .nav-icon {
    display: none;
}

.pc_right_top {
    margin-bottom: 15px;
}