@charset "utf-8";
a,button,input,textarea,li { 
 -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
button:focus { outline: none; }
body { color:#333333; font-family: Helvetica, 'Microsoft JhengHei', sans-serif;  font-size: 14px; 
background: url('../images/bg-deco.png') no-repeat center top, url('../images/bg.png') ;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}

a { color:#745b23; text-decoration: none; outline: none; }
a:hover { color:#bda87a; text-decoration: none; outline: none;}
a:active { color:#bda87a; text-decoration: none; outline: none;}
a:focus { color:#bda87a; text-decoration: none; outline: none;}

hr { border-color: #cecece; margin: 20px 0; }

img { max-width: 100%; }

ul { padding:0; margin: 0;}
ul li { list-style: none; }

.hide-og {
  line-height: 0;
  height: 0;
  width: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: block;
}

/*fck*/
.fck * { max-width: 100%; }
.fck,.fck p { line-height: 1.8em; font-size: 16px; color: #444444; }
.fck hr{border: 0px;    border-top: 1px solid #ccc; margin:0.5em 0; }
.fck .marker {   background-color: Yellow; }
.fck em { font-style: italic; font-size: inherit;}
.fck b,.fck strong, .fck b>*,.fck strong>* { font-weight: bold;font-size: inherit; }
.fck a{ text-decoration:underline; color: #745b23; }
.fck h1, .fck h2, .fck h3, .fck h4, .fck h5, .fck h6 { font-weight: normal; line-height: 1.5em; }
.fck h1 { font-size: 2em; margin:0.67em 0; }
.fck h2 { font-size: 1.5em;margin: 0.83em 0; }
.fck h3 { font-size: 1.17em; margin:1em 0; }
.fck ins { text-decoration: underline; }
.fck pre { white-space: pre-wrap; word-wrap: break-word; tab-size: 4;margin: 1em 0px;font-family: monospace; }
.fck blockquote{ padding-left: 20px; padding-right: 8px; border-left-width: 5px; font-style: italic; border:none; border-left:3px solid #ccc; margin:1em 40px; display:table-cell; }
.fck img { max-width:100%!important; height:auto; margin-bottom:10px; }
.fck ul, .fck ol { padding-left:25px; }
.fck ul>li {  list-style-type: disc; display: list-item;  }
.fck ol>li {     list-style-type: decimal; display: list-item; }
.fck table { border-collapse: collapse; }
.fck table tr td,.fck table tr th {
    border: 1px solid #d8d8d8;
    padding: 3px 5px;
}
@media (max-width:767px) {
    .fck table { width:100%!important; }
}

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

.tooltip { white-space: nowrap; }


.base-bg { background-color: #745b23; }
.base-bg2 { background-color: #EDEDED; }
.base-color { color: #745b23; }
.base-border { border-color: #745b23; }

@media (max-width:767px) {
    .mb-padding0 { padding: 0; overflow: hidden; }
}


/*====================== 模組化物件 ==========================*/
    .dropdown-toggle { background-color: #686259; }

    /* base-table */
    .base-table { margin-top: 10px; }
    .base-table .dropdown-group { text-align: center; } 
    .base-table .dropdown-toggle { min-width: 50px; background-color: #a9a9a9; }
    .base-table .dropdown-menu { min-width: 80px; }
    .base-table tr td { color: #666; font-size: 16px; }
    .base-table .name h3 { font-size: 16px; display: inline-block; margin: 0; }
    .base-table .name .tag { font-size: 13px; display: inline-block; }
    .base-table .name .tag.id { background-color: #eee; padding: 0 5px; border-radius: 2px; }
    .base-table .more-btn a { font-weight: bold; display: block; }
    @media (min-width:768px) { 
      .base-table tr th, .base-table tr td { text-align: center; padding:10px 10px; border:1px solid #e8e8e8; }
      .base-table tr th { font-size: 16px; background-color: #f9f9f9;  }
      .base-table tr td .mb-title { display: none; }
      .base-table tr td { }
      .base-table tr td .mb-content { display: block; }

    }
    @media (max-width:767px) {
      .base-table tr th, .base-table tr td { padding: 0; font-size: 14px; }
      .base-table .name h3 { font-size: 14px; }
      .base-table .name .tag { font-size: 12px; }
      .base-table tr { 
        display: block;
        margin:0 0 20px 0;
        border: 1px solid #e8e8e8;
        /* overflow: hidden; */
      }
      .base-table tr.pc-title { display: none }
      .base-table tr td { display: block; width: 100%!important; padding:0; border-bottom: 1px solid #e8e8e8;  }
      .base-table tr td:last-child { border-bottom:none; }
      .base-table tr td .mb-title {  
        text-align: center;
        display: table-cell;
        width: 50px;
        padding: 2px 5px;  
        background: #f9f9f9;  
        border-right: 1px solid #e8e8e8;
        font-weight: bold;
      }
      .base-table tr td .mb-content { display: table-cell; padding:3px 5px;     vertical-align: middle; }
      .base-table .more-btn { background-color: #f9f9f9; text-align: center; padding: 4px 5px; }
      
    }

    /* noresult */
    .noresult { padding: 20px;   text-align: center; }
    .noresult .no-img { 
      width: 230px; 
      height: 230px;
      background: url('../images/noresult.jpg') no-repeat center center;
      background-size: 230px auto;
      display: inline-block;
      vertical-align: middle;
    }
    .noresult .no-desc { font-size: 26px; color: #989898; display: inline-block; margin: 10px 0; vertical-align: middle; }

    /* price */
    .price { color: #E2640F; font-size: 18px; }

    /* base-btn */
    .base-btn, button.base-btn {
        background-color: #745b23;
        font-size: 16px;
        text-align: center;
        border:none;
        border-radius: 3px;
        color:#fff;
        font-weight: bold;
        padding: 13px 20px;
        line-height: 1em;
        display: inline-block;
    }
    .base-btn-w, button.base-btn-w {
        background-color: #888;
    }
    .base-btn:visited { color: #fff; outline: none; text-decoration: none;  box-shadow: none; }
    .base-btn:hover { background-color: #676c71; color: #fff; outline: none; text-decoration: none;  box-shadow: none; }
    .base-btn:focus { color: #fff; outline: none; text-decoration: none;  box-shadow: none; }
    .base-btn:active { color: #fff; outline: none; text-decoration: none;  box-shadow: none; }
    .base-btn>* { vertical-align: middle; }
    .base-btn img { margin-right: 4px; width: 23px; position: relative; top: -2px; }

    /* base-border-radius */
    .base-radius {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    /* link-tab */
    .link-tab { margin: 15px 0 25px 0; }
    .link-tab .inner { width: 800px; max-width: 100%; margin: auto; }
    .link-tab li { float: left; width: 50%  }
    .link-tab li a { box-shadow: 0 0 0 1px #ececec; position: relative; color: #4c4b45; display: block; background-color: #F2F2F2; padding: 10px; font-size: 17px; font-weight: bold; text-align: center; }
    .link-tab li:hover a { background-color: #ccd8d1; color: #7da08c; }
    .link-tab li.active a { background-color: #4c4b45; color: #fff; }
    .link-tab li.active a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 8px 0 8px;
        border-color: #4c4b45 transparent transparent transparent;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .pc-member-center .link-tab ul { display: table; width: 100%;}
    .pc-member-center .link-tab li { float: none; width: auto; display: table-cell; width: 50%; } 
    .pc-member-center .link-tab-3 li { width: 33.33%; }

    /* like-box */
    .like-box { }
    .like-box a { display: block;color: #bbb; padding-left: 23px; position: relative;  }
    .like-box a:before { cursor: pointer; content: ''; left: 0; top: 2px; background: url('../images/icon/i-like.png') no-repeat center top; background-size: 17px auto; position: absolute; display: block; width: 17px; height: 16px; }
    .like-box.like a:before { background-position: center bottom; }
    .like-box.like a:hover { opacity: .8; }
    .like-box a:after { position: absolute; top: 0; content: ''; display: none; background-color: #4c4b45; border-radius: 3px; color: #fff; width: 60px; text-align: center; padding: 2px; font-size: 12px; right: 25px; }
    .like-box.unlike a:after, .like-box a:after { content: '收藏'; }
    .like-box.like a:after { content: '取消收藏'; }
    @media (min-width:768px) {
        .like-box:hover a:after { display: inline-block; }
    }

    /* ps-list */
    .pd-list-out { text-align: center; }
    .pd-list { margin: 0 -4px 0 -4px; }
    .pd-list li { float: left; width: 20%; padding: 4px; overflow: hidden; }
    .pd-list li>.inner { 
        background-color: #F2F2F2; 
        border: 1px solid #e2e2e2; 
    }
    .pd-list li:nth-child(even)>.inner { background-color: #EAF2ED; }
    .pd-list li h2 { margin: 0; }
    .pd-list li h2 a { line-height: 1.2em; color: #333; font-size: 14px; display: block; margin: 0; text-align: left; height: 2.3em; overflow: hidden; }
    .pd-list li h2 a:hover { color: #666; }
    .pd-list li .text-wrap { padding: 10px; position: relative; }
    .pd-list li .price { text-align: right; }
    .pd-list li .like-box { position: absolute; left: 10px; bottom: 10px; }
    .pd-list li .img-wrap { position: relative; overflow: hidden; }
    .pd-list li .overlayer { display: block; background-color: rgba(52, 58, 74, .82); position: absolute; top: 0; left: -110%; width: 100%; height: 100%; }
    .pd-list li .overlayer .inner { position: absolute; top:50%; margin-top: -28px; left: 0; right: 0; text-align: center; color: #f6f0cd; }
    .pd-list li .overlayer .inner span { background-color: transparent; }
    .pd-list li .overlayer .inner span:before { content: ''; display: block; margin: 0 auto 6px; width: 30px; height: 30px; background: url('../images/icon/arrow-right.png') no-repeat center center; background-size: 30px 30px; }
    .pd-list .like-box a:after { right: auto; left: 22px; }
    .pd-list li.tag .img-wrap:before {
      display: block;
      content: "";
      position: absolute;
      z-index: 1;
      left: -55px;
      top: -55px;
      width: 100px;
      height: 100px;
      border-width: 30px;
      border-style: solid;
      border-color: transparent transparent #f33 transparent;
      box-shadow: 0 0 2px rgba(0,0,0,0.2);
      clip: rect(0px,100px,104px,0px);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
      transition: all linear 0.2s;
    }
    .pd-list li.tag .img-wrap:after {
      display: block;
      content: "";
      position: absolute;
      z-index: 2;
      left: -13px;
      top: -13px;
      width: 80px;
      height: 80px;
      color: #fff;
      font-family: "Roboto Condensed";
      font-weight: bolder;
      text-align: center;
      line-height: 60px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .pd-list li.tag.tag-ref .img-wrap:before { border-color: transparent transparent #2ABA65 transparent; }
    .pd-list li.tag.tag-disable .img-wrap:before { border-color: transparent transparent #686259 transparent; }
    .pd-list li.tag.tag-end .img-wrap:before { border-color: transparent transparent #167b40 transparent; }
    .pd-list li.tag.tag-violate .img-wrap:before { border-color: transparent transparent #686259 transparent; }
    .pd-list li.tag.tag-ref .img-wrap:after { content: '推薦'; }
    .pd-list li.tag.tag-disable .img-wrap:after { content: '停團'; }
    .pd-list li.tag.tag-end .img-wrap:after { content: '成團'; }
    .pd-list li.tag.tag-violate .img-wrap:after { content: '違規'; }
    /* .pd-list li.tag.tag-end .img-wrap img, .pd-list li.tag.tag-disable .img-wrap img { opacity: .4; } */

    .pd-list .tag2 {
      position: absolute;
      bottom: 0;
      left: 0;
      display: table;
      width: 100%;
      z-index: 10;
    } 
    .pd-list .tag2 span { padding: 2px 5px; display: table-cell; vertical-align: middle; font-size: 14px; color: #fff; width: 50%; font-weight: bold; }
    .pd-list .tag2 .tag-time { background-color: rgba(253, 164, 0, 0.78); }
    .pd-list .tag2 .tag-qty { background-color: rgba(226, 121, 36, 0.78); }

    @media (max-width:1199px) {
        .pd-list li { width: 25%; }
    }
    @media (max-width:991px) {
        .pd-list li { width: 33.3%; }
    }
    @media (min-width:768px) {
        .pd-list li:hover .overlayer { left: 0; } 
    }
    @media (max-width:767px) {
        .pd-list { margin: 0 -2px; }
        .pd-list li { width: 50%; padding: 2px; }
        .pd-list li .overlayer { left: 0; background-color: transparent; } 
        .pd-list li .overlayer .inner { display: none; }
    }

    /* dropdown style */
    .dropdown-group { text-align: left; }
    .dropdown-group>li { display: inline-block; text-align: left; width: auto; }
    .dropdown-group .dropdown-toggle { background-color: #bfa97a; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
    .dropdown-toggle {
        width: 100%;
        cursor: pointer;
        padding: 5px 10px;
        font-size: 14px; 
        color: #fff!important;
        font-weight: bold;
        display: block;
        min-width: 126px;
        position: relative;
    }
    .dropdown-menu>li>a { padding: 5px 10px; position: relative; }
    .dropdown-menu>.active>a { background-color: transparent; color: #333; padding-right: 33px;; }
    .dropdown-menu>.active>a:before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background-color: #808080;
        position: absolute;
        right: 16px;
        top: 16px;
    }
    .dropdown-menu>.active>a:after {
        content: '';
        display: block;
        background-color: #808080;
        width: 7px;
        height: 7px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 13px;
    }
    .dropdown-menu > .active  > a:focus, .dropdown-menu > .active  > a:hover { background-color: transparent; color: #333; }
    .dropdown-toggle .caret { 
        position: absolute; 
        right: 10px; 
        top: 11px; 
        width: 8px;
        height: 6px;
        border: none;
        display: block;
        background: url('../images/icon/btn-arr-down.png') no-repeat center center; 
        background-size: 10px auto;
    }
    .dropdown-toggle:focus { text-decoration: none;}
    .dropdown-menu { 
        left: auto; right: 0; top: 30px; min-width: 126px; 
        border: none;
        background-color: #F2F2F2;
    }
    .dropdown-menu .divider:first-child { margin: 0 0 5px 0; background-color: transparent; }
    .dropdown-header {
      font-size: 16px;
      font-weight: bold;
      line-height: 1em;
      color: #a83e9d;
    }
    @media (max-width:767px) {
    .base-title {    font-size: 23px; margin-bottom: 10px;}
    .base-title:after { position: relative; top: -7px; }
    }
    @media (max-width:767px) and (min-width:480px) {
        .dropdown-menu { max-width: 450px;  }
        .dropdown-header, .dropdown-menu>li>a { line-height: 1.2em;   white-space: normal;}
        
    }
    @media (max-width:479px) {
        .dropdown-menu { max-width: 290px; }
    }


    /* comments */
    .comments-box li { position: relative; padding: 0 0 12px 42px; margin: 12px 0; border-bottom: 1px solid #E9E9E9; }
    .comments-box .img-wrap { position: absolute; left: 0; top: 0; width: 32px; height: 32px; }
    .comments-box .text-wrap .name {  display: inline-block; margin-right: 5px; font-size: 14px; }
    .comments-box .text-wrap .date { font-size: 12px; color: #909090; display: inline-block; }
    .comments-box .text-wrap .desc { color: #767676; font-size: 13px; font-weight: bold; margin-top: 3px; }
    .comments-box .text-wrap .reply { border-left: 3px solid #E9E9E9; padding: 3px 0 3px 8px; margin-top: 6px; }
    .comments-box .text-wrap .reply:empty { display: none; }
    .comments-box .reply-form { position: relative; padding-right: 73px; }
    .comments-box .reply-form textarea { max-width: 100%; -webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; }
    .comments-box .reply-form button { position: absolute; right: 0; bottom: 0; height: 100%; background-color: #f2f2f2; border: 1px solid #e0e0e0; color: #979797; }

    /* line box */
    .line-box .bttn {
      display: inline-block;
      padding: 8px 9px;
      background-color: #745b23;
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      line-height: 1;
      padding-left: 28px;
      margin-right: 5px;
    }
    .line-box .bttn.line { background: url('../images/icon/i-line.png') no-repeat 6px center #00c200; background-size: 20px auto; }
    .line-box .bttn.fb { background: url('../images/icon/i-fb.png') no-repeat 6px 5px #3853a2; background-size: 15px auto; }
    .line-box .bttn:hover { opacity: .7; }

    /* pagi */
    .pagi ul { overflow: hidden; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; display: inline-block; background-color: #f7f3e1; }
    .pagi li { 
        display:  block; 
        float: left;
        height: 30px; 
        text-align: center;
        line-height: 30px;
        margin: 0 8px;
        font-size: 17px;
    }
    .pagi li a { display: block; width: 100%; height: 100%; color: #c7c3ad; }
    .pagi li.active, .pagi li:hover { color: #686259; }
    .pagi li.active a, .pagi li:hover a { color: #745b23; }
    .pagi li.pp, .pagi li.nn { margin: 0;  width: 30px; background-color: #bfa97a; }
    .pagi li.pp a, .pagi li.nn a { color: #fff; }
    .pagi li i { line-height: 30px; }
    @media (max-width:767px) {
      .pagi { display: none!important; }
    }

    /* mb-ajax-more */
    .mb-ajax-more { margin-top: 15px; text-align: center; }
    .mb-ajax-more a { display: block; }
    .mb-ajax-more span, .mb-ajax-more i { vertical-align: middle; }


    /* share-box */
    .share-box .dropdown-menu img { width: 30px; margin-right: 12px; }
    .share-box .i-link { position: relative; }
    .share-box .i-link .copy-box:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 8px 5px;
      border-color: transparent transparent #e8de62 transparent;
      position: absolute;
      top: -8px;
      left: 150px;
      margin: auto;
    }
    .share-box .i-link .copy-overlayer {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, .2);
      z-index: 9999;
    }
    .share-box .i-link .copy-box { 
      position: absolute; 
      left: 0;
      top: 100%;
      background-color: #e8de62;
      z-index: 99999;
      white-space: nowrap;
      padding: 10px;
      width: 300px;
      margin-left: -140px;
      font-size: 13px;
      margin-top: 8px;
    }
    .share-box .i-link #copy-success.copy-box { width: 100px; margin-left: 0; left: 0; }
    .share-box .i-link #copy-success.copy-box:before { left: 11px; }
    .share-box .i-link .copy-box b { display: block; text-align: center; }
    .share-box .i-link .copy-box input { width: 100%; display: block; margin-bottom: 5px; }
    .share-box .copy-text {
      font-size: 0;
      height: 0;
      opacity: 0;
      line-height: 0;
      width: 0;
      text-indent: -999999px;
      position: absolute;
    }
    .share-box .copy-btn {
      position: relative;
      z-index: 999;
    }
    .share-box .copy-btn .copy-btn-hover {
      position: absolute;
      left: 0;
      top: 33px;
      color: #333;
      background-color: #eee;
      font-size: 14px;
      padding: 3px 8px;
      display: none;
      width: 75px;
      z-index: 999;
    }
    .share-box .copy-btn:hover .copy-btn-hover {
      display: block;z-index: 999;
    }


    /* share-box2 */
    .share-box2 img { width: 50px; margin-right: 12px; border-radius: 5px;}
    .share-box2 img.v2 { margin-top: -5px; }
    .share-box2 { padding: 8px 0 8px 8px; margin: 0; }
    .share-box2 .pc-tt { display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 18px; color: #fff; font-weight: bold; }
    .share-box2 { position: static; display: block; background-color: transparent; box-shadow: none; }
    .share-box2 li span { display: none; }
    .share-box2 li { position: relative; display: inline-block; vertical-align: middle; margin-bottom: 0; }
    .share-box2 li:hover a { background-color: transparent; opacity: .8; }
    .share-box2>li>a { padding: 0; margin: 0; display: block; }
    .share-box2 .i-link { position: relative; }
    .share-box2 .i-link .copy-box:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 8px 5px;
      border-color: transparent transparent #e8de62 transparent;
      position: absolute;
      top: -8px;
      left: 150px;
      margin: auto;
    }
    .share-box2 .i-link .copy-overlayer {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, .2);
      z-index: 9999;
    }
    .share-box2 .i-link .copy-box { 
      position: absolute; 
      left: 0;
      top: 100%;
      background-color: #e8de62;
      z-index: 99999;
      white-space: nowrap;
      padding: 10px;
      width: 300px;
      margin-left: -140px;
      font-size: 13px;
      margin-top: 8px;
    }
    .share-box2 .i-link .copy-box { width: 120px; margin-left: 0; left: 0; }
    .share-box2 .i-link .copy-box:before { left: 11px; }
    .share-box2 .i-link .copy-box b { display: block; text-align: center; }
    .share-box2 .i-link .copy-box input { width: 100%; display: block; margin-bottom: 5px; padding: 0 5px; }
    .share-box2 .copy-text {
      font-size: 0;
      height: 0;
      opacity: 0;
      line-height: 0;
      width: 0;
      text-indent: -999999px;
      position: absolute;
    }
    .share-box2 li.i-line.mb { line-height: 0; }
    .share-box2 li.i-line.mb {
        width: 50px;
        height: 50px;
        background: url(../images/icon/i-line.png) no-repeat center center #00c200;
        background-size: 50px auto;
        margin-right: 10px;
        border-radius: 5px;
    }
    .share-box2 li.i-line.mb .line-it-button {
      visibility: hidden;
      opacity: 0;
    }
    .share-box2 .copy-btn .copy-btn-hover {
      position: absolute;
      left: 0;
      top: 33px;
      color: #333;
      background-color: #eee;
      font-size: 14px;
      padding: 3px 8px;
      display: none;
      width: 75px;
      z-index: 999;
    }
    .share-box2 .copy-btn:hover .copy-btn-hover {
      display: block;z-index: 999;
    }


    /* tag-type2 */
    .tag-type2 {
      display: inline-block;
      padding: 0 6px;
      color: #fff;
      font-size: 16px;
      vertical-align: middle;
      background: #efa11b;
      height: 40px;
      margin-top: -35px;
      padding-top: 13px;
      font-weight: bold;
      position: relative;
      margin-right: 3px;
      text-align: center;
      z-index: 10;
    }
    .tag-type2:after {
      /* content: '●●●●';
      font-size: 27px;
      color: #dc4046;
      display: block;
      position: absolute;
      letter-spacing: -.21em;
      left: -.08em;
      bottom: -12px;
      text-align: center; */
      content: '';
      display: block;
      position: absolute;
      bottom: -6px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 22px 6px 22px;
      border-color: transparent #efa11b transparent #efa11b;
    }
    .tag-type2:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8px 0 0;
      border-color: transparent #9c1016 transparent transparent;
    }
    .tag-type2.tag-qty { background: #e27924; }
    .tag-type2.tag-qty:after { border-color: transparent #e27924 transparent #e27924; }
    .tag-type2.tag-qty:before { border-color: transparent #944708 transparent transparent; }

    @media (max-width:991px) and (min-width:768px) {
      .tag-type2 {margin-top: 0; height: 28px; padding-top: 4px;}
      .tag-type2:before, .tag-type2:after { display: none; }
    }

    span.inline { vertical-align: middle; }



/*======================@0 form start ==========================*/
      .contact-form table input, .contact-form table textarea { width: 100%; }

      .contact-form label { color: #111; font-weight: normal; }
      .contact-form { 
        padding:30px; 
        border:4px solid #eee;
      }
      .contact-form table { width: 100%; margin:0 auto; }
      .contact-form tr td { padding:5px 0; }
      .contact-form tr td:nth-of-type(1) { text-align: center; width: 47px;}
      .contact-form tr td:nth-of-type(2) {  padding-left:8px  }
      .contact-form tr.group-captcha  td:nth-of-type(2) { padding-right:0;}
      .contact-form tr.group-captcha  td:nth-of-type(3) {padding-right:40px;}
      .contact-form tr.address-wrap td:nth-of-type(1) {padding-top:14px; }
      .contact-form  span.must { color:red!important; font-size: 16px; margin:0 5px; }
      .contact-form tr td .p-title {
        background-color: #e5e5e5;
        font-size: 15px;
        padding: 6px 12px;
        margin: 20px 0 0 0;
        font-weight: bold;
        color: #444;
        text-align: left;
      }
      .same-radio { font-size: 13px; padding-left:10px; }
      .same-radio label { margin-bottom:0; }


      .base-form {
        color: #888;
        font-size: 15px;
      }
      .base-form .inner-box .form-tt { margin: 0 0 20px 0; }
      .base-form .inner-box .form-tt small { font-size: 15px; display: inline-block; }
      .base-form .inner-box { padding: 10px 30px 30px 30px; border-bottom:1px solid #eeeef0; }
      .base-form .inner-box .form-group:last-of-type { margin:0 } 
      .base-form .inner-box:last-of-type { border:none }
      .base-form .form-group { position: relative; }
      .base-form .tt { color: #444; margin:0; font-weight: bold;}
      .base-form .tt span { font-size: 14px; color: #745b23; }
      .base-form .tt.must:after { content:'*'; color:#C30B21; display: inline-block; margin-left: 3px; }
      .base-form .con { position: relative; margin: 5px 0 0 0;  }
      .base-form .con.bsH { height: 40px; line-height: 40px; }
      .base-form .captcha a { position: absolute; right:0; top:0; }
      .base-form .captcha input { padding-right:120px; }
      .base-form .address-wrap select { width: 49.5%; margin-right: 1%; margin-bottom: 8px; float: left; }
      .base-form .address-wrap select:nth-of-type(2) { margin: 0; }
      .base-form .address-wrap input { clear: left;  }
      .base-form .type-wrap .con a { 
        position: absolute; 
        z-index: 5; 
        left: 0; 
        top: 0; 
        width: 100%; 
        display: block; 
        text-align: right; 
        height: 36px; 
        line-height: 38px; 
        padding: 0 7px; 
        box-shadow: 0 1px 3px rgba(109, 109, 109, 0.25) inset;
        border: 1px solid #e0e0e0;
        background-color: rgba(251, 251, 251, 0.01);
      }
      .base-form .date-wrap .con i { font-style: normal; color: #555; position: absolute; right: 10px; top: 0; display: block; text-align: right; height: 36px; line-height: 36px; }
      .base-form .price-wrap .con input { padding-left: 24px; }
      .base-form .price-wrap .con i {     font-style: normal; color: #555; position: absolute; left: 10px; top: 0; display: inline-block; height: 36px; line-height: 36px; }      
      .base-form .error-group input[type="text"],
      .base-form .error-group textarea { background-color: #f7e0e0; }
      .base-form span.error { color: #c30606; font-size: 13px; vertical-align: middle; display: inline-block; }
      .base-form .note { color: #006669; font-size: 13px; vertical-align: middle; display: inline-block; }

      .base-form .inline-group { padding-left: 100px; }
      .base-form .inline-group .tt { position: absolute; left: 0; top: 0; width: 100%; }
      
      .base-form .must-highlight {
          color: #C30B21;
        font-weight: bold;
        margin: 0 0 20px 0;
        font-size: 14px;
      }
      .warning {
        color: #C30B21;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
      }
      @media (max-width:767px) {
        .base-form .address-wrap select { width: 100%; }
        .base-form .address-wrap select:nth-of-type(2) { margin-bottom: 8px; }
        .base-form .inner-box { padding: 20px 0; }
        
      }





    input, input.form-control {  line-height: 36px; height: 36px; }
    input, textarea, input.form-control, textarea.form-control { box-shadow: 0 1px 3px rgba(109, 109, 109, 0.25) inset; vertical-align: top; border-radius: 0; padding: 0 7px; font-size: 14px; border: 1px solid #e0e0e0; background-color: #fbfbfb; }
    textarea.form-control { padding: 7px }
    input:focus, textarea:focus { outline: none!important; } 

    ::-webkit-input-placeholder { color: #666666; }
    :-moz-placeholder { /* Firefox 18- */  color: #666666; }
    ::-moz-placeholder {  /* Firefox 19+ */ color: #666666; }
    :-ms-input-placeholder { color: #666666; }

    .rc-wrap {     padding: 9px 0 5px; }

  input[type="radio"],input[type="checkbox"] {
    display:none;
  }
  input[type="radio"] + label, input[type="checkbox"] + label {
      font-size: 13px;
      margin-right:10px;
      
  }
  input[type="radio"] + label span, input[type="checkbox"] + label span {
      display:inline-block;
      width:14px;
      height:14px;
      background:#fff;
      border:1px solid #BABABA;
      cursor:pointer;
      margin:-3px 5px 0 0;
      vertical-align:middle;
      box-shadow: inset 0px 0px 2px 1px rgba(215, 215, 215, 0.72);
      
  }
  input[type="radio"]:checked + label span div, input[type="checkbox"]:checked + label span div {
      width:8px;
      height:8px;
      margin:2px auto;

  }
  input[type="radio"] + label span, input[type="radio"]:checked + label span div {
      border-radius: 50%; 
      -webkit-border-radius: 50%; 
      -moz-border-radius: 50%; 
      -o-border-radius: 50%; 
  }
  input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span div {
      border-radius: 2px; 
      -webkit-border-radius: 2px; 
      -moz-border-radius: 2px; 
      -o-border-radius: 2px; 
  }
  input[type="radio"]:checked + label span div {
      background:#444;
  }
  input[type="checkbox"]:checked + label span div  {
      background: url(../images/icon/tick.png) no-repeat center center;
  }
  select::-ms-expand { display: none!important; }
  select.area {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-repeat: no-repeat;
      -moz-border-radius: 3px; /* Firefox */ -webkit-border-radius: 3px; /* Safari, Chrome */ -khtml-border-radius: 3px; /* Konqueror */ border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
      
      border: 1px solid #bababa;
      cursor: pointer;
      margin: 0 0 10px 0;
      padding:0 10px;
      height: 44px;
      -webkit-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      -moz-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      background: url(../images/icon/selectarr.png) no-repeat right center #fff;
  }
  select.qty {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-repeat: no-repeat;
      -moz-border-radius: 0; /* Firefox */ -webkit-border-radius: 0; /* Safari, Chrome */ -khtml-border-radius: 0; /* Konqueror */ border-radius: 0; /* Opera 10.50 and later (CSS3 standard) */
      font-size: 15px;
      cursor: pointer;
      margin: 0 0 10px 0;
      padding:0 42px 0 10px;
      height: 40px;
      border: 1px solid #d6d6d6;
      background: url(../images/icon/selectarr.png) no-repeat right center #f3f3f3;
  }
  select:focus { outline: none; }

  /* sp-rc */
  .otherDate-wrap { display: inline-block; }
  #otherDate { display: none; }
  #otherPrice { position: relative; display: block; }
  #otherPrice i { position: absolute; top: 0; }
  .type-rc-btn input[type="radio"] {
    display:none;
  }
  .type-rc-btn input[type="radio"] + label {
      font-size: 13px;
      margin-right:10px;
      display: inline-block;
      padding: 5px 10px;
      background-color: #eee;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      
  }
  .type-rc-btn input[type="radio"]:checked + label {
      background-color: #745b23;
      color: #fff;
  }
  select.date {
      width: 120px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-position: right center;
      background-repeat: no-repeat;
      -moz-border-radius: 3px; /* Firefox */ -webkit-border-radius: 3px; /* Safari, Chrome */ -khtml-border-radius: 3px; /* Konqueror */ border-radius: 3px; /* Opera 10.50 and later (CSS3 standard) */
      
      border: 1px solid #bababa;
      cursor: pointer;
      margin: 0 0 10px 0;
      padding:0 10px;
      height: 30px;
      -webkit-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      -moz-box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      box-shadow: inset 0px -15px 20px 0px #EFEFEF;
      background: url(../images/icon/selectarr.png) no-repeat right center #fff;
  }
  @media (max-width:479px) {
    .otherDate-wrap { display: block; }
    select.date { width: 32%; }
  }

  


/*====================== header start ==========================*/
    .mb-fixed-menu { display: none; table-layout: fixed; width: 100%; height: 60px; position: fixed; bottom: 0; z-index: 1060; }
    .mb-fixed-menu .item { display: table-cell;  }
    .mb-fixed-menu .item .item-btn { border-right: 1px solid #4fd084; display: block; text-align: center; color: #B0ECC9; font-weight: bold; font-size: 13px;  }
    .mb-fixed-menu .item:last-child .item-btn { border: none; }
    .mb-fixed-menu .item .item-btn:before { content: ''; display: block; margin: 9px auto 4px; width: 26px; height: 26px; background-size: auto 118px; background-image: url('../images/icon/base-icon.png'); }
    .mb-fixed-menu .item .i-home:before { background-position: -23px -14px; }
    .mb-fixed-menu .item .i-search:before { background-position: -86px -14px; }
    .mb-fixed-menu .item .i-add:before { background-position: -147px -14px; }
    .mb-fixed-menu .item .i-like:before { background-position: -211px -14px; }
    .mb-fixed-menu .item .i-member:before { background-position: -276px -14px; }

    #mb-search-popup .modal-dialog { margin: 0; }
    #mb-search-popup .modal-dialog .modal-content { min-height: 100vh; border-radius: 0; border: none; }
    
    .cate-list li { padding: 8px 0; border-bottom: 1px solid #eee; }
    .cate-list li a {  
      display: block;
      width: 100%;
      position: relative;
      padding-left: 80px;
      min-height: 80px;
    }
    .cate-list li .img-wrap {
      display: block;
      width: 80px;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0;
    }
    .cate-list li .text-wrap { display: block;  vertical-align: middle; padding: 19px 10px;}
    .cate-list li .text-wrap .desc { color: #444; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}
    .cate-list li h3 { margin: 0; font-size: 20px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

    .page-back { 
        display: none; 
        width: 100%;  
        background-color: #fff;
    }
    .page-back a {
        padding: 7px 0 7px 18px;
        display: block;
        background: url('../images/icon/page-back.png') no-repeat 0 0;
        background-size: 9px auto;
        font-size: 16px;
        background-position: left 12px;
        color: #A7A7A7;
        font-weight: bold;
    }

    .search-result { font-size: 20px; margin: 0 0 15px 0; text-align: center; }


    @media (max-width:767px) {
        .page-back { 
          display: block;
          position: fixed; 
          z-index: 1040; 
          top: 59px; /* as header height */ 
        }
        .page-back a { padding: 10px 15px 10px 33px; background-position: 17px 12px; }
        .page-back a:hover { color: #444; }

        .mb-fixed-menu { display: table; }
    }


    /* petgo search在fix-menu */
    @media (max-width:767px) {
      .pc-search .openbtn { display: none; }
    }


/*====================== footer start ==========================*/
    .gotop { position: fixed; z-index: 200; right: 3%; bottom: 70px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: block; width: 30px; height: 30px; background: url('../images/icon/arrow-circle-up.png') no-repeat center center #bca779; background-size: 22px 22px; }
    footer { font-size: 13px; color: #444444; padding: 30px 0; }
    footer .pull-right ul li { display: inline-block; margin-right: 15px; }
    footer .pull-right ul li a { color: #745b23; }
    @media (max-width:767px) {
        footer { padding: 30px 0 90px 0; }
        footer .pull-right ul { margin-bottom: 10px; }
        footer .pull-right, footer .pull-left { float: none!important; text-align: center; }
    }

/*====================== pd-ls ==========================*/
  .pd-ls-top { padding: 10px 15px;  }
  .pd-ls-top.box-fixed { background-color: rgba(255, 255, 255, .8); position: fixed; left: 0; right: 0; z-index: 1050;  }
  .pd-ls-top .dropdown-menu { overflow-y: auto; }
  #pc-cate-fix.box-fixed { background-color: rgba(255, 255, 255, .8); position: fixed; left: 0; right: 0; z-index: 1050; }

  .pd-ls-top .dropdown { position: relative; z-index: 11; }
  /* .pd-ls-top.box-fixed .dropdown, #pc-cate-fix.box-fixed .dropdown { z-index: 1065; } */
  @media (min-width:768px) { 
    .pd-ls-top.box-fixed { top:0!important }
  }
  @media (max-width:767px) {
    .pd-ls-top .dropdown-group { float: none!important; text-align: center; }
  }
  

/*====================== main ==========================*/
    .main { padding: 20px 0 20px 0; }
    @media (max-width:767px) {
        .main { padding: 0 0 20px 0; }
    }


/*====================== pd-dt ==========================*/
    .pd-dt-wrap .slider-for li,
    .pd-dt-wrap .slider-nav li { list-style-type: none; }
    .pd-dt-wrap .slider-for,
    .pd-dt-wrap .slider-nav { visibility: hidden; }
    .pd-dt-wrap .slick-initialized { visibility: visible; }

    .need-login { 
      text-align: center;
      border: 1px solid #b2e6c7;
      color: #745b23;
      background: #e9f7ee;
      font-size: 16px;
      padding: 8px;
      display: block;
      margin-bottom: 20px;
    }
    .need-login:hover {
      background: #b2e6c7;
      color: #745b23;
    }
    .disable-alert {
      background-color: rgba(41, 41, 41, 0.7);
      color: #fff;
      padding: 15px;
      font-size: 18px;
      position: absolute;
      z-index: 1;
      width: 100%;
      font-weight: bold;
      text-align: center;
    }
    
    .pc-cate-wrap { background-color: #6d6d6d; }
    .pc-cate-wrap .cate-title { background: #bca779; padding: 10px; position: relative; border-bottom: 1px dashed #f6f0cd; }
    .pc-cate-wrap .cate-title span { position: relative; display: block; font-size: 17px; color: #fff; font-weight: bold; }
    .pc-cate-wrap .cate-title i { font-size: 22px; position: absolute; right: 10px; top: 10px; color: #fff; }
    .pc-cate-wrap ul { padding: 5px 0;}
    .pc-cate-wrap ul li a {
        padding: 3px 10px;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 17px;
    }
    .pc-cate-wrap ul li a:hover,
    .pc-cate-wrap ul li.active a { background-color: #e0e0e0; color: #000; }
    .cate-title { margin: 0; font-size: 27px; }
    .slick-dots { bottom: 12px; }
    .slick-dotted.slick-slider { margin: 0; }
    .detail-top .like-box a:after { right: 40px; }
    .detail-top { background-color: #f3f3f3; margin: 0 0 30px 0; }
    .detail-top .img-wrap { float: left; width: 50%; position: relative; }
    .detail-top .text-wrap { float: right; width: 50%; padding: 15px; }
    .detail-top .pd-title { font-size: 20px; line-height: 1.3em; }
    .detail-top .price { font-size: 20px; }
    .detail-top .dq-box {
      display: inline-block;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.28);
      border: 1px solid #3c579c;
    }
    .detail-top .deadline, 
    .detail-top .limit-qty { color: #3c579c; font-size: 15px; text-align: right; display: inline-block; margin: 0 5px; }
    .detail-top .pd-contact { margin: 30px 0 0 0; }
    .detail-top .pd-contact .boss { display: inline-block; margin-right: 5px; }
    .detail-top .pd-contact .boss a {color:#707070; font-size:12px}
    .detail-top .pd-contact .line-box { display: inline-block; }
    .pd-top { margin-top: 10px; }
    .pd-top .like-box { float: right; margin-top: 6px; }
    .pd-title { margin: 6px 0 2px 0; }
    .add-cart-btn { padding: 10px; line-height: 1em; min-width: 120px; text-align: center; font-size: 20px; background-color: #ef9c3e; color: #fff; font-weight: bold; display: block; }
    .add-cart-btn:hover { color: #fff; background-color: #745b23; }
    .add-cart-btn-no,
    .add-cart-btn-no:hover,
    .add-cart-btn-no:focus { color: #fff; background-color: #9a9a9a!important; cursor: default; }

    .panel-title>a { display: block; position: relative; }
    .panel-title>a:after { font-family: 'themify'; content: "\e64b"; position: absolute; right: 0; top: 0; }
    .panel-title>a.collapsed:after { content: "\e649"; }
    .panel-title>a:hover, .panel-title>a:focus, .panel-title>a:visited { color: #444; }

    .panel-title>a .desc-preview { display: none; }
    .panel-title>a.collapsed .desc-preview { display: block; margin-top: 10px; font-size: 14px; line-height: 1.4em; }
    .panel-group .panel { border-radius: 0; border-left: none; border-right: none; }
    .panel-group .panel+.panel { margin-top: 0; border-top: none; }

    .panel .panel-title>a span { color: #929292; }
    .panel-body { padding: 0 15px 15px 15px; }

    .slider-nav li { padding: 10px; }


    @media (min-width:0px) { /* 本來手機版要做下拉現在全顯示 */
        .detail-top .pd-title { margin: 0 0 10px 0; }
        .detail-top .pd-bottom { margin-top: 20px; }
        .detail-top .pd-bottom .share-box { margin-top: 30px; }
        .detail-top .pd-bottom .share-box .pc-tt { vertical-align: middle; margin-right: 10px; }
        .detail-top .pd-bottom .share-box .dropdown { display: inline-block; vertical-align: middle; }
        .detail-top .pd-bottom .share-box .dropdown-toggle { display: none; }
        .detail-top .pd-bottom .share-box .dropdown-menu { position: static; display: block; background-color: transparent; box-shadow: none; }
        .detail-top .pd-bottom .share-box .dropdown-menu li span { display: none; }
        .detail-top .pd-bottom .share-box .dropdown-menu li { display: inline-block; }
        .detail-top .pd-bottom .share-box .dropdown-menu li:hover a { background-color: transparent; opacity: .8; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li>a { padding: 0; margin: 0; }
        



    }
    @media (max-width:991px) and (min-width:768px) {
      .detail-top .pd-title { font-size: 17px; }
      .detail-top .dq-box {  padding: 5px 8px;  }
      .detail-top .deadline, .detail-top .limit-qty { margin: 0 5px 0 0; font-size: 13px; }
    }
    @media (max-width:991px) {
      .detail-top .img-wrap,
      .detail-top .text-wrap { float: none; width: 100%; }
    }
    @media (min-width:768px) {
      .slider-for { box-shadow: 0 0 0 1px #eee; }
      .detail-top { border: 1px solid #ececec; }
    }
    @media (max-width:767px) {
        .detail-top .pd-bottom .share-box .dropdown-menu img { width: 34px; height: 34px; margin-right: 0; }
        .detail-top .pd-bottom .share-box .dropdown-menu li { float: left; }
        .main.pd-dt-wrap { padding: 0; }
        .detail-top { background-color: transparent; margin: 0; }
        .pd-dt-wrap ~ .mb-fixed-menu, .detail-top .slider-nav, .pc-cate-wrap { display: none!important; }
        
        .add-cart-btn { border-radius: 0; position: fixed; font-size: 22px; height: 60px; line-height: 60px; bottom: 0; left: 0; right: 0; padding: 0 0 0 180px; z-index: 1050; background-color: #da7e00; }
        .detail-top .share-box { position: fixed; bottom: 0; left: 0; z-index: 1050; }
        .detail-top .share-box .dropdown-toggle { font-size: 16px; line-height: 45px; text-align: center; min-width: 0; display: block; width: 70px; height: 45px; background-color: #a7de26; color: #fff; font-weight: bold; padding: 0; }
        .detail-top .share-box .dropdown-menu { top: auto; bottom: 35px; right: auto; left: 0; box-shadow: none; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li { line-height: 0; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li>a { padding: 0; height: 60px; width: 60px;  text-align: center; line-height: 60px; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-fb img { width: 30px; margin: -6px 0 0 -6px; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-fb>a { background: #3a559f; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-link .copy-box:before { display: none!important; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-link .copy-box {
          top: auto;
          bottom: 60px;
          margin: 0;
          left: 0;
          right: 0;
          width: 100%;
          position: fixed;
          line-height: 1em;
          white-space: normal;
        }
        .detail-top .share-box .i-link #copy-success.copy-box { width: 100%; margin-left: 0; left: 0; }
        .detail-top .share-box .i-link #copy-error.copy-box b { text-align: left; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-link img { width: 34px; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-link>a { background: #ded225; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-line {  width: 60px; height: 60px;  background: url(../images/icon/i-line.png) no-repeat center center #00c200; background-size: 40px auto;}
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-line .line-it-button { visibility: hidden; opacity: 0; }
        .detail-top .pd-bottom .share-box .dropdown-menu>li.i-line>a>img { opacity: 0; visibility: hidden; }
        /* .detail-top .pd-bottom .share-box .dropdown-menu>li.i-line iframe {  -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; visibility: hidden;  padding: 10px 0 0 5px; height: 60px!important; width: 50px!important; background: #00ba00; } */
        
        .detail-top .pull-right {  padding: 4px 3px;  }
        .detail-top .price { font-size: 22px; }
        .detail-top .pd-contact { margin: 10px 0 0 0; }
        .detail-top .pd-bottom { margin: 0; }
    }
    @media (max-width:479px) {
      .detail-top .pd-contact .line-box { display: block; }
      .detail-top .pd-contact .line-box span { display: block; }
      .detail-top .pd-contact .line-box .bttn { margin-top: 5px; }
    }
    @media (max-width:400px) {
      .cate-title { font-size: 18px; }
      .detail-top .deadline, .detail-top .limit-qty { font-size: 13px; }
      .detail-top .pull-right {  padding: 4px 3px; }
      .detail-top .price { font-size: 20px; }
    }


/*======================== add =======================*/
  .add-wrap textarea.form-control { min-height: 150px; }

  .add-type-path span { display: inline-block; }
  .add-popup-style .modal-header { position: relative; }
  .add-popup-style .modal-header>span { line-height: 28px; }
  .add-popup-style .modal-header .base-btn { padding: 6px; }
  .add-popup-style .modal-header .cate-back-btn { position: absolute; left: 10px; font-size: 14px; line-height: 28px; }
  .add-popup-style .modal-header .cate-back-btn i { position: relative; top: 1px; }
  .add-popup-style .modal-header #cate-ok { position: absolute; right: 10px; top: 15px; }
  .add-popup-style .modal-body { position: relative; overflow: hidden; width: 100%; }
  .add-popup-style .cate-list-select-style li { padding: 5px 0; border-bottom: 1px solid #eee; margin-bottom: 5px; }
  .add-popup-style label { position: relative; width: 100%;   display: block; } 
  .add-popup-style input[type="radio"] + label { font-size: 16px; position: relative; width: 100%; margin: 0; display: block; }
  .add-popup-style input[type="radio"] + label span { position: absolute; right: 0; top: 0; margin: 0; }
  .add-popup-style label i { position: absolute; right: 0; top: 2px; margin: 0; }

  .limit-box { /* padding: 15px; border: 1px solid #745b23; */ margin-bottom: 10px; }
  .limit-box>p { color: #745b23; font-size: 14px; font-weight: bold; }

  .add-upload .select-all { display: inline-block; margin-left: 10px; }
  .add-upload .set-cover { margin: 3px 0 0 0; width: 100%; display: block; padding: 4px; text-align: center; background-color: #4c4b45; font-size: 13px; font-weight: bold; color: #fff; }
  .add-upload .set-cover.active { background-color: #745b23; }
  .add-upload .set-crop { margin: 3px 0 0 0; width: 100%; display: block; padding: 4px; text-align: center; background-color: #888888; font-size: 13px; font-weight: bold; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  .preview-pic li { width: 20%; padding: 2px; display: inline-block; vertical-align: top; position: relative; margin-top: 10px; }
  .preview-pic li label { 
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .preview-pic li img { width: 100%; }

  .add-popup-style .cate-list-level2 { 
    height: 100%; 
    padding: 15px; 
    width: 100%; 
    position: absolute; 
    right: -100%; 
    top: 0; 
    background-color: #fff; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  @media (max-width:767px) {
    .add-popup-style.in ~ .modal-backdrop { z-index: 1060; }
    .add-popup-style.in { z-index: 1070; }
    .preview-pic li { width: 33.3%; }
    .add-upload .base-btn { padding: 10px; }
    .add-popup-style .modal-dialog { margin: 0; }
    .add-popup-style .modal-content { min-height: 100vh; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
  }
  @media (max-width:479px) {
    .preview-pic li { width: 50%; }
  }
  


/*========================= cart =====================*/
  .c-step-wrap {
    display: table;
    width: 100%;
    position: relative;
    margin:0 0 20px -7px;
  }
  .c-step-wrap:before {
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
    position: absolute;
    left:0;
    top:45%;
  }
  .c-step-wrap .c-step { 
    position: relative;
    z-index: 2;
    display: table-cell; 
    font-size: 18px; 
    color:#8e8e8e; 
  }
  .c-step-wrap .c-step div{
    background-color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 50px!important;
    text-align: left; 
  }
  .c-step-wrap .c-step:nth-of-type(1) div { padding:0 10px 0 0 ; }
  .c-step-wrap .c-step:nth-of-type(2) div { padding:0 10px; }
  .c-step-wrap .c-step:nth-of-type(3) div { padding:0 0 0 10px; }
  .c-step-wrap .c-step.done { color:#745b23; }
  .c-step-wrap .c-step div span { display: inline-block; vertical-align: middle; }
  .c-step-wrap .c-step div span:nth-of-type(1) { font-size: 21px; margin: 0 5px 0 0; }
  .c-step-wrap .c-step div:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    left: 10px;
    top: 0;
    position: absolute;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/icon/step-arr.png) no-repeat 12px center #a5a5a5;
    background-size: 8px auto;
  }
  .c-step-wrap .c-step.done div:before {
    background: url(../images/icon/step-arr.png) no-repeat 12px center #3fd27b;
    background-size: 8px auto;
  }
  .c-step-wrap .c-step:nth-child(2) { text-align: center; }
  .c-step-wrap .c-step:nth-child(3) { text-align: right; }
  @media (max-width:767px) {
    .c-step-wrap .c-step div:before {
      display: none;
    }
    .c-step-wrap .c-step div{
      background-color: #fff;
      display: inline-block;
      position: relative;
      padding-left: 15px!important;
      text-align: left; 
    }
    .c-step-wrap .c-step div span:nth-of-type(1) { font-size: 16px; }
    .c-step-wrap { margin: 0 0 10px -7px; }
  }
  @media (max-width:480px) {
    .c-step-wrap .c-step div:before { margin-right:5px; }
    .c-step-wrap .c-step:nth-of-type(1) div { padding: 0 3px 0 0; }
    .c-step-wrap .c-step:nth-of-type(2) div { padding:0 3px; }
    .c-step-wrap .c-step:nth-of-type(3) div { padding:0 0 0 3px; }
    .c-step-wrap .c-step { font-size: 14px; }
  }

  .count-box {
    display: block;
    /* overflow: hidden; */
    font-size: 18px;
    box-sizing: border-box;
    line-height: 2em;
    position: relative;
    height:30px;
  }
  .count-box a {
    display: block;
    float: left;
    text-align: center;
    color:#fff;
    width: 30px;
    height:100%;
    font-size: 20px;
    line-height: normal;
    padding-top: 5px;
    text-decoration: none;
  }
  .count-box input {
    display: block;
    float: left;
    text-align: center;
    width: 50px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    color: #545454;
    font-size: 16px;

    background-color: #f3f3f3;
    border:1px solid #d6d6d6;
    line-height: 30px;
  }

  .cart-top { position: relative; }
  .cart-top { display: table; width: 100%; }
  .cart-top .img-wrap { position: relative; display: table-cell; width: 180px; vertical-align: top; }
  .cart-top .text-wrap { display: table-cell; color: #444;  vertical-align: middle; padding: 10px; position: relative;}
  .cart-top .pd-title a { font-size: 20px; color: #000; display: block; }
  .cart-top .price { color: #666; display: inline-block; margin: 0 5px 0 0; }
  .cart-top .price.total { color: #E2640F; }
  .cart-top .count-box { margin: 5px 0; }

  .cart-success { border: 4px solid #eee; padding: 30px; }
  .cart-success .welcome h2 { margin: 0; font-size: 22px; }
  .cart-success .cart-top { border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; padding: 15px 0;}
  .cart-success .dl-horizontal dt { width: 70px; text-align: left; }
  .cart-success .dl-horizontal dd { margin-left: 70px; }
  .cart-bottom h3 { font-size: 22px; }
  .cart-success .dl-horizontal dt {
      float: left;
      overflow: hidden;
      clear: left;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  @media (max-width:767px) {
    .cart-wrap .like-shop-list { margin: 0 0 10px 0; }
    .contact-form, .cart-success { padding: 15px; }
  }
  @media(max-width:479px) {
    .cart-wrap .like-shop-list>li { display: block; }
    .cart-wrap .like-shop-list>li .img-wrap { display: block; width: 180px; margin: auto; }
    .cart-wrap .like-shop-list>li .text-wrap { display: block; width: 100%; text-align: center; }
    .cart-wrap .like-shop-list>li .count-box { display: inline-block; }
    .cart-wrap .like-shop-list>li .price { display: block; text-align: center; }
  }


/*====================== infomation ===========================*/
    .infomation-wrap .aside-menu { margin-bottom: 20px; }
    .infomation-wrap .aside-menu li a { 
      display: block; 
      border: 1px solid #4c4b45;
      padding: 8px 5px;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #4c4b45;
      font-weight: bold;
    }
    .infomation-wrap .aside-menu li { margin: 0 0 10px 0; }
    .infomation-wrap .aside-menu li:hover a,
    .infomation-wrap .aside-menu li.active a {background-color: #4c4b45; color:#fff}
    .infomation-wrap .info-title { font-size: 24px; margin: 2px 0 10px 0; }


/*====================== login/regi/404/member ===========================*/
    .member-edit-wrap .center-inner { border: 4px solid #eee; }
    .member-edit-wrap .base-form { width: 400px; max-width: 100%; margin: auto; padding: 40px 40px; }
    .member-edit-wrap .base-form .cart-form { padding: 15px; background: #f5f5f5; margin-top: 20px; }
    .member-edit-wrap .base-form .cart-form h3 {
        margin: 0 0 20px 0;
        font-weight: bold;
        color: #4c4b45;
        font-size: 20px;
        text-align: center;
    }
    .member-edit-wrap .base-form .inner-box { padding-top: 0; }
    .member-edit-wrap .base-form .reset-btn {
        font-size: 14px;
        background-color: #869990;
        color: #fff;
        padding: 2px 7px;
        display: inline-block;
        border-radius: 3px;
        vertical-align: middle;
    }
    @media (max-width:767px) {
      .member-edit-wrap .base-form { padding: 15px; }
    }
    

    .about-wrap .center-inner { border: 4px solid #eee; }
    .about-wrap .about-text { padding: 40px; }
    .about-wrap .base-form { width: 100%; margin: auto; }
    .about-wrap .base-form .cart-form { padding: 15px; background: #f5f5f5; }
    .about-wrap .base-form .cart-form h3 {
        margin: 0 0 20px 0;
        font-weight: bold;
        color: #4c4b45;
        font-size: 20px;
        text-align: center;
    }
    .about-wrap .about-tt { margin: 0; }
    .about-wrap textarea { height: auto; min-height: 500px; }
    @media (max-width:767px) {
      .about-wrap .center-inner { }
      .about-wrap .about-text { padding: 15px; }
      .about-wrap .about-tt { font-size: 24px; line-height: 36px; }
      .about-wrap .base-btn { padding: 10px; }
    }

    .fullpage-wrap { background: url('../images/login-bg.jpg') no-repeat center center; background-size: cover; background-color: #444; }
    
    .social-account { margin: 10px 0 20px 0; }
    .social-account a { padding: 10px; text-align: center;letter-spacing: .1em; display: block; float: left; width: 50%; color: #fff; font-weight: bold; }
    .social-account a.fb { background-color: #39589b; }
    .social-account a.gplus { background-color: #dd4631; }
    .log-title { font-size: 26px; margin: 20px 0; }
    .log-box .btn-wrap { text-align: center; margin-bottom: 20px; }
    .log-box .btn-wrap button { width: 100%; margin-top: 10px; }
    .log-box { width: 100%; display: table; height: 100%; margin: 20px 0 0 0; }
    .log-box>.td { display: table-cell; vertical-align: middle; text-align: center; }
    .log-box>.td .inner { display: inline-block; width: 500px; text-align: left; background-color: rgba(255, 255, 255, 0.85); padding: 20px 40px; }
    
    .member-list { position: relative; }
    .member-list>li { padding: 8px 0; border-bottom: 1px solid #eee; position: relative; }
    .member-list>li>a { display: table; width: 100%; }
    .member-list>li .img-wrap { position: relative; display: table-cell; width: 26px; vertical-align: top; }
    .member-list>li .text-wrap { display: table-cell; color: #444;  vertical-align: middle; padding: 10px; position: relative;}
    .member-list>li h3 { margin: 0; font-size: 16px; }
    .member-list>li.active h3 { color: #097937; }
    .member-list .img-wrap .i { display: inline-block; text-align: center; width: 26px; height: 26px; background-image: url('../images/icon/base-icon.png'); background-size: auto 118px;  }
    .member-list .img-wrap .i.i-like { background-position: -211px -14px; }
    .member-list .img-wrap .i.i-qa { background-position: -602px -14px; }
    .member-list .img-wrap .i.i-order { background-position: -469px -14px; }
    .member-list .img-wrap .i.i-pd { background-position: -532px -14px; }
    .member-list .img-wrap .i.i-about { background-position: -672px -14px; }
    .member-list .img-wrap .i.i-add { background-position: -146px -14px; }
    .member-list .img-wrap .i.i-point { background-position: -818px -14px; }
    .member-list .notice { position: absolute; font-size: 13px; right: 0; top: 7px; color: #e2640f; }
    .member-list .notice-dot { width: 6px; height: 6px; top: 13px; right: 4px; border-radius: 50%; background-color: #e26511; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
    

    .aside-list>li .img-wrap { vertical-align: middle; }
    .aside-list>li.add-btn { text-align: center; }
    .aside-list>li.add-btn a { 
      border: 1px solid #d69503;
      line-height: 47px;
      display: block;
      height: 45px;
      background: #efa500;
    }
    .aside-list>li.add-btn a:hover { opacity: .8; }
    .aside-list>li.add-btn .i { position: relative; top: 5px; }
    .aside-list>li.add-btn .img-wrap { margin-right: 5px; }
    .aside-list>li.add-btn .img-wrap .i.i-add { background-position: -146px -78px; }
    .aside-list>li.add-btn .img-wrap, .aside-list>li.add-btn .text-wrap { display: inline-block; padding: 0; }
    .aside-list>li.add-btn .text-wrap h3 {  color: #fff; font-weight: bold; }

    .pc-member-center .link-tab .inner { width: 100%; }
    .pc-member-center .member-list>li:last-child { border: none; }
    .pc-member-center .page-back,
    .cart-wrap .page-back { display: block; }

    .member-tab {  height: 440px; }
    .member-tab>div { width: 100%; height: 100%; }
    .member-tab .table { display: table; width: 100%; height: 100%; border: 4px solid #eee; }
    .member-tab .table .td { display: table-cell; vertical-align: middle; text-align: center; }
    .member-tab .table .td h1 { font-size: 30px; }
    .member-tab .big-main-title { font-size: 50px; font-weight: bold; display: inline-block; margin: 0 5px; }
    #member-tab-C-content .table {  background-color: #f9f9f9; }
    #member-tab-B-content .table {  background-color: #f9f9f9; }
    .pc-member-list { display: inline-block; margin-top: 20px; }
    .pc-member-list>li, .pc-member-center .pc-member-list>li:last-child { display: table; float: left; margin: 0 10px; width: 120px; height: 120px; border: 1px solid #ccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
    #member-tab-C-content .pc-member-list>li, #member-tab-C-content .pc-member-center .pc-member-list>li:last-child { background: #f6f0cd; border: 1px solid #e3d9b4; }
    #member-tab-B-content .pc-member-list>li, #member-tab-B-content .pc-member-center .pc-member-list>li:last-child { background: #ececec; border: 1px solid #e4e4e4; }    
    .pc-member-list>li>a { display: table-cell; vertical-align: middle; }
    .pc-member-list>li .img-wrap, .pc-member-list li .text-wrap {width: 100%; display: block; text-align: center; }
    .pc-member-list>li .text-wrap { padding-bottom:0; }
    #member-tab-C-content .pc-member-list>li:hover { background-color: #f3c068; }
    #member-tab-B-content .pc-member-list>li:hover { background-color: #745b23; }
    .member-tab .pc-member-list>li:hover .text-wrap { color: #fff; }
    .member-tab .pc-member-list>li:hover .text-wrap h3 {  font-weight: bold; }
    #member-tab-B-content .pc-member-list>li.add { background-color: #efa500; border: 1px solid #efa500; }
    #member-tab-B-content .pc-member-list>li.add .text-wrap { color: #fff; }
    #member-tab-B-content .pc-member-list>li.add .text-wrap h3 {  font-weight: bold; }

    .gift-notice { border: 1px solid #eadab5; background: #fff9ec; border-radius: 5px; margin-bottom: 15px; }
    .gift-notice .top { background-color: #eadab5; padding: 5px 10px; font-weight: bold; color: #4e2e0a; }
    .gift-notice .top .pull-right { color: #c19c46; }
    .gift-notice .inner { width: 100%; display: table; }
    .gift-notice .img-wrap { padding: 10px; width: 70px; display: table-cell; vertical-align: top; }
    .gift-notice .img-wrap img { border: 1px solid #cacaca; }
    .gift-notice .text-wrap { display: table-cell; vertical-align: top; padding: 10px 10px 10px 0; }
    .gift-notice .text-wrap .title { display: block; font-size: 17px; font-weight: bold; margin: 0 0 2px 0; }
    .gift-notice .text-wrap span { display: inline-block; vertical-align: middle; color: #000; margin-right: 10px; }
    .gift-notice .text-wrap b { display: inline-block; vertical-align: middle; background-color: #EBDAB5; padding: 2px 4px; color: #4e2e0a; font-size: 12px; margin-right: 10px; }

    .like-shop-list { }
    .like-shop-list>li { padding: 0; border-bottom: 1px solid #eee; display: table; width: 100%; position: relative; table-layout: fixed; }
    .like-shop-list>li .img-wrap { display: table-cell; width: 140px; vertical-align: top; }
    .like-shop-list>li .img-wrap a { display: block; }
    .like-shop-list>li .img-wrap img.base-radius { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
    .like-shop-list>li .text-wrap { width: inherit; display: table-cell; color: #444;  vertical-align: top; padding: 10px; padding-right: 40px; position: relative;}
    .like-shop-list>li h3 { /* min-height: 44px; */ overflow: hidden; margin: 0; font-size: 16px; font-weight: bold; color: #444; line-height: 1.5em; }
    .like-shop-list>li h3 a { color: #444; }
    .like-shop-list>li h3:hover a { color: #888; }
    .like-shop-list>li .price { margin: 3px 0; }
    .like-shop-list>li p { margin: 5px 0; }
    .like-shop-list>li .desc span,
    .like-shop-list>li .desc span i, 
    .like-shop-list>li .desc span a { font-size: 13px; display: inline-block; }
    .like-shop-list>li .desc span i { margin-right: 3px; }
    .like-shop-list>li .desc span { color: #444; margin-right: 10px; }
    .like-shop-list>li .desc span.noreply,
    .like-shop-list>li .desc span.noreply a { color: #e26511; }
    .like-shop-list>li .desc span.newreply,
    .like-shop-list>li .desc span.newreply a { color: #e26511; }
    .like-shop-list>li .desc span.noreply:hover a,
    .like-shop-list>li .desc span.newreply:hover a { color: #f78f4a; }
    .like-shop-list>li .desc span.newreply:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      top: 13px;
      right: 4px;
      border-radius: 50%;
      background-color: #e26511;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      margin-left: 8px;
      vertical-align: middle;
    }
    .like-shop-list .like-box a:before { width: 22px; height: 20px; background-size: 21px auto; }
    .like-shop-list .like-box { position: absolute; font-size: 13px; right: 7px; top: 8px; color: #745b23; }
    .like-shop-list .more { font-size: 13px; width: 56px; background: #f7f7f7; display: block; position: absolute; right: 0; top: 0; text-align: center; padding: 40px 0 0 0; height: 100%; }
    .like-shop-list .more i { font-size: 25px; }

    .like-shop-list li .why {
        color: #dc4046;
        font-size: 13px;
        padding: 4px 5px;
        border: 1px solid #dc4046;
        display: inline-block;
        line-height: 1em;
        margin-top: 3px;
    }

    .like-shop-list li.not .img-wrap,
    .like-shop-list li.disable .img-wrap,
    .like-shop-list li.end .img-wrap,
    .like-shop-list li.violate .img-wrap { overflow: hidden; }

    .like-shop-list li.not .img-wrap:before,
    .like-shop-list li.disable .img-wrap:before,
    .like-shop-list li.end .img-wrap:before,
    .like-shop-list li.violate .img-wrap:before {
      display: block;
      content: "";
      position: absolute;
      z-index: 1;
      left: -55px;
      top: -55px;
      width: 100px;
      height: 100px;
      border-width: 30px;
      border-style: solid;
      border-color: transparent transparent #f33 transparent;
      box-shadow: 0 0 2px rgba(0,0,0,0.2);
      clip: rect(0px,100px,104px,0px);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
      transition: all linear 0.2s;
    }
    .like-shop-list li.not .img-wrap:after,
    .like-shop-list li.disable .img-wrap:after,
    .like-shop-list li.end .img-wrap:after,
    .like-shop-list li.violate .img-wrap:after {
      display: block;
      content: "";
      position: absolute;
      z-index: 2;
      left: -13px;
      top: -13px;
      width: 80px;
      height: 80px;
      color: #fff;
      font-family: "Roboto Condensed";
      font-weight: bolder;
      text-align: center;
      line-height: 60px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .like-shop-list li.not .img-wrap:before { border-color: transparent transparent #686259 transparent; }
    .like-shop-list li.disable .img-wrap:before { border-color: transparent transparent #686259 transparent; }
    .like-shop-list li.end .img-wrap:before { border-color: transparent transparent #167b40 transparent; }
    .like-shop-list li.violate .img-wrap:before { border-color: transparent transparent #686259 transparent; }
    .like-shop-list li.not .img-wrap:after { content: '未成團'; }
    .like-shop-list li.disable .img-wrap:after { content: '停團'; }
    .like-shop-list li.end .img-wrap:after { content: '成團'; }
    .like-shop-list li.violate .img-wrap:after { content: '違規'; }

    .like-shop-list.order-cancel { position: relative; }
    .like-shop-list.order-cancel:before { 
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(41, 41, 41, 0.7);

    }
    .like-shop-list.order-cancel:after { 
      content: '訂單已取消';
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin: -20px auto 0;
      display: block;
      width: 148px;
      height: 40px;
      line-height: 40px;
      z-index: 10;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      background: #4c4b45;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;

    }

    /* .like-shop-list li.disable .img-wrap:before,
    .like-shop-list li.end .img-wrap:before,
    .like-shop-list li.violate .img-wrap:before {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      display: block;
      color: #fff;
      z-index: 1;
    }
    .like-shop-list li.disable .img-wrap:after,
    .like-shop-list li.end .img-wrap:after,
    .like-shop-list li.violate .img-wrap:after { 
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
    }
    .like-shop-list li.violate .more, .like-shop-list li.end .more { display: none; }

    .like-shop-list li.disable .img-wrap:before { content: '已停團'; }
    .like-shop-list li.end .img-wrap:before { content: '已成團';   top: 0;  background-color: #745b23; }
    .like-shop-list li.violate .img-wrap:before { content: '違規下架'; }

    .like-shop-list li.disable .img-wrap:after { background-color: rgba(68, 74, 90, 0.75); }
    .like-shop-list li.end .img-wrap:after { }
    .like-shop-list li.violate .img-wrap:after { background-color: rgba(68, 74, 90, 0.75); } */

    .like-shop-list.like-shop>li { padding: 8px 0; }
    .like-shop-list.like-shop>li .img-wrap { width: 90px; }

    .qa-list>li .text-wrap { padding-right: 65px; }

    .like-shop-list.manager-list .dropdown-group { position: absolute; right: 8px; top: 8px; }
    .like-shop-list.manager-list .dropdown-toggle {  padding-right: 26px; }
    .like-shop-list.manager-list .dropdown-toggle, .manager-list .dropdown-menu { min-width: 50px; }
    .like-shop-list.manager-list>li .text-wrap h3 { padding-right: 50px; }
    .like-shop-list.manager-list .why-btn { position: absolute; right: 8px; top: 8px; padding: 8px 9px; }

    .cover-box { 
      position: relative; 
      color: #fff; 
      width: 100%; 
      padding: 15px; 
      text-align: center;  
      font-weight: bold; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover; 
      -o-background-size: cover; 
      background-size: cover; 
      background-image: url('../images/no_image.jpg'); 
      background-position: center center; 
    }
    .cover-box .shop-name { 
      font-size: 16px; 
      -webkit-text-shadow: 1px 1px 2px #4c4b45;
      -moz-text-shadow: 1px 1px 2px #4c4b45;
      -ms-text-shadow: 1px 1px 2px #4c4b45;
      text-shadow: 1px 1px 2px #4c4b45;
      filter: Shadow(Color=#444444, Direction=130, Strength=2); /* IE Proprietary Filter*/
      margin: 0 0 15px 0;
      position: relative;
      z-index: 1000;
    }
    .cover-box .shop-name a { color: #fff; }
    .cover-box .account-name {
      position: relative;
      z-index: 1000;
      display: table;
      margin: auto;
    }
    .cover-box .account-name .img-wrap { display: table-cell; width: 70px; }
    .cover-box .account-name .text-wrap {     
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      padding: 0 0 0 10px; 
      -webkit-text-shadow: 1px 1px 2px #4c4b45;
      -moz-text-shadow: 1px 1px 2px #4c4b45;
      -ms-text-shadow: 1px 1px 2px #4c4b45;
      text-shadow: 1px 1px 2px #4c4b45;
      filter: Shadow(Color=#444444, Direction=130, Strength=2); /* IE Proprietary Filter*/
    }
    .cover-box .account-name img { width: 70px; }
    .cover-box .account-name a { color: #fff; }
    .cover-box .account-name .id { color: #eee; font-size: 12px; font-weight: normal; }
    .cover-box:before { 
      content: ''; 
      display: block; 
      width: 100%; 
      height: 100%; 
      position: absolute;
      left: 0;
      top: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.37+0,0+100 */
      background: -moz-linear-gradient(top,  rgba(0,0,0,0.37) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(0,0,0,0.37) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
      background: -ms-linear-gradient(top,  rgba(0,0,0,0.37) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      background: linear-gradient(to bottom,  rgba(0,0,0,0.37) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    }
    .cover-box .shop-name a , .cover-box .account-name .name>a { position: relative; display: block; padding: 0 5px; }
    .cover-box .account-name .name>a { padding: 0 18px 0 0; }
    .cover-box .shop-name a .ti-pencil , .cover-box .account-name .name a .ti-pencil  {  
      position: absolute; 
      right: -10px; 
      top: 0;
      display: none;
      background-color: #4c4b45;
      padding: 3px 0;
      text-align: center;
      width: 22px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
    }
    .cover-box .shop-name a .ti-pencil:after , .cover-box .account-name .name a .ti-pencil:after {
      content: '';
      display: block;
      position: absolute;
      left: -5px;
      top: 6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 5px 3px 0;
      border-color: transparent #4c4b45 transparent transparent;
    }

    .cover-box .edit-box { position: relative; }
    .cover-box .edit-box input {
      height: 30px;
      line-height: 30px;
      padding-right: 35px;  
    }
    .cover-box .edit-box .save-btn { background-color: #4c4b45; border: none; position: absolute; right: 0; top: 0; height: 100%; font-size: 14px; display: inline-block; width: 25px; text-align: center; line-height: 30px; }
    .cover-box .account-name .edit-box { margin-bottom: 10px; }

    .cover-box .edit-cover { 
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.85);
      display: block;
      padding: 5px 8px;
      line-height: 1;
      margin-bottom: 15px;
      border-radius: 3px;
      position: relative;
      z-index: 1000;
    }
    .cover-box .edit-cover i { vertical-align: middle; }
    .cover-box .edit-cover span { display: inline-block; vertical-align: middle; font-size: 13px; }

    .member-aside .cover-box .account-name .img-wrap a { 
      display: block; 
      position: relative; 
    }
    .member-aside .cover-box .account-name .img-wrap a:after { 
      content: "\e64e"; 
      font-family: 'themify';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 70px;
      background-color: rgba(68, 74, 90, 0.68);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 23px;
      opacity: 0;
       -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 999;
    }
    .member-aside .cover-box .account-name .img-wrap a:hover:after { opacity: 1; }

    .shop-wrap ~ #cboxOverlay { background-color: rgba(0, 0, 0, 0.48); }
    .share-pop { padding: 10px; min-width: 300px; }
    .share-pop .share-box .i-link { position: static; }
    /* .share-pop .share-box .i-link .copy-box { margin-left: -110px; }
    .share-pop .share-box .i-link #copy-success.copy-box:before { left: 40px; } */
    .share-pop .share-box .dropdown-menu { display: block!important;  float: none;  position: static;    background: transparent;
    box-shadow: none; text-align: center; width: 100%; }
    .share-pop .share-box .dropdown-menu span { font-weight: bold; display: block;  line-height: 1em; margin-top: 7px; }
    .share-pop .share-box .dropdown-menu img { width: 40px;  margin: 0;  -webkit-border-radius: 4px;    -moz-border-radius: 4px;    border-radius: 4px; }
    .share-pop .share-box .dropdown-menu>li { display: inline-block!important; vertical-align: top; }

    .share-pop .share-box .dropdown-menu>li>a,
    .share-pop .share-box .dropdown-menu>li.mb-i-line { padding: 10px; text-align: center;  }
    .share-pop .share-box .dropdown-menu>li.mb-i-line { display: none!important; }

    .share-pop .share-box .i-link .copy-box {     
      left: 0;
      right: 0;
      width: 100%!important;
      position: absolute;
      margin: 0;
      white-space: normal; 
    }
    .share-pop .share-box .i-link .copy-box:before { left: auto!important; right: 70px!important; }
    .share-pop .share-box .i-link .copy-box b { text-align: center; }
    


    .shop-wrap .cover-box { min-height: 200px; }
    .shop-wrap .cover-box .shop-name { font-size: 22px; margin-bottom: 15px; text-align: left; }
    .shop-wrap .cover-box .account-name {  margin: 0; }
    .shop-wrap .cover-box .account-name .img-wrap { width: 50px; }
    .shop-wrap .cover-box .account-name .img-wrap img { width: 50px;}
    .shop-wrap .share-box { display: inline-block; width: auto;  }
    .shop-wrap .share-box .dropdown-toggle { min-width: 0; background-color: transparent; }
    .shop-wrap .cover-tab .like-box a:before { display: inline-block; position: static; margin-top: -3px; vertical-align: middle; margin-right: 5px; }
    .shop-wrap .shop-filter { text-align: right; margin-bottom: 10px; }
    .shop-wrap .shop-filter .base-btn { padding: 6px 10px; background-color: #b1b1b1; position: relative; }
    .shop-wrap .shop-filter .base-btn.active { background-color: #E2640F; }
    .shop-wrap .shop-filter .base-btn.active:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      border-color: #e2640f transparent transparent transparent;
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0;
      margin: auto;
    }
    .shop-wrap .cover-tab .td.like-box>a { display: inline-block; }
    .shop-wrap .like-box a:after { right: 0; left: 0; top: -20px; background: #585f71; }
    .shop-wrap .line-box span { display: block; margin-bottom: 5px; color: #fff; }

    .cover-tab-wrap { background-color: #4c4b45; }
    .cover-tab { display: table; width: 100%; table-layout: fixed;  }
    .cover-tab .td { display: table-cell; vertical-align: middle; padding: 5px; font-size: 14px; font-weight: bold; text-align: center; background-color: #4c4b45; border-left: 1px solid #000; }
    .cover-tab .td:nth-child(1) {  border-left: none;  }
    .cover-tab .td>a { display: block; font-size: 14px; padding: 10px; color: #fff; }

    #aboutMe textarea { width: 100%; min-height: 150px; }
    .modal-aboutMe .base-form { margin-top:20px }
    .modal-aboutMe .base-btn { margin-top: 20px; }

    .cart-info .title {
      background-color: #e5e5e5;
      font-size: 15px;
      padding: 6px 12px;
      margin: 20px 0 0 0;
      font-weight: bold;
      color: #444;
    }
    .cart-info table { margin: 10px 0 0 0; }
    .cart-info table tr td { padding: 3px 5px; }
    .cart-info table tr td:nth-child(1) { width: 70px; }
    .cart-info .same { color: #666; font-size: 13px; vertical-align: middle; display: inline-block; }

    .order-cancel-more-btn { display: none; }
    .order-cancel ~ .order-cancel-more-btn { display: block; }
    .order-cancel ~ .order-cancel-info { display: none; }

    @media (max-width:1199px) {
      .pc-member-list>li, .pc-member-center .pc-member-list>li:last-child {  width: 95px; height: 95px; }
      .pc-member-list>li h3 { font-size: 14px; }
    }
    @media (max-width:991px) {
      .aside-list { margin-bottom: 20px; }
    }
    @media (min-width:768px) {
      .shop-wrap .share-box .dropdown-menu { right: -32px; }
      .cover-box .edit-cover:hover { background-color: #745b23; color: #fff; }
      .cover-box .shop-name a:hover .ti-pencil , .cover-box .account-name .name a:hover .ti-pencil,
      .cover-box .shop-name a:hover .ti-pencil:hover , .cover-box .account-name .name a:hover .ti-pencil:hover  { display: block; }
    }
    @media (max-width:767px) {
        .cover-box .shop-name>a { display: inline-block; padding: 0 13px; }
        .cover-box .shop-name>a .ti-pencil , .cover-box .account-name .name>a .ti-pencil { display: block; }
        .cover-box .edit-cover { padding: 15px 8px; }

        .share-pop .share-box .mb-i-line .icon-line { display: inline-block; vertical-align: middle; line-height: 0; }

        .member-aside { display: none; }
        .member-left-menu { padding: 0 15px; }
        .member-main .member-aside { display: block; }
        
        .like-shop-list { margin: 0 -15px; }
        .like-shop-list>li h3 { font-size: 15px; }
        .like-shop-list.like-shop  { margin: 0; }
        .like-shop-list.like-shop>li .img-wrap { width: 60px; }
        .like-shop-list>li .img-wrap { width: 150px; }
        .like-shop-list>li .text-wrap { padding-right: 8px; }
        .like-shop-list.like-shop>li .text-wrap,
        .like-shop-list.like-pd>li .text-wrap { padding-right: 35px; }

        .pc-member-center .page-back { display: none!important; }
        .log-box>.td .inner { width: 100%; }
        .shop-wrap .cover-box .shop-name { font-size: 16px; }
        .shop-wrap .mb-line-box { text-align: center; padding: 10px 0; border-bottom: 1px solid #d4d4d4; background: #e4e4e4; }
        .shop-wrap .mb-line-box span { color: #464646; }
        .shop-wrap .cover-box { min-height: 110px; }
        .cover-tab .share-box, .cover-tab .share-box .dropdown { position: static; }
        .cover-tab .share-box .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            max-width: 100%;
            top: auto;
            margin-top: 10px;
            text-align: center;
            padding: 20px 0;
        }
        .shop-wrap .shop-filter { text-align: center; }
        .shop-wrap .shop-filter .dropdown-group { float: none!important; display: inline-block; }

        .share-pop .share-box .dropdown-menu>li.hidden-xs { display: none!important; }
        .share-pop .share-box .dropdown-menu>li.mb-i-line { display: inline-block!important; }

        .member-tab { height: auto }
    }
    @media (max-width:479px) {
        .qa-list>li .more { display: none; }
        /* .member-list li.violate .img-wrap:before,
        .member-list li.delete .img-wrap:before,
        .member-list li.disable .img-wrap:before { top: 50%; font-size: 13px; margin-top: -10px; } */
        /* .manager-list>li .text-wrap { padding-right: 0; }
        .manager-list .dropdown-group { right: auto; left: -50px; top: 52px; }
        .manager-list .dropdown-menu { right: auto; left: 0; }
        .manager-list .why-btn { right: auto; left: -50px; top: 52px; } */
    }
    @media (max-width:400px) {
      .social-account a.fb,
      .social-account a.gplus { float: none; width: 100%; margin-bottom: 10px; }
    }


  .export-box .dateAtoB input { display: inline-block; width: 120px; vertical-align: middle; }
  .export-box .dateAtoB { display: inline-block; }
  .export-box .showAll { display: inline-block; margin: 0 0 0 10px; }
  .export-box .export {    border: 1px solid #745b23; background-color: #fff; color: #159c4c;}
  @media (min-width:768px) { 
      .history-table-wrap.base-table tr th:nth-of-type(1),.history-table-wrap.base-table tr td:nth-of-type(1) { text-align: left; }

    }
  @media (max-width:479px) {
    .export-box .dateAtoB { margin-bottom: 10px; }
    .export-box .pull-left { float: none!important; text-align: center; }
  }

  
/*========================= point =========================*/
  .point-type {
    background-color: #7da08c;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
  }
  .point-table-wrap.base-table tr td { font-size: 15px; }
  .point-table-wrap.base-table tr td:nth-child(1) { width: 106px; } 
  .point-table-wrap.base-table tr td:nth-child(2) { text-align: left; } 
  .point-table-wrap.base-table tr td:nth-child(3) { width: 90px; } 
  .point-table-wrap.base-table tr td:nth-child(4) { width: 90px; } 
  .point-table-wrap.base-table tr td:nth-child(5) { width: 90px; background-color: #f9f9f9; } 
  .point-table-wrap.base-table tr td:nth-child(6) { width: 90px; } 

  .point-top-table { margin: 10px 0 40px 0; }
  .point-top-table tr td { vertical-align: middle; padding: 15px 0; width: 50%; border: 2px solid #8a8a8a; text-align: center; background: #f9f9f9;}
  .point-top-table tr td:nth-child(1) h4 { font-size: 15px; margin: 0; }
  .point-top-table tr td:nth-child(1) h4 span { font-size: 24px; display: inline-block; margin: 0 5px; }
  .point-top-table tr td:nth-child(2) { background-color: #8a8a8a; color: #fff; position: relative; }
  .point-top-table tr td:nth-child(2):before { 
    content: ''; 
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 15px 8px 0;
    border-color: transparent #8a8a8a transparent transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -8px;
  }
  .point-how h3 { font-size: 22px; margin: 0 0 7px 0; }
  .point-how p { margin: 0; }

  @media (max-width:767px) {
    .point-table-wrap.base-table tr { padding: 5px 0; font-size: 13px; border: none; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
    .point-table-wrap.base-table tr td .mb-title { border: none; padding: 2px 5px; width: 70px; text-align: left; }
    .point-table-wrap.base-table tr td .mb-content { padding: 2px 5px; }
    .point-table-wrap.base-table tr td { border: none; font-size: 13px; }
  }
  @media (max-width:479px) {
    .point-top-table tr td { display: block; width: 100%; }
    .point-top-table tr td:nth-child(2):before { 
      left: 0; right: 0; top: auto; bottom: -15px; 
      margin: auto;
      border-width: 15px 8px 0 8px;
      border-color: #686259 transparent transparent transparent;
    }
  }


/*========================= upload file =========================*/
    label.file input {position:absolute; width:0; overflow:hidden; opacity:0;}
    label.file {
        line-height:30px!important;
        cursor:pointer;
        position:relative;
        display:inline-block;
        white-space:nowrap;
        text-align:right;
        font-size: 14px;
        color:#999999;
    }
    label.file img { width: 100%; }
    label.file:before {
        display:block;
        font-weight: 100;
        position:absolute;
        bottom: -30px;
        box-sizing:border-box;
        width:100%;
        height:inherit;
        border: none;
        overflow:hidden;
        text-overflow:ellipsis;
        text-align:center;
        vertical-align:middle;
    }
    label.file[title]:not([title=""]):before{
        content:attr(title);
        color:#162f44;
    }
    label.file .delete:before, label.file .delete:after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background-color: red;
        transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: 9px;
    }
    label.file .delete:after { transform: rotate(-45deg); }
    label.file .delete {
        display: none;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 18px;
        height: 18px;
    }
    label.file[title]:not([title=""]) .delete {
        display: block;
    }
    label.file:after {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: inherit;
        padding: 0 4px;
        color: #414141;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
    }
    label.fileno:before {  color:#9b9b9b;   border: 1px solid #dadada; cursor: default;}
    label.fileno:after { background-color:#dadada;   cursor: default;}
    label.fileno~.point-alert-icon-wrap { display: none; }


/*======================@1 common start ==========================*/

    .error-wrap { background: url('../images/error-bg.jpg') 23% center no-repeat; background-size: cover; display: table; width: 100%; height: 100vh; }
    .error-wrap .container { text-align: center; height: 100%; display: table-cell; vertical-align: middle; }
    .error-wrap .inner { position: relative; left: 18%; }
    .error-wrap .t404 { font-size: 80px; color: #ccc; display: block; margin-bottom: 10px; }
    @media(max-width:767px) {
      .error-wrap .inner { left: auto; }
      .error-wrap .container {     background: rgba(230, 230, 230, 0.89); }
      .error-wrap .t404 { color: #999; }
    }

    /*margin padding*/
    .mt0 { margin-top:0px; }
    .mt10 { margin-top:10px; }
    .mt20 { margin-top:20px; }
    .mt30 { margin-top:30px; }
    .mt40 { margin-top:40px; }

    .mb0 { margin-bottom:0px; }
    .mb10 { margin-bottom:10px; }
    .mb20 { margin-bottom:20px; }
    .mb30 { margin-bottom:30px; }
    .mb40 { margin-bottom:40px; }

    .pt0 { padding-top:0px; }
    .pt10 { padding-top:10px; }
    .pt20 { padding-top:20px; }
    .pt30 { padding-top:30px; }
    .pt40 { padding-top:40px; }

    .pb0 { padding-bottom:0px; }
    .pb10 { padding-bottom:10px; }
    .pb20 { padding-bottom:20px; }
    .pb30 { padding-bottom:30px; }
    .pb40 { padding-bottom:40px; }


/* 圖片上傳 */
#crop-container .modal-footer .base-btn.pull-left { background-color: #c1c1c1; }

/*jimmy*/
#more>div:first-child{display:none;}



/* 圖片裁切 */
@media (min-width:992px) {
  #crop-container .modal-dialog,
  #crop-container .modal-dialog .crop-image { width: 950px; }
}
@media (min-width:768px) and (max-width:991px) {
  #crop-container .modal-dialog,
  #crop-container .modal-dialog .crop-image { width: 720px; }
}
@media (min-width:480px) and (max-width:767px) {
  #crop-container.in ~ .modal-backdrop { z-index: 1060; }
  #crop-container.in { z-index: 1070; }
  #crop-container .modal-dialog { width: 480px; margin: 10px auto; }
  #crop-container .modal-dialog .crop-image { width: 480px; }
  .jcrop-handle { width: 15px!important; height: 15px!important; }
}
@media (max-width:479px) {
  #crop-container.in ~ .modal-backdrop { z-index: 1060; }
  #crop-container.in { z-index: 1070; }
  #crop-container .modal-dialog { width: 320px; margin: 10px auto; }
  #crop-container .modal-dialog .crop-image { width: 320px; }
  .jcrop-handle { width: 15px!important; height: 15px!important; }
}

/* Evezone New Define - 2017-10-1 */
.text-color-dark { color: #777;}
.text-color-light { color: #bbb;}
.text-color-green { color: #28D579;}

.main.cart-wrap { position: relative; padding: 40px 0;}
.main.cart-wrap .petid-cart-bg { position: absolute; left: 40px; top: 40px; bottom: 40px; width: 58.33333333%; background: url(../images/petid-cart-process.jpg) no-repeat center center; background-size: cover;}
.main.cart-wrap .petid-cart-box { padding: 30px 60px 0; background-color: #fff; min-height: 570px;}

.petid-cart-box .petid-title { position: relative; margin: 0 0 30px;}
.petid-cart-box .petid-title h2 { margin: 0; font-size: 40px; font-weight: bold; line-height: 60px;}
.petid-cart-box .petid-title  .petid-cart-step { position: absolute; left: -110px; top: 0; width: 70px; height: 60px; background-color: #28D579; font-size: 30px; line-height: 60px; color: #fff; font-family: roboto; text-align: center; border-radius: 4px;}
.petid-cart-box .petid-title  .petid-cart-step i { vertical-align: middle;}
.petid-cart-box .petid-title  .petid-cart-step:before { position: absolute; left: 30px; top: -30px; display: block; content: ""; width: 100%; height: 30px; background-color: #fff;}
.petid-cart-box .petid-title  .petid-cart-step.cart-reissue { background-color: #ff7f00;}

.petid-cart-box .petid-subtile { margin: 0 0 15px 0; font-size: 19px; color: #555;}

.petid-cart-box .petid-form {}
.petid-cart-box .petid-form .pet2_page1,
.petid-cart-box .petid-form .pet2_page2,
.petid-cart-box .petid-form .pet2_page3,
.petid-cart-box .petid-form .pet2_page4,
.petid-cart-box .petid-form .pet2_page5,
.petid-cart-box .petid-form .pet2_page6,
.petid-cart-box .petid-form .pet2_page7 { width: 100%;}
.petid-cart-box .petid-form .p-title { margin-bottom: 10px; font-size: 15px;}

.petid-cart-box .petid-form .p-input { margin-bottom: 20px;}
.petid-cart-box .petid-form .p-input input.form-control { height: 40px; background-color: #fff; line-height: 40px; border-radius: 4px;}
.petid-cart-box .petid-form .p-input textarea.form-control { border-radius: 4px;}
.petid-cart-box .petid-form .count-box { height: 40px; line-height: 40px;}
.petid-cart-box .petid-form .count-box a { position: absolute; top: 0; width: 40px; height: 40px; background-color: #f4f4f4; color: #555; border: 1px solid #d6d6d6;}
.petid-cart-box .petid-form .count-box a:hover { background-color: #28D579; color: #fff;}
.petid-cart-box .petid-form .count-box a:first-child { right: 40px; border-right: 0;}
.petid-cart-box .petid-form .count-box a:last-child { right: 0; border-radius: 0 4px 4px 0;}
.petid-cart-box .petid-form .count-box a i { vertical-align: middle;}
.petid-cart-box .petid-form .count-box input { width: 100%; height: 40px; background-color: #fff; text-align: left; border-radius: 4px;}
.petid-cart-box .petid-form .base-btn { background-color: #28D579; font-size: 17px; font-weight: bold;}
.petid-cart-box .petid-form .pet2-btn { display: block; padding: 25px; text-align: center; font-size: 25px; font-weight: bold; border-radius: 4px;}
.petid-cart-box .petid-form .pet2-btn i { display: block; margin: 0 auto 15px auto; font-size: 48px;}

.petid-cart-box .petid-form .pet2-btn.checkout { background-color: #28D579; color: #fff;}
.petid-cart-box .petid-form .pet2-btn.other { margin-bottom: 80px; background-color: #fff; border: 2px solid #d6d6d6; color: #888;}
.petid-cart-box .petid-form .petid-divide-text { position: relative; margin: 25px 0; color: #999;}
.petid-cart-box .petid-form .petid-divide-text:before { position: absolute; top: 50%; z-index: 1; width: 100%; display: block; content: ""; height: 1px; background-color: #d6d6d6;}
.petid-cart-box .petid-form .petid-divide-text span { position: relative; z-index: 2; padding: 5px 15px; background-color: #fff;}

.petid-cart-box .petid-form .petid-prod { padding: 0; border: 1px solid #d6d6d6;}
.petid-cart-box .petid-form .petid-prod .img-wrap,
.petid-cart-box .petid-form .petid-prod .text-wrap { display: table-cell; vertical-align: top;}
.petid-cart-box .petid-form .petid-prod .img-wrap { padding: 15px;}
.petid-cart-box .petid-form .petid-prod .img-wrap img { display: block; border-radius: 3px;}
.petid-cart-box .petid-form .petid-prod .text-wrap { padding: 15px 0;}
.petid-cart-box .petid-form .petid-prod .text-wrap .title { margin-bottom: 10px; font-size: 19px; font-weight: bold; color: #333;}
.petid-cart-box .petid-form .petid-prod .text-wrap .desc { font-size: 13px; color: #999;}
.petid-cart-box .petid-form .petid-prod .pet2_size,
.petid-cart-box .petid-form .petid-prod .pet2_number { font-size: 13px;}
.petid-cart-box .petid-form .petid-prod .pet2_price { font-size: 17px; color: #ab1414;}

.petid-cart-box .petid-form .pet2_pro_c { padding: 15px; font-size: 17px; border: 1px solid #d6d6d6; border-top: none;}
.petid-cart-box .petid-form .pet2_pro_c .table { display: table; margin: 0; width: 100%}
.petid-cart-box .petid-form .pet2_pro_c .desc { display: table-cell; width: 50%;}
.petid-cart-box .petid-form .pet2_pro_c .desc span { color: #333; font-weight: bold;}

.petid-cart-box .petid-form .pet2_pro_b { background-color: #e4e4e4; border-radius: 0 0 4px 4px;}
.petid-cart-box .petid-form .pet2_pro_b .table { display: table; margin: 0; width: 100%}
.petid-cart-box .petid-form .pet2_pro_b .base-btn { padding: 8px; display: table-cell; width: 50%; background-color: #e4e4e4; font-size: 15px; font-weight: bold; color: #333;}

.petid-cart-box .petid-form .petid-trititle { position: relative; padding-bottom: 15px; margin-bottom: 15px; font-size: 17px; color: #28D579; font-weight: bold;}
.petid-cart-box .petid-form .petid-trititle:before,
.petid-cart-box .petid-form .petid-trititle:after { display: block; content: ""; position: absolute; bottom: 0; left: 0; height: 2px;}
.petid-cart-box .petid-form .petid-trititle:before { z-index: 2; width: 30px; background-color: #28D579;}
.petid-cart-box .petid-form .petid-trititle:after { width: 100%; background-color: #e4e4e4;}
.petid-cart-box .petid-form .area-wrap .row { margin-left: -5px; margin-right: -5px;}
.petid-cart-box .petid-form .area-wrap .row .col-md-6 { padding-left: 5px; padding-right: 5px;}
.petid-cart-box .petid-form .area-wrap .row select.area { height: 40px;}

.petid-cart-box .petid-form .petid-chk { margin-bottom: 20px; padding: 6px 10px; background-color: #f4f4f4; border: 1px solid #d6d6d6; border-radius: 4px;}
.petid-cart-box .petid-form .petid-chk .same-radio { padding: 0;}

.petid-cart-box .petid-form .petid-chk-white { margin-bottom: 20px; padding: 6px 10px; background-color: #fff; border: 1px solid #fff; border-radius: 4px;}
.petid-cart-box .petid-form .petid-chk-white .same-radio { padding: 0;}

.pet2_page5 input[type="radio"] + label em, .pet2_page5 input[type="checkbox"] + label em { margin-left: 8px; font-size: 15px; font-style: normal; font-weight: normal; color: #F66;}

.pet2_page5 .type-rc-btn input[type="radio"] + label { background-color: #fff; border: 1px solid #d6d6d6;}
.pet2_page5 .type-rc-btn input[type="radio"]:checked + label { background-color: #f4f4f4; color: #28D579; border: 1px solid #28D579;}

.petid-price-box { margin-bottom: 20px; padding: 15px; background-color: #F6F0CD; border-radius: 4px;}
.petid-price-box .price { font-size: 30px; text-align: right;}

.cart-info { margin-bottom: 20px;}
.cart-info .title { margin: 0; padding: 5px 15px; font-size: 13px; color: #777; background-color: #e4e4e4; border-radius: 4px 4px 0 0;}
.cart-info .pd-type-info { display: table; width: 100%; border-collapse:collapse;}
.cart-info .pd-type-info .tr { display: table-row;}
.cart-info .pd-type-info .td { display: table-cell; padding: 10px; border: 1px solid #d6d6d6;}
.cart-info .pd-type-info .name { margin-bottom: 10px; font-size: 19px; font-weight: bold; color: #333;}
.cart-info .pd-type-info .qty { color: #999;}
.cart-info .pd-type-info .price2 { font-size: 17px; color: #ab1414;}

.petid-cart-box .petid-cart-done .container-fluid { padding: 0;}
.petid-cart-box .petid-cart-done .base-btn { background-color: #28D579; font-size: 17px; font-weight: bold;}

.petid-search { margin-bottom: 20px; padding: 20px; background-color: #f4f4f4; border-radius: 4px;}
.petid-cart-box .petid-form .petid-search .p-input { margin-bottom: 0;}

.pet2_page7 .order_list_b { margin: 0 0 20px 0; padding: 0; background-color: #fff; border: 1px solid #d6d6d6; border-radius: 4px;}
.pet2_page7 .order_list_b .table { display: table; padding: 10px; width: 100%; margin: 0;}
.pet2_page7 .order_list_b .table:last-child { background-color: #f4f4f4; border-top: 1px solid #d6d6d6;}
.pet2_page7 .order_list_b .table .tr { display: table-row;}
.pet2_page7 .order_list_b .table .td { display: table-cell; padding: 3px 10px;}
.pet2_page7 .order_list_b .table .name { font-size: 18px; font-weight: bold; color: #333; line-height: 24px;}
.pet2_page7 .order_list_b .table .date { font-size: 12px; color: #999; line-height: 24px;}


@media (min-width: 768px) and (max-width: 991px){
	.main.cart-wrap .petid-cart-bg { display: none;}
}
@media (max-width:479px) {
	
	.main.cart-wrap { font-size: 16px;}
	.main.cart-wrap .petid-cart-box { padding: 0 30px; min-height: auto;}	
	.pd-type-info,
	.table,
	.tr,
	.td { display: block !important; width: 100%; text-align: left !important; border-top: none !important;}
	.petid-cart-box .petid-form .pet2_pro_c .desc { display: block; width: 100%;}
	
	.petid-cart-done .container-fluid .col-sm-6 { margin-bottom: 15px;}
	
	.petid-cart-box .petid-form .pet2-btn.other { margin-bottom: 0;}
	
	/* .pet2_pro_w { padding-right: 0 !important;} */
	
	#signup-act-popup .gift-wrap .check-wrap { width: 40px !important; top: 10px !important; right: 10px !important; bottom: auto !important;}
	
	.petid-cart-box .petid-form .pet2_pro_b .table { display: table !important;}
	
	#step-one,
	#step-two,
	#step-three,
	#step-four,
	#step-five { margin-top: 60px !important;}
	
	#step-three .petid-cart-box .petid-title,
	#step-four .petid-cart-box .petid-title,
	#step-five .petid-cart-box .petid-title { padding-top: 10px;}
	.petid-cart-box .petid-title { margin: 0 0 15px;}
	.petid-cart-box .petid-title h2 { line-height: 1.2;}
	
	input[type="radio"] + label span, input[type="checkbox"] + label { line-height: 24px;}
	input[type="radio"] + label span, input[type="checkbox"] + label span { width: 24px; height: 24px;}
	input[type="checkbox"]:checked + label span div { margin: 0; padding: 0; width: 22px; height:22px; background-image: url(../images/icon/tick-mobile.png); background-size: 20px auto;}
	
	.petid-price-box .item { display: inline-block; width: 48%; text-align: center;}
	.petid-price-box .price { margin-top: 10px; text-align: center;}
	.success-note.pet2 .pet2_word_st3,
	.success-note.pet2 .highlight { font-size: 20px; font-weight: bold;}

  .petid-cart-box .petid-title h2 { font-size: 28px; }
  .petid-cart-box .petid-form .p-input { margin-bottom: 15px; }
  .petid-cart-box .petid-form .p-title { margin-bottom: 5px; }
  .pet2_page2 td {
      position: relative;
  }
  .pet2_page2 td.pl70 {/* padding-left: 70px;*/ }
  .pet2_page2 td.pl145 { padding-left: 145px; }
  .pet2_page2 .p-title {
     /* position: absolute;*/
      left: 0;
      top: 10px;
  }
}

.petid-qrcode { padding: 10%;}
.petid-qrcode .img-responsive { min-width: 100%;}

.order-list { display: table; margin-bottom: 20px; padding: 15px; width: 100%; border: 1px solid #d8d8d8; border-radius: 4px;}
.order-list dt,
.order-list dd { display: table-cell; vertical-align: top;}
.order-list dt { width: 80px;}
.order-list dd { padding-left: 15px;}
.order-list dd:last-child { width: 120px; text-align: center; vertical-align: middle; border-left: 1px solid #d8d8d8;}
.order-list dd .name { margin: 0 0 5px; padding: 0; line-height: 1.5; font-size: 20px; font-weight: bold;}
.order-list dd .phone,
.order-list dd .number { margin: 0; font-size: 14px; line-height: 20px;}
.order-list dd .phone { color: #666;}
.order-list dd .number { color: #28D579; font-weight: bold;}
.order-list dd .phone .fa,
.order-list dd .number .fa { margin-right: 10px; font-size: 10px; opacity: 0.35;}
.order-list dd .btn { margin-top: 10px; background-color: #28D579; font-size: 18px; font-weight: bold;}

.petid-cart-box .petid-form .p-input input.form-control.read-only { background-color: #f7f7f7; box-shadow: none;}