
ul.product-list div.img {
  border:1px solid #ccc;
}
/*手機選單*/
.rwd-navbar-toggle .label {
    color: #000;
  background:#f0c02d;
  padding:1px;
  border-radius:2px
}
.navbar-icon-bar {
background-color: #f0c02d;
}
.navbar-icon-bar:before, .navbar-icon-bar:after{
  background-color: #f0c02d;
}

/*回top*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 15px 25px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}

body {
    color: #000;
    font-size: 15px;
}
#logo {
  display:none;
}








/*side*/
#side .side-content li a {
    color: #777;
    display: block;
    margin-left: 20px;
    padding: 0 10px 10px 0;
}
#side .side-content li .children li a {
    color: #777;
}


/*產品格*/
ul.product-list li a {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    height:initial;
    width: 150px;
}
ul.product-list li a .img {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 150px;
    padding: 3px;
    width: 150px;
}
ul.product-list div.img {
    background: transparent none repeat scroll 0 0;
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}/*背景透明*/



/*側邊欄按鈕*/
.right-nav__title {
    background:#1f91cc;
    height:32px;
}
.right-nav a {background:#ebebeb;
    border-bottom: 1px dashed #555;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.right-nav a:hover {background:#8da3ae;
    border-bottom: 1px dashed #555;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}

/*FB傳訊息自訂選項*/
.apple__title {
    text-align:center
    background:#efd003;
    height:32px;border-radius:0px;}

.apple a {background:#385590;
    border-bottom: 1px dashed #bbb;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 42px;
    text-align: center;padding-left:12px;color:#000;
}
.apple a:hover {background:#5D7DAF;
    border-bottom: 1px dashed #f0ffff ;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 42px;
    text-align: center;padding-left:12px;color:#000;
}


/*LINE傳訊息自訂選項*/
.line__title {
    text-align:center
    background:#38AE36;
    height:32px;border-radius:0px;}

.line a {background:#38AE36;
    border-bottom: 1px dashed #bbb;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 42px;
    text-align: center;padding-left:12px;color:#000;
}
.line a:hover {background:#54BC51;
    border-bottom: 1px dashed #54BC51 ;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 42px;
    text-align: center;padding-left:12px;color:#000;
}

/*popo電話自訂選項*/
.popo__title {
    text-align:center
    background:#AAAAAA;
    height:32px;border-radius:0px;}

.popo a {background:#AAAAAA;
    border-bottom: 1px dashed #bbb;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 42px;
    text-align: center;padding-left:12px;color:#000;
}
