#nav ul li a {
    background-color: #f2f3ee;
    background-image: linear-gradient(#fff, #f2f3ee);
    border-right: 1px dotted;
    color: #807b68;
    display: block;
    font-family: Arial,Helvetica,sans-serif,"微軟正黑體";
    font-size: 120%;
    font-weight: bold;
    padding: 10px 15px;}

.column.right {display:none}

.column.left {width:920px}

.column h2{display:none}

#bodyinhome .col-4 a img {box-shadow:2px 2px 6px 2px rgba(10%,10%,20%,0.5);}

#product-header a img {
    border: 1px solid #ccc;
    padding: 5px;}

body#bodyinpage.rwd-collapse.viewmode.default.about-us #side.left a img {
   border-width:0;opacity:0.75; }


body#bodyinpage.rwd-collapse.viewmode.default.about-us #side.left a img:hover {
   opacity:3;   }

.column h2::before, #main h1::before, .related-product > h3::before {
    box-shadow: 3px 3px 0 0 #6ac4f3, 6px 6px 0 0 #6ac4f3, 9px 9px 0 0 #6ac4f3, 6px 12px 0 0 #6ac4f3, 3px 15px 0 0 #6ac4f3, 9px 3px 0 0 #6ac4f3, 12px 6px 0 0 #6ac4f3, 15px 9px 0 0 #6ac4f3, 12px 12px 0 0 #6ac4f3, 9px 15px 0 0 #6ac4f3;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 3px;  
    z-index: -1;}

.column h2, #main h1, .related-product > h3 {
    color: #6ac4f3;
    font-size: 180%;
    line-height: 1.4;}

#side h2 {
    background-color: #000;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 120%;
    margin-top: 5px;
    padding: 8px 10px;}


.mark{
  background:none;
}



/*手機選單*/
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #ffffff; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #EFEFEF; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #nav ul li a {
    color: #333; /* 填入想要桌面版型的導覽選項文字想要的顏色 */
  }



.rwd-navbar-toggle .label {
  color: #333;
}



/*手機版選單展開的樣式*/
  @media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: #EFEFEF; /* 填入想要手機版型的選單背景顏色 */
      z-index: 9999;
    }
    .rwd-side a {
      color: #000; /* 填入想要手機版型的選單選項的文字顏色 */
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #FFF; /* 填入想要手機版型的搜尋輸入匡的背景顏色 */
     }
    .rwd-side .nav li {
      border-bottom: 1px #ccc solid;
      width: 140% !important;
    }
    .rwd-side .language > a {
      padding-left: 0px;
    } 
  }

.rwd-navbar-toggle:before {
    background-color: #EFEFEF !important;
}

.rwd-side.menu-open {
  background: #FFF;
 }


.navbar-icon-bar {
    height: 4px;
    background-color: #333 !important;
  }
.navbar-icon-bar:before {
    transform: rotate(180deg);
    top: 0px;
    background-color: #333 !important;
  }
.navbar-icon-bar:after {
    transform: rotate(90deg);
    top: 0px;
    z-index: 9999;
    background-color: #333 !important;
  }
.menu-open .navbar-icon-bar:before {
    transform: rotate(0deg);
  }
.menu-open .navbar-icon-bar:after {
    transform: rotate(0deg);
  }
body[data-type="fullpage"] .navbar-nav>li>a {
    line-height: initial;
  }
