@charset "UTF-8";


/** 避免列印因為bootstrap而產生連結自串 **/
@media print {
  a[href]:after {
    content: none !important;
  }
}
/*************** 初始值 ***************/

html {
    height: 100%;
}

body {
    background: #e3eaa2 url('../images/background.png') 0 0 repeat;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #646464;
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 160%;
    font-family: 'Helvetica', 'Arial', 'PMingLiU', 'sans-serif';
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a {
    color: #006dbb;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

a:hover {
    color: #e3007f;
}

.more {
    color: #e3007f;
}

.more:hover {
    color: #e856a9;
}


::placeholder {
  color: #aaa;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #aaa;
}
/*************** greatasia.css v.03 ***************/

.title-font {
    font-family: 'Helvetica', 'Arial', 'STHeiti Light', 'Hiragino Sans GB', 'Meiryo', 'Microsoft YaHei UI Light', 'Microsoft JhengHei UI Light', 'Microsoft JhengHei', 'PMingLiU', 'sans-serif';
}

label {
    font-weight: normal;
}

.clear {
    clear: both;
}

.required {
    color: red;
}

.contents_box {
    overflow: auto;
word-wrap: break-word;
word-break: break-all;
}

.youtube_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    margin: 0 auto;
}

.youtube_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.form-zip {
    display: inline-block;
    width: 15%;
    min-width: 50px;
}

.form-city,
.form-area {
    display: inline-block;
    width: 30%;
    min-width: 78px;
}

.form-address {
    margin-top: 3px;
}


/*************** Notifications ***************/

.notification {
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
}

.success {
    background: #35aa47 url('../images/icon_success.png') no-repeat;
    background-position: 12px 13px;
}

.error {
    background: #e02222 url('../images/icon_error.png') no-repeat;
    background-position: 12px 13px;
}

.notification .show_message {
    display: block;
    color: #fff;
    padding: 10px 20px 10px 36px;
    line-height: 1.5em;
    text-align: left;
}

.notification .show_close {
    position: absolute;
    width: 7px;
    height: 7px;
    right: 10px;
    top: 10px;
    background: url('../images/icon_close.png') no-repeat;
    cursor: pointer;
}


/*************** Notifications ***************/

@media (max-width: 480px) {
    .page-selection >.pagination >.prev,
    .page-selection >.pagination >.next {
        display: none;
    }
}


/*************** bootstrap-material-design.min ***************/

.form-group select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/** web nav **/

.header {
    width: 100%;
    background-color: #fff;
}

.header-box {
    background: #fff url('../images/header-background.png') 0 0 repeat-x;
    height: 140px;
    position: relative;
}

.header-menu-box {
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
}

.header-menu-box >.menu {
    display: inline-block;
    margin: 0;
    color: #646464;
    padding: 5px 25px 2px;
    ;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.header-menu-box >.menu:hover {
    background-color: #faf1f6;
    color: #e3007f;
}

.header-menu-box >span {
    font-size: 12px;
    color: #ccc;
}

.header-menu-box >.menu_now {
    color: #40220f;
    background-color: #faf1f6;
}

.header-page {
    border-bottom: 2px solid #c490bf;
}


/** mobile nav **/

.navbar {
    display: none;
}


/** mobile nav 背景 **/

.navbar,
.navbar.navbar-default {
    background-color: #fcf9f2;
}


/** mobile 縮小後按鈕 **/

.navbar-default .navbar-toggle {
    background-color: #e3007f;
    -o-transition: background-color .40s ease-in;
    -webkit-transition: background-color .40s ease-in;
    -moz-transition: background-color .40s ease-in;
    transition: background-color .40s ease-in;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #b50367;
}

.navbar-default .navbar-toggle .navbar-txt {
    color: #fff;
}


/** mobile 縮半及縮小後下拉選單-文字 **/

.navbar-default .navbar-nav > li > a {
    color: #646464;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #e3007f;
    background-color: #faf1f6;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.navbar-default .navbar-nav > li > a >span {
    font-size: 12px;
}


/** mobile 縮小後下拉選單-目前頁面 **/

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #faf1f6;
    color: #40220f;
}


/** mobile 縮小後下拉選單-logo區 **/

.navbar-default .navbar-brand {
    padding: 0 15px 0 15px;
    line-height: 50px;
    font-size: 20px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #e3007f;
    font-weight: bold;
}

.navbar-toggle {
    padding: 5px 10px;
    margin: 7px 15px 7px 0;
}


/** mobile 縮半後下拉選單-選單間距 **/

.nav>li>a {
    padding: 17px 15px 13px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.header-logo {
    position: absolute;
    top: 28px;
    left: 55px;
}


/* 聯絡我們區塊 */

.contact-menu {
    color: #fff;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.contact-menu .phone {
    vertical-align: text-bottom;
    margin-right: 20px;
    color: #fff;
}

.contact-menu .phone .glyphicon {
    vertical-align: baseline;
}

.contact-menu span {
    vertical-align: text-bottom;
}

.contact-menu .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0 0 10px;
}

.contact-menu .fb {
    background: url('../images/icon-contact_menu-fb.png') center bottom no-repeat;
}

.contact-menu .email {
    background: url('../images/icon-contact_menu-email.png') center bottom no-repeat;
}


/* 語言、登入、購物車區塊 */

.control-panel {
    position: absolute;
    bottom: 11px;
    right: 20px;
}

.control-panel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.control-panel li {
    float: left;
    margin-left: 15px;
}

.control-panel .first {
    margin-left: 0;
}

.control-panel a {
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #e3007f;
    display: block;
    line-height: 18px;
    padding: 3.5px 10px;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease-in;
    -o-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
}

.control-panel a:hover {
    background-color: #fff;
}

.control-panel a img {
    vertical-align: bottom;
}

.main-content {
    background-color: #fff;
    /* Sticky footer */
    padding-bottom: 10px;
    position: relative;
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #eee;
    background-color: #eee;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.sp-selected-button {
    background-color: #e3007f;
    border-color: #e3007f;
}

.small-font {
    font-size: 12px;
}


/* 首頁產品櫥窗 */

.showcase {
    margin: 0 20px;
}

.showcase-heading {
    background: url('../images/heading-showcase.png') 0 15px no-repeat;
    height: 36px;
}

.product-series {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.product-series img {
    width: 100%;
}

.product-series .caption {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #e3007f;
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
}

.product-series:hover .caption {
    bottom: 0;
}

.product-series .caption span {
    display: inline-block;
    margin-top: 10.5px;
}


/* 首頁"關於格雷莎" */

.about-greysa {
    width: 220px;
    position: absolute;
}

.about-greysa-heading {
    background: url('../images/heading-about_greysa.png') 0 15px no-repeat;
    height: 36px;
}

.about-greysa-container {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.about-greysa-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    overflow: hidden;
    padding: 7px 0;
    word-wrap: break-word;
    line-height: 25px;
}

.about-greysa-content div {
    max-height: 215px;
    overflow: hidden;
}

.about-greysa-content p {
    color: #000;
    line-height: 100%;
    margin: 0;
}

.about-greysa-content p+p {
    margin-top: 12px;
}

.about-greysa-content .last {
    text-align: right;
}


/* 首頁"最新消息" */

.latest-news {
    width: 100%;
    float: left;
    padding-left: 240px;
}

.title_div {
    width: 100%;
    margin: 5px 0;
}

.title_name {
    float: left;
    color: #e3007f;
    font-size: 18px;
    font-weight: bold;
}

.title_more {
    float: right;
    color: #e3007f;
    text-decoration: none;
    font-size: 12px;
}

.title_more:hover {
    color: #e856a9;
}

.latest-news-container {
    background-color: #ededed;
    height: 264px;
    overflow: hidden;
}

.latest-news-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.latest-news-container li {
    overflow: hidden;
}

.latest-news-container .delimiter {
    background-color: #afafaf;
    height: 1px;
    margin: 5px auto;
    width: 690px;
}

.go_read {
    padding-right: 20px;
}

.latest-news-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 117px;
    margin: 0 auto;
    margin-top: 5px;
    padding-top: 5px;
    overflow: hidden;
    position: relative;
}

.latest-news-container li .last {
    margin-top: 0;
    padding-top: 5px;
}

.latest-news-content-heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 5px;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #646464;
}

.latest-news-content p {
    margin: 0;
    max-height: 64px;
    padding: 0 5px;
    overflow: hidden;
    color: #999;
}

.latest-news-content div {
    background-color: #ededed;
    position: absolute;
    bottom: 21px;
    right: 0;
    text-align: right;
}

.latest-news-container .last div {
    bottom: 16px;
}

.latest-news-content:hover {
    background-color: #D7D7D7;
}

.latest-news-content:hover div {
    background-color: #D7D7D7;
}

.recommendation>.first {
    display: inline-block;
    width: 100%;
}

.recommendation-heading {
    background: url('../images/heading-recommendation.png') 0 15px no-repeat;
    height: 36px;
    position: relative;
}

.recommendation-heading .more {
    position: absolute;
    bottom: 5px;
    right: 0;
}


/* 水平分隔線 */

.recommendation-content-line {
    background: url('../images/recommendation_horizon.png') right center repeat-x;
    height: 1px;
}

.index-even {
    margin-top: 5px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}

.recommendation-content-line.middle {
    height: 2px;
}

.recommendation-content-img {
    display: block;
    position: absolute;
    width: 110px;
}

.recommendation-content-img img {
    width: 100%;
}

.recommendation-content-text {
    float: left;
    width: 100%;
    padding: 0 5px 5px 130px;
    min-height: 80px;
    line-height: 16px;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.recommendation-content-text:hover {
    background-color: #faf1f6;
}

.recommendation-content-text-heading {
    color: #006dbb;
    line-height: 140%;
    margin: 4px 0;
    padding: 0;
    font-size: 17px;
}

.recommendation-content-text p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 140%;
}

.recommendation-content-text .more {
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recommendation-content-text:hover .more {
    background-color: #ededed;
}

.recommendation-content-text .last {
    height: auto;
    text-align: right;
}

.recommendation .first+div {
    display: inline-block;
    margin-top: 36px;
}

.recommendation .first+div img {
    display: block;
}


/* 首頁"健康資訊" */

.health-info-heading {
    background: url('../images/heading-health_info.png') 0 15px no-repeat;
    height: 36px;
    position: relative;
}

.health-info-heading .more {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.health-info-content {
    background-color: #ededed;
    padding: 7px 10px;
    line-height: 16px;
}

.health-info-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.health-info-content li:hover {
    background-color: #faf1f6;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.health-info-content div {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.health-info-content div p {
    margin: 0;
    padding: 0;
}

.health-info-content-heading {
    color: #646464;
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.health-info-content .first {
    width: 100%;
}

.health-info-content .second {
    width: 100%;
    color: #999;
}

.health-info-content .second p>span {
    color: #e3007f;
}


/* 產品櫥窗頁面大圖 */

.product-list-img {
    border: 0px;
    /*border: 1px solid #c7d546;*/
    margin-bottom: 25px;
}

.product-list-img img {
    width: 100%;
    display: block;
}


/* 產品櫥窗頁面產品列表 */

.product-list-item>div {
    margin-bottom: 25px;
}

.product-list-item-img {
    width: 100%;
    border: 1px solid #c7c7c7;
}

.product-list-item-img a {
    display: block;
    word-spacing: -4px;
}

.product-list-item-img a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product-list-item-img img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product-list-item-text {
    margin: 10px 0;
    margin-bottom: 0;
}

.product-list-item-text p {
    line-height: 12px;
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
}

.product-list-item-text .last {
    margin-bottom: 0;
}


/* 產品詳細頁面 */


/* 產品預覽圖 */

.product-details-img {
    margin-bottom: 15px;
    word-spacing: -4px;
}
/*20251031 cls改進*/
.product-details-img img {
  aspect-ratio: 1 / 1; /* 正方形 */
  width: 100%;
  height: auto;
  display: block;
}
.product-details-s-img {
  aspect-ratio: 1 / 1;
  min-height: 80px; /* 預留空間 */
}

.product-details-img>div {
    display: inline-block;
    vertical-align: top;
}

.product-details-img .product-details-img-large {
    border: 1px solid white;
    /*#c7d546;*/
    overflow: hidden;
    text-align: center;
}

.product-details-img .product-details-img-large img {
    display: block;
    width: 100%;
}

.product-details-img .product-details-img-small .product-details-s-img {
    /*outline: 1px solid #fff;*/
    cursor: pointer;
    margin-bottom: 10px;
}

.product-details-img .product-details-img-small .active img {
    outline: 1px solid #ccc;
}

.product-details-img .product-details-img-small .first {
    margin-top: 0;
}

.product-details-img .product-details-img-small img {
    display: block;
    width: 100%;
}


/* 包含"產品說明"、"問與答"等的區塊 */

.product-details-text ul,
.product-details-data ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-details-text-tab {
    cursor: pointer;
    float: left;
    margin: 0 2px 5px;
    text-indent: -9999px;
}

.tab1 {
    width: 123px;
    height: 41px;
    cursor: pointer;
    border: 0;
    background: url('../images/tab1.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -41px;
    margin-left: 0;
}

.tab1:hover {
    background-position: 0 0;
}

.product-details-text ul .tab1.active {
    background-position: 0 0;
}

.tab2 {
    width: 123px;
    height: 41px;
    background: url(../images/tab2.gif) 0 -41px no-repeat;
    cursor: pointer;
    border: 0;
}

.tab2:hover {
    width: 123px;
    height: 41px;
    background: url(../images/tab2.gif) 0 0 no-repeat;
    cursor: pointer;
}

.product-details-text ul .tab2.active {
    width: 123px;
    height: 41px;
    background: url(../images/tab2.gif) 0 0 no-repeat;
    cursor: pointer;
}

.tab3 {
    width: 123px;
    height: 41px;
    background: url(../images/tab3.gif) 0 -41px no-repeat;
    cursor: pointer;
    border: 0;
}

.tab3:hover {
    width: 123px;
    height: 41px;
    background: url(../images/tab3.gif) 0 0 no-repeat;
    cursor: pointer;
}

.product-details-text ul .tab3.active {
    width: 123px;
    height: 41px;
    background: url(../images/tab3.gif) 0 0 no-repeat;
    cursor: pointer;
}

.product-details-text-area {
    margin-top: 10px;
    overflow: hidden;
}


/* "您可能有興趣的產品"區塊 */

.interested-products {
    border-top: 1px solid #c7c7c7;
    margin-top: 45px;
    padding-top: 14px;
}

.interested-products>p {
    color: #e3007f;
    line-height: 14px;
    margin-bottom: 7px;
}

.interested-products>div>div {
    display: inline-block;
    margin-left: 5.5px;
    vertical-align: top;
    width: 133px;
}

.interested-products .first {
    margin-left: 0;
}

.interested-products-img {
    border: 1px solid #c7c7c7;
}

.interested-products-img a {
    display: block;
    height: 95px;
    word-spacing: -4px;
}

.interested-products-img a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.interested-products-img img {
    display: inline-block;
    max-height: 95px;
    max-width: 131px;
    vertical-align: middle;
}

.interested-products-text p {
    line-height: 12px;
    margin: 0;
    margin-top: 6px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 產品詳細頁面的側邊欄顯示的資料 */

.product-details-data {
    background-color: #ededed;
    padding: 11px 0;
}

.product-details-data li {
    margin: 0 auto;
    line-height: 100%;
    padding-bottom: 10px;
    width: 220px;
}


/* 產品名稱 */

.product-details-data ul>.first {
    color: #ab4c00;
    font-size: 17px;
    line-height: 160%;
    padding: 10px 0 20px;
}

.product-details-data li>.m_left {
    margin-left: 10px;
}


/* 產品網路售價 */

.product-details-data .price span {
    color: #e3007f;
}


/* 產品顏色區塊 */

.product-details-data .pattern,
.product-details-data .quantity-inputs {
    word-spacing: -4px;
}

.product-details-data .pattern>div,
.product-details-data .pattern+li>div {
    display: inline-block;
    vertical-align: top;
}

.product-details-data .pattern>.last,
.product-details-data .pattern+li>.last {
    width: 100%;
    margin-top: 10px;
}


/* 產品顏色 */

.colors {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
    width: auto;
    word-spacing: normal;
}

.colors div {
    display: inline-block;
    border: 1px solid #aaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    overflow: hidden;
}

.colors div img {
    display: block;
    height: 40px;
    width: 40px;
}

.colors p {
    margin: 0;
    overflow: hidden;
    padding: 6px 0 12px 0;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.colors .last {
    padding-bottom: 0;
}

.colors:hover {
    cursor: pointer;
}

.colors:hover div {
    border-color: #e3007f;
}

.colors:hover p {
    color: #e3007f;
}


/* 產品數量 */

.quantity {
    margin-top: 5px;
    font-size: 15px;
}

.quantity .first {
    color: #e3007f;
    min-width: 65px;
    display: inline-block;
}

.quantity select {
    margin-left: 10px;
    width: 60px;
}

.quantity .last {
    border: none;
    cursor: pointer;
    background-color: #aaa;
    color: #fff;
    line-height: 15px;
    padding: 0 5px 2px;
    margin-left: 10px;
}


/* "加入購物車"、"分享到臉書"區塊 */

.product-details-data>form>ul>.last {
    padding-bottom: 0;
    text-align: right;
}

.product-details-data>form>ul>.last .last {
    margin-top: 5px;
}


/* 購物車頁面 */

.cart-details table {
    margin-bottom: 15px;
    width: 100%;
}

.cart-details th,
.cart-details tr {
    border-bottom: 1px solid #c7c7c7;
}

.buy-info dl {
    width: 100%;
    display: block;
}

.buy-info dl dt {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.buy-info dl dd {
    float: left;
    width: 100%;
    display: block;
    text-align: left;
}

.buy-info {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.cart-details thead tr {
    height: 25px;
    vertical-align: bottom;
}

.cart-details .second {
    text-align: left;
    padding: 3px;
}

.cart-details td {
    text-align: center;
    padding: 3px;
}

.cart-details td p {
    margin: 0;
    padding: 0;
}

.num_input {
    width: 27px;
}

.cart-details tbody .even {
    background-color: #ededed;
}

.cart-details tbody .second .last {
    font-size: 85%;
}

.cart-details .suggested-price {
    text-decoration: line-through;
}

.cart-details .remove {
    color: inherit;
    text-decoration: none;
    -moz-transition: color 0.25s ease-in;
    -webkit-transition: color 0.25s ease-in;
    -o-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;
}

.cart-details .remove:hover {
    color: #e3007f;
}

.cart-details>p {
    text-align: right;
}

.cart-details p+p {
    margin-top: 10px;
}


/* 加入會員頁面 */

.form-group {
    min-height: 42px;
}

.form-group label {
    display: block;
}

.form-group input {
    vertical-align: middle;
}

.form-group input:focus {
    outline-color: invert;
}

.form-group input.error-message {
    border: 1px solid #e3007f;
}

.form-group span.error-message {
    margin-left: 5px;
}

.form-group input[type="radio"] {
    cursor: pointer;
}

.form-group input[readonly="readonly"] {
    cursor: no-drop;
}

.form-group input[type="radio"]+label {
    cursor: pointer;
    display: inline;
    margin-right: 10px;
}

.personal-info,
.login-info {
    width: 50%;
}

.personal-info>p,
.login-info>p {
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.form-group+.form-group {
    margin-top: 10px;
}

.form-actions {
    border-top: 1px solid #717171;
    margin-top: 10px;
    padding-top: 10px;
}

.form-actions span {
    color: #e3007f;
}


/* 展售門市頁面 */


/* 地區列表 */

.store-data-list {
    margin-bottom: 15px;
    width: 100%;
}

.store-data-list:after {
    clear: both;
    display: block;
    content: '';
}

.store-data-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.store-data-list li {
    float: left;
    text-align: center;
    padding: 10px 15px;
}

.store-data-list a {
    color: #e3007f;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.store-data-list a:before,
.store-data-list a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
    -o-transition: -o-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.store-data-list a:before {
    content: '[';
    margin-right: 5px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.store-data-list a:after {
    content: ']';
    margin-left: 5px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.store-data-list a:hover:before,
.store-data-list a:hover:after {
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 展售門市表格群組 */

.store-data-group {
    text-align: center;
}

.store-data-group+.store-data-group {
    margin-top: 15px;
}

.store-data-group a {
    color: #e3007f;
    text-decoration: none;
}

.store-data-group .fa {
    vertical-align: middle;
}

.store-data-group>p {
    margin: 0;
    padding: 0;
}

.store-data-group table+p {
    margin-top: 15px;
}

.store-data-group table {
    width: 100%;
}

.store-data-group td,
.store-data-group th {
    border: 1px solid gray;
}

.store-data-group .first {
    width: 32%;
}

.store-data-group .last {
    width: 19%;
}

.store-data-group p {
    margin-bottom: 8px;
}

.store-data-group table tr th {
    line-height: 30px;
}

.store-data-group table tr td {
    line-height: 30px;
    text-align: left;
    padding-left: 3px;
}


/* 新聞列表頁面 */

.news-list-group+.news-list-group {
    margin-top: 15px;
}

.news-list-heading {
    height: 16px;
    margin: 0;
}

.news-list-group>.latest-news {
    background: transparent url('../images/heading-news.png') 0 0 no-repeat;
    display: block;
    width: 100%;
}

.news-list-group>.recommendation {
    background: transparent url('../images/heading-recommendation.png') 0 0 no-repeat;
}

.news-list-group>.health-info {
    background: transparent url('../images/heading-health_info.png') 0 0 no-repeat;
}

.news-list-content {
    background-color: #ededed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
}

.news-list-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-list-content li {
    padding-bottom: 5px;
}

.news-list-content li+li {
    border-top: 2px solid #D7D7D7;
    padding-top: 5px;
}

.news-list-content ul>.last {
    padding-bottom: 0;
}

.news-list-content li .last {
    text-align: right;
}


/* 固定在頁面上的購物車 */

.fixed-cart {
    background: url('../images/icon-fixed_cart.png') 0 0 no-repeat;
    width: 34px;
    height: 200px;
    position: fixed;
    bottom: 15%;
    z-index: 9999;
    margin-left: 44px;
}

.fixed-cart a {
    display: block;
}

.fixed-cart .cart {
    color: #e3007f;
    font-size: 18px;
    font-weight: bold;
    height: 149px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
}

.fixed-cart .cart span {
    display: block;
    position: relative;
    top: 102px;
    width: 100%;
}

.fixed-cart .greatasia-top {
    background: url('../images/icon-top.png') 0 0 no-repeat;
    height: 21px;
    width: 21px;
    margin: 5px auto 0;
    cursor: pointer;
    display: none;
}


#greatasia-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 85px;
    padding: 7px 10px 5px;
    font-size: 20px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    -o-transition: all .40s ease-in;
    -webkit-transition: all .40s ease-in;
    -moz-transition: all .40s ease-in;
    transition: all .40s ease-in;
}

#greatasia-top:hover {
    color: #fff;
    background-color: #e3007f;
}
/* footer 頁腳 */

.footer {
    background: #fff url('../images/footer-background.png') 0 0 repeat-x;
    width: 100%;
    /* Sticky footer */
    height: 150px;
    text-align: center;
}

.footer-data {
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0 30px;
}

.footer-img {
    display: inline-block;
}

.footer-img img {
    vertical-align: bottom;
}

.footer-rights {
    margin: 15px 0 0 15px;
}

.footer li {
    float: left;
    margin: 35px 15px 0;
}

.footer .first {
    margin-left: 1px;
}

.footer p a {
    color: inherit;
    text-decoration: none;
}

.footer_name {
    color: #646464;
    font-weight: bold;
}

.footer_link {
    padding: 0 5px;
    color: #e3007f;
    font-size: 13px;
    text-decoration: none;
}

.footer_link:hover,
.footer p a:hover {
    color: #b50367;
}


/* Cycle2 Pagers */

.slideshow-pager {
    height: 11px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 500;
}

.slideshow-pager span {
    background: url('../images/slideshow_pager.png') 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 3px;
    vertical-align: top;
}

.slideshow-pager span:first-of-type {
    margin-left: 0;
}

.slideshow-pager .slideshow-pager-active {
    background-position: -11px 0;
}


/* Colorbox Core Style */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/* Colorbox Style */

#cboxOverlay {
    background: #323232;
}

#colorbox {
    outline: none;
}


/********** 按鈕區塊 **********/

.btn,
.btn:visited {
    position: relative;
    /*float:left; */
    margin: 0px;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    background-color: #749a02;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: 微軟正黑體, Microsoft YaHei, Microsoft JhengHei, 新細明體, Arial;
}

.pink,
.pink:visited,
.pink:focus {
    background-color: #e3007f;
    color: #fff;
    border: 2px solid #e22092;
}

.pink:hover {
    background-color: #c5006e;
    color: #fff;
}

.green,
.green:visited,
.green:focus {
    background-color: #91bd09;
    color: #fff;
    border: 2px solid #91bd09;
}

.green:hover {
    background-color: #749a02;
    color: #fff;
}

.red,
.red:visited,
.red:focus {
    background-color: #e62727;
    color: #fff;
    border: 2px solid #e62727;
}

.red:hover {
    background-color: #cf2525;
    color: #fff;
}

.orange,
.orange:visited,
.orange:focus {
    background-color: #ff5c00;
    -moz-box-shadow: 0 0px 0px;
    -webkit-box-shadow: 0 0px 0px;
    color: #fff;
    border: 2px solid #ff5c00;
}

.orange:hover {
    background-color: #d45500;
    color: #fff;
}

.blue,
.blue:visited,
.blue:focus{
    background-color: #2981e4;
    -moz-box-shadow: 0 0px 0px;
    -webkit-box-shadow: 0 0px 0px;
    color: #fff;
    border: 2px solid #2981e4;
}

.blue:hover {
    background-color: #2575cf;
    color: #fff;
}

.yellow,
.yellow:visited,
.yellow:focus {
    background-color: #ffb515;
    moz-box-shadow: 0 0px 0px;
    -webkit-box-shadow: 0 0px 0px;
    color: #fff;
    border: 2px solid #ffb515;
}

.yellow:hover {
    background-color: #eea533;
    color: #fff;
}

.black,
.black:visited,
.black:focus {
    background-color: #444;
    moz-box-shadow: 0 0px 0px;
    -webkit-box-shadow: 0 0px 0px;
    color: #fff;
    border: 2px solid #444;
}

.black:hover {
    background-color: #000;
    color: #fff;
}


/*************** Notifications ***************/

.notification {
    position: relative;
    margin: 5px 0 10px 0;
    padding: 0;
    width: 100%;
}

.success {
    background: #35aa47 url('../images/icon_success.png') no-repeat;
    background-position: 12px 13px;
}

.error {
    background: #e02222 url('../images/icon_error.png') no-repeat;
    background-position: 12px 13px;
}

.notification .show_message {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .show_close {
    position: absolute;
    width: 7px;
    height: 7px;
    right: 10px;
    top: 10px;
    background: url('../images/icon_close.png') no-repeat;
    cursor: pointer;
}


/*************** 選單美化 ***************/

.input_text {
    position: relative;
    background: url('../images/input_bg.jpg') repeat-x #dcdcdc;
    height: 35px;
    width: 100%;
    max-width: 360px;
    color: #555;
    padding: 0 5px;
    margin-right: 5px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #c1c1c1 #eee #eee #c1c1c1;
    font: 18px/35px Arial, sans-serif;
    /*behavior: url(PIE.php);*/
}

.select {
    background: #ededed;
    height: 35px;
    padding: 5px;
    margin-right: 5px;
    font: 18px/35px Calibri, Arial, sans-serif;
    color: #555;
    border: 1px solid;
    border-color: #c1c1c1 #eee #eee #c1c1c1;
    text-shadow: 1px 1px 0 #E4E4E4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    vertical-align: top;
}

.area_270 {
    width: 270px;
}

.area_max {
    width: 98%;
}

.area_text {
    position: relative;
    background: url('../images/area_bg.jpg') repeat-x #dcdcdc;
    width: 100%;
    max-width: 360px;
    height: 250px;
    color: #555;
    padding: 0 5px;
    margin-right: 5px;
    outline: none;
    resize: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #c1c1c1 #eee #eee #c1c1c1;
    font: 18px/35px Arial, sans-serif;
    /*behavior: url(PIE.php);*/
}


/*********** 字體顏色 ****************/

.bold {
    font-weight: bold;
}

.size20 {
    line-height: 230%;
    font-size: 20px;
}

.size18 {
    line-height: 200%;
    font-size: 18px;
}

.size11 {
    line-height: 160%;
    font-size: 11px;
}

.grey_text {
    color: #888;
}

.red_text {
    color: #fe5377;
}

.blue_text {
    color: #36F;
}

.org_text {
    color: #F60;
}

.green_text {
    color: #390;
}

.purple_text {
    color: #601986;
}

.box_date {
    float: right;
    color: #ccc;
}

.show_more {
    color: #e3007f;
}

.show_more:hover {
    color: #e856a9;
}

.title {
    margin: 12px 0 2px;
}

div.page {
    padding: 3px;
    margin: 3px;
    text-align: right;
}

div.page a {
    padding: 2px 5px;
    border: #fff 1px solid;
    color: #e3007f;
    margin-right: 2px;
    text-decoration: none;
}

div.page a:hover {
    border: #e3007f 1px solid;
    color: #000;
    background-color: white;
}

div.page a:active {
    border: #cc6b31 1px solid;
    color: #000;
    background-color: white;
}

div.page span.current {
    border: #e3007f 1px solid;
    padding: 2px 5px;
    margin-right: 2px;
    color: #fff;
    background-color: #e3007f;
    font-weight: bold;
}

div.page span.disabled {
    border: #929292 1px solid;
    padding: 2px 5px;
    color: #929292;
    margin-right: 2px;
}

.news_list {
    padding-left: 15px;
}

.news_list dl dd {
    padding: 0;
    margin: 10px;
}

.news_list dl dt a {
    color: #e3007f;
}

.news_list dl dt a:hover {
    color: #69F
}

.article_title {
    text-align: center;
    margin-bottom: 15px;
    color: #ab4c00;
}

.has-error,
.has-error .title,
.has-error span,
.has-error input,
.has-error radio,
.has-error checkbox {
    color: red;
}

.has-success,
.has-success .title,
.has-success span,
.has-success input,
.has-success radio,
.has-success checkbox {
    color: #468847;
}

.content_list {
    width: 100%;
    float: left;
}

.content_list .welcome {
    font-size: 16px;
    padding-left: 30px;
    background: url('../images/smile.png') no-repeat;
}

.content_list .order_list {
    border: 1px solid #d2d2d2;
    width: 100%;
}

.content_list .order_list thead {
    background: #eee8ec;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.content_list .order_list .td_left {
    text-align: left;
    padding: 4px;
}

.content_list .order_list tbody td {
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 4px;
    vertical-align: middle;
}

.content_list .order_list tbody td a {
    text-decoration: none;
}

.content_list .order_list tbody td p a {
    text-decoration: none;
    color: #777;
}

.content_list .order_list tbody td a:hover {
    color: #e3007f;
}

.content_list .order_list .page {
    line-height: 35px;
    padding-right: 15px;
}

.content_list .order_list .page .current {
    color: #d11279;
}

.content_list .order_list .page a {
    text-decoration: none;
    color: #636363
}

.content_list .order_list .wait_pay {
    color: red;
}

.content_list .order_detail tbody td {
    text-align: center;
    border: 1px solid #d2d2d2;
    padding: 6px;
    vertical-align: middle;
}

.content_list .account_form {
    border: 1px solid #d2d2d2;
    width: 100%;
}

.content_list .account_form tbody td {
    border: 0;
    line-height: 50px;
    font-size: 14px;
    padding-right: 10px;
}

.content_list .detail_gang {
    font-size: 16px;
    padding-left: 20px;
    background: url('../images/gang.png') no-repeat;
}

.shopping_btn {
    width: 190px;
    height: 28px;
    background: url(../images/shopping.gif) no-repeat;
    cursor: pointer;
    border: 0;
}

.shopping_btn:hover {
    width: 190px;
    height: 28px;
    background: url(../images/shopping.gif) 0 -28px no-repeat;
    cursor: pointer;
}

.facebook_btn {
    width: 190px;
    height: 28px;
    background: url(../images/facebook.gif) no-repeat;
    cursor: pointer;
    border: 0;
    margin-top: 5px;
}

.facebook_btn:hover {
    width: 190px;
    height: 28px;
    background: url(../images/facebook.gif) 0 -28px no-repeat;
    cursor: pointer;
    margin-top: 5px;
}

.main-box {
    width: 100%;
    position: relative;
}

.info {
    display: inline-block;
    padding-left: 20px;
    padding-right: 280px;
    vertical-align: top;
    width: 100%;
    min-height: 800px;
    float: left;
}

.info2 {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    width: 100%;
    min-height: 600px;
}


/* 側邊欄 */

.sidebar {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    vertical-align: top;
    width: 240px;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar2{
    display: none;
}

.sidebar>iframe,
.sidebar>img {
    display: block;
}

.sidebar>iframe {
    margin-top: 16px;
}

.sidebar>img+img {
    margin-top: 10px;
}

.sidebar .right-img {
    display: block;
    height: 85px;
    width: 240px;
    margin-bottom: 10px;
}

.sidebar .feedback {
    background: url('../images/button-feedback.jpg?2021') 0 0 no-repeat;
}

.sidebar>iframe+.feedback,
.sidebar>div+.feedback {
    margin-top: 10px;
}

.sidebar .shopping-guideline {
    background: url('../images/button-shopping_guide.jpg?2021') 0 0 no-repeat;
}

.breadcrumb {
    color: rgba(227, 0, 127, 0.4);
    background-color: #fff;
    letter-spacing: 1.5px;
    line-height: 20px;
    padding: 20px 0 0;
}

.breadcrumb a {
    color: #e3007f;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #b50367;
}

.faq-title {
    cursor: pointer;
    margin: 10px 0;
}

.article {
    line-height: 160%;
word-wrap: break-word;
word-break: break-all;
}

.products-breadcrumb2 {
    display: none;
    margin-left: 20px;
    margin-bottom: 0;
}

.news-title {
    font-size: 19px;
    line-height: 140%;
    margin: 0;
}


/*用戶中心*/

.mem-menu {
    width: 100%;
    float: left;
    margin-right: 15px;
}

.mem-menu dl {
    width: 100%;
    border: 1px solid #d2d2d2;
    background: #eee8ec;
}

.mem-menu dl dt {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.mem-menu dl dd {
    padding: 0;
    margin-left: 10px;
}

.mem-menu dl dd ul {
    margin: 0;
    padding: 0;
}

.mem-menu dl dd ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    display: inline-block;
}

.mem-menu dl dd ul li span {
    font-size: 10px;
    color: #e3007f;
}

.mem-menu dl dd ul li a {
    color: #7e7e7e;
    text-decoration: none;
}

.mem-menu dl dd ul li a:active,
.mem-menu dl dd ul li a:hover {
    color: #e3007f;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e3007f;
}

.nav>li>a {
    padding: 5px 15px 5px;
    color: #e3007f;
    border: 1px solid #e3007f;
    background-color: #fce5f2;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #e3007f;
    color: #fff;
}

.show_pc {
    display: inline-block;
}
.show_mobile {
    display: none;
    width: 100%;
}
.show_mobile_img {
    display: none;
}

.prom_color {
    background-color: #dfec3b;
}

.title_more_down {
    display: none;
}

.icon_is_top {
    color: #fff;
    background-color: #4080ff;
    line-height: 140%;
    margin: 4px 0 0;
    padding: 2px 4px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.products_detail_height{
    min-height: 2230px;
}


.carousel_mobile{
    display: none;
}

.nav>li.new-tab1 >a{
    background-color: #d4e6fa;
    border:1px solid #2981e4;

    color:#2981e4;
}
.nav>li.new-tab2 >a{
    background-color: #d4e6fa;
    border:1px solid #2981e4;
    color:#2981e4;
}
.nav>li.new-tab3 >a{
    background-color: #d4e6fa;
    border:1px solid #2981e4;
    color:#2981e4;
}

.nav>li.new-tab1.active>a,
.nav>li.new-tab1 >a:focus,
.nav>li.new-tab1 >a:hover{
    background-color: #2981e4;
    border:1px solid #2981e4;
    color:#fff;
}

.nav>li.new-tab2.active>a,
.nav>li.new-tab2 >a:focus,
.nav>li.new-tab2 >a:hover{
    background-color: #2981e4;
    border:1px solid #2981e4;
    color:#fff;
}

.nav>li.new-tab3.active>a,
.nav>li.new-tab3 >a:focus,
.nav>li.new-tab3 >a:hover{
    background-color: #2981e4;
    border:1px solid #2981e4;
    color:#fff;
}


.show_cart_msg{
    text-align: right;margin-top: 10px;font-size: 15px;
}

.show_prod_btn{
    display: inline-block;
    padding:10px 15px;
    background-color:#006dbb;
    color:#fff;
    font-weight:bold;
}

.show_prod_btn{
    display: inline-block;
    padding:10px 15px;
    margin-left: 1px;
    margin-bottom:1px;
    background-color:#006dbb;
    color:#fff;
    font-weight:bold;
    -o-transition: color .40s ease-in, background-color .40s ease-in;
    -webkit-transition: color .40s ease-in, background-color .40s ease-in;
    -moz-transition: color .40s ease-in, background-color .40s ease-in;
    transition: color .40s ease-in, background-color .40s ease-in;
}

.show_prod_btn:hover {
    color:#fff;
    background-color: #e3007f;
}

/* 選單提前換成小按鈕模式 */
@media (max-width: 870px) {
    .header {
        display: none;
    }
    /** web nav 隱藏時機 **/
    .navbar {
        display: block;
    }
    /** mobile nav 顯示時機 margin: 51px auto 0; **/
    .main-content {
        margin: 51px auto 0;
    }
    .products_detail_height{
        min-height: auto;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .nav-tabs.isStuck{margin-top:60px!important;z-index: 100;}
    .show_tabs.isStuck{margin-top:60px!important;z-index: 100;}
}

@media (max-width: 1260px) {
    .fixed-cart {
        display: none;
    }
}

@media (max-width: 1020px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 970px) {
    .about-greysa {
        display: none;
    }
    .latest-news {
        padding-left: 0;
    }
    .footer-img {
        display: none;
    }
    .footer li {
        margin: 25px 15px 0;
    }
    .title_more_top {
        display: none;
    }
    .title_more_down {
        display: inline-block;
    }
}
.products-sidebar{
    display: none;
}

@media (max-width: 767px) {
    .sidebar {
        display: none;
    }
    .sidebar2 {
        display: inline-block;
        width: 100%;
    }

    .show_pc {
        display: none;
    } 
    .show_mobile {
        display: inline-block;
    }
    .show_mobile_img{
        display: inline-block;
    }

    .info {
        padding-right: 20px;
        min-height: 600px;
    }
    .products-sidebar {
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0 0 20px;
        vertical-align: top;
        right: 0;
        top: 0;
    }
    .pc-sidebar{
        display: none;
    }
    .products-sidebar-bottom {
        display: none;
    }
    .products-breadcrumb1 {
        display: none;
    }
    .products-breadcrumb2 {
        display: inline-block;
    }
    .product-details-img {
        margin: 20px -15px 0;
    }
    .product-details-img .product-details-img-small .product-details-s-img {
        margin-bottom: 0;
    }
    .product-details-data ul>.first {
        padding: 10px 15px 20px;
    }
    .product-details-data li {
        margin: 0 auto;
        line-height: 100%;
        padding: 0 15px 10px;
        width: 100%;
    }
    .product-details-data>form>ul>.last {
        padding-bottom: 10px;
        text-align: left;
    }

    /** 輪播圖小球 **/
    .sp-buttons {
        bottom: -30px;
    }
    .carousel_mobile .sp-button{
        width:15px;
        height:15px;
    }

    .show_cart_msg{
        text-align: left;margin-top: 20px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }
}

@media (max-width: 680px) {
    .footer-data ul {
        display: none;
    }
    .footer {
        height: auto;
    }
    .footer-rights {
        margin: 30px 15px 25px;
    }

    .carousel_mobile{
        display: inline-block;
    }
    .carousel_pc{
        display: none;
    }

}

@media (max-width: 460px) {
    .recommendation-content-img {
        position: relative;
        float: left;
        width: 100%;
    }
    .recommendation-content-img img {
        width: 100%;
    }
    .recommendation-content-text {
        padding: 0 0 5px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px 8px 10px;
    }
}

#carousel_pc {
  aspect-ratio: 3.4 / 1; /* 根據你的圖片比例設定 */
  width: 100%;
  background-color: #fff; /* 避免白屏跳動 */
}
#carousel_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#show_pc {
  aspect-ratio: 870 / 695; /* 根據你的圖片比例設定 */
  width: 100%;
  background-color: #fff; /* 避免白屏跳動 */
  overflow: hidden;
}
#show_mobile {
  aspect-ratio: 510 / 594; /* 根據你的圖片比例設定 */
  width: 100%;
  background-color: #fff; /* 避免白屏跳動 */
  overflow: hidden;
}
.detail_pc_color{
    cursor:pointer;
    width:68px;
    text-align: center;
}
.detail_mobile_color{
    cursor:pointer;
    width:85px;
    text-align: center;
}