/*-----基本設定------*/
body{
  color: #555;
  font-size: 14px;
  font-family: Helvetica, Arial, Sans-serif, 微軟正黑體, 新細明體;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
a{
  color: #5a5a5a;
}
a:hover, a:focus{
  color: #aaa;
}
a:focus{
  outline: 0;
}
hr{
  border-color: #ccc
}
canvas{
  width: 100%;
  margin-bottom: -5px;
}
.margin-bottom-10{
  margin-bottom: 10px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
@media (max-width: 768px){
  .col-xs-6:nth-of-type(2n+1) {
    clear: left;
  }
}
/*-----主要結構-----*/
.wrapper{
  padding: 0;
}
ul.bxslider{
  margin: 0;
  padding: 0;
}
ul.bxslider img{
  width: 100%;
}
header{
  position: fixed;
  width: 100%;
  z-index: 101;
  min-height: 110px;
  background: #184856;
  border-bottom: 10px solid #77ba1f;
  color: white;
}
header a{
  color: white;
}
a.logo{
  width: 194px;
  height: 49px;
  background: url(../images/logo.png);
  display: inline-block;
  margin: 15px 0 0 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.call{
  padding: 7px 10px;
  background: #E08000;
  border-radius: 5px;
  height: 34px;
}
.wrapper{
  padding-top: 110px;
}
section.main{
  background: #fff;
  padding: 40px 0;
}
section.main > .container{
  width:auto;
  margin: 0 auto;
}
footer{
  background: url(../images/bg_footer.jpg);
  color: white;
  padding: 20px 0;
  -webkit-background-size: contain;
  background-size: contain;
}
footer a{
  color: white;
}
footer .row{
  margin-bottom: 20px;
}
footer b{
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}
footer ul{
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
}
footer .inline li{
  float: left;
  width: 50%;
}
/*footer .copyright *{

}
footer .copyright img{
  margin-right: 5px;
}*/
footer .social-media li{
  float: left;
  font-size: 1.6em;
  margin-right: 20px;
}

/*.free-pay{
  margin-left: 28px;
    display: inline-block;
    margin-top: 10px;
}*/

@media (max-width: 594px){
 .free-pay{
  margin-left: 67px;
    display: inline-block;
    margin-top: 10px;
}
}
@media (min-width: 768px){
  a.logo{
    width: 250px;
    height: 63px;
     background: url(../images/logo.png);
     background-repeat: no-repeat;
  }
}

@media (max-width: 768px){
  a.logo{
    min-height: 70px;
     background: url(../images/logo2.png);
     background-repeat: no-repeat;
  }

}
@media (min-width: 992px){
  header{
    min-height: 123px;
  }
  a.logo{
    margin: 25px 15px 0 5px;
    float: left;
    display: inline-block;
  }
  .topbar > *{
    float: left;
    margin: 20px 5px 0;
  }
  .topbar .link{
    font-size: 15px;
    margin-left: 9px;
    position: relative;
    top: 7px;
  }
  .topbar .link a:first-child{
    margin-right: 21px;
  }
  .topbar .search{
    width: 330px;
  }
  .topbar .language img{
    width: 40px;
  }
  .wrapper{
    padding-top: 123px;
  }
  footer .row{
    margin-bottom: 28px;
  }
  footer .copyright{
    float: left;
  }
  footer .social-media {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 99;
}
/*-----主選單-----*/
nav{
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 99;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
nav::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .85);
  z-index: -1;
}
nav.active{
  height: auto;
  visibility: visible;
  opacity: 1;
}
nav > li{
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 0;  
}
nav > li > a{
  border: 0;
  border-top: 1px solid #444;
  padding: 20px;
  color: #fff;
  display: block;
  cursor: pointer;
}
.dropdown-menu{
  position: relative;
  border-radius: 0;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  background: #434343;
  min-width: 100%;
  border-bottom: 1px solid #444;
}
.dropdown-menu > li{
  text-align: center;
}
.dropdown-menu > li > a{
  padding: 15px;
  color: #fff;
}
.dropdown-menu > li > a:hover{
  background: #434343;
  color: #77ba1f;
}
#nav-toggle {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  color: #000;
  background: #77ba1f;
  width: 50px;
  padding: 23px;
  border-radius: 3px;
}
#nav-toggle.active {
  background: #a2a2a2;
}
#nav-toggle .text{
  font-size: 18px;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  border-radius: 4px;
  height: 3px;
  width: 25px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span{
  left: 13px;
  top: 21px;
}
#nav-toggle span:before {
  top: -7px
}
#nav-toggle span:after {
  bottom: -7px
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  transition: all 500ms ease-in-out
}
#nav-toggle.active span {
  background-color: transparent
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0
}
#nav-toggle.active span:before {
  transform: rotate(45deg)
}
#nav-toggle.active span:after {
  transform: rotate(-45deg)
}
#nav-toggle.active{
  position: fixed;
}
@media (min-width: 992px){
  nav{
    display: block;
    margin-top: 10px;
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  nav::before{
    background: transparent;
    content: none;
  }
  nav > li{
    display: inline-block;
    position: relative;
  }
  nav > li > a{
    border-top: none;
    font-size: 15px;
    padding: 7px 10px;
    transition: .3s;
    border-radius: 5px;
  }
  nav > li > a:hover, nav > li.open > a{
    text-decoration: none;
    background: #77ba1f;
    color: #fff;
    cursor: pointer;
  }
  .dropdown-menu{
    position: absolute;
    padding: 0;
    border-radius: 5px;
    top: 50px;
  }
  .dropdown-menu:before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    left: 70%;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #434343 transparent;
    transition: .5s;
  }
  .dropdown-menu li{
    float: none;
    width: auto;
  }
  .dropdown-menu > li > a{
    padding: 8px 5px;
    font-size: 14px;
    border-bottom: 1px solid #7a7a7a;
    text-align: center;
  }
  .dropdown-menu > li:last-child > a{
    border-bottom: none;
  }
  #nav-toggle{display: none;}
}
/*-----左選單-----*/
.second{font-size: 15px;}

main aside{
  overflow: hidden;
}
main aside h1{
  margin: 0;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 18px;
  background: #77ba1f;
  color: white;
  cursor: pointer;
}
main aside h1:before {
  content: "\e082";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
main aside h1.active:before {
  content: "\e081";
}
main aside ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
main aside > ul > li{
  padding: 15px;
}
main aside > ul > li a{
  color: #999;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top:8px;
}
main aside > ul > li a:hover{
  color: #77ba1f;
}
main aside > ul > li > a{
  color: #555;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  display: block;
  padding-bottom: 2px;
}
.dropdown-menu.aside{
  position: absolute;
}
.dropdown-menu.aside > li > a{
  text-align: left;
  padding: 10px;
}
a.html5lightbox{
  margin-top: 20px;
  display: block;
}
a.html5lightbox img {
  width: 100%;
}
@media (min-width: 768px){
  main aside > ul > li{
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px){
  main aside{
    width: 200px;
    float: left;
  }
  main aside > ul > li{
    width: 100%;
    float: none;
    padding: 1px 0;
  }
  main .content{
    width: 780px;
    float: left;
  }
  .dropdown-menu.aside {
    position: relative;
    border-radius: 0px;
    top: 11px;
  }
  .dropdown-menu.aside:before {
    display: none;
  }
}
/*-----麵包屑-----*/
.breadcrumb{
  background: url(../images/border.jpg) no-repeat;
  background-color: #000;
  padding: 0 0 0 2px;
  min-height: 40px;
  margin-bottom: 20px;
}
.breadcrumb > li{
  background: #f65c3a;
  display: block;
  float: left;
  padding: 10px 0 10px 10px;
  color: white;
}
.breadcrumb > li:first-child:before{
  content: 'O';
  margin: 0 5px;
}
.breadcrumb > li:last-child{
  background: url(../images/border.jpg) no-repeat right;
  background-color: #f65c3a;
  padding-right: 15px;
}
.breadcrumb > li.active, .breadcrumb > li + li:before{
  color: white;
}
.breadcrumb > li > a{
  color: white;
  font-size: 14px;
}
/*-----首頁-----*/
.grid{
  padding: 10px 0 10px 10px;
}
.grid > .item{
  background: #eee;
  margin: 15px 0;
  padding: 15px;
  position: relative;
  font-family: FontAwesome;
}
.grid > .item:before{
  position: absolute;
  top: 0;
  right: 0;
  content: '\f005';
  background: rgb(33, 115, 34);
  color: rgb(255, 213, 0);
  padding: .3em .5em;
  font-size: 1.4em;
  z-index: 99;
}
.grid > .item > .pic{
  margin-bottom: 20px;
}
.grid > .item > .pic img{
  transition: .5s;
}
.grid > .item > .title a{
  font-size: 16px;
  color: #184856;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.grid > .item > .title a:hover{
  font-size: 16px;
  color: #77ba1f;
}
ul.owl-carousel{
  list-style-type: none;
  padding: 0;
  margin: 20px 0 30px;
}
ul.owl-carousel li{
  margin: 0 10px;
}
ul.owl-carousel img{
  width: 100%;
}
@media (min-width: 768px){
  .grid > .item{
    width: 247px;
    margin: 5px 0.7%;
    float: left;
  }

  .grid > .item:before{
    padding: 4px 6px;
    font-size: 16px;
  }
}
@media (min-width: 992px){
  .grid > .item:nth-child(3n){
    margin-right: 0;
  }
  .grid > .item > .pic{
    overflow: hidden;
  }
  .grid > .item:hover img{
    -moz-transform: scale(1.2) rotate(5deg);
    -webkit-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
  }
}
/*-----內頁樣式-----*/
.product-inner{
  padding: 15px;
}
.product-inner .sp-current-big img{
  width: 100%;
}
.product-inner .information .title{
  font-size: 24px;
  font-weight: bold;
}
.product-inner .information .number{
  font-size: 18px;
   padding-bottom: 25px;
}
.product-inner .information .text{
  font-size: 18px;
}
.product-inner .information .text img{
  max-width: 100%;
}
.product-inner .information .price{

  font-size: 18px;
  text-decoration: line-through;
}
.product-inner .information .price.sale{
  font-size: 24px;
  color: red;
  text-decoration: none;
}
.product-inner .detail{
  margin-top: 20px;
}
.tab-pane{
  padding: 15px;
}
.tab-pane img{
  width: 100%;
}
@media (min-width: 992px){
  .product-inner{
    padding: 20px;
  }
  .product-inner .sp-wrap{
    width: 360px;
    float: left;
    margin-right: 20px;
  }
}
/*-----Btn-----*/
.input-group-addon.custom{
  background: #77ba1f;
  border: 1px solid #77ba1f;
  color: white;
}
.btn-custom {
    color: #fff;
    background-color: #77ba1f;
    border-color: #77ba1f;
}
.btn-custom.active, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open .dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #77aa1f;
    border-color: #77aa1f
}
.btn-custom.active, .btn-custom:active, .open .dropdown-toggle.btn-custom {
    background-image: none
}
.btn-contact{
  border: 2px solid #ababab;
  padding: 10px 30px;
  border-radius: 0;
  background: #656565;
  color: white;
  transition: .5s;
}
.btn-contact:hover{
  background: #46cec4;
  color: white;
  transition: .5s;
}
/*-----Pagination-----*/
.pagination {
  margin: 5px 0;
}
.pagination a {
  font-size: 12px;
  cursor: pointer;
  color: #777;
  padding: 8px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pagination a:hover {
  color: #fff;
  background: #f65c3a;
}

.pagination a.jp-previous { 
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
 }
.pagination a.jp-next { 
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
 }

.pagination a.jp-current, a.jp-current:hover { 
  background-color: #f65c3a;
  color: #fff;
}

.pagination a.jp-disabled, a.jp-disabled:hover {
  background-color: #f65c3a;
  color: #fff;
}

.pagination a.jp-current, a.jp-current:hover,
.pagination a.jp-disabled, a.jp-disabled:hover {
  background-color: #f65c3a;
}

/**/

@media (min-width: 992px){
a.logo {
    margin: 0px;
    float: left;
    display: inline-block;
    min-width: 320px;
    min-height: 118px;
    background-repeat: no-repeat;
    background-size: contain;
}
}


@media (max-width: 1000px){
a.logo {
    background: url(../images/logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
}

footer {
    padding: 20px 0 0 0;
  
}
.p_menu li {
  
  padding: 5px;
  border-bottom: 1px dotted #666;
}
.p_menu li:hover {
  background-color: #77ba1f;
  color:#FFF;
}

.p_menu li a:hover {
  color:#FFF;
}

.p_menu li i{

  color:#999;
}
.p_menu li a{

  color:#333;
}
.reg-page{

  padding-top: 40px;
  padding-bottom: 40px;
}
.pagetext{
  font-size: 14px;
  line-height: 2em;
}




/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

.orderStep li.active a {
    background: none repeat scroll 0 0 #77BA1F;
}
.orderStep li.active a:after {
    border-top-color: #77BA1F !important;
}
.orderStep li a {
    background:  #EFF0F2;
}

.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}
.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 33.3%;
}
.orderStep li.active a {
    color: #fff;
}
.orderStep li.active a {
    position: relative;
}
.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}
.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}
.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}
.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}
.orderStep li a span {
    display: block;
    padding: 5px 0;
}
/* payment */
.table{
    background: #fff;
    margin-bottom: 0;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th{
    background: rgba(156, 223, 204, 0.2);
}
.table td{
    vertical-align: middle !important;
}
.table.list tr:first-child{
    background: #77BA1F;
    color: white;
}
.table.list tr:first-child:hover > th{
    background: #77BA1F !important; 
    color: white;
}
.table.total td{
    border: none;
}
.table.total tr:first-child{
    border-top: 1px solid #ddd;
}
.table.total tr:nth-child(2){
    border-bottom: 1px solid #ddd;
}
.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #ddd;
    display: inline-block;
    width: 100%;
}
.check-list{
    margin-bottom: 30px;
}
.check-group{
    color: #777;
    margin-bottom: 15px;
}
.check-group > div{
    display: inline-block;
}
.check-group .title{
    margin-right: 5px;
}
.check-group .text{
    display: inline-block;
}
/*-----2015 add-----*/
.tab-content{
    padding: 15px 0;
}
.tab-pane img{
    max-width: 100%;
}
.fb-like{
    margin-bottom: 20px;
}


  @media screen and (min-width: 600px) and (max-width: 1000px) {
        .copy-mob{
          width: 62%;
          display: inline-block;
          float: left;
        }
    }

    @media (min-width: 992px){
  .container {
      width: 1020px;
  }
}
