﻿@charset "UTF-8";
html {
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
}

    html a {
        -webkit-font-smoothing: antialiased;
    }

* {
    outline: none;
}
    
.no-padding {
    padding: 0 !important;
}

.no-paddingTop {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.text-ps {
    color: red;
}

_:valid\0 {
    padding-top: 6px;
}

body {
    font: 1.6em/1.6em "微軟正黑體", "Microsoft JhengHei", 'Droid Sans Mono', sans-serif;
    background-color: #F2F2F2;
    color: #565656;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

a {
    outline: 0;
    color: #565656;
}

    a:active, a:focus, a:visited {
        text-decoration: none;
        outline: 0;
    }

    a:hover {
        outline: 0;
        text-decoration: none;
    }

button:active, button:focus, button:visited {
    outline: none !important;
}

hr {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    margin: 0;
    padding: 0 0 1.3em;
    font-size: 2.46em;
    font-weight: 700;
    color: #2b2b2b;
}

h2 {
    margin: 0;
    margin: 0 0 0.95em;
    font-size: 1.692em;
    font-weight: 700;
    color: #2b2b2b;
}

h3 {
    margin: 0;
    margin: 0 0 0.95em;
    font-size: 1.692em;
    font-weight: 700;
    color: #2b2b2b;
}

h4 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
}

h5 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.384em;
    color: #2b2b2b;
}

h6 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.077em;
    color: #2b2b2b;
}

input.form-control {
    height: 44px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
}

select.form-control {
    height: 44px;
    line-height: 44px;
}

select {
    border: 1px solid #D0CCC7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input {
    border: 1px solid #D0CCC7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.link {
    color: #29abe2;
    cursor: pointer;
}

.text-theme {
    color: #d01d26;
}

.btn.btn-theme {
    background-color: #d01d26;
    color: #fff;
}

.btn.btn-theme-inverse {
    background-color: #fff;
    color: #d01d26;
    border: 1px solid #d01d26;
}

.btn.btn-theme-inverse-ApplePay {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.btn.btn-normal {
    padding: 11px 20px;
    min-width: 110px;
}

.btn.btn-smaller {
    min-width: 82px;
    padding: 11px 12px;
}

.btn.btn-gray {
    background-color: #dcddde;
    color: #29abe2;
}

.btn-left {
    margin-right: 16px;
}

.btn-bottom {
    margin-top: 16px;
}

.btn-text {
    margin-left: 10px;
}

.btn-member,
.btn-member:hover,
.btn-member:active,
.btn-member:visited,
.btn-member:focus{
    background-color: #F98903;
    border: 1px solid #E98203;
    color: #fff;
}

.major-title {
    position: relative;
    border-left: 8px solid #d01d26;
    padding: 0 0 0 16px;
    margin: 0 0 .95em;
    font-size: 1.692em;
    font-weight: 700;
    color: #2b2b2b;
}

    .major-title .promotion-text {
        position: absolute;
        top: 0;
        margin-left: 16px;
        font-size: 16px;
        color: #d01d26;
    }

    .major-title .major-title-ps {
        position: absolute;
        top: 6px;
        margin-left: 38px;
        font-size: 16px;
        font-weight: normal;
    }

@media (max-width: 767px) {
    .major-title .major-title-ps {
        display: block;
        position: initial;
        margin-top: 8px;
        margin-left: 0;
    }
}

.notice-info {
    width: 100%;
    padding: 20px 32px;
    background-color: #fff;
}

.breadcrumbs {
    width: 100%;
    padding-bottom: 12px;
}

    .breadcrumbs .divider {
        padding: 0 10px;
    }

.page-info {
    text-align: right;
}

.checkbox-container > label {
    vertical-align: middle;
    display: inline-block;
    /*margin: 0 0 0 10px;*/
    cursor: pointer;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 767px) {
    .checkbox-container > label {
        width: 75%;
    }
}

.checkbox-default {
    text-align: center;
    position: relative;
    display: inline-block;
    /**
   * Create the checkbox state for the tick
   */
}

.checkbox-default {
    vertical-align: middle;
    height: 44px;
}

    .checkbox-default input[type=checkbox] {
        visibility: hidden;
    }

    .checkbox-default input[type=checkbox] {
        font-size: 44px;
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .checkbox-default label {
        width: 44px;
        height: 44px;
    }

        .checkbox-default label:after {
            width: 29px;
            height: 18px;
            top: 9px;
            left: 8px;
        }

    .checkbox-default input[type=radio] {
        width: 44px;
    }

    .checkbox-default label {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        border: 1px solid #d0ccc7;
        background-color: #fff;
        /**
   * Create the hover event of the tick
   */
    }

        .checkbox-default label:after {
            opacity: 0;
            content: '';
            position: absolute;
            background: transparent;
            border: 8px solid #58CC4B;
            border-top: none;
            border-right: none;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

@media (min-width: 992px) {
    .checkbox-default label:hover:after {
        opacity: 0.5;
    }
}

/*2017/03/13不管怎樣顯示框線*/
/*.checkbox-default input[type=checkbox]:checked + label, .checkbox-default input[type=radio]:checked + label {
    border: 1;
}*/

    .checkbox-default input[type=checkbox]:checked + label:after, .checkbox-default input[type=radio]:checked + label:after {
        opacity: 1;
    }

.chk-ie input[type=checkbox], .chk-ie input[type=radio] {
    visibility: visible\9;
    background: transparent\9;
    border: 0\9;
}

.chk-ie label {
    display: none\9;
}

.side-menu {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .side-menu {
        display: none;
    }
}

.side-menu .expander-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .side-menu .expander-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .side-menu .expander-list ul li {
            margin: 0;
        }

            .side-menu .expander-list ul li:first-child {
                -moz-box-shadow: inset 0 6px 5px -6px #ccc;
                -webkit-box-shadow: inset 0 6px 5px -6px #ccc;
                box-shadow: inset 0 6px 5px -6px #ccc;
            }

            .side-menu .expander-list ul li:last-child {
                -moz-box-shadow: inset 0 -6px 5px -6px #ccc;
                -webkit-box-shadow: inset 0 -6px 5px -6px #ccc;
                box-shadow: inset 0 -6px 5px -6px #ccc;
            }

        .side-menu .expander-list ul .name a {
            padding-left: 21px;
        }

        .side-menu .expander-list ul ul .name a {
            padding-left: 42px;
        }

        .side-menu .expander-list ul ul ul .name a {
            padding-left: 63px;
        }

    .side-menu .expander-list > li > .name {
        background-color: #e8e8e8;
    }

    .side-menu .expander-list > li > ul {
        background-color: #f2f2f2;
    }

        .side-menu .expander-list > li > ul > li > ul {
            background-color: #fff;
        }

    .side-menu .expander-list .expander {
        float: right;
        cursor: pointer;
        /*padding: 0 8px;*/
        /*line-height: 43px;*/
        position: absolute;
        right: 0;
    }

        .side-menu .expander-list .expander:after, .side-menu .expander-list .expander.active:after {
            font-family: FontAwesome;
            display: inline-block;
            width: 1em;
            color: #777;
        }

        .side-menu .expander-list .expander:after {
            content: '\f068';
        }

        .side-menu .expander-list .expander.active:after {
            content: '\f067';
        }

    .side-menu .expander-list .name {
        display: block;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .side-menu .expander-list .name a {
            display: block;
            padding-left: 9px;
            line-height: 43px;
        }

            .side-menu .expander-list .name a.active {
                color: #d01d26;
                border-left: 2px solid #d01d26;
            }

    .side-menu .expander-list .last > .name {
        border: none;
    }

.product-pagination {
    width: 100%;
    display: block;
}

    .product-pagination .pagination > li > a {
        padding: 10px 18px;
        color: #565656;
    }

@media (max-width: 767px) {
    .product-pagination .pagination > li > a {
        padding: 10px 14px;
        color: #565656;
    }
}

    .product-pagination .pagination .active > a, .product-pagination .pagination .nowPage > a {
        background-color: #d01d26;
        color: #fff;
    }

.required {
    color: #d01d26;
    margin-right: 5px;
    font-weight: 800;
}

.border-default {
    border: 2px solid #ddd;
}

.region-title {
    margin-bottom: 32px;
}

.form {
    position: relative;
    min-height: 456px;
    background-color: #fff;
    padding: 42px;
}

.member-form{
    padding: 50px 100px;
    min-height: inherit;
}

@media (max-width: 767px) {
    .form {
          padding: 15px;
    }
}

.collapse-icon:after {
    content: "\F106";
    font-family: FontAwesome;
    font-size: 30px;
}

.collapse-icon.collapsed:after {
    content: "\F107";
    font-family: FontAwesome;
    font-size: 30px;
}

.collapse-icon-plus:after {
    content: "-";
    font-size: 20px;
    float: right;
    width: 44px;
    text-align: center;
}

.collapse-icon-plus.collapsed:after {
    content: "+";
    font-size: 20px;
    float: right;
    width: 44px;
    text-align: center;
}

body .modal-backdrop.in {
    opacity: 0.8;
}

.hr-top {
    margin-bottom: 26px;
}

:-moz-placeholder, ::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}

body .well {
    background-color: #fff;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.help-page p {
    margin-bottom: 16px;
    margin-left: 16px;
}

.help-page img {
    max-width: 100%;
}

.help-page .sub-content {
    margin-left: 32px;
}

@media (max-width: 767px) {
    .form {
        padding: 15px;
    }
    .mobile-clearfix:before {
        display: table;
        content: " ";
    }

    .mobile-clearfix:after {
        display: table;
        content: " ";
        clear: both;
    }
}

.navbar-region {
    width: 100%;
    background: 0 0;
    position: fixed;
    top: 0;
    margin-bottom: 0;
    z-index: 1000;
    border: 0 !important;
}

.navbar-region .navbar-logo{
    display: inline-block;
}

    .navbar-region .navbar-logo .logo-link {
        display: block;
        width: 150px;
    }

        .navbar-region .navbar-logo .logo-link .logo-img {
            width: 100%;
            height: 33px;
            /*margin: 4px 0;*/
        }

@media (max-width: 767px) {
    .navbar-region .navbar-logo .logo-link .logo-img {
        margin: 6px 0;
    }
}

.navbar-top {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom: 2px solid #c62727;
    z-index: 1;
}

.navbar-top .navbar-top-main{
    margin: 8px 0 4px 0;
}

.navbar-top .website-title {
    position: absolute;
    top: -100px;
    left: 0;
    color: #fff;
}

@media (max-width: 992px) {
    .navbar-top {
        display: none;
    }
}

.navbar-banner-region {
    background-color: #f4e1e1;
}

@media (max-width: 991px) {
    .navbar-banner-region {
        /*display: none !important;*/
    }
}

.navbar-banner-region .navbar-banner-container {
    position: relative;
    overflow: hidden;
    height: 46px;
}

@media (max-width: 1199px) {
    .navbar-banner-region .navbar-banner-container {
        height: 68px;
    }
}

@media (max-width: 767px) {
    .navbar-banner-region .navbar-banner-container {
        height: 90px;
    }
}

.navbar-banner-region .navbar-banner-container .banner-link {
    display: block;
    height: 50px;
    overflow: hidden;
}

.navbar-banner-region .navbar-banner-container .banner-img {
    width: 100%;
}

.navbar-banner-region .navbar-banner-container .close-button {
    position: absolute;
    top: 11px;
    right: 15px;
    /*background-color: #f2e4d1;*/
    opacity: 1;
    filter: alpha(opacity=100)/9;
    padding: 0 5px;
    line-height: 25px;
    border: 1px solid #666;
}

.navbar-banner-region .navbar-banner-container .close-button:hover{
    border: 1px solid #888;
    color: #888;
}

.bulletin {
    /*display: inline-block;*/
    margin: 12px 0;
    width: calc(100% - 40px);
}

.bulletin .bulletin__wrap {
    display: table;
    width: 100%;
    margin: 12px 0;
}

.bulletin .bulletin__title,
.bulletin .bulletin__content,
.bulletin .bulletin__nav {
    display: table-cell;
    vertical-align: middle;
}

.bulletin .bulletin__title {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.bulletin .bulletin__items {
    margin: 0;
    padding: 0;
}

.bulletin .bulletin__items > li {
    list-style-type: none;
    height: 22px;
    line-height: 22px;
    overflow:hidden;
    /*word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    color: #4c3232;
}

@media (max-width: 1199px) {
    /*.bulletin {
        padding: 6px 50px 6px 10px;
    }*/
    .bulletin .bulletin__items > li {
        height: 44px;
    }
}

@media (max-width: 767px) {
    .bulletin .bulletin__items > li {
        height: 66px;
    }
}

.bulletin .bulletin__items-a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.bulletin .bulletin__items-a:hover {
    text-decoration: underline;
}

.navbar-hover-menu-region {
    margin-top: 2px;
    margin-right: 15px;
}

.navbar-hover-menu-region .btn:active{
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-hover-menu-region {
        padding: 5px 0 0;
        height: 45px;
    }
}

.fb-btn {
    border-right: 1px solid #e7e7e7;
}

    .fb-btn .btn-default {
        border: 0;
        background: 0 0;
        padding: 0 15px;
    }

    .fb-btn .icon {
        font-size: 2em;
    }

        .fb-btn:hover .icon {
            color: #3b5998;
        }

.yt-btn {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

    .yt-btn .btn-default {
        border: 0;
        background: 0 0;
        padding: 0 15px;
    }

    .yt-btn .icon {
        font-size: 2em;
    }

        .yt-btn:hover .icon {
            color: #E62118;
        }

/*.line-btn {
    border-right: 1px solid #e7e7e7;
}*/

    .line-btn .btn-default {
        border: 0;
        background: 0 0;
        padding: 0 15px;
        margin-top: 3px;
    }

    .line-btn .icon {
        font-size: 1.8em;
    }

        .line-btn:hover .icon {
            color: #00B900;
        }

        /*
            Line 模仿 font-awesome方式自製class START
        */
@font-face {
    font-family: 'font-awesome-line';
    src: url('../fonts/font-awesome-line-webfont.eot');
    src: url('../fonts/font-awesome-line-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/font-awesome-line-webfont.woff') format('woff'),
         url('../fonts/font-awesome-line-webfont.ttf') format('truetype'),
         url('../fonts/font-awesome-line-webfont.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='facustom-']:before{
	display: inline-block;
   font-family: 'font-awesome-line';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.facustom-line:before{
    content:'\0041';
}

        /*
            Line 模仿 font-awesome方式自製class END
        */

.AccountMenu .icon, .CartMenu .icon {
    font-size: 2em;
}

.AccountMenu .btn-default, .CartMenu .btn-default {
    border: 0;
    background: 0 0;
    padding: 0 10px;
}

.AccountMenu .dropdown-menu, .CartMenu .dropdown-menu {
    width: 200px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    -moz-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.1);
}

@media (max-width: 359px) {
    .AccountMenu .dropdown-menu, .CartMenu .dropdown-menu {
        min-width: 128px;
    }
}

.AccountMenu .dropdown-menu li a:hover, .CartMenu .dropdown-menu li a:hover {
    background-color: #e8e8e8;
}

.AccountMenu:hover .dropdown-menu, .CartMenu:hover .dropdown-menu {
    display: block;
}

    .AccountMenu:hover .dropdown-menu li:first-child a:hover {
        background-color: #fff;
        cursor: default;
    }

.CartMenu {
    border-left: 1px solid #e7e7e7;
}

    .CartMenu .icon > .badge,
    .AccountMenu .icon > .badge {
        background-color: #c82210;
        right: 12px;
        top: -15px;
        margin-right: -20px;
    }

    .CartMenu:hover .dropdown-menu li:first-child a:hover, .CartMenu:hover .dropdown-menu li:first-child + li a:hover, .CartMenu:hover .dropdown-menu li:first-child + li + li a:hover, .CartMenu:hover .dropdown-menu li:first-child + li + li + li a:hover {
        background-color: #fff;
        cursor: default;
    }

.navbar-right{
    /*margin-top: 5px;*/
}

.navbar-search {
    display: inline-block;
    /*margin-right: 100px;*/
}

@media (max-width: 992px) {
    .navbar-search {
        width: 100%;
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 25px 20px 10px !important;
    }
}

.navbar-search input.form-control {
    width: 100%;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

@media (max-width: 767px) {
    .navbar-search input.form-control {
        font-size: 1em;
        width: 100% !important;
        float: none !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .navbar-search input.form-control {
        width: 125px;
    }
}

.navbar-search .fb-like {
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar-search .form-control {
        padding-right: 32px !important;
    }
}

@media (max-width: 767px) {
    .navbar-search .form-control:focus {
        width: 100% !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .navbar-search .form-control:focus {
        width: 125px;
    }
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after, .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:hover, .icon-addon .form-control:focus {
        color: #2580db;
    }

    #Search_Keyword{
        color: #c62727;
        font-size: 0.9em;
        margin-bottom: 2px;
        border: 1px solid #eee !important;
        border-radius: 50px;
    }

    #Search_Keyword:focus{
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    }

    .icon-addon .search-btn {
        position: absolute;
        top: 1px;
        right: 0px;
        height: 35px;
        border: none;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        width: 60px;
    }

    .icon-addon .search-btn:hover .fa{
        color: #4c3232;
    }

        .icon-addon .search-btn .fa {
            line-height: 33px;
            color: #c62727;
        }

    .icon-addon .form-control {
        line-height: 30px;
        height: 35px;
        font-size: 1em;
        padding: 0 40px 0 15px;
    }

@media (max-width: 767px) {
    .icon-addon .form-control {
        line-height: 40px;
        height: 40px;
    }
}

.mobile-search .icon-addon .search-btn {
    height: 38px;
    padding: 0 15px;
}

    .mobile-search .icon-addon .search-btn .fa {
        line-height: 38px;
    }

.navbar-main-menu {
    z-index: 10;
    margin: 0 0 0 0;
    list-style-type: none;
    position: relative;
    bottom: -1px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*float: left;*/
    width: 100%;
    display: flex;
}

.navbar-main-menu-container{
    /*padding-top: 8px;*/
    border-top: 1px solid #f4e1e1;
}

/*@media (min-width: 1200px) {
    .navbar-main-menu {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-main-menu {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-main-menu {
        width: 70%;
        padding: 0;
    }
}*/

.navbar-main-menu dt {
    font-weight: normal;
}

.navbar-main-menu .item {
    /*float: left;*/
    /*height: 32px;*/
    padding: 0;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    text-align: center;
}

    .navbar-main-menu .item:hover {
        z-index: 1000000;
    }

    .navbar-main-menu .item .item-link {
        position: relative;
        /*border-bottom: 0 solid #d01d26;*/
        display: block;
        /*height: 32px;*/
        padding: 10px 0px;
        font-size: 1.05em;
        -moz-transition: border 0.1s ease;
        -o-transition: border 0.1s ease;
        -webkit-transition: border 0.1s ease;
        transition: border 0.1s ease;
    }

        .navbar-main-menu .item .item-link .first-layer-name {
            display: inline-block;
            color: #565656;
            font-weight: normal;
            font-size: 1em;
            margin: 0;
            letter-spacing: 0.5px;
        }

@media (max-width: 1199px) {
    /*.navbar-main-menu .item .item-link {
        padding: 0 9px;
    }*/
}

@media (max-width: 991px) {
    .navbar-main-menu .item .item-link {
        padding: 0 6px;
        font-size: 1.15em;
        /*line-height: 32px;*/
    }
}

.navbar-main-menu .item .item-link:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 50%;
    background-color: #f0f0f0;
}

.navbar-main-menu .item:last-child .item-link:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 50%;
    background-color: #E7E7E7;
}

/*@media (max-width: 1199px) {
    .navbar-main-menu .item .item-link:before {
        left: -9px !important;
    }
}*/

@media (max-width: 991px) {
    .navbar-main-menu .item .item-link:before {
        left: -6px !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .navbar-main-menu .item .item-link:before {
        left: -6px !important;
    }
}

.navbar-main-menu .item .item-link:hover {
    text-decoration: none;
}

.navbar-main-menu .with-sub:hover {
    cursor: default;
}

    /*.navbar-main-menu .with-sub.active .menu-expander:after, .navbar-main-menu .with-sub:hover .menu-expander:after {
        content: "-";
        font-size: 1em;
    }*/

    .navbar-main-menu .with-sub.active .item-link, .navbar-main-menu .with-sub:hover .item-link {
        box-shadow: 0px -5px 0px #d01d26 inset;
    }

@media (max-width: 992px) {
    .navbar-sub-menu-block {
        display: none;
    }
}

.navbar-sub-menu-block .item-content {
    float: right;
    display: none;
    /*margin-left: -100%;*/
    width: 100%;
    position: relative;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 0px 0px 8px 8px;
    padding: 2% 1.5%;
}

    .navbar-sub-menu-block .item-content .navbar-submenu {
        width: 100%;
        border-left: 0;
        border-right: 0;
    }

/*.navbar-sub-menu-block .isFirstRow {
    clear: left;
}*/

.submenu-block-container {
    float: left;
    width: 100%;
    height: 335px;
}

.submenu-block {
    float: left;
    background-color: #fff;
    margin-bottom: 1%;
    width: 25%;
    height: 50%;
    /*-moz-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1);*/
}

.submenu-block+.submenu-block{
    padding-left: 1%;
}

.submenu-block+.submenu-block:nth-child(4n+1){
    padding-left: 0px;
}

.submenu-block > a{
    color: #c62727;
}

    .submenu-block .icon {
        position: relative;
        top: 0px;
        font-size: 1.2em;
        display: block;
        float: left;
        width: 1.5em;
        text-align: center;
    }

    .submenu-block .sub-detail-link {
        line-height: 32px;
    }

    .submenu-block .sub-layer-item {
        /*float: left;
        width: 135px;*/
        font-size: 14px;
        width: 50%;
        float: left;
    }

    .submenu-block ul {
        border-top: 1px solid #ddd;
        list-style-type: none;
        padding-left: 0px;
        padding-top: 5px;
        margin-top: 5px;
    }

        .submenu-block ul li {
            margin: 0;
            position: relative;
        }

            .submenu-block ul li > a:hover {
                text-decoration: underline;
                color: #f98903;
            }

/*.menu-expander:after {
    content: "+";
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}*/

.back-to-top {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 1000;
    background-color: #ddd;
    width: 55px;
    height: 55px;
    /*box-shadow: 0px 0px 5px 1px #ddd;*/
    /*border: 1px solid #ddd;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    opacity: 0.95;
    color: #777;
}

.back-to-top i{
    font-size: 1.3em;
    margin-top: 5px;
    /*color: #d01d26;*/
}

.back-to-top div{
    font-weight: bold;
    margin-top: -5px;
}

.service_msg{
    position: fixed;
    right: 10px;
    bottom: 10px;
    /*font-size: 1em;*/
    background-color: #D32F2F;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    z-index: 9999;
    border-radius: 50px;
    box-shadow: 0px 1px 3px 0px #333;
    cursor: pointer;
}

.service_msg:hover,
.service_msg:active,
.service_msg:visited{
    color: #fff;
}

.service_msg i{
    font-size: 1.3em;
    margin-right: 2px;
    display: inline-block;
}

.service_msg div{
    display: inline-block;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .back-to-top {
        bottom: 75px;
    }
}

@media (max-width: 991px) {
    .back-to-top{
        width: 48px;
        height:48px;
        bottom: 0px;
        right: 0px;
    }
    .back-to-top i{
        font-size: 1em;
        margin-top: 5px;
    }
    .back-to-top div{
        font-size: 0.9em;
    }
    .service_msg{
        width: 48px;
        height: 48px;
        padding: 0px;
        text-align: center;
        bottom: 5px;
    }
    .service_msg i{
        margin-right: 0px;
        font-size: 1.5em;
        margin-top: 12px;
    }
    .service_msg div{
        display: none;
    }
}

/*.back-to-top:hover {
    background: #9a161c;
    color: #fff;
    border-color: #9a161c;
}*/

/* 手機 navbar */
.MobileBar {
    display: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {
    .MobileBar {
        display: block;
        height: 44px;
    }
}

.MobileBar .nav-item {
    text-align: center;
}

    .MobileBar .nav-item .main-menu, .MobileBar .nav-item .account-menu, .MobileBar .nav-item .search, .MobileBar .nav-item .cart {
        float: left;
        width: 16.66667%;
    }

    .MobileBar .nav-item .logo {
        float: left;
        width: 33.33333%;
    }

    .MobileBar .nav-item .logo-img {
        max-width: 120px;
        width: 100%;
        height: 28px;
        margin-top: 7px;
    }

    .MobileBar .nav-item .icon-mobile-bar {
        font-size: 26px;
    }

        .MobileBar .nav-item .icon-mobile-bar .fa {
            color: #ccc;
            line-height: 44px;
        }

        .MobileBar .nav-item .icon-mobile-bar.active .fa {
            color: #333;
        }

    .MobileBar .nav-item .tab-content {
        display: none;
        position: static;
        top: 44px;
        left: 0;
        width: 100%;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    .MobileBar .nav-item .fa-user,
    .MobileBar .nav-item .fa-shopping-cart {
        position: relative;
    }

        .MobileBar .nav-item .fa-user .badge,
        .MobileBar .nav-item .fa-shopping-cart .badge {
            position: absolute;
            bottom: 20px;
            right: -12px;
            background-color: #d01d26;
        }

/* End 手機 navbar */
@media (max-width: 767px) {
    .mobile-cart-info {
        display: table;
        width: 100%;
        padding: 32px 32px;
    }
}

@media (max-width: 767px) {
    .mobile-cart-info .mobile-cart-info-row {
        display: table-row;
        width: 100%;
        line-height: 28px;
    }

        .mobile-cart-info .mobile-cart-info-row .cart-number {
            margin-right: 10px;
        }
}

.footer-region {
    width: 100%;
    background-color: #d01d26;
    margin-top: 64px;
}

@media (max-width: 767px) {
    .footer-region {
        margin-top: 32px;
    }
}

.footer-region .footer-navbar {
    padding: 38px 15px 0;
    color: #fff;
}

    .footer-region .footer-navbar .footer-column {
        width: 20%;
        float: left;
        margin-bottom: 16px;
    }

/*@media (min-width: 768px) and (max-width: 991px) {
    .footer-region .footer-navbar .footer-column {
        width: 50%;
    }
}*/

@media (max-width: 991px) {
    .footer-region .footer-navbar .footer-column:nth-child(1) {
        width: 100%;
    }
    .footer-region .footer-navbar .footer-column {
        width: 50%;
    }
}

.footer-region .footer-navbar .footer-column .footer-column-title {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 0.95em;
}

    .footer-region .footer-navbar .footer-column .footer-column-title .collapse-icon {
        display: none;
    }

@media (max-width: 767px) {
    .footer-region .footer-navbar .footer-column .footer-column-title .collapse-icon {
        display: block;
        float: right;
        color: #fff;
        margin-right: 24px;
    }
}

@media (min-width: 768px) {
    .footer-region .footer-navbar .footer-column .collapse {
        display: block;
    }
}

.footer-region .footer-navbar .footer-column ul {
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-region .footer-navbar .footer-column ul {
        margin-bottom: 14px;
    }
}

.footer-region .footer-navbar .footer-column ul li {
    list-style: none;
}

.footer-region .footer-navbar .footer-column .footer-link {
    color: #fff;
    font-size: 0.9em;
    line-height: 32px;
}

.footer-region .footer-navbar .footer-icon-list {
    width: 100%;
}

    .footer-region .footer-navbar .footer-icon-list .footer-icon {
        float: left;
        margin: 2px 3px;
    }

.footer-rights-served {
    background-color: #fff;
    color: #565656;
    text-align: center;
    padding: 10px 0;
}

.footer-rights-served div span+span{
    margin-left: 15px;
    position: relative;
}

.footer-rights-served div span+span:before{
    content:'|';
    position: absolute;
    left: -10px;
    top: -4px;
}

.expander-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu.category-menu .expander-list > li > .name > a::before{
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 10px
}

.menu.category-menu .expander-list > li:nth-child(1) > .name > a::before{
    background-image: url(../images/menuIcon-1.png);
}

.menu.category-menu .expander-list > li:nth-child(2) > .name > a::before{
    background-image: url(../images/menuIcon-2.png);
}

.menu.category-menu .expander-list > li:nth-child(3) > .name > a::before{
    background-image: url(../images/menuIcon-3.png);
}

.menu.category-menu .expander-list > li:nth-child(4) > .name > a::before{
    background-image: url(../images/menuIcon-4.png);
}

.menu.category-menu .expander-list > li:nth-child(5) > .name > a::before{
    background-image: url(../images/menuIcon-5.png);
}

.menu.category-menu .expander-list > li:nth-child(6) > .name > a::before{
    background-image: url(../images/menuIcon-6.png);
}

.menu.category-menu .expander-list > li:nth-child(7) > .name > a::before{
    background-image: url(../images/menuIcon-7.png);
}

.menu.category-menu .expander-list > li:nth-child(8) > .name > a::before{
    background-image: url(../images/menuIcon-8.png);
}

.menu.category-menu .expander-list > li:nth-child(9) > .name > a::before{
    background-image: url(../images/menuIcon-9.png);
}

@media (max-width: 767px) {

    .footer-rights-served div{
        font-size: 14px;
    }
    .footer-rights-served div span+span{
        display:block;
        margin-left: 0px;
    }
    .footer-rights-served div span+span:before{
        display: none;
    }
    .expander-list {
        margin-bottom: 32px;
    }
}

.expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .expander-list ul li {
        margin: 0;
    }

        .expander-list ul li:first-child {
            -moz-box-shadow: inset 0 6px 5px -6px #ccc;
            -webkit-box-shadow: inset 0 6px 5px -6px #ccc;
            box-shadow: inset 0 6px 5px -6px #ccc;
        }

        .expander-list ul li:last-child {
            -moz-box-shadow: inset 0 -6px 5px -6px #ccc;
            -webkit-box-shadow: inset 0 -6px 5px -6px #ccc;
            box-shadow: inset 0 -6px 5px -6px #ccc;
        }

    .expander-list ul .name a {
        padding-left: 37px;
    }

    .expander-list ul ul .name a {
        padding-left: 51px;
    }

    .expander-list ul ul ul .name a {
        padding-left: 63px;
    }

.expander-list > li > .name {
    background-color: #e8e8e8;
}

.expander-list > li > ul {
    background-color: #f2f2f2;
}

    .expander-list > li > ul > li > ul {
        background-color: #fff;
    }

.expander-list .expander {
    float: right;
    cursor: pointer;
    padding: 0 8px;
    line-height: 43px;
}

    .expander-list .expander:after {
        font-family: FontAwesome;
        content: '\f107';
        display: inline-block;
        width: 1em;
        color: #777;
    }

    .expander-list .expander.active:after {
        font-family: FontAwesome;
        content: '\f105';
        display: inline-block;
        width: 1em;
        color: #777;
    }

.expander-list .name {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 43px;
}

    .expander-list .name a {
        display: block;
        padding-left: 9px;
    }

        .expander-list .name a.active {
            color: #d01d26;
            border-left: 2px solid #d01d26;
        }

.expander-list .last > .name {
    border: none;
}

.expander-list .user-info {
    padding: 0 9px;
}

    .expander-list .user-info .point {
        margin-right: 5px;
        color: #d01d26;
        font-weight: bold;
    }

.expander-list .fb-like {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

ul.hotkey > li > a{
    font-size:14px;
    color: #c82210;
}

ul.hotkey > li{
    display:inline;
}

ul.hotkey{
    padding-top: 4px;

}

.menuimg{
    padding:8px;
}

.menutext{
    font-size:11px;
    text-align: center;
}
.menu {
    display: block;
}

    .menu > div {
        position: fixed;
        z-index: 1200;
        top: 0;
        width: 320px;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: -moz-transform 250ms ease;
        -o-transition: -o-transform 250ms ease;
        -webkit-transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
    }

        .menu > div.left {
            -webkit-overflow-scrolling: touch;
            background: #e8e8e8;
            left: -320px;
        }

        .menu > div.visible.left {
            overflow-y: scroll;
            -moz-transform: translate3d(320px, 0, 0);
            -ms-transform: translate3d(320px, 0, 0);
            -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
        }

    .menu .menu-item {
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        background-color: #d01d26;
        color: #fff;
    }

        .menu .menu-item .menu-title {
            font-weight: bold;
        }

        .menu .menu-item .menu-close {
            float: right;
            width: 44px;
            text-align: center;
            line-height: 22px;
        }

    .menu .expander-list .expander {
        width: 44px;
        padding: 0;
        text-align: center;
        position: absolute;
        right: 0;
    }

        .menu .expander-list .expander:after {
            padding: 0;
            /*font-size: 14px;*/
        }

.text-activity {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .text-activity {
        position: relative;
        overflow: hidden;
    }
}

.text-activity .text-activity-row {
    z-index: 0;
}

@media (max-width: 767px) {
    .text-activity .text-activity-row {
        position: relative;
    }
}

.text-activity .text-activity-row .text-activity-column {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    height: 26px;
    overflow: hidden;
}

.text-activity .mobile-control-region {
    z-index: 10;
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.text-activity .mobile-control {
    display: none;
    color: #000;
    background-color: #d2d2d2;
    z-index: 10;
    position: absolute;
}

    .text-activity .mobile-control.left {
        left: -15px;
        top: -5px;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
        background: -moz-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
        background: -webkit-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
        background: linear-gradient(to left, rgba(242, 242, 242, 0), #f2f2f2);
    }

    .text-activity .mobile-control.right {
        right: -15px;
        top: -5px;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
        background: -moz-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
        background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
        background: linear-gradient(to right, rgba(242, 242, 242, 0), #f2f2f2);
    }

    .text-activity .mobile-control i {
        margin: 10px 17px;
    }

.index-banner {
    margin-bottom: 16px;
}

    .index-banner .banner-img {
        width: 100%;
        height: auto;
    }

.promotion-region {
    margin-bottom: 32px;
    overflow: hidden;
}

    .promotion-region .promotion-region-title {
        position: relative;
        margin-bottom: 22px;
    }

@media (max-width: 767px) {
    .promotion-region .promotion-region-title {
        margin-bottom: 12px;
    }
}

.promotion-region .promotion-region-title h2, .promotion-region .promotion-region-title h3 {
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #656565;
}

.promotion-region .promotion-region-title .tab-region {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .promotion-region .promotion-region-title .tab-region {
        position: relative;
        height: 40px;
    }
}

.promotion-region .promotion-region-title .tab-region .mobile-control-tab-region {
    display: none;
}

@media (max-width: 767px) {
    .promotion-region .promotion-region-title .tab-region .mobile-control-tab-region {
        display: block;
        width: 100%;
        position: absolute;
        top: -5px;
    }

        .promotion-region .promotion-region-title .tab-region .mobile-control-tab-region .mobile-control {
            color: #000;
            background-color: #d2d2d2;
            z-index: 10;
        }

            .promotion-region .promotion-region-title .tab-region .mobile-control-tab-region .mobile-control:first-child {
                position: absolute;
                top: 7px;
                left: -15px;
                padding: 10px 17px;
                background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
                background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
                background: -moz-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
                background: -webkit-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
                background: linear-gradient(to left, rgba(242, 242, 242, 0), #f2f2f2);
            }

            .promotion-region .promotion-region-title .tab-region .mobile-control-tab-region .mobile-control:last-child {
                position: absolute;
                top: 7px;
                right: -15px;
                padding: 10px 17px;
                background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
                background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
                background: -moz-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
                background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
                background: linear-gradient(to right, rgba(242, 242, 242, 0), #f2f2f2);
            }
}

.promotion-region .promotion-region-title .control-region {
    position: absolute;
    bottom: 10px;
    right: 0;
}

    .promotion-region .promotion-region-title .control-region .control-icon {
        font-size: 1.1em;
        margin-right: 4px;
    }

@media (max-width: 767px) {
    .promotion-region .promotion-region-title .control-region .control-icon {
        padding: 0 10px;
    }
}

.promotion-region .promotion-region-title .control-region .control-icon:first-child:after {
    content: "\F077";
    font-family: FontAwesome;
}

@media (max-width: 767px) {
    .promotion-region .promotion-region-title .control-region .control-icon:first-child:after {
        content: "\F053";
    }
}

.promotion-region .promotion-region-title .control-region .control-icon:last-child:after {
    content: "\F078";
    font-family: FontAwesome;
}

@media (max-width: 767px) {
    .promotion-region .promotion-region-title .control-region .control-icon:last-child:after {
        content: "\F054";
    }
}

@media (max-width: 767px) {
    .promotion-region .top-sold.row {
        margin-right: 0;
        margin-left: 0;
    }
}

.promotion-region ul {
    padding-left: 0;
}

    .promotion-region ul li {
        list-style: none;
    }

.promotion-region .tabs-menu {
    position: absolute;
    top: 5px;
    right: 0;
}

@media (max-width: 767px) {
    .promotion-region .tabs-menu {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }
}

.promotion-region .tabs-menu .tabs-menu-item {
    float: left;
    text-align: center;
    height: 22px;
    padding: 0 15px;
    border-left: 2px solid #aaa;
}

@media (max-width: 767px) {
    .promotion-region .tabs-menu .tabs-menu-item {
        height: 40px;
        border: 0;
        width: 100%;
    }
}

.promotion-region .tabs-menu .tabs-menu-item:first-child {
    border: none;
}

.promotion-region .tabs-menu .tabs-menu-item.active > a {
    color: #d01d26;
    font-weight: 700;
}

.promotion-region .tab-content {
    position: relative;
    overflow: hidden;
}

.promotion-region .mobile-control-content-region {
    display: none;
    z-index: 10;
}

@media (max-width: 767px) {
    .promotion-region .mobile-control-content-region {
        position: absolute;
        width: 100%;
        left: 0;
        top: 30px;
    }

        .promotion-region .mobile-control-content-region.active {
            display: block;
        }

        .promotion-region .mobile-control-content-region .mobile-control {
            background-color: #bbb;
            color: #fff;
        }

            .promotion-region .mobile-control-content-region .mobile-control:first-child {
                float: left;
                padding: 12px 20px;
            }

            .promotion-region .mobile-control-content-region .mobile-control:last-child {
                float: right;
                padding: 12px 20px;
            }
}

.promotion-region .promotion-img-region {
    text-align: center;
}

    .promotion-region .promotion-img-region .promotion-img {
        width: 97%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .promotion-region .promotion-img-region .index-brand-img {
        width: 97%;
        margin: 0 auto;
        margin-bottom: 22.5px;
    }

.index .product-parallel .product-img-region {
    width: 103px;
}

.index .product-parallel .product-title {
    height: 70px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 10px;
}

.index .product {
    /*width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .index .product {
        width: 31.3333%;
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .index .product {
        /*width: 100%;*/
    }
}

@media (max-width: 450px) {
    .index .product {
        /*width: 100%;*/
        background-color: #fff;
        padding: 8px;
    }
}

@media (max-width: 450px) {
    .index .product .product-title {
        /*height: 50px;*/
        /*margin-bottom: 5px;*/
    }
}

.index .product .product-control-region .product-count-control {
    /*width: 45%;*/
}

.index .product .product-control-region .product-buy-btn {
    /*width: 50%;*/
}

.index .product .cart-text:after {
    content: "加入購物車";
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hot-recommend .slides li {
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .hot-recommend .slides li {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/*@media (max-width: 360px) {
    .hot-recommend .slides li {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}*/

@media (max-width: 767px) {
    .brand-search.promotion-region {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .brand-search .slides li {
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .brand-search .slides li {
        float: left;
        width: 31.33%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 360px) {
    .brand-search .slides li {
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
}

.product_box{
    position: relative;
    display: block;
}

    .product .product-img-link {
        display: block;
        margin-bottom: 5px;
    }

    .product .product-img {
        width: 100%;
    }

    .product .product-title {
        height: 65px;
        overflow: hidden;
        margin-bottom: 0;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.35em;
        /*word-wrap: break-word;*/
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        -moz-box-orient: vertical;
        -moz-line-clamp: 3;
        -o-box-orient: vertical;
        -o-line-clamp: 3;
        -ms-box-orient: vertical;
        -ms-line-clamp: 3;*/
    }


@media (min-width: 992px) and (max-width: 1199px) {
    .product {
        width: 31.333%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .product .product-img {
            width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {


    .product {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .product .product-img {
            width: 100%;
        }
}

@media (min-width: 451px) and (max-width: 767px) {

    .product {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .product .product-img {
            width: 100%;
        }
}

@media (max-width: 450px) {
    .product {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

        .product .product-img {
            width: 100%;
        }

        .product .product-title {
            /*height: auto;*/
            margin-bottom: 8px;
        }
}

.product .product-sub-title {
    color: #EE7701;
    height: 21px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 0.9em;
    /* word-wrap: break-word; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product .product-price {
    margin-bottom: 5px;
}

    .product .product-price .product-price-original {
        display: inline;
        text-decoration: line-through;
        color: #b2b2b2;
        font-size: 0.9em;
    }

    .product .product-price .product-price-special {
        display: inline;
        color: #ee3b27;
        margin-left: 5px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .product .product-price .product-price-bonus {
        display: inline;
        color: #ee3b27;
    }

.product .product-control-region {
    text-align: center;
}

    .product .product-control-region .product-buy-btn {
        background-color: #d01d26;
        color: #fff;
        width: 20%;
        padding: 0;
        outline: none;
    }

        .product .product-control-region .product-buy-btn > i {
            line-height: 45px;
            vertical-align: middle;
        }

    .product .product-control-region .product-count-control {
        margin-right: 3%;
    }

    .product .product-control-region .product-buy-btn, .product .product-control-region .product-count-control {
        display: inline-block;
        height: 45px;
        vertical-align: top;
    }

    .product .product-control-region .product-change-btn {
        width: 100%;
        background-color: #d01d26;
        color: #fff;
    }

.product-count-control {
    width: 70%;
}

    .product-count-control .product-count-control-addon {
        padding: 0;
        border: 1px solid #eee;
        background-color: #f2f2f2;
    }

        .product-count-control .product-count-control-addon .product-count-control-btn {
            background-color: #f2f2f2;
            margin: 0;
            height: 43px;
            border-width: 0;
        }

            .product-count-control .product-count-control-addon .product-count-control-btn:hover {
                background-color: #eee;
            }

    .product-count-control .product-count-control-input {
        text-align: center;
        border: 1px solid #eee;
        height: 45px;
        line-height: 45px;
    }

        .product-count-control .product-count-control-input.form-control[readonly] {
            background-color: #fff;
        }

.product-parallel {
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .product-parallel {
        margin-bottom: 10px;
    }
}

.product-parallel .product-img-region {
    display: block;
    float: left;
    width: 100px;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    min-height: 100px;
}

    .product-parallel .product-img-region .product-order {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #d01d26;
        color: #fff;
        padding: 0px 9px;
        font-size: 0.8em;
        font-weight: bold;
    }

.product-parallel .product-img {
    width: 100%;
}

.product-parallel .product-title {
    height: 54px;
    line-height: 1.3em;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: normal;
}

.product-parallel .add-buy-text {
    position: absolute;
    bottom: 0;
}

.product-parallel .product-price-special {
    color: #ee3b27;
    font-weight: bold;
}

/*.product-page {
    margin-top: -25px;
}*/

@media (max-width: 767px) {
    /*.product-page{
        margin-top: 0px;
    }*/
    .product-page .hot-recommend {
        display: none;
    }
}

.left-side .product-parallel .product-title {
    height: 60px;
}

.product-list .product-list-banner {
    width: 100%;
    margin-bottom: 16px;
}

.product-list .brand-region {
    display: table;
    background-color: #fff;
    width: 100%;
    margin-bottom: 32px;
}

    .product-list .brand-region .brand-img-region {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        text-align: center;
        padding: 15px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .product-list .brand-region .brand-img-region {
        width: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    .product-list .brand-region .brand-img-region {
        width: 100%;
        display: block;
    }
}

.product-list .brand-region .brand-img-region .brand-img {
    width: 72%;
}

.product-list .brand-region .brand-description {
    display: table-cell;
    padding: 15px;
    width: 70%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list .brand-region .brand-description {
        width: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    .product-list .brand-region .brand-description {
        width: 100%;
        display: block;
    }
}

.product-list .series-select-region {
    float: left;
    width: 40%;
    display: table;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-list .series-select-region {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .product-list .series-select-region {
        width: 100%;
        float: none;
    }
}

.product-list .series-select-region .series-select-label {
    width: 30%;
    display: table-cell;
}

.product-list .series-select-region .series-select {
    width: 70%;
    display: table-cell;
}

.product-list .brand-page-info {
    float: right;
    line-height: 44px;
}
/**月月省的tab*/
.product-list .product-region {
    width: 100%;
}

    .product-list .product-region .product {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 16px;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs {
        margin-bottom: 32px;
        border-bottom: 1px solid #d01d26;
        padding-left: 0;
    }

        .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs .product-circle-tabs-li {
            float: left;
            margin-bottom: -1px;
        }

        .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li.active > a {
            border: 1px solid #d01d26;
            border-bottom-color: #d01d26;
            background-color: #d01d26;
            color: #fff;
        }

            .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li.active > a > h2 {
                background-color: #d01d26;
                color: #fff;
                font-size: 1em;
                margin: 0;
                font-weight: normal;
            }

        .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li > a {
            border-color: #d01d26;
            background-color: #fff;
            color: #d01d26;
        }

            .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li > a > h2 {
                background-color: #fff;
                color: #d01d26;
                font-size: 1em;
                margin: 0;
                font-weight: normal;
            }

.product-list .product-circle-tabs-region .mobile-control-region {
    position: relative;
}

    .product-list .product-circle-tabs-region .mobile-control-region .mobile-control {
        position: absolute;
        width: 32px;
        height: 32px;
        text-align: center;
        z-index: 10;
    }

        .product-list .product-circle-tabs-region .mobile-control-region .mobile-control.left {
            top: 8px;
            left: 2px;
            color: #fff;
            font-size: 120%;
            /*background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
            background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
            background: -moz-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
            background: -webkit-linear-gradient(right, rgba(242, 242, 242, 0), #f2f2f2);
            background: linear-gradient(to left, rgba(242, 242, 242, 0), #f2f2f2);*/
        }

        .product-list .product-circle-tabs-region .mobile-control-region .mobile-control.right {
            top: 8px;
            right: 2px;
            color: #fff;
            font-size: 120%;
            /*background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
            background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
            background: -moz-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
            background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0), #f2f2f2);
            background: linear-gradient(to right, rgba(242, 242, 242, 0), #f2f2f2);*/
        }



@media (max-width: 767px) {
    .product-list .product-circle-tabs-region {
        width: 100%;
        margin-bottom: 16px;
        position: relative;
        background-color: #d01d26;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs {
        width: 82%;
        margin-left:9%;
        margin-right:9%;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs .product-circle-tabs-li {
        float: none;
        margin-bottom: 6px;
        margin-top: 6px;
        text-align: center;
        border-right-style: solid;
        border-right-width: 2px;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li > a {
        width: 100%;
        display: none;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li.active > a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs > li {
        width: 100%;
        border: 1px solid #d01d26;
        border-bottom-color: #d01d26;
        background-color: #d01d26;
        color: #fff;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs .owl-stage-outer {
        width: 100%;
        border: 1px solid #d01d26;
        border-bottom-color: #d01d26;
        background-color: #d01d26;
        color: #fff;
        /*height: 48px;*/
        border-radius: 4px 4px 0 0;
    }

    .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs .owl-item > li > a {
        list-style-type: none;
        width: 100%;
        color: #fff;
        font-weight: bold;
    }

        .product-list .product-region .product-circle-tabs-region .product-circle-promotionTabs .owl-item > li > a > h2 {
            list-style-type: none;
            width: 100%;
            color: #fff;
            font-weight: bold;
            font-size: 1em;
            padding-top: 5px;
            padding-bottom: 5px;
            margin: auto;
        }
}

.product-list .product-circle-tabs-region .product-circle-tabs .tabs-item.active {
    color: #d01d26;
    font-weight: bold;
}

.product-list .nav-tabs.product-circle-tabs {
    margin-bottom: 32px;
    border-bottom: 1px solid #d01d26;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list .nav-tabs.product-circle-tabs {
        border-bottom: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-list .nav-tabs.product-circle-tabs {
        border-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list .nav-tabs.product-circle-tabs > li {
        width: 25%;
    }

        .product-list .nav-tabs.product-circle-tabs > li:first-child > a {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
            border-left: 1px solid #d01d26;
        }

        .product-list .nav-tabs.product-circle-tabs > li:last-child > a {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }
}

.product-list .nav-tabs.product-circle-tabs > li > a {
    border-color: #d01d26;
    background-color: #fff;
    color: #d01d26;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-list .nav-tabs.product-circle-tabs > li > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        border-left: none;
        height: 65px;
        overflow: hidden;
    }
}

.product-list .nav-tabs.product-circle-tabs > li.active > a {
    border: 1px solid #d01d26;
    border-bottom-color: #d01d26;
    background-color: #d01d26;
    color: #fff;
}

.product-list .circle-buy-text-region {
    margin-bottom: 20px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .product-list .circle-buy-text-region {
        background-color: #fff;
        padding: 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        line-height: 36px;
    }
}

.product-list .circle-buy-text-region .circle-buy-count {
    background-color: #d01d26;
    color: #fff;
    font-size: 24px;
    padding: 5px 3px;
    margin: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-list .circle-buy-text-region .gift-text {
    color: #399ed9;
    font-weight: 700;
}

.product-list .notice-info {
    padding: 16px 32px;
}

@media (max-width: 767px) {
    .product-list .notice-info {
        padding: 16px;
        margin-bottom: 32px;
    }
}

.product-list .notice-info ol {
    padding-left: 16px;
}

.recommend-list .product-parallel {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

    .recommend-list .product-parallel .product-price-special {
        position: absolute;
        bottom: 0;
        line-height: 18px;
    }

.circle-buy-history-list-table.product-table .circle-buy-history-table-head-th {
    padding-left: 15px;
}

.circle-buy-history-list-table.product-table .product-table-body .product-table-body-tr {
    height: auto;
}

    .circle-buy-history-list-table.product-table .product-table-body .product-table-body-tr .product-table-body-td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.circle-buy-history-list-table.product-table .date {
    width: 20%;
}

.circle-buy-history-list-table.product-table .name {
    width: 67%;
}

@media (max-width: 767px) {
    .circle-buy-history-list-table.product-table .name .product-name {
        height: 48px;
        overflow: hidden;
    }
}

.circle-buy-history-list-table.product-table .unit {
    width: 15%;
}

.product-detail-info {
    margin-bottom: 32px;
}

    .product-detail-info .product-detail-info-img-region {
        text-align: center;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .product-detail-info .product-detail-info-img-region {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .product-detail-info .product-detail-info-img-region {
        background-color: #fff;
        margin-bottom: 5px;
    }
}

.product-detail-info .product-detail-info-img-region .product-detail-info-img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

.product-detail-info .product-detail-subtitle {
    color: #d01d26;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 0.95em;
    line-height: 1.3em;
}

.product-detail-info .product-detail-title {
    height: 54px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.4em;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-detail-info .product-detail-title {
        height: auto;
        font-size: 1.2em;
        margin-bottom: 0px;
    }
}


.product-detail-info .product-detail-highlight {
    color: #777;
    height: 100px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 24px;
}

    .product-detail-info .product-detail-highlight p {
        margin: 0 0 0px;
    }

@media (max-width: 767px) {
    .product-detail-info .product-detail-highlight {
        margin-bottom: 10px;
        height: auto;
    }
}

.product-detail-info .product-detail-highlight.isSpecification {
    height: 50px;
}

.product-detail-info .product-detail-price-region {
    margin-bottom: 26px;
}

    .product-detail-info .product-detail-price-region * {
        line-height: 30px;
    }

    .product-detail-info .product-detail-price-region .product-detail-bonus {
        display: inline-block;
    }

    .product-detail-info .product-detail-price-region .product-detail-price {
        display: inline-block;
    }

@media (max-width: 767px) {
    .product-detail-info .product-detail-price-region .product-detail-price {
        display: block;
        margin-top: 16px;
    }
}

.product-detail-info .product-detail-price-region .product-detail-price .product-detail-price-original {
    display: inline-block;
    text-decoration: line-through;
    color: #ccc;
}

.product-detail-info .product-detail-price-region .product-detail-price .product-detail-price-special {
    display: inline-block;
    color: #ee3b27;
    margin-left: 16px;
    font-size: 1.6em;
    font-weight: bold;
}

.product-detail-info .product-detail-price-region .product-detail-price-bonus {
    font-size: 1.6em;
    color: #ee3b27;
}

    .product-detail-info .product-detail-price-region .product-detail-price-bonus:after {
        content: "點";
        margin-left: 8px;
        color: #565656;
    }

.product-detail-info .product-detail-control-region {
    margin-bottom: 16px;
}

    .product-detail-info .product-detail-control-region .product-count-control {
        display: inline-block;
        width: 78px;
    }

@media (max-width: 767px) {
    .product-detail-info .product-detail-control-region .product-count-control {
        width: 100%;
    }
}

        .product-detail-info .product-detail-control-region .product-count-control.isSpecification {
            margin-left: 8px;
        }

    .product-detail-info .product-detail-control-region .product-specification {
        display: none;
    }

        .product-detail-info .product-detail-control-region .product-specification.isSpecification {
            display: inline-block;
            width: 123px;
        }

    .product-detail-info .product-detail-control-region .product-detail-btn-region {
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
    }

        .product-detail-info .product-detail-control-region .product-detail-btn-region.isSpecification {
            margin-left: 0;
            margin-top: 8px;
        }

        .product-detail-info .product-detail-control-region .product-detail-btn-region.isLimited {
            display: block;
            margin-left: 0;
            margin-top: 8px;
        }

@media (max-width: 767px) {
    .product-detail-info .product-detail-control-region .product-detail-btn-region {
        display: block;
        margin-top: 8px;
        margin-left: 0;
    }
    .product-detail-info .product-detail-control-region .product-count-control.isSpecification {
        margin-left: 0px;
    }
    .product-detail-info .product-detail-control-region .product-specification.isSpecification#specification {
        width: 48.5%;
        margin-right: 1.5%;
        float: left;
    }
    .product-detail-info .product-detail-control-region .product-specification.isSpecification#specification+select {
        width: 48.5%;
    }
}

.product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-add-btn {
    background-color: #d01d26;
    color: #fff;
}

    .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-add-btn .fa {
        margin-right: 8px;
    }

.product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-buy-now {
    background-color: #fff;
    color: #d01d26;
    border: 1px solid #d01d26;
    margin-left: 8px;
}

.product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-add-btn, .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-buy-now, .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-follow {
    height: 45px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.product-detail-btn-region button{
    height: 45px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-add-btn.btn-add-cart, .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-buy-now, .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-follow {
        padding-left: 15px;
        padding-right: 15px;
        width: 48.5%;
    }
    .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-buy-now {
        margin-left: 0.5%;
    }
}

.product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-follow {
    background-color: #fff;
    color: #d01d26;
    border: 1px solid #d01d26;
    margin-left: 8px;
}

    .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-follow:before {
        content: "追蹤商品";
    }

@media (max-width: 1199px) {
    .product-detail-info .product-detail-control-region .product-detail-btn-region .product-detail-follow:before {
        content: "\f004";
        font-family: FontAwesome;
    }
}

.product-detail-info .product-detail-ps {
    color: #197da1;
}

@media (max-width: 767px) {
    .product-detail .product-tabs {
        border-bottom: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .product-detail .product-tabs > li {
        width: 33.33%;
        text-align: center;
    }

        .product-detail .product-tabs > li:first-child > a {
            border-right: none;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px 0 0 5px;
        }

        .product-detail .product-tabs > li:nth-child(2) > a {
            border-right: none;
        }

        .product-detail .product-tabs > li:last-child > a {
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0;
            border-radius: 0 5px 5px 0;
        }

        .product-detail .product-tabs > li.active > a {
            background-color: #d01d26;
            color: #fff;
            border: 1px solid #d01d26;
        }
}

.product-detail .product-tabs > li > a {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px 38px;
}

@media (max-width: 767px) {
    .product-detail .product-tabs > li > a {
        background-color: #fff;
        margin-right: 0;
        border-radius: 0;
        padding: 10px 15px;
    }
}

.product-tabs-content {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 19px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .product-tabs-content {
        border-top: none;
    }
}

.product-tabs-content iframe, .product-tabs-content object, .product-tabs-content embed {
    max-width: 100% !important;
    margin-bottom: 32px;
}

.product-tabs-content img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-tabs-content img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .product-tabs-content img {
        width: 100% !important;
        height: auto !important;
    }
}

.a-plus-b-banner-region {
    position: relative;
}

 .modal-title-s {
     border-left: 5px solid #d01d26;
     padding: 0 0 0 16px;
     margin: 10px 10px 15px;
     font-weight: 700;
     color: #2b2b2b;
     width: calc(100% - 50px);
     text-align: left;
 }
 
 .product-table-s {
     width: 97%;
     margin: 20px auto;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd
 }
 
 .product-table-s tr td:nth-child(1) {
     background-color: #eee
 }
 
 .product-table-s tr:last-child td {
     border-bottom: 1px solid #ddd
 }

    .a-plus-b-banner-region .a-plus-b-banner .banner-img {
        width: 100%;
    }

    .a-plus-b-banner-region .banner-text {
        background-color: #fff;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

@media (min-width: 1200px) {
    .a-plus-b-banner-region .banner-text .banner-content {
        height: 50px;
        overflow: hidden;
    }
}

.a-plus-b-banner-region .fixed-text {
    color: #d01d26;
    font-weight: 700;
    margin: 6px 0;
}

.ab-buy-info-top {
    background-color: #fff;
    padding: 36px 16px;
    margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ab-buy-info-top {
        padding: 16px 16px;
    }
}

@media (max-width: 767px) {
    .ab-buy-info-top {
        padding: 16px 16px;
    }
}

@media (max-width: 1199px) {
    .ab-buy-info-top .activity-name {
        display: none;
    }
}

.ab-buy-info-top .a-region, .ab-buy-info-top .b-region {
    display: inline-block;
    padding: 6px 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .ab-buy-info-top .a-region, .ab-buy-info-top .b-region {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

@media (max-width: 450px) {
    .ab-buy-info-top .a-region, .ab-buy-info-top .b-region {
        padding: 6px 6px;
    }
}

.ab-buy-info-top .a-region .count, .ab-buy-info-top .b-region .count {
    margin: 0 5px;
    font-size: 20px;
    font-weight: 700;
}

.ab-buy-info-top .a-region {
    background-color: #fc6669;
    color: #fff;
}

.ab-buy-info-top .b-region {
    background-color: #94ca33;
    color: #fff;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .ab-buy-info-top .b-region {
        margin-left: 0;
    }
}

.ab-buy-info-top .money-total {
    display: inline-block;
    margin-left: 32px;
}

@media (max-width: 450px) {
    .ab-buy-info-top .money-total {
        margin-left: 0;
    }
}

.ab-buy-info-top .money-total .money {
    font-size: 24px;
    color: #d01d26;
    margin-left: 8px;
}

@media (max-width: 450px) {
    .ab-buy-info-top .money-total .money {
        margin-left: 5px;
        font-size: 20px;
    }
}

.ab-buy-info-top .btn-region {
    float: right;
}

@media (max-width: 991px) {
    .ab-buy-info-top .btn-region {
        float: none;
        display: block;
        margin-top: 26px;
    }
}

.ab-buy-info-top .btn-region .btn-buy {
    margin-left: 8px;
}

.ab-buy-info-bottom {
    margin-bottom: 56px;
}

@media (max-width: 767px) {
    .ab-buy-info-bottom {
        margin-bottom: 20px;
    }
}

.product-ab-tabs.nav-tabs {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .product-ab-tabs.nav-tabs {
        border-bottom: none;
        margin-bottom: 16px;
    }
}

.product-ab-tabs.nav-tabs.active-a {
    border-bottom: 3px solid #fc6669;
}

@media (max-width: 767px) {
    .product-ab-tabs.nav-tabs.active-a {
        border-bottom: 0;
    }
}

.product-ab-tabs.nav-tabs.active-b {
    border-bottom: 3px solid #94ca33;
}

@media (max-width: 767px) {
    .product-ab-tabs.nav-tabs.active-b {
        border-bottom: 0;
    }
}

.product-ab-tabs.nav-tabs > li {
    margin-bottom: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .product-ab-tabs.nav-tabs > li {
        width: 50%;
        margin-right: 0;
        text-align: center;
    }

        .product-ab-tabs.nav-tabs > li:first-child > a {
            border-right: none;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px 0 0 5px;
        }

        .product-ab-tabs.nav-tabs > li:last-child > a {
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0;
            border-radius: 0 5px 5px 0;
        }
}

.product-ab-tabs.nav-tabs > li > a {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #cbcccd;
}

@media (max-width: 767px) {
    .product-ab-tabs.nav-tabs > li > a {
        margin-right: 0;
    }
}

.product-ab-tabs.nav-tabs li.a-tab-link.active a {
    background-color: #fc6669;
    color: #fff;
    border: 1px solid #fc6669;
}

.product-ab-tabs.nav-tabs li.b-tab-link.active a {
    background-color: #94ca33;
    color: #fff;
    border: 1px solid #94ca33;
}

.product-ab-tabs-content .product-parallel {
    float: left;
    width: 48%;
    border: 3px solid transparent;
}

    .product-ab-tabs-content .product-parallel.ab-buy-checked {
        border: 3px solid #58CC4B;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .product-ab-tabs-content .product-parallel {
        width: 98%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-ab-tabs-content .product-parallel {
        width: 98%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .product-ab-tabs-content .product-parallel {
        width: 98%;
    }
}

@media (min-width: 1200px) {
    .product-ab-tabs-content .product-parallel:nth-child(odd) {
        margin-right: 2%;
    }

    .product-ab-tabs-content .product-parallel:nth-child(even) {
        margin-left: 2%;
    }
}

.product-ab-tabs-content .product-parallel .count-select {
    width: 76px;
    height: 44px;
}

@media (max-width: 450px) {
    .product-ab-tabs-content .product-parallel .count-select {
        width: 52px;
    }
}

.product-ab-tabs-content .product-parallel .add-original-price {
    text-decoration: line-through;
    margin-left: 5px;
    color: #b2b2b2;
}

.product-ab-tabs-content .product-parallel .add-buy-text {
    position: initial;
    color: #d01d26;
    margin-left: 16px;
    font-size: 20px;
}

@media (max-width: 450px) {
    .product-ab-tabs-content .product-parallel .add-buy-text {
        margin-left: 0;
    }
}

.product-ab-tabs-content .product-parallel .add-buy-checkbox {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.search-result-text {
    margin-bottom: 32px;
}

    .search-result-text .key-word {
        color: #d01d26;
        margin: 0 5px;
    }

@media (max-width: 767px) {
    .search-result-text .page-info {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .mobile-xs-button {
        position: absolute;
        margin-top: 382px;
        padding: 15px;
    }
    .mobile-xs-form {
        margin-bottom: 140px;
    }
}

@media (min-width: 767px) {
    .login .login-region {
        width: 400px;
    }
}

@media (min-width: 767px) {
    .register .register-region {
        width: 400px;
    }
}

.login .login-img {
    width: 100%;
    margin-bottom: 16px;
}

.login .login-form .login-btn-region {
    margin-top: 60px;
}

.login .login-form .login-btn-region .btn-login {
    margin-right: 8px;
}

.login-guestcar{
    color:#d01d26 !important;
}

.login .login-form .login-link-region {
    margin-top: 32px;
}

.login .login-or-join-form.form {
    /*padding: 22px;*/
    padding: 42px;
}

@media (max-width: 767px) {
    .login .login-or-join-form.form {
        padding: 22px;
        margin-bottom: 26px;
        min-height:100%;
    }
}

/*@media (min-width: 768px) {*/
    .login .login-or-join-form.form input.form-control {
        height: 33px;
        line-height: 33px;
    }
/*}*/

.login .login-or-join-form.form .login-btn-region {
    margin-top: 16px;
}

    .login .login-or-join-form.form .login-btn-region .btn-login {
        margin-right: 8px;
    }

.login .login-or-join-form.form .login-link-region {
    margin-top: 16px;
}

.login .non-member-region {
    background-color: #fff;
    padding: 22px;
    margin-bottom: 15px;
}

@media (max-width: 450px) {
    .login .non-member-region {
        padding: 15px;
    }
}

.login .non-member-region .promotion-text {
    margin-bottom: 26px;
    margin-left: 25px;
    line-height: 2em;
}

.login .non-member-region .non-member-btn-region {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .login .non-member-region .non-member-btn-region {
        margin-left: 0;
    }
}

.login .non-member-region .non-member-btn-region .buy-button {
    background-color: #29abe2;
    color: #fff;
}

.login .non-member-region .non-member-btn-region .join-button {
    background-color: #d01d26;
    color: #fff;
}

.resend-verify .resend-verify-form {
    background-color: #fff;
}

    /*.resend-verify .resend-verify-form .password-input {
        margin-bottom: 60px;
    }*/

    .resend-verify .resend-verify-form .link-region {
        margin-top: 32px;
    }

.register .register-form {
    padding: 42px;
}

@media (max-width: 767px) {
    .register .register-form {
        padding: 22px;
    }
}

    .register .register-form input.form-control {
        height: 33px;
        line-height: 33px;
    }

.register .register-form .sex {
    float: left;
    width: 32%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .register .register-form .sex {
        width: 100%;
    }
}

.register .register-form .text-year, .register .register-form .text-month, .register .register-form .text-day {
    position: relative;
    float: left;
    width: 32%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .register .register-form .text-year, .register .register-form .text-month, .register .register-form .text-day {
        width: 90%;
        margin-bottom: 8px;
    }
}

.register .register-form .text-year:after, .register .register-form .text-month:after, .register .register-form .text-day:after {
    position: absolute;
    right: -8px;
    top: 10px;
}

.register .register-form .text-year:after {
    content: "年";
}

.register .register-form .text-month:after {
    content: "月";
}

.register .register-form .text-day:after {
    content: "日";
}

.register .register-form .register-newsletter {
    font-weight: 700;
    /*margin-bottom: 64px;*/
}

    .register .register-form .register-newsletter .checkbox-default label {
        left: 0px;
        top: 4px;
        width: 40px;
        height: 40px;
    }

    .register .register-form .register-newsletter .checkbox-default label:after {
        top: 7px;
        left: 6px;
    }

    .register .register-form .register-newsletter .register-newsletter-btn-region .btn {
        width: 60px;
    }

        .register .register-form .register-newsletter .register-newsletter-btn-region .btn.active {
            background-color: #d01d26;
            color: #fff;
        }

/*.register .register-form .register-service-rule {
    margin-bottom: 32px;
}*/

    .register .register-form .register-service-rule .checkbox-default label {
        left: 0px;
        top: 4px;
        width: 40px;
        height: 40px;
    }
    
    .register .register-form .register-service-rule .checkbox-default label:after {
        top: 7px;
        left: 6px;
    }

.register .register-form .register-button-region {
    margin-bottom: 16px;
}

.forgot-pwd .forgot-pwd-ps {
    margin-bottom: 32px;
}

.link-divider {
    margin: 0 10px;
    color: #ccc;
}

.checkout-progress-bar-login, .checkout-progress-bar-not-login {
    counter-reset: step;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 0;
}

    .checkout-progress-bar-login > li, .checkout-progress-bar-not-login > li {
        list-style: none;
        float: left;
        position: relative;
        text-align: center;
    }

@media (max-width: 767px) {
    .checkout-progress-bar-login > li, .checkout-progress-bar-not-login > li {
        font-size: 0.9em;
    }
}

.checkout-progress-bar-login > li:before, .checkout-progress-bar-not-login > li:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #333;
    background-color: #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
}

.checkout-progress-bar-login > li:after, .checkout-progress-bar-not-login > li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -100;
}

.checkout-progress-bar-login > li:first-child:after, .checkout-progress-bar-not-login > li:first-child:after {
    content: none;
}

.checkout-progress-bar-login > li.active, .checkout-progress-bar-not-login > li.active {
    color: #d01d26;
}

    .checkout-progress-bar-login > li.active:before, .checkout-progress-bar-login > li.active:after, .checkout-progress-bar-not-login > li.active:before, .checkout-progress-bar-not-login > li.active:after {
        background: #d01d26;
        color: #fff;
    }

.checkout-progress-bar-login > li {
    width: 25%;
}

.checkout-progress-bar-not-login > li {
    width: 33.333%;
}

.product-table {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .product-table .product-table-head {
        display: table-header-group;
        background-color: #ddd;
    }

        .product-table .product-table-head .product-table-head-tr {
            display: table-row;
            font-weight: bold;
        }

            .product-table .product-table-head .product-table-head-tr .product-table-head-th {
                display: table-cell;
                height: 40px;
                vertical-align: middle;
            }

    .product-table .product-table-body {
        display: table-row-group;
    }

        .product-table .product-table-body .product-table-body-tr {
            display: table-row;
            height: 70px;
            border-bottom: 1px solid #ddd;
            background-color: #fff;
        }

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr {
        display: table;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 450px) {
    .product-table .product-table-body .product-table-body-tr {
        display: table;
        width: 100%;
        margin-top: 10px;
    }
}

.product-table .product-table-body .product-table-body-tr:last-child {
    border-bottom: none;
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.product-table .product-table-body .product-table-body-tr .product-imgage img {
    max-width: 110px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td {
        display: table-row;
        border-bottom: 1px solid #ddd;
    }

        .product-table .product-table-body .product-table-body-tr .product-table-body-td:first-child {
            border-top: 1px solid #ddd;
        }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head {
    display: none;
}

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head {
        display: table-cell;
        /*width: 18%;*/
        position: relative;
        background-color: #eee;
        text-align: left;
        padding-left: 8px;
        vertical-align: inherit;
    }
}

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head.delete-icon {
        background-color: #aaa;
    }

        .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head.delete-icon .icon {
            color: #eee;
            font-size: 2em;
        }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img {
    float: left;
}

    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img img {
        max-width: 100px;
        width: 100%;
        overflow: hidden;
        margin-right: 20px;
    }

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-text {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px;
}

    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-text a:hover {
        color: #337ab7;
        text-decoration: none;
    }

/*.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-text select {
        min-width: 500px;
    }*/

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content {
        display: table-cell;
        width: 69%;
        text-align: left;
        padding: 8px 8px;
    }

    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img {
        display: none;
    }
}


.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-name {
    /*width: 40%;*/
}


@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-name .name {
        min-height: 48px;
        /*overflow: hidden;*/
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-price {
    width: 15%;
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-amount-control {
    margin: 0 auto;
    width: 15%;
}

    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-amount-control .product-count-control {
        width: 140px;
    }

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-total {
    width: 15%;
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete {
    width: 5%;
}

@media (max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete {
        display: none;
    }
    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-amount-control .product-count-control {
        width: 100%;
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete .icon {
    font-size: 1.7em;
    cursor: pointer;
}

.product-table .product-table-body .product-table-body-tr .btn-promotion-info {
    border: none;
    background-color: transparent;
    color: #d01d26;
}

.checkout-product-total-info {
    margin-bottom: 32px;
}

    .checkout-product-total-info .info-text {
        display: inline-block;
        width: 48%;
    }

    .checkout-product-total-info .info-money {
        display: inline-block;
        width: 48%;
        color: #d01d26;
    }

    .checkout-product-total-info .info-money-discount {
        display: inline-block;
        width: 48%;
        color: #2fa336;
    }

    .checkout-product-total-info .info-ps {
        color: #aaa;
        font-size: 0.9em;
    }

    .checkout-product-total-info .info-divider {
        box-sizing: content-box;
        height: 0;
        border-top: 1px solid #ddd;
        margin-top: 10px;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .checkout-product-total-info .info-divider {
        border-top: 2px solid #ccc;
    }
}

.checkout-discount-ticket-region {
    margin-bottom: 32px;
}

    .checkout-discount-ticket-region .discount-ticket-keyin-region {
        background-color: #fff;
        padding: 24px 0;
        margin-bottom: 16px;
    }

@media (max-width: 767px) {
    .checkout-discount-ticket-region .discount-ticket-keyin-region .discount-ticket-keyin-input {
        display: block;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .checkout-discount-ticket-region .discount-ticket-keyin-region .discount-ticket-keyin-btn-region {
        display: block;
        width: 100%;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .checkout-discount-ticket-region .discount-ticket-keyin-region .discount-ticket-keyin-btn-region .btn {
        width: 110px;
    }
}

.checkout-discount-ticket-region .discount-ticket-table-region {
    width: 100%;
    margin-bottom: 16px;
}

    .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-head {
        padding: 7px 10px 8px;
        background-color: #ddd;
        font-weight: bold;
    }

        .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-head .collapse-icon {
            float: right;
        }

            .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-head .collapse-icon:after {
                font-size: 2em;
                font-weight: bold;
            }

    .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body {
        background-color: #fff;
    }

        .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr {
            padding: 5px 15px;
        }

        .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr+.discount-ticket-table-body-tr > .checkbox-container{
            border-top: 1px solid #f2f2f2;
            padding-top: 12px;
        }

        .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr > .checkbox-container > label{
            width: calc(100% - 55px);
            margin-left: 5px;
            margin-bottom: 0px;
        }

            .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr:first-child {
                padding-top: 20px;
            }

            .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr:last-child {
                padding-bottom: 20px;
            }

            .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr .empty {
                color: #888;
            }

@media (max-width: 767px) {
    .checkout-discount-ticket-region .discount-ticket-table-region .discount-ticket-table-body .discount-ticket-table-body-tr .checkbox-default {
        vertical-align: top;
    }
}

.coupon-can-use {
    color: #58cc4b;
    margin-left: 5px;
}

.coupon-cannot-use {
    color: #d13d27;
    margin-left: 5px;
}

.coupon-icon-description-region {
    margin-top: 8px;
    margin-bottom: 32px;
    margin-left: 5px;
}

    .coupon-icon-description-region i {
        margin-right: 7px;
    }

    .coupon-icon-description-region .coupon-can-use {
        margin-right: 10px;
    }

.checkout-detail-region .checkout-detail-region-title .btn-open {
    margin-left: 16px;
}

@media (max-width: 767px) {
    .checkout-detail-region .checkout-detail-region-title .btn-open {
        display: block;
        width: 110px;
        margin-left: 0;
        margin-top: 32px;
    }
}

.checkout-detail-region .checkout-detail-region-title .btn-open:after {
    content: "收合";
}

.checkout-detail-region .checkout-detail-region-title .btn-open.collapsed:after {
    content: "展開";
}

.choose-payment-region {
    margin-bottom: 32px;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .choose-payment-region {
        padding-left: 0;
    }
}

.choose-payment-region .choose-payment-btn-region .btn {
    margin-bottom: 16px;
    font-weight: bold;
}

    .choose-payment-region .choose-payment-btn-region .btn.active {
        background-color: #d01d26;
        color: #fff;
    }

.checkout-receiver-info {
    margin-bottom: 32px;
}

    .checkout-receiver-info .receiver-info-ps {
        margin-bottom: 16px;
    }

@media (max-width: 767px) {
    .checkout-receiver-info .address .col-xs-6 {
        margin-bottom: 8px;
    }
}

.receive-time.btn-group-justified {
    margin-bottom: 32px;
}

    .receive-time.btn-group-justified .btn {
        height: 44px;
        padding: 0;
        line-height: 44px;
    }

.delivery-ps {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .delivery-ps .checkbox-container {
        margin-bottom: 8px;
    }
}

.delivery-ps .checkbox-container > label {
    width: 62%;
}

.checkout-receipt-region {
    margin-bottom: 32px;
}

.checkbox-ecinvoice-group .form-group {
    margin-right: 0;
    margin-left: 0;
}

.checkbox-ecinvoice {
    float: left;
}

.checkbox-ecinvoice-group .form-group .checkbox-container > label {
    padding-top: 10px;
}

.checkbox-ecinvoice-group .form-group .checkbox-container .checkbox-ecinvoice-data {
    padding-top: 10px;
}
.checkbox-donate-group .form-group {
    margin-right: 0;
    margin-left: 0;
}

.checkbox-donate {
    float: left;
}

.checkbox-donate-group .form-group .checkbox-container > label {
    padding-top: 10px;
}

.checkbox-donate-group .form-group .checkbox-container .checkbox-donate-data {
    padding-top: 10px;
}
@media (max-width: 767px) {
    .checkout-receipt-region .checkbox-container {
        margin-bottom: 8px;
    }
}

/*.checkout-receipt-region .checkbox-container > label {
    width: 62%;
}*/

.checkout-receipt-region .checkout-receipt-row {
    margin-bottom: 24px;
}

.checkout-receipt-region .choose-donate-group {
    display: inline-block;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .checkout-receipt-region .choose-donate-group {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .checkout-paper-receipt-region .address .col-xs-6 {
        margin-bottom: 8px;
    }
}

.checkout-shopping-rule {
    margin-bottom: 32px;
}

    .checkout-shopping-rule .checkbox-container > label {
        width: 75%;
    }

@media (min-width: 768px) {
    .checkout input.form-control, .checkout select.form-control {
        height: 33px;
        line-height: 33px;
    }
}

@media (min-width: 768px) {
    .checkout .form-horizontal .control-label {
        padding-top: 4px;
    }
}

.checkout .product-parallel-container .product-parallel {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    border: 3px solid transparent;
}

    .checkout .product-parallel-container .product-parallel.add-buy-checked {
        border: 3px solid #58CC4B;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .checkout .product-parallel-container .product-parallel {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (max-width: 767px) {
    .checkout .product-parallel-container .product-parallel {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

.checkout .product-parallel-container .product-parallel .product-img-region {
    width: 100px;
}

    .checkout .product-parallel-container .product-parallel .product-img-region .product-img {
        width: 100%;
        max-width: 100px;
        height: 100px;
    }

.checkout .product-parallel-container .product-parallel .product-title {
    height: 42px;
}

.checkout .product-parallel-container .product-parallel .add-buy-checkbox {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

    .checkout .product-parallel-container .product-parallel .add-buy-checkbox .checkbox-default input[type=checkbox]:checked + label, .checkout .product-parallel-container .product-parallel .add-buy-checkbox .checkbox-default input[type=radio]:checked + label {
        border: 0;
        background-color: #58CC4B;
    }

        .checkout .product-parallel-container .product-parallel .add-buy-checkbox .checkbox-default input[type=checkbox]:checked + label:after, .checkout .product-parallel-container .product-parallel .add-buy-checkbox .checkbox-default input[type=radio]:checked + label:after {
            opacity: 1;
            border-color: #fff;
        }

.checkout .receipt-description .collapse-icon.collapsed:after, .checkout .receipt-description .collapse-icon:after {
    font-size: 16px;
    margin-left: 10px;
}

.promotion-region-title .sub-title {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #ee3b27;
    font-weight: bold;
}

    .promotion-region-title .sub-title.hot-recommend {
        left: 170px;
    }

    .promotion-region-title .sub-title.plus-buy {
        left: 150px;
    }

@media (max-width: 767px) {
    .promotion-region-title .sub-title {
        position: initial;
        display: block;
        margin-top: 5px;
        margin-left: 10px;
    }
}

.order-success .order-text, .order-fail .order-text {
    margin-bottom: 16px;
}

.order-success .order-icon-sucess, .order-fail .order-icon-sucess {
    color: #58cc4b;
    margin-bottom: 16px;
}

.order-success .order-icon-fail, .order-fail .order-icon-fail {
    color: #d01d26;
    margin-bottom: 16px;
}

.order-success .order-no, .order-fail .order-no {
    color: #d01d26;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 32px;
}

.order-success .order-ps, .order-fail .order-ps {
    margin-bottom: 32px;
}

.order-success .btn-region, .order-fail .btn-region {
    margin-top: 64px;
}

.order-success .member-ps{
    margin-top: 40px;
    color: #d01d26;
    padding: 20px 10px;
    border: 1px dotted #d01d26;
}

.order-success .member-ps i{
    margin-right: 5px;
}

.order-success .member-ps a{
    margin-top: 20px;
}

.total-order-count {
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.order-history .choose-circle-buy {
    display: table;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 12px 15px;
}

    .order-history .choose-circle-buy .circle-buy-select {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding-right: 22px;
        border-right: 1px solid #ddd;
    }

@media (max-width: 767px) {
    .order-history .choose-circle-buy .circle-buy-select {
        display: table-row;
        width: 100%;
        border-right: 0;
    }
}

.order-history .choose-circle-buy .circle-buy-info {
    display: table-cell;
    width: 50%;
    margin-bottom: 32px;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 22px;
    line-height: 2em;
}

@media (max-width: 767px) {
    .order-history .choose-circle-buy .circle-buy-info {
        display: table-row;
        width: 100%;
        padding-left: 0;
        line-height: 2.7em;
    }
}

.order-history .choose-circle-buy .circle-buy-info .circle-buy-count {
    background-color: #d01d26;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.5em;
    padding: 5px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.order-history .choose-circle-buy .circle-buy-info .gift-text {
    color: #399ed9;
}

.order-history .circle-buy-tabs li > a, .order-history .circle-buy-tabs li.active > a {
    border: 1px solid #ddd;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 767px) {
    .order-history .circle-buy-tabs {
        border-bottom: none;
        margin-bottom: 16px;
    }
}

.order-history .circle-buy-tabs > li.active > a {
    background-color: #fff;
}

@media (max-width: 767px) {
    .order-history .circle-buy-tabs > li {
        width: 50%;
        text-align: center;
    }

        .order-history .circle-buy-tabs > li:first-child > a {
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px 0 0 5px;
        }

        .order-history .circle-buy-tabs > li:last-child > a {
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0;
            border-radius: 0 5px 5px 0;
        }

        .order-history .circle-buy-tabs > li.active > a {
            background-color: #d01d26;
            color: #fff;
            border: 1px solid #d01d26;
        }
}

.order-history .circle-buy-tabs > li > a {
    background-color: #ededec;
}

@media (max-width: 767px) {
    .order-history .circle-buy-tabs > li > a {
        background-color: #fff;
        margin-right: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .order-history .circle-buy-tabs-content {
        border-top: 1px solid #ddd;
    }
}

.order-history .checkout-product-region {
    margin-bottom: 32px;
}

.order-history-list {
    margin-bottom: 16px;
}

    .order-history-list .well {
        margin-top: 32px;
    }

    .order-history-list .order-single {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ddd;
        min-height: 130px;
    }

        .order-history-list .order-single .order-single-info-region {
            display: table-cell;
            vertical-align: middle;
            width: 90%;
            padding: 16px 0;
        }

            .order-history-list .order-single .order-single-info-region .order-single-info {
                line-height: 32px;
            }
            
                .order-history-list .order-single .order-single-info-region .order-single-info .order-status {
                    color: #FF2500;
                }


        .order-history-list .order-single .order-single-btn-region {
            display: table-cell;
            vertical-align: middle;
            width: 10%;
            text-align: center;
        }
        .order-single-btn-region > a+hr+a+hr{
            margin: 5px 0;
        }

        .order-single-btn-region > a+hr.margin_5{
            margin: 5px 0;
        }



@media only screen and (max-width: 767px) {
  .order-history-list .order-single .order-single-info-region {
      display: block;
      width: 100%;
  }
  .order-history-list .order-single .order-single-btn-region{
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 10px
  }
  .order-history-list .order-single .order-single-btn-region hr{
      display: none;
  }
  .order-history-list .order-single .order-single-btn-region .order-single-btn:not(:last-child){
      margin-right: 10px;
  }
  
}

@media (max-width: 450px) {
    /*.order-history-list .order-single .order-single-btn-region .order-single-btn {
        min-width: 60px;
    }*/
}

.order-history-detail .order-single-info-region {
    padding-top: 16px;
    margin-bottom: 32px;
}

    .order-history-detail .order-single-info-region .order-single-info {
        line-height: 32px;
    }

        .order-history-detail .order-single-info-region .order-single-info .order-status {
            color: #FF2500;
        }

.order-history-detail .order-receive-info {
    width: 100%;
    margin-bottom: 32px;
}

    .order-history-detail .order-receive-info .order-receive-info-head {
        background-color: #ddd;
        line-height: 40px;
        height: 40px;
        font-weight: bold;
    }

    .order-history-detail .order-receive-info .order-receive-info-body {
        background-color: #fff;
        line-height: 40px;
    }



@media (max-width: 767px) {
    .order-history-detail .order-receive-info .order-receive-info-body .info-title-xs {
        clear: left;
    }

    .order-history-detail .order-receive-info .order-receive-info-body .info-content {
        padding-left: 30px;
    }
}

.bonus-info-ps {
    margin-bottom: 64px;
}

.bonus-history .bonus-info-table.product-table {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .bonus-history .bonus-info-table.product-table {
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 767px) {
    .bonus-history .bonus-info-table.product-table {
        margin-bottom: 16px;
    }
}

.bonus-history .bonus-info-table.product-table .product-table-body .product-table-body-tr {
    height: 66px;
}

@media (max-width: 767px) {
    .bonus-history .bonus-info-table.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content {
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bonus-history .bonus-info-table.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head {
        width: 50%;
    }
}

.bonus-history .bonus-info-table.product-table .time-divider:after {
    content: "-";
    padding: 5px;
}

@media (max-width: 1199px) {
    .bonus-history .bonus-info-table.product-table .time-divider:after {
        content: "|";
        display: block;
    }
}

@media (max-width: 767px) {
    .bonus-history .bonus-info-table.product-table .time-divider:after {
        padding-left: 38px;
    }
}

.bonus-history .bonus-history-table.product-table .product-table-body .product-table-body-tr {
    height: 60px;
}

.bonus-history .bonus-total-row {
    width: 100%;
    line-height: 66px;
    background-color: #fff;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .bonus-history .bonus-total-row {
        border-bottom: 1px solid #ddd;
    }
}

.bonus-history .bonus-total-row .bonus-total {
    float: right;
    width: 180px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .bonus-history .bonus-total-row .bonus-total {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bonus-history .bonus-total-row .bonus-total-text {
        float: left;
        width: 50%;
    }
}

.bonus-history .bonus-total-row .bonus-total-point {
    color: #d01d26;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .bonus-history .bonus-total-row .bonus-total-point {
        float: left;
        width: 50%;
        text-align: left;
    }
}

/*.search-ticket-region .search-ticket-btn-region{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.search-ticket-region .search-ticket-btn-region a,
.search-ticket-region .search-ticket-btn-region input{
    flex: 1;
}

.search-ticket-region .search-ticket-btn-region input{
    background-color: #666;
    color: #fff;
}

@media (max-width: 991px) {
    .search-ticket-region .search-ticket-btn-region {
        margin-top: 16px;
    }
}*/

.search-ticket-region {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 8px
}

.search-ticket-region .search-ticket-btn-region {
    display: flex;
}

.search-ticket-region .search-ticket-btn-region a,
.search-ticket-region .search-ticket-btn-region input
{
    flex: 1;
}

@media(max-width: 991px) {
    .search-ticket-region .search-ticket-btn-region {
        width:100%;
        padding-left: 15px;
        margin-top: 16px
    }
}

.search-tickets-ps {
    margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tickets-info-table .product-table-head-th:nth-child(3), .tickets-history-table .product-table-head-th:nth-child(3) {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tickets-info-table .product-table-head-th:nth-child(3), .tickets-history-table .product-table-head-th:nth-child(3) {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .tickets-info-table .divider, .tickets-history-table .divider {
        padding-left: 40px;
    }
}

.account-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

    .account-table .account-table-row {
        border-bottom: 1px solid #ddd;
        clear: both;
        display: table-row;
        height: 66px;
        vertical-align: middle;
    }

        .account-table .account-table-row:first-child {
            border-top: 1px solid #ddd;
        }
        
.account-table input.form-control:not(#Address),
.account-table select.form-control{
    max-width: 280px;
}

.account-table .btn.btn-social,
.account-table .btn.btn-login{
    max-width: 280px;
    outline: none;
}

@media (max-width: 767px) {
    .account-table input.form-control:not(#Address),
    .account-table select.form-control{
        max-width: none;
    }
    .account-table .btn.btn-social,
    .account-table .btn.btn-login{
        max-width: none;
    }
}

.account-table .btn.btn-login+p{
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.account-table #UserAddr .UserAddrSelect > div:not(:last-child){
    margin: 0 10px 0 0;
}

.account-table .btn-social{
    position:relative;
    padding-left:44px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.account-table .btn-social > span{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:32px;
    line-height:34px;
    font-size:1.6em;
    text-align:center;
    border-right:1px solid rgba(0,0,0,0.2)
}

@media (max-width: 767px) {
    .account-table .account-table-row {
        height: 80px;
    }

    .account-table .account-edit-btn{
        text-align: right;
    }
}

@media (max-width: 992px) {
    .account-table #UserAddr .UserAddrSelect > div:not(:last-child){
    margin: 0 10px 10px 0;
    }
}

.account-table .account-table-row .account-table-row-label {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .account-table .account-table-row{
        border: none !important;
    }
    .account-table .account-table-row .account-table-row-label {
        display: block;
        width: 100%;
        background-color: #e8e8e8;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        font-weight: bold;
        color: #333;
    }
}

.account-table .account-table-row .account-table-row-content {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (max-width: 767px) {
    .account-table .account-table-row .account-table-row-content {
        display: block;
        width: 100%;
    }
}

.account-table .account-table-row .text-year, .account-table .account-table-row .text-month, .account-table .account-table-row .text-day, .account-table .account-table-row .text-human {
    position: relative;
}

    .account-table .account-table-row .text-year:after, .account-table .account-table-row .text-month:after, .account-table .account-table-row .text-day:after, .account-table .account-table-row .text-human:after {
        position: absolute;
        top: 11px;
        right: -6px;
    }

    .account-table .account-table-row .text-year:after {
        content: "年";
    }

    .account-table .account-table-row .text-month:after {
        content: "月";
    }

    .account-table .account-table-row .text-day:after {
        content: "日";
    }

    .account-table .account-table-row .text-human:after {
        content: "人";
    }

.account-table .account-table-row .backend-email {
    margin-top: 11px;
    margin-bottom: 22px;
}

@media (max-width: 1199px) {
    .account-table .account-table-row .account-table-medium-desktop-margin-top {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .account-table .account-table-row .account-table-mobile-margin-top {
        margin-top: 15px;
    }
}

.account-table .account-table-row .register-newsletter-btn-region .btn {
    padding: 11px 24px;
    background-color: #ddd;
    color: #fff;
}

    .account-table .account-table-row .register-newsletter-btn-region .btn.active {
        background-color: #d01d26;
        color: #fff;
    }

.account-table-button-region {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .account-table-button-region {
        margin-left: 20%;
    }
}

.btn-add-receiver {
    padding: 11px 30px;
    margin-bottom: 32px;
}

.receiver-info-table.product-table .product-table-body .product-table-body-tr {
    height: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .receiver-info-table.product-table .product-table-body .product-table-body-tr .product-table-body-td:nth-child(2) {
        width: 170px;
    }
}

.receiver-info-table .control-region .btn {
    margin: 0 5px;
    padding: 11px 14px;
}

    .receiver-info-table .control-region .btn i {
        line-height: 20px;
        font-size: 19px;
    }

.receiver-info-table .control-region .btn-delete,
.myMessage_delete .btn-delete {
    background-color: #ddd;
    border-color: #ccc;
}

.product-follow-list .control-button-region {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .product-follow-list .control-button-region {
        margin-bottom: 16px;
    }
}

.product-follow-list .control-button-region .btn {
    margin-right: 12px;
}

@media (max-width: 767px) {
    .product-follow-list .control-button-region .btn:last-child {
        display: block;
        width: 130px;
        margin-top: 12px;
    }
}

.product-follow-info-table .product-name {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-follow-info-table .product-name {
        width: 35%;
    }
}

.product-follow-info-table .btn-delete,
.myMessage_delete .btn-delete {
    padding: 14px 16px;
    background-color: #ddd;
    border: 1px solid #ccc;
}

.site-map .site-map-img {
    margin-top: 32px;
}

.site-map .site-map-bg{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 10px 20px;
    min-height: 200px;
    box-shadow: 0px 1px 5px #ddd;
}

@media (max-width: 991px) {
    .site-map > div{
        padding: 0px;
    }
    .site-map .site-map-bg{
        margin-bottom: 15px;
        min-height: inherit;
    }
}


.site-map ul, .site-map li {
    list-style: none;
    padding-left: 0;
}

.site-map .map-title {
    /*line-height: 60px;*/
    /*padding-left: 15px;*/
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
}

.site-map .map-title i{
    border: 2px solid #d01d26;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 33px;
    color: #d01d26;
    margin-right: 8px;
}

.site-map .site-map-list .collapse-icon {
    position: absolute;
    right: 0;
    margin-right: 24px;
}

.site-map .site-map-list{
    display: inline-block;
    margin-bottom: 0;
}

.site-map .site-map-list > li{
    padding-left: 48px;
    padding-right: 0px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .site-map .site-map-list > li{
        padding-left: 0;
    }
}

.site-map .site-map-list > li > p{
    display: block;
    margin: 5px 0;
    color: #444;
    font-weight: bold;
    font-size: 18px;
}

.site-map .site-map-list > li > p a:hover{
    color: #666;
}

.site-map .site-map-list li > ul > li a{
    font-size: 15px;
    color: #111;
}

.site-map .site-map-list li > ul > li a:hover {
    color: #d01d26;
    text-decoration: underline;
}

.site-map .site-map-list:not(.noStyle) > li > p{
    border-bottom: 1px solid #ddd;
}

.site-map .site-map-list:not(.noStyle) > li > p a{
    border-bottom: 2px solid #d01d26;
    color: #d01d26;
}

.site-map .site-map-list.noStyle > li > a{
    font-weight: initial;
    display: block;
    color: #222;
}

.site-map .site-map-list.noStyle > li > a:hover{
    color: #d01d26;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .jcarousel ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        margin: 0 auto;
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: auto !important;
    }

/**
 * 聯絡我們頁面
 */
/*------------------------------------*\
    # 聯絡資訊
\*------------------------------------*/
.contacts-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}

    .contacts-info ul li {
        margin: 0;
        padding: 0 0 12px;
    }

.contacts-info .service-phone {
    color: #d01d26;
    font-size: 1.7em;
    padding-left: 15px;
}

.contacts-form {
    padding-bottom: 40px;
    color: #000;
}

    .contacts-form .wrap-paper {
        margin: 0 3.462% -1.3% 3.2%;
        position: relative;
        padding: 30px 12% 0;
        background-color: #fdfdfd;
    }

        .contacts-form .wrap-paper .paper {
            margin-bottom: -35%;
            float: left;
            width: 100%;
        }

    .contacts-form .background-img {
        width: 100%;
    }

    .contacts-form .form-group {
        margin-bottom: 7px;
        position: relative;
    }

        .contacts-form .form-group select {
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-left: 30px;
            height: 44px;
            padding-top: 8px;
            padding-bottom: 8px;
            background: none;
            background-color: #fff;
            border: 2px solid #eeeeee;
        }

            .contacts-form .form-group select:focus {
                outline: none;
            }

            .contacts-form .form-group select option {
                line-height: 18px;
                margin: 2px 0;
            }

    .contacts-form .option-type {
        color: #999;
    }

    .contacts-form .form-control {
        border: 2px solid #eeeeee;
        font-size: 1em;
        padding-left: 30px;
    }

        .contacts-form .form-control:focus {
            -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
            -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
        }

    .contacts-form input.form-control {
        height: 44px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contacts-form input[type="reset"]:target, .contacts-form input[type="reset"]:active, .contacts-form input[type="reset"]:focus {
        border: none;
        outline: none;
    }

    .contacts-form textarea.form-control {
        height: 154px;
        resize: none;
        padding-top: 9px\0;
        padding-top: 6px;
    }

    .contacts-form .icon {
        position: absolute;
        top: 15px;
        left: 7px;
        color: #cfcfcf;
    }

    .contacts-form .i-comments {
        position: absolute;
        top: 10px;
        left: 7px;
    }

    .contacts-form .btn-send, .contacts-form .clear-form-info {
        width: 120px;
        margin-top: 9px;
        font-weight: bold;
    }

@media (max-width: 767px) {
    .contacts-form .btn-send, .contacts-form .clear-form-info {
        width: 90px;
    }
}

.contacts-form .clear-form-info {
    display: inline-block;
    color: #29ABE2;
    background-color: #f2f2f2;
    font-size: 0.9em;
    padding: 12px 0;
    margin-left: 15px;
}

.q_and_a {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
}

    .q_and_a h5 {
        margin-top: 32px;
    }

    .q_and_a ol ul.li-style-circle {
        list-style-type: circle;
        padding-left: 0;
    }

    .q_and_a ul.li-style-circle {
        list-style-type: circle;
    }

.panel-group .panel {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.accordion-faq {
    text-align: left;
    position: relative;
}

    .accordion-faq .panel {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .accordion-faq .panel .panel-heading {
            padding: 0;
            color: #fff;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0;
            border-radius: 0 !important;
            background: #333;
        }

            .accordion-faq .panel .panel-heading > h4 {
                padding: 0;
                position: relative;
            }

    .accordion-faq .panel-heading a {
        display: block;
        position: relative;
        background: #e72410;
        color: #fff;
        padding: 15px 5px 12px 15px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-right: 48px solid #3b3b3b;
        min-height: 50px;
    }

        .accordion-faq .panel-heading a:hover {
            text-decoration: none;
        }

        .accordion-faq .panel-heading a:after {
            content: '+';
            position: absolute;
            top: 9px;
            right: -35px;
            width: 30px;
            height: 20px;
            padding-left: 0.3em;
            font-size: 30px;
            line-height: 30px;
        }

        .accordion-faq .panel-heading a[aria-expanded='true']:after {
            content: '-';
            font-size: 40px;
        }

    .accordion-faq .panel-body {
        border-top: 0 !important;
        padding: 15px;
        background: #fff;
    }

    .accordion-faq.panel-group .panel + .panel {
        margin-top: 3px;
    }

@media (min-width: 767px) {
    .modal .modal-dialog.modal-pamper {
        width: 400px;
    }
}

.modal .modal-content {
    padding: 20px;
}

.modal button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: #000;
}
.modal button.close:hover {
    background-color: #000;
}
    .modal button.close .close-text {
        font-size: 1.5em;
        color: #fff;
    }

.modal .modal-loading-img {
    width: 100%;
    text-align: center;
}

.join-once .promotion-img-container {
    background-color: #fdf6ee;
    border: 3px solid #00a7ac;
}

    .join-once .promotion-img-container .promotion-img {
        width: 100%;
    }

    .join-once .promotion-img-container .promotion-text-region {
        background-color: #fff;
        text-align: center;
        padding: 10px;
        margin: 0 20px;
    }

        .join-once .promotion-img-container .promotion-text-region .promotion-major-text {
            color: #00a7ac;
            font-weight: bold;
            font-size: 1.2em;
            line-height: 1.4em;
            margin-bottom: 5px;
        }

@media (max-width: 450px) {
    .join-once .promotion-img-container .promotion-text-region .promotion-major-text {
        font-size: 1.1em;
    }
}

.join-once .promotion-img-container .promotion-text-region .promotion-vice-text {
    color: #2b2b2b;
    font-weight: bold;
    line-height: 1.7em;
}

.join-once .join-once-form {
    padding: 20px;
}

@media (min-width: 768px) {
    .join-once .join-once-form input.form-control, .join-once .join-once-form select.form-control {
        height: 33px;
        line-height: 33px;
    }
}

.join-once .join-once-form.register-form .text-year:after, .join-once .join-once-form.register-form .text-month:after, .join-once .join-once-form.register-form .text-day:after {
    top: 4px;
}

.join-once .join-once-form.register-form .register-newsletter {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .join-once .join-once-form {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .join-once .join-once-form .checkbox-container > label {
        width: 80%;
    }
}

.product-hidden {
    visibility: hidden;
}

@media (min-width: 450px) {
    .product-banner {
        position: absolute;
        /*margin-top: -55px;*/
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0.9em;
        font-weight: 900;
        height: 50px;
        line-height: 20px;
        background-color: #d01d26;
        opacity: .8;
        color: #fff;
        text-align: center;
    }
        
        .product-banner .product-banner-region {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .product-banner.product-banner-small {
        margin-top: -40px;
        font-size: 0.8em;
        font-weight: 900;
        height: 40px;
        line-height: 18px;
    }

        .product-banner.product-banner-small .product-banner-region {
            padding-top: 2px;
            padding-bottom: 2px;
        }
}

@media (max-width: 450px) {
    .product-banner {
        position: absolute;
        /*margin-top: -41px;*/
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0.8em;
        font-weight: 900;
        /*height: 36px;*/
        line-height: 17px;
        background-color: #d01d26;
        opacity: .8;
        color: #fff;
        text-align: center;
    }

    .product-banner .product-banner-region {
        padding-top: 1px;
        padding-bottom: 1px;
    }

}

/*.collapse {
    display: none;
    visibility: hidden;
}*/

.collapse-block {
    clear: both;
    margin: 20px 0;
    width: 100%;
}

    .collapse-block .collapse-title > a > div {
        display: table-cell;
        vertical-align: middle;
    }

        .collapse-block .collapse-title > a > div:first-child {
            width: 100%;
        }


    .collapse-block .expander {
        cursor: pointer;
        padding: 0 8px;
        text-decoration: none;
    }

.members .account-table-row-content .collapse-block {
    background-color: #ebebeb;
}

    .members .account-table-row-content .collapse-block .collapse-title {
        background-color: #ebebeb;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 15px;
        cursor: pointer;
    }

        .members .account-table-row-content .collapse-block .collapse-title .collapse-title-text,
        .members .account-table-row-content .collapse-block .collapse-title .expander {
            color: #00aaf4;
        }

.btn-ismember {
    height: 44px;
}

.btn-code {
    margin-left: 5px;
}

.btn-right {
    margin-left: 16px;
}

.btn-login {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    border-bottom: 4px solid #aa1212;
    margin: 0 0 0 0px;
    line-height: 50px;
}
.btn-login p {
    font-size: 1.6rem;
    margin-top: -10px;
    margin-left: 10px;
}

.spinner_model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 980;
}

.spinner_model_display {
    display: none;
}

.spinner_text {
    text-align: center;
    padding-top: 30px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.empty-cart {
    text-align: center;
    margin-top: 32px;
}

.error-page {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: CENTER;
}

    .error-page .error-number {
        color: #868686;
        font: 17.7em/1 Arial,Helvetica,sans-serif;
        padding-bottom: 35px;
    }

    .error-page .icon {
        margin-top: -9.4%;
    }

    .error-page h2 {
        padding-bottom: 3px;
    }

    .error-page h5 {
        margin: 0;
        padding: 0 0 .8em;
        font-size: 1.384em;
        color: #2b2b2b;
    }

.unverify-email-page .buy-nothing {
    margin-top: 32px;
}

    .unverify-email-page .buy-nothing .fa {
        color: #ddd;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .unverify-email-page .buy-nothing p {
        line-height: 26px;
    }

.unverify-email-page .text-center {
    text-align: center;
}

.unverify-email-page h4 {
    padding: 0 0 .8em;
    font-size: 1.4em;
    font-weight: 700;
}

.coupont-sub-title {
    color: red;
    font-size: 16px;
}

.product-detail-share {
    padding-top: 10px;
    height: 40px;
}

.product-detail-share-fb {
    float: left;
    width: 130px;
    height: 20px;
}


.product-detail-share-googleplus {
    float: left;
    width: 70px;
    height: 100%;
}

.product-detail-share-line {
    float: left;
    height: 20px;
}

    .product-detail-share-line img {
        vertical-align: baseline;
    }

/*電腦版隱藏LINE按鈕*/
/*@media (min-width: 768px) {
    .product-detail-share-line {
        display: none;
    }
}*/

@media (max-width: 480px) {
    .product-detail-share-googleplus {
        float: left;
        width: 70px;
        height: 100%;
        /*margin-top: -8px;*/
    }
}



.promotion-cycle-share {
    height: 30px;
}

.promotion-cycle-share-fb {
    float: left;
    width: 130px;
    height: 20px;
}


.promotion-cycle-share-googleplus {
    float: left;
    width: 70px;
    height: 100%;
}

.promotion-cycle-share-line {
    float: left;
    height: 20px;
}

    .promotion-cycle-share-line img {
        vertical-align: baseline;
    }

/*電腦版隱藏LINE按鈕*/
/*@media (min-width: 768px) {
    .promotion-cycle-share-line {
        display: none;
    }
}*/


@media (max-width: 480px) {
    .promotion-cycle-share-googleplus {
        float: left;
        width: 70px;
        height: 100%;
        /*margin-top: -8px;*/
    }
}


/*循環購*/
/*promotion-cycle-btn-region 基本*/
.promotion-cycle-btn-region {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 16px;
        width: 100%;
}

@media (max-width: 767px) {
    .promotion-cycle-btn-region {
        display: block;
        margin-top: 8px;
        margin-left: 0;
    }
}

/*按鈕*/
.promotion-cycle-btn-region .promotion-cycle-member-login
, .promotion-cycle-btn-region .promotion-cycle-member-join  {
    height: 45px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
}

@media (max-width: 767px) {
    .promotion-cycle-btn-region .promotion-cycle-member-login
,   .promotion-cycle-btn-region .promotion-cycle-member-join  {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*底色*/
.promotion-cycle-btn-region .promotion-cycle-member-login{
    background-color: #00a7ad;
    color: #fff;
}

.promotion-cycle-btn-region .promotion-cycle-member-join {
    background-color: #a78b37;
    color: #fff;
}
/*循環購 end*/

.major-title-category {
    position: relative;
    border-left: 8px solid #d01d26;
    padding: 0 0 0 0px;
    margin: 0 0 10px;
    color: #2b2b2b
}

.breadcrumb {
    background-color: #f2f2f2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 20px;
}

    .breadcrumb > li {
        margin: -12px 15px 10px 5px;
        padding: 0 0 0 0px;
        float: left;
        display: inline-block;
        line-height: 1em;
    }

        .breadcrumb > li:first-child {
            margin-top: 4px;
        }

        .breadcrumb > li:before {
            position: relative;
            top: 15px;
            left: -18px;
        }

    .breadcrumb > li > a > .h3 {
        margin: 0px 0px 0px 0px;
        color: #565656;
        font-size:1.488rem !important;
    }

    .breadcrumb a {
        color: #595757;
        text-decoration: none;
    }

        .breadcrumb > li > a > .h3:hover {
            color: #d0454a;
        }
@media screen and (max-width: 767px) {

    .major-title-category {
        position: relative;
        border-left: 8px solid #d01d26;
        padding: 0 0 0 0px;
        margin: 0 0 10px;
        color: #2b2b2b;
    }

    .breadcrumb {
        background-color: #f2f2f2;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        height: 20px;
    }

        .breadcrumb > li {
            margin: -12px 15px 10px 5px;
            padding: 0 0 0 0px;
            float: left;
            display: inline-block;
            line-height: 1em;
        }

            .breadcrumb > li:first-child {
                margin-top: 4px;
            }

            .breadcrumb > li:before {
                position: relative;
                top: 15px;
                left: -18px;
            }

            .breadcrumb > li > a > .h3 {
                margin: 0px 0px 0px 0px;
                color: #565656;
                font-size: 1.2rem !important;
            }

        .breadcrumb a {
            color: #595757;
            text-decoration: none;
        }

        .breadcrumb > li > a > .h3:hover {
            color: #d0454a;
        }
        .category-story {
            display: none
        }
}

.category-story {
    margin: 0;
    color: #AFADAD;
    font-size: 1.2rem!important
}

.checkout .product-parallel-container .product-parallel .add-buy-checkbox.product-single-promotion {
    right: -5px;
}
.product-parallel .add-buy-text.product-single-promotion-text {
    font-size: 14px;
}
.product-parallel.product-single-promotion-show-more {
    display:none;
}
.product-parallel.more-product-single-promotion {
    display:block;
}

@media (max-width: 767px) {
    .product-parallel .add-buy-text.product-single-promotion-text {
        font-size: 1em;
    }
    .product-parallel.product-single-promotion-show-more {
        display:block;
    }
    .product-parallel.more-product-single-promotion {
        display:none;
    }
    .product-parallel.product-single-promotion-show-more.disappear {
        display:none;
    }
    .product-parallel.more-product-single-promotion.appear {
        display:block;
    }
}

/* line 1090, ../../sass/_core.scss */
.product-detail-modal .modal-header {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  /* line 1094, ../../sass/_core.scss */
  .product-detail-modal .product-img-region {
    float: left;
    width: 30%;
  }
}
@media (max-width: 360px) {
  /* line 1094, ../../sass/_core.scss */
  .product-detail-modal .product-img-region {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1106, ../../sass/_core.scss */
  .product-detail-modal .product-detail {
    float: left;
    width: 70%;
  }
}
@media (max-width: 360px) {
  /* line 1106, ../../sass/_core.scss */
  .product-detail-modal .product-detail {
    float: left;
    width: 100%;
  }
}
/* line 1119, ../../sass/_core.scss */
.product-detail-modal .product-image {
  position: relative;
}
/* line 1123, ../../sass/_core.scss */
.product-detail-modal .product-image .product-label-special {
  position: absolute;
  width: 31%;
  height: auto;
  top: 0px;
  right: 0px;
}
/* line 1130, ../../sass/_core.scss */
.product-detail-modal .product-image .product-label-special img {
  width: 100%;
}
/* line 1137, ../../sass/_core.scss */
.product-detail-modal .product-image .image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1137, ../../sass/_core.scss */
  .product-detail-modal .product-image .image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1137, ../../sass/_core.scss */
  .product-detail-modal .product-image .image {
    margin: 0 auto;
  }
}
/* line 1153, ../../sass/_core.scss */
.product-detail-modal .product-title {
  margin-top: 1em;
  margin-bottom: 2em;
  padding:initial;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
}
/* line 1160, ../../sass/_core.scss */
.product-detail-modal .product-detail .product-detail-title {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #D32F2F;
  padding-left: 15px;
  line-height: 2em;
  font-size: 1.2em;
  color: #D32F2F;
}
/* line 1170, ../../sass/_core.scss */
.product-detail-modal .product-detail .product-detail-content {
  padding: 15px;
}

.product-detail-modal .product-detail .product-detail-content img {
  width: 100% !important;
}

.product-detail-modal .product-introduction .product-detail-content img {
  width: 100% !important;
}

/* line 1160, ../../sass/_core.scss */
.product-detail-modal .product-introduction .product-detail-title {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #D32F2F;
  padding-left: 15px;
  line-height: 2em;
  font-size: 1.2em;
  color: #D32F2F;
}

@media only screen and (max-width: 767px) {
  /* line 1106, ../../sass/_core.scss */
  .product-detail-modal .product-introduction {
    float: right;
    width: 70%;
  }
}
@media (max-width: 360px) {
  /* line 1094, ../../sass/_core.scss */
  .product-detail-modal .product-introduction {
    float: left;
    width: 100%;
  }
}

.product-table-content{
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .modal.modal-dialog-center {
      text-align: center;
      padding: 0!important;
    }

    .modal.modal-dialog-center:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }

    .modal.modal-dialog-center .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
}

.modal.modal-dialog-center .modal-dialog .btnCycleProduct{
    padding: 10px 25px;
    font-size: 1.1em;
}

.btnCycleProduct{
    width: 100%;
    background-color: #fff;
    border: none;
    text-align: left;
    padding: 3px 25px;
}

.btnCycleProduct:hover{
    background-color: #f0f0f0;
}

.btnCycleProduct i{
    float: left;
    color: #858585;
}

.btnCycleProduct i::before{
    vertical-align: sub;
}

.btnCycleProduct.activeIcon{
    background-color: #ddd;
    color: #d01d26;
}

.btnCycleProduct.activeIcon i{
    color: #d01d26;
}

.btnCycleProduct.activeIcon i::before{
    content: "\f046";
}

.btnCycleProduct span{
    height: 23px;
    width: 23px;
    background-color: #d01d26;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

.btnCycleProduct div{
    padding-left: 25px;
}

.btnCycleProduct.specification:hover{
    background-color: #ddd;
    color: #d01d26;
}

.btnCycleProduct.specification:hover i{
    color: #d01d26;
}

.btnCycleProduct.specification:hover i::before{
    content: "\f046";
}

.ModalCycleProduct{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
}

.ModalCycleProduct:hover{
    opacity: 0.05;
}

.CycleProduct_div{
    display: block !important;
    width: 100%;
}

.CycleProduct_div select{
    width: 100%;
}

.CycleProduct_div .modal button.close{
    position: initial;
    margin-right: 5px;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .CycleProduct_div {
        padding: 0px !important;
    }
    .CycleProduct_div select{
        padding: 0;
    }
}

.creditCard-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

    .creditCard-table .creditCard-table-row {
        border-bottom: 1px solid #ddd;
        clear: both;
        display: table-row;
        height: 66px;
        vertical-align: middle;
    }

        .creditCard-table .creditCard-table-row:first-child {
            border-top: 1px solid #ddd;
        }

@media (max-width: 767px) {
    .creditCard-table .creditCard-table-row {
        height: 80px;
    }

    .creditCard-table .creditCard-edit-btn{
        text-align: right;
    }
}

.creditCard-table .creditCard-table-row .creditCard-table-row-label {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .creditCard-table .creditCard-table-row{
        /*border: none !important;*/
    }
    .creditCard-table .creditCard-table-row .creditCard-table-row-label {
        display: block;
        width: 100%;
        background-color: #e8e8e8;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #ddd;
        font-weight: bold;
        color: #333;
    }
}

.creditCard-table .creditCard-table-row .creditCard-table-row-content {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (max-width: 767px) {
    .creditCard-table .creditCard-table-row .creditCard-table-row-content {
        display: block;
        width: 100%;
    }
}

.creditCard{
    background-color: #ddd;
    /*height: 300px;*/
    width: 100%;
    padding: 20px;
    margin-top: 14px;
    display: none;
}

.creditCard > p{
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.paymentevent.creditCardStyle{
    position: relative;
}

.paymentevent.creditCardStyle.active::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 16px 25px;
    border-color: transparent transparent #ddd transparent;
    display: block;
    content: '';
    bottom: -25px;
    left: 35px;
    position: absolute;
}

.btn.btn-theme-inverse.btn-normal.paymentevent{
    height: 64px;
    min-width: 120px;
    margin-bottom: 10px;
}

.btn.btn-theme-inverse.btn-normal.paymentevent > i{
    display: block;
    font-size: 22px;
    margin: 0 auto 2px;
}

.btn.btn-theme-inverse.btn-normal.paymentevent > img{
    display: block;
    margin: 0 auto;
}

.btn.btn-theme-inverse.btn-normal.paymentevent.no-icon-button{
    line-height: 42px;
}

.btn.btn-theme-inverse.btn-normal.paymentevent.line-pay-button{
    line-height: 42px;
}

.btn.btn-theme-inverse.btn-normal.paymentevent.apple-pay-button{
    display: none;
}

.btn.btn-theme-inverse.btn-normal.paymentevent.android-pay-button{
    display: none;
    padding: 3px 20px;
}

.btn.btn-theme-inverse.btn-normal.paymentevent.android-pay-button.visible{
    display: inline-block;
}

@media (max-width: 767px) {
    .creditCard{
        margin-top: 20px;
    }

    .creditCard::before{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 16px 25px;
        border-color: transparent transparent #ddd transparent;
        display: block;
        content: '';
        text-align: center;
        margin: -36px auto 0;
    }

    .paymentevent.creditCardStyle.active::before{
        display: none;
    }

    .creditCard > p{
        padding: 15px 0 0 3px;
        text-align: center;
    }
    .btn.btn-theme-inverse.btn-normal.paymentevent {
        width: 32%;
        min-width: initial;
        padding: 11px 5px;
    }
    .btn.btn-theme-inverse.btn-normal.paymentevent.creditCardStyle.rePay{
        width: 100%
    }
    .btn.btn-theme-inverse.btn-normal.paymentevent.android-pay-button{
        padding: 3px 5px;
    }

}



.creditCard input[type='radio']{
    cursor: pointer;
    -webkit-appearance:none;
    width:18px;
    height:18px;
    border:1px solid #999;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 1px 0 #ccc inset;
    vertical-align: top;
}

.creditCard input[type='radio']:hover {
  box-shadow:0 0 5px 0px #fff inset;
}

.creditCard input[type='radio']:before {
  content:'';
  display:block;
  width:55%;
  height:55%;
  margin: 20% auto;    
  border-radius:50%;    
}
.creditCard input[type='radio']:checked:before {
  background: #d01d26;
}

.creditCard .form-check-inline{
    display: inline-block;
    margin-right: 20px;
}

.creditCard label{
    cursor: pointer;
    font-weight: initial;
}

.creditCard label.control-label{
    font-weight: bold;
}

.creditCard label.control-label > div{
    text-align: right;
    padding-right: 20px;
}

.creditcard_delete{
    text-align: right;
    padding-top: 0px !important;
}

@media (max-width: 767px) {
    .creditCard .form-check-inline{
        display: block;
    }
    .creditCard label.control-label > div{
        text-align: left;
    }
}

.creditCard-payment .payment_box,
.creditcard_Select,
.creditcard_box .creditcard_number.creditCard_bonus,
.creditcard_box .bonus_explanation,
.creditcard_Select .creditcard_number.creditcard_cnn{
    display: none;
}

.creditCard-payment .payment_box,
.creditCard-creditcard .creditcard_box{
    width: 96%;
    background-color: #fff;
    margin: 5px auto 15px auto;
    border-radius: 10px;
    padding: 15px;
}

.creditCard_question{
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.creditCard_question i{
    margin-right: 5px;
}

.creditCard_question:hover,
.creditCard_question:active,
.creditCard_question:visited{
    text-decoration: none;
    color: #ff0000;
}

.creditcard_box .checkbox-default{
    height: 28px;
    margin-right: 10px;
}

.creditcard_box .creditcard_number{
    margin-left: 38px;
}

.creditcard_box .creditcard_number input[type='tel']{
    margin-left: 10px;
    padding: 3px 5px;
    width: 75px;
}

.creditcard_box .creditcard_number input[type='checkbox'],
.creditcard_box .creditCardUserData input[type='checkbox']{
    margin-right: 5px;
    height: 18px;
    width: 18px;
    vertical-align: top;
}

.creditcard_box .creditCardUserData{
    color: #ff0000;
}

/*.creditcard_input > div{
    padding: 0;
}*/

.creditcard_input > div{
    position: relative;
}

.creditcard_input.symbol > div+div::after{
    content:'-';
    position: absolute;
    top: 0;
    left: -5px;
}

.creditcard_box .creditCard-table .checkbox-default{
    float: left;
}

.creditcard_box .creditcard_form .text-ps{
    display: block;
    width: 98%;
    padding-left: 38px;
}

.creditcard_cnn{
    position: relative;
}

.creditcard_cnn::after{
    content: url(../images/cvv.png);
    display: block;
    position: absolute;
    top: 3px;
    right: -67px;
}

.creditcard_number.creditcard_cnn{
    padding-right: 15px;
    display: inline-block;
}

@media (max-width: 767px) {
    .creditcard_input > div,
    .creditcard_input > div input{
        padding: 5px;
    }
    .creditcard_input.symbol > div+div::after{
        top: 12px;
    }
    .creditcard_box .creditcard_number{
        margin-left: 0px;
    }
    .creditcard_cnn::after{
        top: 13px;
        right: -77px;
    }
    .creditcard_number.creditcard_cnn{
        padding-right: 0px;
        display: block;
    }
    .creditcard_number.creditcard_cnn::after{
        display: none;
    }
}

.creditCard-table .checkbox-default label,
.creditCard-table .checkbox-default input[type=checkbox]{
    width: 28px;
    height: 28px;
}

.creditCard-table .checkbox-default label:after {
    width: 18px;
    height: 11px;
    top: 6px;
    left:4px;
}

.creditCard-table .checkbox-default input[type=radio] {
    width: 36px;
}

.creditCard-table .checkbox-default label:after {
    opacity: 0;
    content: '';
    position: absolute;
    background: transparent;
    border: 5px solid #d01d26;
    border-top: none;
    border-right: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

        /**
   * Create the hover event of the tick
   */

        .checkbox-default label:after {
            opacity: 0;
            content: '';
            position: absolute;
            background: transparent;
            border: 8px solid #58CC4B;
            border-top: none;
            border-right: none;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

@media (min-width: 992px) {
    .checkbox-default label:hover:after {
        opacity: 0.5;
    }
}

    .checkbox-default input[type=checkbox]:checked + label:after, .checkbox-default input[type=radio]:checked + label:after {
        opacity: 1;
    }

.chk-ie input[type=checkbox], .chk-ie input[type=radio] {
    visibility: visible\9;
    background: transparent\9;
    border: 0\9;
}

.chk-ie label {
    display: none\9;
}

.search-result-text{
    margin-bottom: 10px;
}
.search_all{
    border: 1px dashed #ccc;
    padding: 10px;
    background-color:#fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.search_all p{
    float: left;
}

.search_all div{
    padding-left: 120px;
}

.search_all div a{
    margin-right: 10px;
    text-decoration: underline;
    display: inline-block;
}

.search_all div a:hover{
    text-decoration: none;
}

.search_sort{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    box-shadow: 0px 1px 1px #bbb;
}

.search_sort li{
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.search_sort li.search_active{
    color: #d01d26;
    border-bottom: 3px solid #d01d26;
}

.search_sortM{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #d01d26;
    height: 45px;
    background-color: #fff;
}

.search_sortM option:checked{
    color: #d01d26;
}

.search_sortM option{
    color: #666;
}

@media (max-width: 767px) {
    .search_all p {
        float: none;
    }

    .search_all div {
        padding-left: 0px;
    }
}

.myMessage{
    margin-top: 20px;
}

.myMessage tr td{
    border-bottom: 1px dashed #ccc;
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
}

.myMessage tr td+td{
    padding-left: 10px;
}

.myMessage tr .myMessage_img div.date_style {
    border: 1px solid #ccc;
    padding: 10px;
    width: 120px;
}

.myMessage tr .myMessage_main p,
.myMessage tr .myMessage_main p a{
    font-size: 16px;
    font-weight: bold;
    color: #d01d26;
    margin: 0px;
    display: inline-block;
}

.myMessage tr .myMessage_main p a {
    text-decoration: underline;
    display: inline;
}

.myMessage tr .myMessage_main p a:hover{
    text-decoration: none;
}

.myMessage tr .myMessage_main > i{
    float: right;
    color: #999;
}

.myMessage tr .myMessage_main > i span{
    margin-left: 10px;
}

.myMessage tr .myMessage_main > span{
    display: block;
}

.myMessage tr .myMessage_main > div{
    min-height: 75px;
}

  @keyframes new {
    from {
        background-color: #FF2D32;
    }
    
    to {
        background-color: #d01d26;
    }
  }

  @-webkit-keyframes new {
    from {
        background-color: #FF2D32;
    }
    
    to {
        background-color: #d01d26;
    }
  }

  @-ms-keyframes new {
    from {
        background-color: #FF2D32;
    }
    
    to {
        background-color: #d01d26;
    }
  }

.myMessage tr .myMessage_main p.new_icon::after{
    content: "new";
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 1px 5px;
    font-weight: initial;
    animation:new 0.5s infinite alternate;
    -webkit-animation:new 0.5s infinite alternate;
    -moz-animation:new 0.5s infinite alternate;
    -ms-animation:new 0.5s infinite alternate;
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .myMessage tr .myMessage_main p.new_icon::after {
        display: inline-block;
        padding: 0 5px;
    }
}

.myMessage .myMessage_main > span:nth-child(1){
    float: right;
}

.myMessage .myMessage_main span+span {
    display: block;
    border-bottom: 1px dotted #aaa;
    color: #000;
    margin-bottom: 8px;
}

.myMessage .myMessage_main span > span {
    margin-left: 5px;
}

.myMessage tr .btn{
    padding: 6px 12px;
}

.myMessage tr .myMessage_img img{
    width: 120px;
}

/*.myMessage .product-table-body-td .product-table-content.date_style span {
    display: block;
}*/

@media (max-width: 991px) {

    .myMessage tr .myMessage_main > i{
        float: none;
        display: block
    }
}

@media (max-width: 767px) {
    .myMessage tr td{
        padding: 10px;
    }

    .myMessage tr .myMessage_img img{
        width: 50px;
    }

    .myMessage tr td+td{
        padding-left: 5px;
    }

    .myMessage tr .myMessage_img,
    .myMessage tr .myMessage_delete{
        vertical-align: initial;
        padding-top: 17px;
    }

    .myMessage tr .myMessage_main > div{
        min-height: 50px;
    }
}

.message_badge{
    position: relative;
}

.message_badge > i{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d01d26;
    color: #fff;
    top: 0px;
    line-height: 18px;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    left: 75px;
    font-weight: bold;
}

.region-line-point-ico {
    text-align: center;
    color: #f98903;
}

.region-line-point-ico img {
    position: absolute;
    width: 18px;
    top: 0px;
    right: -15px;
}

@media (max-width: 767px) {
    .region-line-point-ico img {
        top: 5px;
    }
}

.ticket_box{
    display: flex;
    margin-bottom: 15px;
    /*font-size: 17px;*/
}

.ticket_box > div{
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    border-radius: 5px;
    border-bottom: 5px solid #ddd;
    flex: 1;
}

.ticket_box > div:nth-child(3){
    flex: 1.5;
}

.ticket_box > div+div{
    margin-left: 15px;
}

.ticket_box div p{
    margin-bottom: 0px;
    color: #d01d26;
    font-size: 28px;
    font-weight: 900;
    margin-top: 15px;
}

.ticket_content{
    color: #ff0000;
    font-weight: bold;
}

@media (max-width: 991px) {

    .ticket_box{
        display: block;
    }

    .ticket_box > div{
        padding: 15px;
    }

    .ticket_box > div:nth-child(1){
        float: left;
        display: inline-block;
        width: calc( 50% - 8px );
        line-height: initial;

    }

    .ticket_box > div:nth-child(2){
        display: inline-block;
        width: calc( 50% - 8px );
        line-height: initial;
    }


    .ticket_box > div:nth-child(3){
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .ticket_box div p{
        margin-top: 5px;
    }

}

/* Line 模仿 font-awesome方式自製class START */
@font-face {
    font-family: 'font-awesome-line';
    src: url('../fonts/font-awesome-line-webfont.eot');
    src: url('../fonts/font-awesome-line-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome-line-webfont.woff') format('woff'), url('../fonts/font-awesome-line-webfont.ttf') format('truetype'), url('../fonts/font-awesome-line-webfont.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='facustom-']:before {
    display: inline-block;
    font-family: 'font-awesome-line';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.facustom-line:before {
    content: '\0041';
}

/* Line 模仿 font-awesome方式自製class END */

 @media(min-width: 768px) {
     .ECPay_modal {
         width: 730px;
     }
 }

 .fbbtm p {
    color: white;
    text-align: center;
}

.fbbtm {
    background-color: #d32f2f;
    position: relative;
}

