@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Exo+2');
body {
    font-family: 'Exo 2', 'Noto Sans TC', sans-serif;
    -webkit-text-size-adjust: none;
}

/*********JY***********/

.addon-promotions-container {
    margin-top: 10px;
}

.addon-promotions-container .addon-promotions-header {
    background-color: #eeeeee;
    padding: 10px 15px 10px 19px;
    border-radius: 4px 4px 0 0;
}

.addon-promotions-container .addon-promotions-header p {
    margin-left: 10px;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.addon-promotions-container .addon-promotion-list {
    list-style: none;
    padding: 0;
}

.addon-promotions-container .addon-promotion-item {
    background-color: #f8f8f8;
    padding-top: 20px;
    border-radius: 0 0 4px 4px;
}

.addon-promotions-container .addon-promotion-item-wrapper {
    padding-bottom: 20px;
    height: 100%;
    margin: 0;
}

.addon-promotions-container .addon-item-chkbox {
    padding: 0;
    height: 16px;
    width: 16px;
    margin-top: 9px;
    margin-left: 20px;
}

.addon-promotions-container .detail-media-container {
    background-size: cover;
    margin-bottom: 5px;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 20px 0;
}

.addon-promotions-container .detail-media-container img {
    width: 100%;
    height: 100%;
}

.addon-promotions-container .addon-promotion-item .nopadding-right {
    padding-right: 0px !important;
}

.addon-promotions-container .addon-item-mainInfo .row {
    margin: 0;
}

.addon-promotions-container .addon-promotion-item-wrapper .title-container {
    font-size: 16px;
    line-height: 1.9rem;
    padding: 0 5px 0 0;
}

.addon-promotions-container .addon-promotion-list .title {
    padding-right: 6px;
    margin: 0 0 8px 0;
    font-weight: normal;
    font-size: 16px;
}

.addon-promotions-container .col-full-style {
    padding: 0 5px 0 0;
}

.addon-promotions-container .addon-promotion-item .quantity-container {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    width: 132px;
    max-width: 100%;
}

.addon-promotions-container .addon-promotion-item-wrapper .price-container {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;

    display: inline-block;
}

.addon-promotions-container .addon-promotion-item .price-sale {
    margin-top: 2px;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    color: #E4007F;
    text-transform: uppercase;
}

.addon-bottom-line {
    margin: 0px 14px;
    border-top: solid 1px #dddddd;
}



.textdriver{
    background-color: red;
    text-align:center;
    color:white;
    display: inline-block;
    border: 2px solid red;
    padding: 1px;
    border-radius: 5px;
    text-align: left;
}

.tab-content .item{

    padding-top: 5px;
}

.tab-content hr {
    border-top: 1px dashed #f1e688;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #E4007F;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;

}

.pointname {
    width: 65px;
    display:inline-block;
}

.left {
    float: left;
    width: 18%;
}
.right {
    float: right;
    width: 80%;
}

.middle {
float: left;

}

.group:after {
    content:"";
    display: table;
    clear: both;
}

/*******NAV***********/

@media (min-width:768px) {
    /**第一層****/
    .nav1 {
        position: relative;
        width: 100%;
        top: 70px;
        z-index: 90;
    }
    .nav1 a {
        text-decoration: none;
    }
    .nav1>li {
        display: inline-block;
        margin: 0;
        padding: 15px 30px;
    }
    .nav1>li>a {
        color: black;
        /*padding: 15px 20px;*/
        padding-bottom: 20px;
        position: relative;
    }
/*    .nav1>li:nth-child(1)>a {
        color: #af0005;
    }*/
    .nav1>li>a:hover:after {
        content: "";
        bottom: 10%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 17.3px 10px;
        border-color: transparent transparent #d9dada transparent;
    }
    .nav1>li:hover > a:after {
        content: "";
        bottom: -19%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 17.3px 10px;
        border-color: transparent transparent #d9dada transparent;
    }
    .nav1>li:hover > a {
        /* 滑鼠移入次選單上層按鈕保持變色*/
    }
    /**第二層****/
    .nav1>li>ul {
        position: absolute;
        top: 50px;
        background-color: #d9dada;
        width: 100%;
        left: 0;
        display: none;
        padding: 20px;
        z-index: 9;
    }
    .nav1>li>ul>li {
        display: inline-block;
        width: calc(100%/7);
        vertical-align: top;
        padding: 20px;
    }
    .nav1>li>ul>li>a {
        color: #af0005;
    }
    .nav1>li>a:hover+ul {
        display: block;
    }
    .nav1>li>ul:hover {
        display: block;
    }
    /**第三層****/
    .nav1>li>ul>li>ul {
        position: absolute top: 100%;
        left: 0;
        list-style: none;
        padding-left: 0;
    }
    .nav1>li>ul>li>ul>li>a {
        color: #000;
        line-height: 25px;
    }
    .nav1>li>ul>li>ul>li>a:hover {
        color: #af0005;
    }
    .search-section {
        position: absolute;
        top: 41px;
        right: 20px;
        width: 665px;
        z-index: 99999;
        display: none;
    }
    .search-section .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .search-section.in {
        display: block;
    }
    .input-group {
        border: solid #d0d0d2 0px;
    }
    .btn-search {
        background-color: #fff;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
    }
    .btn-search:hover {
        background-color: #2f2f32;
    }
    .ul-search-result {
        list-style: none;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .ul-search-result li {
        padding-left: 5px;
    }
    .ul-search-result>li>a {
        color: #333;
        text-decoration: none;
        margin: 0px;
        font-size: 12px;
        padding: 0px;
        display: block;
        line-height: 20px;
    }
    .ul-search-result>li>a:hover {
        color: #888;
    }
    .search-section .form-control {
        background-color: #FFF;
        border: none;
    }
    .search-section i {
        color: #d0d0d2;
    }
    .search-section:after {
        content: "";
        top: 0;
        right: 123px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 17.3px 10px;
        border-color: transparent transparent #fff transparent;
    }
    .search-name {
        font-size: 14px;
        color: #555;
    }
    .search-price {
        font-size: 14px;
        font-weight: bold;
        color: #555;
    }
    .search-result {
        width: 50%;
        float: left;
        background-color: #FFF;
        padding: 10px;
    }
    .search-result-se {
        background-color: #FFF;
        border: solid 1px #d0d0d2;
        overflow: hidden;
        margin-top: -1px;
    }
    .search-result-se .search-result:nth-child(1) {
        border-right: solid 1px #d0d0d2;
    }
    .search-title {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .search-img img {
        width: 100%;
        vertical-align: middle;
    }
    .ul-search-item a {
        display: block;
    }
    .ul-search-item {
        border-bottom: solid 1px #d0d0d2;
        overflow: hidden;
    }
}


.ul-member{
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 41px;
    right: 20px;
    background-color: #D9DADA;
    padding: 17px 10px;
    width: 210px;
    display: none;
    z-index: 9999999;
}

.ul-location {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 41px;
    right: 0px;
    background-color: #D9DADA;
    padding: 17px 10px;
    width: 210px;
    display: none;
    z-index: 9999999;
}

.ul-member.in,
.ul-location.in {
    display: block;
    z-index: 9999999;
}

.ul-member li,
.ul-location li {
    margin-bottom: 6px;
    background-color: #666;
    display: block;
    text-align: center;
}

.ul-member>li>a ,
.ul-location>li>a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.ul-member>li>a:hover ,
.ul-location>li>a:hover ,
.ul-member>li>a.active ,
.ul-location>li>a.active {
    background-color: #231815;
}

.ul-member:after ,
.ul-location:after {
    content: "";
    top: 0;
    right: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #D9DADA transparent;
}
.ul-location:after {
    right: 28px;
}
@media (max-width:400px) {
    .index_t_img{width:230px;}
}
@media (max-width:767px) {
    .ul-member:after {
        right:40px;
    }

    .ul-location:after {
        right:0px;
    }



    nav .container {
    /*padding: 0px;*/
    /*overflow-X: hidden;*/
    }
    .navbar-header {
        position: relative;
    }
    .navbar-brand {
        
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);

    }
    /**第一層****/
    .nav1 {
        width: 100%;
        background-color: #E4007F;
        padding-left: 0px;
        list-style: none;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .nav1>li {}
    .nav1 a {
        text-decoration: none;
        display: block;
    }
    .nav1>li>a {
        color: white;
        padding: 10px;
        line-height: 30px;
        border-bottom: solid 1px #c4c5c5;
    }
    /*.nav1>li:nth-child(1)>a {
        color: #af0005;
    }*/
    /**第二層****/
    .nav1>li>ul {
        width: 100%;
        padding-left: 0;
        list-style: none;
    }
    .nav1>li>ul>li {
        line-height: 30px;
    }
    .nav1>li>ul>li>a {
        border-bottom: solid 1px #c4c5c5;
        padding-left: 20px;
        color: #AF0005;
    }
    /**第三層****/
    .nav1>li>ul>li>ul {
        list-style: none;
        padding-left: 0px;
    }
    .nav1 ul {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }
    .nav1 ul.in {
        max-height: 1000px;
        transition: max-height 1s ease-in-out;
    }
    .sub-img {
        display: none;
    }
    .nav1>li>ul>li>ul>li>a {
        border-bottom: solid 1px #c4c5c5;
        padding-left: 40px;
        color: #1d6dd4;
    }
    .nav2 {
        text-align: right;
        /*margin-right: 20px;*/
    }
    .nav1>li {
        position: relative;
    }
    .nav1>li>a,.nav1>li>ul>li>a, .nav1>li>ul>li>ul>li>a{
        position: relative;
    }
    .nav1>li>a:not(:only-child):after {
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: right;
        color: #9a9a9b;
    }

    .nav1>li>ul>li>a:not(:only-child):after {
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 10px;
        top: 0px;
        text-align: right;
        color: #9a9a9b;
    }
    .nav1>li>a.in:after, .nav1>li>ul>li>a.in:not(:only-child):after {
        content: "\f068";
    }
    .search-section {
        padding: 0 20px;
        margin-top: 20px;
    }
    .search-section .form-control {
        border: none;
        color: #e6e6e8;
        color: #A5A5A5;
    }
    .search-section .fa-chevron-right:before {
        content: "\f002"
    }
    .btn-search {
        background-color: #e6e6e8;
        margin-bottom: 20px;
    }
    .search-section .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .search-result {
        display: none;
    }
}

.sub-img img {
    width: 100%;
    border: solid 2px #fff;
    margin-top: 5px;
}

.sub-img {
    margin-bottom: 10px;
}

.cart-num {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #af0005;
    top: -2px;
    right: -10px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    padding-top: 3px;
}

.ul-cart-section {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 41px;
    right: 20px;
    display: none;
    background-color: #d9dada;
    padding: 30px 10px 10px 10px;
    max-width: 375px;
    z-index: 9999999;
}

.ul-cart-section.in {
    display: block;
}

.ul-cart {
    padding-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.ul-cart>li {
    padding: 10px 5px;
    margin-bottom: 5px;
    background-color: #fff;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
    height: 115px;
    overflow: hidden;
}

.ul-cart>li>a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.ul-cart>li>a:hover {
    background-color: #231815;
}

.ul-cart-section:after {
    content: "";
    top: 0;
    right: 53px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #D9DADA transparent;
}

.ul-cart>li ul {
    text-align: left;
    padding-left: 0px;
    list-style: none;
}

.ul-cart>li ul>li {
    text-align: left;
    padding-left: 0;
    color: #666;
    font-weight: lighter;
}

.ul-cart>li ul>li:nth-child(1) {
    font-weight: normal;
    color: #000;
}

.ul-cart-delete {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ul-cart-delete a {
    color: #666;
    font-weight: lighter;
}

.ul-cart-section .btn-black3 {
    margin-top: 10px;
}

.ul-cart-prev img,
.ul-cart-next img {
    width: 30px;
    height: 9px;
}

.ul-cart-prev {
    top: 10px;
    width: 30px;
    height: 9px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.5;
    cursor: pointer;
    background-image: url(../images/prev.svg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
}

.ul-cart-next {
    bottom: 90px;
    width: 30px;
    height: 9px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0.5;
    cursor: pointer;
    background-image: url(../images/next.svg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
}

.ul-cart-next:hover,
.ul-cart-prev:hover {
    opacity: 1;
}

@media (max-width:767px){
    .ul-cart-section:after {

    right: 58px;

}
.ul-cart-section {

    right: 0px;

}
}
/*******INDEX*********/

.index-hot {
    padding: 30px 5px;
}

.index-product-title {
    text-align: center;
    font-size: 46px;
    margin-bottom: 20px;
}

.index-product-name {
    /*font-weight: 900;*/
    color: black;
    padding-left: 10px;
    padding-top:10px;
    font-size: 1.2em;
}

.index-product-text {
    color: black;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.index-product-price {
    color: black;
    text-align: left;
    padding-left: 10px;
    padding-top:10px;
    font-size: 1.2em;
}

.viewcount{
    color: black;
    margin-top: 10px;
    float: left;
}
@media(max-width:767px) {
    ul.nav2{
        float: right;
        font-size: 8px;
        margin-left:-30px;
        margin-right:5px;
    }
    .viewcount{
        font-size: 8px;
    }
}
.nav2>li {
    display: inline-block;
    margin-top: 5px;
    color: black;
    margin-right: 3px;
}

.nav2>li>a {
    font-size: 18px;
    color: #666;
    padding: 8px;
}

#nav2 {
    /*background: url(../images/1.png) repeat-x #000;*/
    background:white;
}

.slogn {
    background-image: url(../images/slogn-bg.svg);
    padding-top: 5px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
    font-size: 14px;
    background-color: #231815;
}

.banner-des {
    position: absolute;
    z-index: 20;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-title {
    font-size: 88px;
    font-weight: bold;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.banner-text {
    text-align: right;
    color: #FFF;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.btn-red {
    background-color: #af0005;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 2px;
}

.btn-red a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    padding: 5px 8px;
    display: block;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;
}

.index-item-title {
    font-size: 23px;
    color: #FFF;
    margin-bottom: 20px;
    text-align: center;
}

.index-item-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-item-img {
    position: relative;
    overflow: hidden;
}

.index-item:hover .index-item-img:after {
    opacity: .0;
}

.index-item:hover .index-item-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-item-img img {
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.index-item-img:after {
    position: absolute;
    background-color: #231815;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .7;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.btn-wb {
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

.btn-wb a {
    color: #FFF;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.index-block {
    padding: 5px 5px;
}

.index-block .col-sm-4,
.index-block .col-sm-6 {
    padding: 5px;
}

#banner .item {
    position: relative;
    display: block;
    /*height: 0;*/
    width: 100%;
    padding: 0;
    overflow: hidden;
    /*padding-bottom: 20%;*/
}

#banner {
    margin-bottom: -5px;
}

.item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}


/*******PRODUCT********/

.product {
    padding: 0px 0;
    margin-bottom: 50px;
}

.breadcrumb_section {
    /*background: url(../images/topbg.png) repeat-x;*/
    padding: 3px 0;
    font-weight: lighter;
    font-size: 2.2em;
    color:#E4007F;
}

.form-gray {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #ebebec;
    border: none;
}

.form-gray option {
    background-color: #EBEBEC;
    border: none;
}

.left-sidebar-titile {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.product-item {
    padding: 30px 10px;
    background-color: #fff;
    -webkit-transition: linear all 0.3s;
    -moz-transition: linear all 0.3s;
    -ms-transition: linear all 0.3s;
    -o-transition: linear all 0.3s;
    transition: linear all 0.3s;
    margin-bottom: 5px;
}

.product-item a {
    text-decoration: none;
}

.price {
    color: #af0005;
    position: absolute;
    right: 0;
    top: 0;
}

.product-color img {
    width: 100%;
}

.product-color {
    display: none;
}

.product-item-img {
    position: relative;
}

.product-color:nth-child(1) {
    position: relative;
    display: block;
}

.product-color>img:nth-child(2) {
    display: none;
}

.product-item-img:hover .product-color>img:nth-child(1) {
    display: none;
}

.product-item-img:hover .product-color>img:nth-child(2) {
    display: block;
}

.product-color-item input[type="radio"] {
    display: none;
    text-align: center;
}

.product-color-item .item {
    text-align: center;
    vertical-align: middle;
}

.product-color-item input[type="radio"] + label {
    cursor: pointer;
}

.product-color-item img {
    width: 30px;
    border: solid 1px transparent;
    padding: 4px;
}

.product-color-item input[type="radio"]:checked + label img {
    color: #000;
    border: solid 1px #555;
}

.size-select {
    cursor: pointer;
    position: relative;
    margin: 5px 0 10px 0;
}

.size-select ul {
    position: absolute;
    display: none;
    list-style: none;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99;
}

.size-select ul li {
    background-color: #FFF;
    width: 100%;
    border: solid 1px #000;
    width: 80px;
    margin-bottom: 5px;
    padding: 4px 0;
    text-align: center;
    color: #666;
}

.size-select ul li:hover {
    background-color: #8c8c8c;
}

.size-select a {
    width: 80px;
    border: solid 1px #000;
    margin-bottom: 5px;
    padding: 4px 0;
    display: block;
    display: inline-block;
    color: #666;
    text-decoration: none;
    text-align: center;
}

.size-select-ul.in {
    display: block;
}

.down {
    width: 30px;
    text-align: center;
    border: solid 1px #000;
    padding: 4px 0;
    color: #666;
    display: inline-block;
}

.btn-black4 {
    background-color: #333;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    color: #FFF;
}

.btn-black4:hover {
    color: #ccc;
}

.btn-red4 {
    background-color: #E4007F;
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    color: #FFF;
}

.btn-red4:hover {
    color: #ccc;
}

.btn-pink {
    color: white;
    background-color: #E4007F;
    border-color: #ccc
}

.btn-pink.focus,
.btn-pink:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-pink:hover {
    color: #E4007F;
    background-color: #e6e6e6;
    border-color: #adadad
}

.recommend {
    display: block;
}

.product-item-title {
    color: #000;
    position: relative;
    font-size: 16px;
}

.product-item-subtitle {
    color: #606060;
    font-size: 14px;
    font-weight: lighter;
}

.product-item-img {
    border: 1px solid #666;
    margin-bottom: 10px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.btn-red2 {
    width: 100%;
    padding: 10px 0;
    background-color: #af0005;
    color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 40px;
}

.btn-red2:hover {
    color: #FFF;
}

.procuct-input-name {
    display: inline-block;
    color: #666;
    padding-right: 5px;
}

.order {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.order ul {
    position: absolute;
    display: none;
    list-style: none;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99;
}

#order,
#order ul {
    min-width: 105px;
    text-align: left;
}

#num,
#num ul {
    min-width: 45px;
    text-align: center;
}

.order a {
    background-color: #ebebec;
    margin-bottom: 5px;
    padding: 2px 8px;
    width: 100%;
    display: block;
    color: #666;
    text-decoration: none;
}

@media (min-width:768px) {
    .order:hover ul {
        display: block;
    }
    #order {
        margin-right: 15px;
    }
}

.order ul li {
    background-color: #ebebec;
    line-height: 25px;
    position: relative;
    color: #666;
    padding: 3px 8px;
}

.order ul li:nth-child(1) {}

.order ul li:hover {
    background-color: #666;
    color: #FFF;
}


/*******Contact********/

.contact {
    padding: 20px 0;
}

.contact-text {
    margin-bottom: 40px;
}

.check-ul {
    margin-bottom: 0px;
    padding-left: 0;
}

.contact-privacy {
    margin-bottom: 40px;
    color: #000;
    padding-left: 25px;
}

.check-ul .form-check-input {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fcfff4;
}

.check-ul li:nth-child(1) {
    width: 20px;
}

.check-ul li {
    display: inline-block;
    vertical-align: middle;
}

.check-ul label {
    color: #666666;
    font-weight: normal;
}

.contact .form-group label:before {
    content: "*";
    color: #fc0303
}

.contact input[type="checkbox"] {
    display: none;
}

.contact input[type="checkbox"] + label {
    display: inline-block;
    border: solid 1px #000;
    background-color: #fff;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
}

.contact input[type="checkbox"]:checked + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    transform: rotate(-45deg);
}

.btn-black2 {
    background-color: #E4007F;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #FFF;
    padding: 10px 0px;
    margin-bottom: 80px;
}

.btn-black2:hover {
    color: #ccc;
}

.agree {
    margin-bottom: 5px
}

@media(max-width:767px) {
    .check-ul label {
        font-size: 11px;
    }
    .contact .left-sidebar-titile {
        font-size: 14px;
        text-align: left;
    }
    .contact-privacy {
        font-weight: normal;
    }
    .contact .form-group label:before {
        padding-left: 5px;
    }
    .agree {
        padding-left: 5px;
        font-size: 11px;
    }
    .check-ul {
        padding-left: 5px;
    }
    .btn-black2 {
        width: 100%;
        margin-bottom: 20px;
    }
}


/*******HELP***********/

.title-border {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.title-border-right {
    margin-left: 20px;
}

.help-title {
    font-size: 16px;
    background-color: #666;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.help-text {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.help-text>ul {
    padding-left: 25px;
}

.help-text img {
    margin: 10px 8px;
}

.help-text>ul>li {
    margin-bottom: 20px;
}

.help-text>ul>li ul {
    list-style: none;
    padding-left: 0px;
    font-size: 12px;
}

.help-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.help-item {
    margin-bottom: 30px;
}

.ul-help {
    list-style: none;
    padding: 0px;
}

@media (min-width:767px) {
    .ul-help li {
        border-bottom: 1px solid #999;
        padding-left: 8px;
    }
    .ul-help li a {
        display: block;
        padding: 10px 0px;
        color: #666;
        text-decoration: none;
    }
    .ul-help li.active a {
        color: #dcdddd;
    }
}

@media (max-width:768px) {
    .ul-help {
        border-bottom: 1px solid #999;
    }
    .ul-help li {
        display: inline-block;
        margin: 0;
        width: 19%;
        font-size: 12px;
        text-align: center;
    }
    .ul-help li a {
        display: block;
        padding: 10px 0px;
        color: #666;
        text-decoration: none;
    }
    .ul-help li.active a {
        color: #dcdddd;
    }
    .title-border {
        margin-top: 20px;
        font-size: 18px;
        border-bottom: 1px solid #666;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .help-title {
        font-size: 16px;
    }
}

.ul-help-size {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.ul-help-size li {
    display: inline-block;
    margin-right: 20px;
}

.ul-help-size li a {
    text-decoration: underline;
    color: #666;
}

.ul-help-size li.active a {
    color: #231815;
}

.table-size {
    width: 100%;
    line-height: 35px;
    margin-bottom: 5px;
}

.table-size tbody,
.table-size thead tr th {
    text-align: center;
    color: #000;
}

.table-size tbody tr td:nth-child(1),
.table-size thead tr th:nth-child(1) {
    text-align: left;
}

.table-size tbody tr td:nth-child(1) {
    color: #666;
}

.table-size thead tr th:nth-child(2),
.table-size thead tr th:nth-child(3),
.table-size thead tr th:nth-child(4),
.table-size thead tr th:nth-child(5) {
    color: #666;
}

.table-size thead {
    border-bottom: 1px solid #000;
}

.table-size tbody tr td {
    border-bottom: 1px solid #999;
}

.help-size-comment {
    line-height: 20px;
    margin-top: 10px;
    color: #666;
    margin-bottom: 20px;
}


/*********MEMBER*********/

.member {
    padding: 20px 0;
}

.form-sign,
.form-log {
    padding: 0 10px;
}

.form-sign {
    padding: 0 0 0 40px;
}


}
.member .form-sign label,
.member .form-log label {
    text-align: right;
}
.btn-black3 {
    background-color: #bf1a1a;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    margin-bottom: 10px;
}
.btn-black3:hover,
.btn-black3:focus {
    color: #ccc;
}
.member input[type="checkbox"] {
    display: none;
}
.member input[type="checkbox"] + label {
    display: inline-block;
    border: solid 1px #000;
    background-color: #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    top: 2px;
    position: relative;
    margin: 0;
}
.member-check-laber2 {
    font-weight: normal;
    margin-right: 10px;
    position: relative;
}
.member input[type="checkbox"]:checked + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    transform: rotate(-45deg);
}
.member-check-laber {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: normal;
}
.form-sign .btn-black3 {
    max-width: 100%;
    max-width: 340px;
    margin-top: 20px;
}
.form-log .checkbox-se {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}
.forget {
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #666;
    cursor: pointer;
}
.form-sign .checkbox-se {
    left: 80px;
}
@media(min-width:768px) {
    .form-sign {
        border-left: solid 1px #999;
    }
}
.title-border-s {
    font-size: 12px;
}
.member-text {
    color: #666;
    line-height: 25px;
}
.member-text p {
    margin-bottom: 40px;
    line-height: 25px;
}
.member-text h4 {
    font-size: 16px;
}
.member-text>ol {
    padding-left: 20px;
}
.member-text>ol>li {
    line-height: 25px;
}
.member-text>ol>li>ol {
    list-style: none;
    padding-left: 0px;
}
.table-item {
    width: 100%;
}
.table-item thead tr th {
    background-color: #666;
    color: #FFF;
    padding: 8px;
    font-weight: normal;
}
.table-item tbody tr td {
    padding: 8px;
}
.table-item-detail-block {
    display: none;
}
.table-item-detail {
    color: #231815;
    width: 100%;
}
.table-item-detail.open {}
.table-item-detail thead tr th {
    background-color: #ddd;
    color: #231815;
    padding: 8px;
    font-weight: normal;
}
.table-item-detail tbody tr td {
    border-bottom: #DCDDDD solid 1px;
    padding: 8px;
}
.table-item-detail tbody tr:nth-last-of-type(1) td,
.table-item-detail tbody tr:nth-last-of-type(2) td,
.table-item-detail tbody tr:nth-last-of-type(3) td,
.table-item-detail tbody tr:nth-last-of-type(4) td {
    font-weight: bold;
    border-bottom: none;
}
.table-item-detail tbody tr:nth-last-of-type(1) td:nth-last-child(1),
.table-item-detail tbody tr:nth-last-of-type(2) td:nth-last-child(1),
.table-item-detail tbody tr:nth-last-of-type(3) td:nth-last-child(1),
.table-item-detail tbody tr:nth-last-of-type(4) td:nth-last-child(1) {
    text-align: right;
}
.table-item-detail tbody tr:nth-last-of-type(1) td {
    color: #AF0005;
}
.table-close,
.btn-invoice-info,
.btn-delivery-info,
.btn-buy-infro {
    cursor: pointer;
    font-weight: normal;
}
.btn-delivery-info {
    text-decoration: underline;
    color: #003DFF;
}
.btn-buy-infro,
.btn-invoice-info {
    color: #231815;
    text-decoration: underline;
}
.table-close {
    text-align: right;
    margin-top: 20px;
}
.table-close:before {
    font-family: 'FontAwesome';
    content: "\f103";
    background-color: #666;
    color: #FFF;
    padding: 0px 5px;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.table-close.open:before {
    content: "\f102";
}
.float-member-body {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: none;
    padding: 0px;
    z-index: 100000;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-name: float_fade;
    animation-duration: 1s;
}
.float-member-body-title {
    border-bottom: solid 1px #666;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 5px 0 5px 20px;
}
.float-member-body .close {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
}
.float-member-body-text {
    padding: 0 30px 20px 30px;
    text-align: left;
}
.float-member-body-text h4 {
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
}
.float-member-body-text ul {
    list-style: none;
    padding-left: 20px;
}
.question-info .btn-black3 {
    width: 100px;
}
.question-info label {
    width: 100%;
    font-weight: normal;
}
.question-info .question-select {
    width: 190px;
    margin-bottom: 10px;
}
.question-info .question-area {
    width: 100%;
    max-width: 440px;
    margin-bottom: 10px;
}
.question-info .ul-member-text {
    width: 100%;
    padding-left: 0;
}
.question-info .ul-member-text li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.ul-member-text-2 {
    padding-left: 0;
    list-style: none;
}
.ul-member-text-50 {
    width: 50%;
    float: left;
}
.ul-member-text-50:nth-last-of-type(1) {
    clear: left;
    width: 50%;
    float: left;
}
.float-member-body.invoce-info {
    max-width: 768px;
}

/*********PRODUCT**********/
.product-intro-img {
    border: 1px solid #5b5b5b;
}
.product-text {
    margin-top: 40px;
}
.product-img .item {
    position: relative;
    display: none;
}
.product-img .item.in {
    display: block;
}
.product-text {
    margin-bottom: 20px;
    color: black;
}
.product-text img {
    width: 100%;
    max-width: 1000px;
}

.product-text video {
    width: 100%;
}


.fix-bottom-price {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    border: solid 1px white;
    background-color: #E4007F;
    text-align: center;
}
.fix-bottom-item-price {
    text-align: center;
    font-size: 2rem;
    color: #AF0005;
    padding-top: 5px;
}
.fix-bottom-item {
    float: left;
    width: 33.333%;
}
.fix-bottom-item .btn-black2 {
    margin-bottom: 0;
}
.fix-bottom-item a{
    color: #fff !important;
    direction: none;
    font-size: 1.1em;
}
.fix-bottom-item a:hover{
    color: #f1e688;
    direction: none;
}
.product-intro-color {
    list-style: none;
    padding-left: 0px;
}
.product-intro-color li {
    display: inline-block;
}
.product-intro-color input[type="radio"] {
    display: none;
    text-align: center;
}
.product-color-item .item {
    text-align: center;
    vertical-align: middle;
}
.product-intro-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-intro-item {
    color: #afafaf;
    font-size: 16px;
}
.product-intro-price {
    color: #f94247;
    font-size: 16px;
    margin-bottom: 10px;
}
.product-intro-content {
    padding-top: 0px;
    color: #E4007F;
    margin-bottom: 10px;
        font-weight: lighter;
    font-size: 2.2em;
}
.product-intro-h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-intro-color input[type="radio"] + label {
    cursor: pointer;
}
.product-intro-color img {
    width: 50px;
    border: solid 2px transparent;
    padding: 1px;
}
.product-intro-color input[type="radio"]:checked + label img {
    color: #000;
    border: solid 2px #555;
}
.product-num-less,
.product-num-add,
.product-num {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #727272;
    margin: 0;
    padding: 0;
    color: #8C8C8C;
}
.form-product-num {
    border: 1px solid #727272;
    text-align: center;
    height: 30px;
    width: 50px;
    top: 0;
    float: left;
    color: #8C8C8C;
    font-weight: bold;
}
#add-cart {
    clear: left;
}
.btn-product-num {
    border: 1px solid #727272;
    background-color: #fff;
    height: 25px;
    top: 0;
    float: left;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.btn-product-num:hover {
    background-color: #231815;
    color: #B5B5B6;
}
.add,
.less {
    width: 25px;
    height: 25px;
    position: relative;
    color: #B5B5B6;
}
.add:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "+";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.less:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "-";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.num {
    width: 40px;
    height: 25px;
    color: #000;
}
.ul-size {
    list-style: none;
    padding-left: 0;
}
.ul-size a {
    color: #000;
    text-decoration: underline;
}
.ul-size li {
    display: inline-block;
    margin-right: 20px;
}
@media(max-width:767px) {
    .product-intro .container,
    .product-intro .row {
        padding: 0;
        margin: 0;
    }
    
    .product-intro .col-sm-8 {
        padding: 0;
    }
    
    .product-intro .col-md-12 {
        padding: 0;
    }
    
    .product-intro-content {
        margin-top: 20px;
        margin-bottom: 0px;
        border-top: solid 1px #666;
    }
    
    .product-intro .down {
        width: 10%;
    }
    
    .product-intro .size-select {
        width: 100%;
    }
    
    .product-intro .size-select ul {
        position: absolute;
        display: none;
        list-style: none;
        top: 100%;
        left: 0;
        padding: 0;
        z-index: 99;
        width: 100%;
    }
    
    .product-intro .size-select ul li {
        width: 100%;
        margin-bottom: 5px;
        padding: 4px 0;
        text-align: center;
        color: #666;
    }
    
    .product-intro .size-select a {
        width: 88%;
    }
    
    .product-intro .size-select-ul.in {
        display: block;
    }
}

/*********STORE*********/
.store {
    padding: 20px 0;
}
.btn-black {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #383838;
    width: 100%;
    color: #FFF;
    font-weight: bold;
}
.btn-black:hover {
    color: #ccc;
}
.btn-fb {
    background-color: #3b5998;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.btn-fb:hover,
.btn-fb:active,
.btn-fb:focus {
    color: #ccc;
}
#map {
    margin-top: 30px;
    height: 630px;
}
#location {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.table-title {
    padding: 30px 0;
    font-size: 15px;
}
.table-title>img {
    margin-right: 10px;
}
.ul-map {
    padding-left: 0px;
    list-style: none;
    width: 100%;
    border-top: 1px solid #000;
}
.ul-map li {
    padding: 20px 0;
}
.map-icon {
    display: inline-block;
    vertical-align: middle;
    width: 8%;
}
.map-name {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 42%;
}
.map-add {
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    font-weight: lighter;
}
.map-more {
    text-align: right;
    display: inline-block;
    width: 9%;
    vertical-align: middle;
    font-weight: lighter;
}
.map-more a {
    color: #000;
    text-decoration: none;
}
.store-intro #map {
    margin-top: 0;
}
.store-intro .map-icon {
    width: 20px;
    margin-right: 10px;
}
.store-intro .map-add {
    margin-top: 10px;
}
@media (max-width:767px) {
    .ul-map li .map-item div {
        float: left;
    }
    
    .ul-map li {
        padding: 20px 0;
    }
    
    .map-item {
        width: 100%;
        position: relative;
        overflow: auto;
    }
    
    .map-icon {
        display: inline-block;
        width: 20%;
        text-align: left;
        padding-top: 5px;
    }
    
    .map-icon img {
        width: 40px;
    }
    
    .map-name {
        width: 79%;
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .map-add {
        width: 79%;
        font-size: 14px;
    }
    
    .map-more {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0px;
        bottom: 0;
    }
    
    .map-more a {
        color: #ff0000;
    }
    
    .store .left-sidebar-titile {
        text-align: left;
        font-size: 14px;
    }
}

/*******CART***********/
.cart {
    padding: 0 0 30px 0;
}
.cart-circle {
    background-color: #b5b5b6;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 16px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.active .cart-circle {
    background-color: #231815;
    color: #fff;
}
.cart-title-item {
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #b5b5b6;
}
.active.cart-title-item {
    color: #231815;
}
.cart-title-item:after {
    content: "";
    width: 50px;
    margin: 0 5px;
    height: 5px;
    background-color: #b5b5b6;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.cart-title-item:nth-child(3):after {
    content: none;
}
.cart-title-process {
    margin-bottom: 40px;
}
.table-cart {
    text-align: center;
    width: 100%;
}
.table-cart thead tr th {
    background-color: #666666;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}
.table-cart tbody tr td {
    vertical-align: top;
    padding: 20px 0;
}
.table-cart tbody tr td:nth-child(3) {
    text-align: left;
}
.table-cart thead tr th:nth-child(5) {
    text-align: center;
}
.table-cart .cart-num-btn {
    display: inline-block;
    margin-bottom: -15px;
}
.table-cart tbody tr td {
    border-bottom: 1px solid #666;
}
.cart-table-name {
    color: #000;
    font-weight: bold;
}
.cart-table-name2 {
    color: #666;
    font-weight: lighter;
}
.btn-delete-transparent {
    background-color: transparent;
    border: none;
    display: block;
    color: #666;
    clear: left;
    text-align: center;
}
.cart-table-price {
    color: #000;
    font-weight: bold;
}
.table-checkout {
    width: 100%;
}
.table-checkout {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.table-checkout tr td {
    vertical-align: middle;
    position: relative;
    height: 40px;
}
.table-checkout .form-select {
    background-color: #efefef;
    border-color: #666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
    margin: 0;
    height: 30px;
    width: 100%;
}
.table-checkout tr:nth-child(1) td:nth-child(1) {
    vertical-align: bottom;
}
.table-checkout tr td:nth-child(4) {
    text-align: right;
    vertical-align: middle;
}
.table-checkout tr td:nth-child(2) {
    text-align: right;
}
.table-checkout tr td:nth-child(3) {
    padding-left: 10px;
    vertical-align: middle;
}
.btn-gray {
    background-color: #666;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    width: 50%;
    vertical-align: middle;
}
.cart-input {
    margin-right: 5px;
    vertical-align: middle;
    border: solid 1px #666;
}
.btn-gray:hover {
    color: #ccc;
}
.btn-gray-lg {
    width: 100%;
    margin-bottom: 10px;
}
.table-cart-phone tr td {
    border-bottom: 1px solid #666;
    padding: 5px 0;
}
.table-cart-phone label {
    width: 100%;
    margin-top: 10px;
}
.table-cart-phone .cart-input {
    width: 70%;
    height: 30px;
    margin-right: 2%;
    float: left;
}
.table-cart-phone .btn-gray {
    width: 28%;
    float: left;
    height: 30px;
    margin-bottom: 30px;
}
.table-cart-phone .btn-gray-lg {
    width: 100%;
    margin-bottom: 40px;
}
.table-cart-phone .btn-black3 {
    margin-bottom: 8px;
}
.table-cart-phone tr td {
    position: relative;
}
.table-cart-phone .form-select {
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #efefef;
    font-weight: normal;
    padding-left: 10px;
}
.table-cart-phone .cart-table-price {
    position: absolute;
    top: 10px;
    right: 0;
}
.table-cart-phone .btn-delete-transparent {
    position: absolute;
    bottom: 35px;
    right: 0;
}
.table-cart-phone .discount {
    width: 70%;
}
.table-cart-phone .cart-num-btn {
    margin-top: 10px;
}
.ul-cart-total {
    color: #af0005;
    font-size: 18px;
}
.ul-cart-float {
    width: 100%;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.ul-cart-float tr td {
    border: none;
}
.ul-cart-float tr td:nth-child(even) {
    text-align: right;
}
.ul-cart-float .form-select {
    width: 100%;
    height: 30px;
}
.cart-recommend {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.cart-recommend li {
    width: 25%;
    float: left;
    padding: 10px;
}
.cart-recommend li .item {
    border: 1px solid #666;
    padding: 20px;
}
@media(max-width:767px) {
    .cart-recommend li {
        width: 50%;
    }
}
.table-cart2 thead tr:nth-child(1) {
    background-color: #af0005;
    color: #fff;
}
.table-cart2 thead tr:nth-child(2) {
    background-color: #666666;
    color: #fff;
}
.table-cart2 thead tr:nth-child(2) th {
    text-align: center;
}
.table-cart2 thead tr:nth-child(2) th:nth-child(2) {
    text-align: left;
}
.table-cart2 thead tr th {
    font-weight: normal;
    padding: 5px 10px;
}
.table-cart2 tbody tr td {
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px #666;
}
.table-cart2 tbody tr td:nth-child(2) {
    text-align: left;
}
.table-cart2 .cart-table-name,
.table-cart2 .cart-table-name2 {
    display: inline-block;
    margin-right: 5px;
}
.table-cart2 tbody tr:nth-last-of-type(1) td,
.table-cart2 tbody tr:nth-last-of-type(2) td,
.table-cart2 tbody tr:nth-last-of-type(3) td,
.table-cart2 tbody tr:nth-last-of-type(4) td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.table-cart2 tbody tr:nth-last-of-type(1) td:nth-last-of-type(1),
.table-cart2 tbody tr:nth-last-of-type(2) td:nth-last-of-type(1),
.table-cart2 tbody tr:nth-last-of-type(3) td:nth-last-of-type(1),
.table-cart2 tbody tr:nth-last-of-type(4) td:nth-last-of-type(1) {
    text-align: right;
    padding-right: 10px;
}
.gray-title {
    background-color: #666;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
}
.cart-input-group {
    margin: 5px 0;
}
.cart-control,
.cart-control2 {
    height: 30px;
    border: solid 1px #666;
    padding-left: 10px;
}
.cart-control:focus,
.cart-control2:focus,
.form-select:focus,
.cart-input:focus {
    border: solid 1px #fc0303;
    border-color: #fc0303;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 3, 3, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 3, 3, .6)
}
#time {
    width: 90px;
}
#unit,
#vehicle {
    width: 215px;
    padding-left: 10px;
}
.btn-store {
    border: #666 solid 1px;
    background-color: #E2E2E2;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 30px;
    padding: 1px 10px;
}
@media(min-width:768px) {
    .member3 .btn-margin .btn-black3 {
    margin-left: 80px;
    width: 180px;
}
    .cart-input-group label.cart-label {
        min-width: 70px;
        text-align: left;
        margin-right: 5px;
        font-weight: 200;
        color: #fdee84;
    }
    
    .cart-input-group label.form-check-inline {
        width: auto;
        margin-right: 20px;
    }
    
    .name {
        margin-right: 30px;
    }
    
    .cart-input-group input[type="radio"] {
        margin-right: 5px;
    }
    
    .email {
        width: 300px;
    }
    
    .cellphone {
        margin-right: 50px;
    }
    
    .tel1,
    .add3 {
        width: 50px;
    }
    
    .tel2 {
        width: 120px;
    }
    
    .tel3 {
        width: 70px;
    }
    
    .add4 {
        width: 50%;
    }
    
    .cart-select {
        height: 30px;
        margin-right: 20px;
       
    }

    .comment {
        width: 80%;
        height: 30px;
        vertical-align: middle;
    }
    
    .cart-float-li {
        margin-right: 50px;
        display: inline-block;
    }
    
    .add-select {
        margin-right: 5px;
    }
    
    .member3 .btn-black3 {
        width: 180px;
        margin-top: 10px;
    }
    
    .member3 .button-group {
        margin-left: 80px;
    }
}

    .cart-select option, #twzipcode option , #twzipcode2 option , #twzipcode3 option , .form-select option{
   font-size: 13px;
        font-family:'Noto Sans TC', sans-serif;
      
    }
@media(max-width:767px) {
    .add-select {
        height: 30px;
        margin-bottom: 10px;
    }
    
    .cart-input-group label.cart-label,
    .add4,
    .buyer,
    .un {
        width: 100%;
        font-weight: 200;
        color: #fdee84;
    }
    
    .email {
        width: 100%;
    }
    
    .cellphone {
        width: 100%;
    }
    
    .member3 label.cart-label {
        width: 24%;
        float: left;
        text-align: right;
        margin-right: 1%;
    }
    
    .member3 .email,
    .member3 .cellphone,
    .member3 .birth {
        width: 75%;
    }
    
    .member3 .name {
        width: 40%;
    }
    
    .member3 .tel1 {
        width: 10%;
    }
    
    .member3 .tel2 {
        width: 25%;
    }
    
    .member3 .tel3 {
        width: 20%;
    }
    
    .member3 .district {
        width: 20%;
        margin-right: 1%;
    }
    
    .member3 .county {
        width: 20%;
        margin-right: 1%;
    }
    
    .member3 .zipcode {
        width: 15%;
        margin-right: 0;
    }
    
    .member3 .add4 {
        width: 75%;
        margin-left: 25%;
    }
    
    .member3 .possword {
        width: 70%;
    }
    
    .member3 label.password-label {
        width: 29%;
    }
    
    .member3 .btn-gray {
        width: 50%;
        margin-top: 10px;
        margin-right: 5px;
    }
    
    .member3 .btn-black3 {
        width: 50%;
        margin-top: 20px;
    }
    
    .member3 .button-group {
        text-align: center;
        vertical-align: middle;
    }
    
    .member3 .button-group .btn-black3 {
        margin-top: 21px;
    }
    
    .member3 .btn-margin {
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    .member3 .btn-margin .btn-black3 {
        margin-left: 25%;
    }
    
    .ul-member2-phone {
        padding-left: 0;
        list-style: none;
    }
    
    .ul-member2-phone li {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }
    
    .ul-member2-phone li:nth-child(1) {
        background-color: #666;
        color: #FFF;
        padding: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
    }
    
    .ul-member2-phone li:nth-child(1):after {
        position: absolute;
        color: #FFF;
        right: 10px;
        font-family: 'FontAwesome';
        content: "\f103";
    }
    
    .ul-phone-item {
        margin-bottom: 20px;
    }
    
    .ul-member2-phone li:nth-child(1).open:after {
        content: "\f102";
    }
    
    .table-item-detail-phone-block {
        display: none;
    }
    
    .table-member2-phone {
        font-size: 12px;
        width: 100%;
    }
    
    .table-member2-phone thead {
        background-color: #dcdddd;
    }
    
    .table-member2-phone thead tr th {
        padding: 5px;
    }
    
    .table-member2-phone tbody tr td {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }
    
    .table-member2-phone-total {
        width: 100%;
    }
    
    .table-member2-phone-total tbody tr td {
        padding: 8px;
        font-size: 12px;
    }
    
    .table-member2-phone-total tbody tr td:nth-child(3) {
        font-weight: bold;
        text-align: right;
    }
    
    .table-member2-phone-total tbody tr td:nth-child(2) {
        font-weight: bold;
    }
    
    .table-member2-phone-total tbody tr:nth-last-of-type(1) td:nth-last-of-type(1),
    .table-member2-phone-total tbody tr:nth-last-of-type(1) td:nth-last-of-type(2) {
        color: #AF0005;
    }
    
    .message {
        text-decoration: underline;
    }
    
    .tel1 {
        width: 15%;
    }
    
    .tel2 {
        width: 40%;
    }
    
    .tel3 {
        width: 25%;
    }
    
    .comment {
        width: 100%;
        height: 80px;
    }
    
    #unit {
        height: 30px;
        width: 100%;
    }
    
    #pay-phone,
    #vehicle,
    #invoice-phone {
        height: 30px;
        width: 100%;
    }
    
    #time {
        height: 30px;
        width: 40%;
    }
    
    .sex {
        height: 30px;
        width: 29%;
        display: inline-block;
    }
    
    .name {
        width: 70%;
        margin-right: 1%;
        display: inline-block;
        float: left;
    }
    
    .cart .title-border {
        margin-bottom: 0;
    }
    
    .cart3 .gray-title {
        margin-top: 0px;
    }
    
    .float-member-body {
        width: 90%;
    }
    
    .question-info .question-select {
        height: 30px;
        width: 100%;
    }
    
    .ul-member-text-50 {
        width: 100%;
        padding-left: 0;
    }
    
    .float-member-body-text ul {
        list-style: none;
        padding-left: 0px;
    }
    
    .area2 .cart-control.cellphone {
        margin-left: 25%;
    }
    
    .area2 .add-select {
        width: 75%;
    }
    
    .area2 .tel1 {
        margin-left: 25%;
    }
    
    .area1 #twzipcode .county .district .zipcode {
        width: 75%;
    }
}
.message {
    cursor: pointer;
    color: #231815;
}
.member3 .btn-gray {
    width: 10%;
    margin-right: 5px;
}

.member1 label.cart-label {
    float: left;
    font-size: 16px;
}
.member1 .cart-control {
    width: 75%;
    font-size: 16px;
    max-width: 260px;
    padding-left: 10px;
}
.member1 .cart-input-group {
    position: relative;
}
.invoice {
    display: none;
}
.invoice1 {
    display: block;
}
.zipcode {
    height: 30px;
    margin-right: 5px;
    width: 80px;
    margin-bottom: 5px;
}
.county {
    height: 30px;
    margin-right: 10px;
    width: 90px;
    margin-bottom: 5px;
}
.district {
    height: 30px;
    margin-right: 10px;
    width: 90px;
    margin-bottom: 5px;
}
.district,
.county,
.zipcode,
.cart-select,
.comment,
.question-area {
    border: solid 1px #666;
    padding-left: 5px;
}
.district:focus,
.county:focus,
.zipcode:focus,
.cart-select:focus,
.comment:focus,
.question-area:focus {
    border: solid 1px #fc0303;
    border-color: #fc0303;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 3, 3, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(252, 3, 3, .6)
}
#twzipcode,
#twzipcode2,
#twzipcode3 {
    display: inline-block;
}
.barcode_label,
.barcode {
    display: none;
}
.vehicle-text {
    margin: 5px 0 10px 0;
}
.next {
    margin-top: 30px;
}
.table-cart-phone2 {
    width: 100%;
    font-weight: bold;
    color: #000;
}
.table-cart-phone2 tr td {
    border-bottom: solid 1px #666;
    padding: 10px 0;
    vertical-align: top;
}
.table-cart-phone2 tr td:nth-child(3),
.table-cart-phone2 tr td:nth-child(2) {
    text-align: right;
}
.table-cart-phone2 tr:nth-last-of-type(1) td,
.table-cart-phone2 tr:nth-last-of-type(2) td,
.table-cart-phone2 tr:nth-last-of-type(3) td,
.table-cart-phone2 tr:nth-last-of-type(4) td {
    border-bottom: none;
    padding: 10px 0;
    font-weight: bold;
    color: #000;
}
.table-cart-phone2 tr:nth-last-of-type(1) td:nth-child(2),
.table-cart-phone2 tr:nth-last-of-type(2) td:nth-child(2),
.table-cart-phone2 tr:nth-last-of-type(3) td:nth-child(2),
.table-cart-phone2 tr:nth-last-of-type(4) td:nth-child(2) {
    text-align: right;
}
.table-cart-phone2 tr:nth-last-of-type(1) td {
    font-size: 16px;
}
.orders-text {
    margin-top: 20px;
}
.orders-text h4 {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
}
.orders-text ol {
    list-style: none;
    padding-left: 16px;
}
.orders-text ol li {
    padding: 5px 0;
    font-size: 16px;
}
.orders-text ul {
    margin-top: 40px;
    padding-left: 20px;
}

/*******ABOUT**********/
.about {
    padding-bottom: 90px;
}
.about-banner {
    margin-bottom: 60px;
}
.about-text {
    color: #000;
    line-height: 25px;
    margin-bottom: 40px;
}
.about-text h1 {
    color: #000;
    margin-bottom: 40px;
}
.about-item {
    margin: 20px 0px;
    padding: 10px;
    border: #CCC 1px solid;
    border-radius: 4px;
}

.about-item>.about-item-img>.item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px rgba(241, 230, 136, .8);
    box-shadow: 0 0 15px #E4007F
}
.float-item-body {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 768px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: none;
    padding: 10px;
    z-index: 100000;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-name: float_fade;
    animation-duration: 1s;
}
@keyframes float_fade {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}
.float-item-body-text {
    padding: 40px 30px;
}
.float-item-body-text a {
    color: #8C6B0D;
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}
.float-item-body-text .about-item-img {
    max-width: 385px;
}
.float-item-body-text .about-item-logo {
    max-width: 150px;
}
.close_warp {
    z-index:10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 50%;
    top: 50%;
    position: fixed;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-name: float_fade;
    animation-duration: .5s;
}
.float-forget-body {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: none;
    padding: 0px;
    z-index: 100000;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-name: float_fade;
    animation-duration: 1s;
}
.float-forget-body-title {
    border-bottom: solid 1px #666;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
}
.float-forget-body p {
    padding: 0 30px;
    text-align: left;
}
.float-forget-body .btn-black3 {
    width: 20%;
    height: 30px;
}
.float-forget-body .cart-label2 {
    text-align: left;
    width: 100%;
    clear: left;
}
.float-forget-body .cart-input-group {
    padding: 0 30px;
}
.float-forget-body .cart-control2 {
    width: 79%;
    height: 30px;
    margin-right: 1%;
    float: left;
    padding-left: 10px;
}
.float-forget-body .close {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
}
@media (max-width:767px) {
    .about-text h1 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .about .container {
        padding: 0;
    }
    
    .about .container .row {
        margin: 0;
    }
    
    .about .container .col-sm-4 {
        padding: 0;
    }
    
    .about-text {
        padding: 0 30px;
    }
    
    .about-item,
    .about-item-logo {
        /*text-align: center;*/
    }
    
    .float-item-body {
        width: 95%;
        height: 80%;
    }
}

/*******FOOTER*********/
footer {
    position: fixed;
    background-color: #000;
    padding: 20px;
}
.footer-title-big {
    font-size: 22px;
    color: #b30303;
}
.footer-title {
    color: #af0005;
    margin-bottom: 20px;
}
.footer-ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}
.footer-ul a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}
.footer-ul a:hover {
    color: #af0005;
}
.footer2 {
    padding-top: 20px;
}
.footer2 a {
    color: #000;
}
.footer2 .footer-ul li {
    margin-bottom: 5px;
}
.footer2 .footer-title {
    color: #9b1e24;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-right {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-community {
    list-style: none;
    padding-left: 0;
}
.footer-community li {
    display: inline-block;
    padding: 5px;
    font-size: 30px;
}
.footer-community li a {
    color: #FFF;
    text-decoration: none;
}
.footer-community li a:hover {
    color: #af0005;
}
.footer-community li:last-child a i {
    color: #af0005;
    font-size: 30px;
    margin-right: 5px;
}
.footer-community li:last-child a {
    font-size: 16px;
}
@media(min-width:767px) {
    .index-block .container-fluid {
        max-width: 1170px;
    }
    
    .product-item {
        min-height: 425px;
    }
    
    .product-color-section {
        margin-top: 30px;
        display: none;
    }
    
    .product-item:hover .product-color-section {
        display: block
    }
    
    .product-item:hover {
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.8);
        background-color: #f2f2f2;
    }
    
    .product-item {
        -webkit-box-shadow: 0px 0px 0px -2px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px -2px rgba(0, 0, 0, 0);
    }
    
    .product-item:hover .product-item-img {
        border: 1px solid #fff;
    }
    
    .member3 #twzipcode_member {
        display: inline-block;
    }
    
    .member3 .add4 {
        margin-left: 78px;
    }
}
@media(max-width:768px) {
    .product-color-section {
        margin-top: 20px;
    }
    
    .footer-community li {
        display: inline-block;
        padding: 5px;
        font-size: 25px;
    }
    
    .footer-community li:last-child a {
        font-size: 14px;
    }
    
    .banner-title {
        font-size: 35px;
        text-align: right;
        font-weight: 600;
    }
    
    .banner-text {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0;
    }
    
    .banner-des {
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .btn-red {
        margin-left: 2px;
        margin-right: 2px;
    }
    
    .btn-red a {
        -webkit-text-size-adjust: none;
        color: #FFF;
        font-size: 6px;
        padding: 2px 3px;
        letter-spacing: 0px;
    }
    
    .slogn p {
        font-size: 12px;
        text-align: left;
    }
    
    .slogn {
        background-color: #231815;
    }
    
    #order,
    #order ul {
        width: 85%;
        text-align: left;
    }
    
    .procuct-input-name {
        width: 14%;
    }
    
    .product-item-img {
        border: none
    }
    
    .product-item {
        padding: 0;
        margin: 20px 0;
    }
    
    .product-item-title {
        font-size: 12px;
    }
    
    .product-item-subtitle {
        font-size: 10px;
    }
    
    .breadcrumb li {
        /*font-size: 14px;*/
    }
    
    .order ul.in {
        display: block;
    }
    
    .product-item {
        position: relative;
        z-index: 2;
    }
    
    .left-sidebar-titile {
        text-align: center;
    }
    
    #map {
        height: 320px;
    }
    
    #location {
        margin-bottom: 20px;
    }
    
    .footer2 {
        padding: 20px;
    }
    
    .member1 label.cart-label {
        width: 24%;
        font-size: 14px;
        margin-right: 1%;
        float: left;
        text-align: right;
    }
    
    .member1 input.cart-control,
    .member1 input.name {
        width: 75%;
        clear: left;
    }
    
    .form-log {
        padding: 0px;
    }
    
    .form-sign {
        padding: 0px;
    }
    
    .form-sign .checkbox-se {
        width: 75%;
        left: 25%;
        display: inline-block;
    }
    
    .title-border-right {
        margin-left: 0px;
    }
    
    .date {
        margin-top: 5px;
    }
    
    .float-forget-body {
        width: 90%;
    }
    
    .float-forget-body p {
        padding: 0 10px;
        text-align: left;
    }
    
    .float-forget-body .cart-input-group {
        padding: 0 10px;
    }
    
    .float-forget-body .btn-black3 {
        width: 100%;
        height: 30px;
    }
    
    .float-forget-body .cart-control2 {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .member3 .checkbox-se {
        padding-left: 25%;
        font-size: 10px;
    }
}

.index-title {
    /* border-top: solid 1px #000; */
    /* position: relative; */
    /* min-height: 30px; */
    /* z-index: 99; */
    text-align: center;
    margin-bottom: 20px;
}

.index-title h3 {
    position: absolute;
    font-size: 25px;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
}

#index-product1, #index-product2 {
    margin:50px 0px;
}

.p_info{
    float: left;
    /*width: 49%;*/
    width: 20%;
    min-width: 120px;
    /*height: 220px;*/
    height: 100%;
    overflow: hidden;
}

.p_info_right{
    float: left;
    min-width: 120px;
    /*height: 220px;*/
    width: 60%;
    height: 100%;
    overflow: hidden;
    min-height: 300px;
}

.p_info2{
    /*float: left;*/
    /*width: 49%;*/
   /* width: 100%;*/
    min-width: 120px;
    /*height: 220px;*/
    height: 100%;
    overflow: hidden;

}

#product-tab {
    margin-top: 30px;
    margin-bottom: 3em;
}

.fmsg{
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color:#000;
}

/*長條圖外框*/
.chart_graph{ 
    position:inherit; /* IE is dumb */
    width:100px; 
    height:10px; 
    background-color:#CCC;
    margin-bottom: 5px;
    float: left;
}
/*滿意*/
.chart_graph .goodbar{
    display: block;
    position:inherit;
    height:10px;
    background-color:#FF9F9F;
    margin-bottom: 5px;
}
/*普通*/
.chart_graph .normalbar{
    display: block;
    position:inherit;
    height:10px;
    background-color:#3c763d;
    margin-bottom: 5px;
}
/*差勁*/
.chart_graph .badbar{
    display: block;
    position:inherit;
    height:10px;
    background-color:#231815;
    margin-bottom: 5px;
}
.chart_msg{
    float: left;
    font-size: 9px;
    margin-top: -3px;
}
.clearboth{clear: both;}

.del_match{display: block; text-align: right; padding-right: 5px; font-size: 18px; cursor: pointer;}

.p_img{
    background-color:#fff;
    width: 100%;
    /*height: 220px;*/
    height: 100%;
    text-align: center;
    line-height: 230px; 
    overflow: hidden;
    max-height: 230px;
}

.logo_img{
        height: 170px;
        margin-top: -65px;
}
@media (min-width:768px) {
.logo_img{
    height: 200px;
    margin-top: -25px;
    z-index: 1;
}
}


.register_btn{
    background: url('../images/topbg.png') repeat-x;
    width: 100%;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    color: #000;
    
}
.register_btn:hover{
   text-decoration: none; 
   color:#8e0d0d;
}

/*video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 32px);
}
*/
video::-webkit-media-controls-fullscreen-button {
   margin-right: -32px;
   z-index: 10;
   position: relative;
   background: #fafafa;
   background-image: url(https://image.flaticon.com/icons/svg/151/151926.svg);
   background-size: 50%;
   background-position: 50% 50%;
   background-repeat: no-repeat;
}

#custom-search-input{
    background-color: #fff;
    margin-bottom: 3px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 5px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.comment_pic_content{display: none;text-align: center;}
.comment_pic_content a{color: #000; text-align: right; font-size: 1.4em; margin: 10px 20px;display: block;}

.specialPoint{color:#000;}
.specialPoint img{width: auto;}
.product-intro-content p {margin:0; padding: 0;}