html {
  font-size:16px;
}
body {
  font-family: 'Roboto',Noto Sans TC,微軟正黑體, sans-serif,"Source Sans Pro", 微軟正黑體, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color:#333;
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Roboto',Noto Sans TC,微軟正黑體, sans-serif;
} 
h1 {font-size: 60px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
ul {list-style-type: none;}
a {text-decoration: none; display: inline-block; color:#607d8b; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;color: #43565f;}
img {max-width: 100%; display: block;}
button {border:none; outline:none; box-shadow: none; padding: 0; background: transparent;}
input,textarea {display: block; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.mt-sm {
  margin-top:10px;
}
.mt-md {
  margin-top:15px;
}
.mt-lg {
  margin-top:20px;
}
.mb-xs {
  margin-bottom: 5px;
}
.my-lg {
  margin: 20px 0;
}
.mb-sm {
  margin-bottom:10px;
}
.mb-md {
  margin-bottom:15px;
}
.mb-lg {
  margin-bottom:20px;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mr-xs {
  margin-right:5px;
}
.pl-xs {
  padding-left:5px!important;
}
.p-0 {
  padding: 0!important;
}
.mx-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}
.shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.text-danger {
  color:#dc3545;
}
.text-white {
  color:#fff;
}
.label {
  font-weight: 500;
  font-size: 85%;
  padding: .2em .6em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.label-main {
  color: #fff;
  background-color: #4c595f;
}
.label-warning {
  color: #212529;
  background-color: #ffc107;
}
.alert-main {
  color: #263238;
  background-color: #e0e9ed;
  border-color: #d0dce1;
}
.btn-warning {
    color: #000!important;
    background-color: #ffc107;
    border-color: #efb508;
}
.btn-warning:hover {
    color: #000!important;
    background-color: #e3ac08;
    border-color: #ce9c05;
}
a.text-danger:hover, a.text-danger:focus {
    color: #bd2130;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme_title {position: relative; padding-bottom: 25px;text-transform: uppercase;}
.theme_title:after {
  position:absolute;
  content: "";
  left:0px;
  top:50px;
  width:100%;
  height:5px;
}
.theme_title.center:after {
  background: #4c595f;
}
.theme_title h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.theme_title h3 {
  font-weight: 700;
  text-align: center;
}
.theme_inner_title h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.theme_title p {
  font-style: italic;
  font-size: 18px;
  margin-top: 50px;
}
.theme_title_center {text-align: center;}
.theme_title_center>span {
  display: block;
  width:70px;
  height:2px;
  margin:23px auto 0 auto;
}
.img_holder {position: relative;}

.float_left {
  float:left;
}
.float_right {
  float:right;
}
.btn-main {
  color: #fff;
  background-color: #4c595f;
  border-color: #4c595f;
}
.btn-main:hover,.btn-main:focus,.btn-main:active,.btn-main:visited {
  color:#fff;
  background-color: #263238;
  border-color: #263238;
}
/*============================ Header ===========================*/
.top_header {
  padding: 8px 0;
  font-size: 13px;
  background: #263238;
}
.top_header ul li {
  position: relative;
  float: left;
}
.top_header ul li:after {
  display: inline-block;
  color: #f1f1f1;
  content: " | ";
  margin: 0 8px;
}
.top_header ul li.top-social:after {
  content: "";
  margin: 0 5px;
}
.top_header ul li:last-child:after {
    display: none;
}
.top_header ul li a {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  transition: 0.3s;
}
.top_header ul li a:hover {
  color: #ffc107;
}
.top_header ul li.phone a>span {
  margin-left: 5px;
  color: #ffc107;
}
[v-cloak] {display: none;}

/*------- Bottom Header ------*/
.bottom_header {
  width: 100%;
  padding: 15px 0;
  background: #4c595f;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  position: relative;
  z-index: 16;
}
.bottom_header .logo img {
  max-height: 60px;
}
/*----------- search-box --------*/
.bottom_header .search-box {
  width: 100%;
}
.bottom_header .search-box form {
  width: 100%;
  height: 40px;
  border: 1.5px solid #f1f1f1;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  background: #fff;
}
.bottom_header .search-box .keywords {
  font-size: 12px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#ffcf63;
}
.bottom_header .search-box .keywords a {
  padding-left: 5px;
  transition: 0.3s;
  color: #f1f1f1;
}
.bottom_header .search-box .keywords a:hover {
  color:#ddd;
}
.bottom_header .search-box form input {
  border: none;
  outline: none;
  text-transform: none;
  background-color: transparent;
  width: calc(100% - 50px);
  float: left;
  line-height: 38px;
  color: #222;
  font-size: 14px;
  font-family: 'Roboto', Noto Sans TC,微軟正黑體, sans-serif;
  font-weight: 400;
  padding-left: 15px;
  height: 100%;
}
.bottom_header .search-box form input::-webkit-input-placeholder {
  color: #333;
}
.bottom_header .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.bottom_header .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.bottom_header .search-box form input:-ms-input-placeholder {
  color: #333;
}
.bottom_header .search-box form button {
    background: none;
    outline: none;
    border: none;
    width: 50px;
    color: #f1f1f1;
    line-height: 37px;
    background: #333;
    float: right;
}

/*------------ Search and cart option -------------*/

.bottom_header .cart_option,
.main_menu .nav_right_area .search_option {
  position: relative;
  z-index: 10;
}
.main_menu .nav_right_area .search_option {
  margin-top:43px;
  padding-left: 1px;
}
.main_menu .nav_right_area .dropdown-menu  {
  border:none;
  box-shadow: none;
  margin:0;
  float:none;
}
.bottom_header .cart_option button span {
    padding: 4px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    line-height: 6px;
    border-radius: 50%;
    color: #111;
    top: 0px;
    left: 28px;
    background: #ffc107;
}
.main_menu .nav_right_area .search_option button {
  font-size: 14px;
  color: #272727;
}
.main_menu .nav_right_area .search_option form {
  position: absolute;
  height:50px;
  width:280px;
  padding: 5px;
  border-radius: 4px;
  left: -270px;
  top: 67px;
}
.main_menu .nav_right_area .search_option form input {
  width:100%;
  height:100%;
  background: transparent;
  color:#fff;
  border:1px solid #fff;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.main_menu .nav_right_area .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
}
@keyframes sliderNav {
  0% {
    top: -100px; 
}
  100% {
    top: 0px; 
} 
}
@keyframes sliderNavMenu {
  0% {
    top: 0px; 
}
  100% {
    top: 90px; 
} 
}
.top_header.active{
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.bottom_header.active {
  position: fixed;
  animation: sliderNav 1s;
  top:0;
}
.bottom_header .navbar-header .toggle {
  font-size: 24px;
  display: none;
  border: 1px solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  vertical-align: middle;
}
.bottom_header .cart_option {
  margin: 10px;
}
.bottom_header .member-option {
  display: none;
  float: right;
  margin: 10px;
}
.bottom_header .cart_option button,.bottom_header .member-option button {
  font-size: 24px;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  vertical-align: middle;
}
.bottom_header .cart_option .cart-info {
  display: inline-block; 
  margin-left: 10px;
  vertical-align: middle;
}
.bottom_header.active .cart_option .cart-info {
  display: none;
}
.bottom_header .cart_option .cart-info .cart-title {
  color: #9c9c9c;
  font-weight: 400;
}
.bottom_header .cart_option .cart-info div.doller {
  font-weight: 700;
  color: #ffc107;
  font-size: 80%;
}
.bottom_header .cart_option .cart_list {
  width: 300px;
  left: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 60px;
}
.bottom_header .cart_option .cart_list .item_deatils {
  padding-left: 18px;
  width: 75%;
}
.bottom_header .cart_option .cart_list>ul>li {
  line-height: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  padding: 20px;
  position: relative;
  padding: 10px 15px;
}
.bottom_header .cart_option .cart_list .item_deatils h6 {
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bottom_header .cart_option .cart_list .item_deatils ul li {
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  margin-bottom: 4px;
}
.bottom_header .cart_option .cart_list .item_deatils span {
  font-size: 14px;
  color:#c9302c;
}

.bottom_header .cart_option .cart_list .cart_total {
  padding: 10px;
}
.main_menu .nav_right_area .search_option form ::-webkit-input-placeholder {
   color: #fff;
}

.main_menu .nav_right_area .search_option form :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.main_menu .nav_right_area .search_option form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.main_menu .nav_right_area .search_option form :-ms-input-placeholder {  
   color: #fff;  
}

.main_menu.fixed .navbar-default .nav>li>a {padding: 28px 15px;}
.main_menu.fixed .nav_right_area .search_option {margin-top: 25px;}
.main_mbottom_header .cart_option {margin-top: 20px;}
.main_menu.fixed .logo {margin-top: 24px;}

/*=================== 手機版樣式微調 ===============*/

/*自訂col*/
@media(max-width: 992px){
  .container{padding-left: 5px; padding-right: 5px;}
  .col-sm-12,.col-sm-9,.col-sm-6,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1{padding-left: 0px; padding-right: 0px;}
}

/*=================== Cart And Search Option ===============*/

.nav_side_content {
  margin-top:13px;
  margin-bottom: 13px;
}
.nav_side_content .icon_header li {
  display: inline-block;
  width:40px;
  height:40px;
  background: transparent;
  border: 1px solid #fff;
  margin-right:11px;
  border-radius: 50%;
}
.nav_side_content .icon_header li:last-child {
  margin-right:0;
}
.nav_side_content .icon_header li a {
  display: block;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.nav_side_content .icon_header li:hover,
.nav_side_content .icon_header li:focus {
  background: #121d2f;
  border-color: #121d2f;
}
.nav_side_content .icon_header li:hover a,
.nav_side_content .icon_header li:focus a {
  color: #fff;
}
/*======================= Main Banner ======================*/
.rev_slider .slotholder:after {
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
#rev_slider {
  overflow: hidden;
}
#banner {
  margin: 30px 0 0;
}
#banner h1 {
  position: relative;
  font-family: 'futura'Noto Sans TC,微軟正黑體;
  line-height: 85px;
  font-size: 85px;
  padding: 20px 30px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #fff;
  border-bottom: 0px;
  color: #fff;
}
#banner h1:after {
    position:absolute;
    content: "";
    left:0px;
    bottom: 0;
    width:150px;
    height:1px;
    background: #fff;
}
#banner h1:before {
    position:absolute;
    content: "";
    right:0px;
    bottom: 0;
    width:150px;
    height:1px;
    background: #fff;
}
#banner .banner-caption-h2 {
  position: relative;
  line-height: 50px;
  font-weight: 700;
  font-size: 54px;
  padding: 20px 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}
#banner .banner-caption-h1 {
  position: relative;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體;
  line-height: 60px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}
#banner .banner-caption-h3 {
  position: relative;
  font-family: 'Pacifico',Noto Sans TC,微軟正黑體;
  font-size: 18px;
  padding: 20px 30px;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}
#banner .banner-caption-p p {
  color: #fff;
  padding-bottom: 20px;
  padding-top: 10px;
}
#banner .contuct-us {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 45px;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
#banner .contuct-us:hover {
  background: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  
}
#banner .cp-title {
  font-family: 'Roboto',Noto Sans TC,微軟正黑體, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color:#fff;
  font-weight: 500;
}
#banner .cp-title-2 {
  font-family: 'Roboto',Noto Sans TC,微軟正黑體, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color:#fff;
  font-weight: 400;
}
#banner .contact_us,
#banner .our_farmer {
  width:155px;
  line-height: 55px;
  color:#fff;
  font-family: 'Montserrat-Bold'Noto Sans TC,微軟正黑體;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
}
.tp-bannertimer {
  display: none !important;
}
.about_section {
  padding:30px 0;
}
.about_section .item {
  position: relative;
}
.about_section .item .inner-title {
  position: relative;
  background: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 45px;
  padding: 12px 90px 11px 30px;
}
.about_section .item .inner-title:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0px;
    border: 24px solid #fff;
    border-right: 26px solid transparent;
}

.about_section .item .offer {
    position: absolute;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    right: 0;
    top: -15px;
    line-height: 22px;
    text-align: center;
    z-index: 9;
}

.about_section .item .offer span {
    position: relative;
    top: 13px;
}
.about_section .item .content {
    margin-left: 30px;
    padding-bottom: 35px;
}
.about_section .item .content h3 {
    position: relative;
    font-size: 34px;
    font-family: 'Pacifico',Noto Sans TC,微軟正黑體;
    color: #fff;
    margin-top: 32px;
}
.about_section .item .content p {
    color: #fff;
    margin-top: 13px;
    margin-bottom: 15px;
}
.about_section .item .content .link-btn a {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
.about_section .item .content .link-btn span{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    padding-left: 10px;
    position: relative;
    top: 7px;  
}
.featured-product{
  position:relative;
  padding: 60px 0 30px;
}

.featured-product .filters{
  position:relative;
  text-align:center;
  margin-bottom:40px;
  margin-top: 45px;
}

.featured-product .filters li{
  position:relative;
  display:inline-block;
  padding:5px 20px;
  line-height:24px;
  color:#9c9c9c;
  cursor:pointer;
  text-transform:uppercase;
  font-size:14px;
  font-weight:400;
  margin:0px 4px 10px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.featured-product .filters li .txt{
  position:relative;
  display:block;
  z-index:1;  
}

.featured-product .filters li a {
  display: block;
}

.featured-product .filters li:hover a, .featured-product .filters li.active a {
  color:#fff;
}

.featured-product .filters li:after{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:1;
  background: #e9e9e9;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.featured-product .filters li:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}


.featured-product .filters li:hover,
.featured-product .filters li.active{
  color:#ffffff;
}

.featured-product .filters li:hover:before,
.featured-product .filters li.active:before{
  opacity:1;
}
.featured-product .filters li:hover:after,
.featured-product .filters li.active:after{
  opacity:0;
}


.featured-product .default-item{
  position:relative;
  display: inline-block;
  padding: 0 5px;
}

.featured-product .filter-list .single-item{
}

.featured-product .default-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  margin-bottom:10px;
  background: #f7f7f7;
}

.featured-product .default-item .single-item {
  position: relative;
  border: 5px solid #fff;
  float: left;
  width: 100%;
}

.featured-product .default-item .single-item .image-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.featured-product .default-item .single-item .image-box img {
  display: inline-block;
}
.featured-product .default-item .single-item .image-box .product-model-group {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding:0 5px 5px;
  height: 25px;
  white-space: nowrap;
}
.featured-product .default-item .single-item .image-box .product-model-group-top {
  position: absolute;
  text-align: right;
  padding:3px 5px;
  height: 25px;
  white-space: nowrap;
  top: 0;
  right: 0;
}
.featured-product .default-item .single-item .image-box .product-model {
  font-weight: 400;
  font-size: 12px;
}

.featured-product .default-item .single-item .image-box .product-model:first-child {
    background: #4cae4c;
}
.featured-product .default-item .single-item .image-box .product-model:nth-child(2) {
    background: #dc3545;
}
.featured-product .default-item .single-item .image-box .product-model:nth-child(3) {
    background: #f0b400;
    color:#000;
}
.featured-product .default-item .single-item .image-box .product-model:nth-child(4) {
    background: #563d7c;
}
.label.pd_shopmode_1 {
  vertical-align: text-bottom;
  font-size: 12px;
  box-shadow: none;
  margin-right: 5px;
  padding: .1em .5em;
  line-height: 1.6;
}
.featured-product .default-item .single-item .content {
  position: relative;
  padding: 10px;
}
.featured-product .default-item .single-item .content h3 {
  color: #333;
  font-weight: 500;
}
.featured-product .default-item .single-item .content h6.header_text {
  font-size:13px;
  font-weight: 400;
  height: 14px;
}
.featured-product .default-item .single-item .content h3.no_header_text {
  margin-bottom: 14px;
}
.featured-product .default-item .single-item .content h3 a {
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    height: 48px;
    max-height: 48px;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-product .default-item .single-item .content .rating {
  font-size: 13px;
  margin: 10px 0;
}
.featured-product .default-item .single-item .content .price {
  font-size: 18px;
  color: #a94442;
  font-weight: 500;
}
.featured-product .default-item .single-item .content .price .prev-rate{
  font-size: 12px;
  color: #9c9c9c;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}

.featured-product .default-item .single-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.featured-product .default-item .single-item:hover .overlay-box {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
}

.featured-product .default-item .single-item .overlay-box .inner {
  position: relative;
  height: 100%;
}

.featured-product .default-item .single-item .overlay-box .top-content {
  position: absolute;
  top: -50px;
  width: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.featured-product .default-item .single-item:hover .overlay-box .top-content {
  top: 0px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.featured-product .default-item .single-item .overlay-box .top-content ul  {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.featured-product .default-item .single-item .overlay-box .top-content ul li {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  margin: 0 7px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background: #fff;
}
.featured-product .default-item .single-item .overlay-box .top-content ul li span {
  line-height: 40px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.featured-product .default-item .single-item .overlay-box .top-content ul li:hover span {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.featured-product .default-item .single-item .overlay-box .top-content .tultip {
    position: absolute;
    bottom: 55px;
    opacity: 0;
    line-height: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    left: -33px;
    color: #fff;
    width: 105px;
    z-index: 99;
}
.featured-product .default-item .single-item .overlay-box .top-content ul li span i {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -6px;
    font-size: 20px;
}

.featured-product .default-item .single-item .overlay-box .top-content .tultip-op .tultip:hover {
    opacity: 0 !important;
}
.featured-product .default-item .single-item .overlay-box .top-content .tultip-op:hover .tultip {
    opacity: 1;
}

.featured-product .default-item .single-item .overlay-box .bottom-content {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 15px;
    padding: 10px 20px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.featured-product .default-item .single-item:hover .overlay-box .bottom-content {
    bottom: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.featured-product .default-item .single-item .overlay-box .bottom-content h4 {
  text-align: left;
}
.featured-product .default-item .single-item .overlay-box .bottom-content h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.featured-product .default-item .single-item .overlay-box .bottom-content p {
  color: #fff;
  text-align: left;
}




/*================================ Why Choose Us =========================*/
.why_choose_us {
  position: relative;
  padding: 30px 0;
}
.why_choose_us .theme_title_bg {
  padding: 90px 0 80px;
}

.why_choose_us .choose_us_item {
    border: 1px solid #f7f7f7;
    background: #f1f4ea;
    border-radius: 6px;
    padding: 35px 0 35px 12px;
    padding: 15px 0 15px 12px;
    padding-left: 30px;
    margin-bottom: 30px;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 45px;
}
.why_choose_us .choose_us_item .icon {
  width:50px;
  height:50px;
  margin-top:3px;
  border-radius: 0;
  text-align: center;
}
.why_choose_us .choose_us_item .icon .ficon:before {
  font-size: 36px;
  line-height: 50px;
}
.why_choose_us .choose_us_item .text {
  margin-left: 18px;
  width: 76%;
}
.why_choose_us .choose_us_item .text h5 {
  margin-bottom: 7px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.why_choose_us .choose_us_item:hover .text p,
.why_choose_us .choose_us_item:hover .text h5 {
  color: #fff;
}
.why_choose_us .choose_us_item:hover .icon .ficon:before {
    color: #fff;
}
/*==========news=========*/
.news {
  position: relative;
  padding: 30px 0;
}
.news.blog_list .img_holder {
  padding:0;
}
.news.blog_list .post {
  padding:0;
}
.news.blog_list .blogList_single_post .post .text {
  padding: 15px 20px;
}
.news.single_news_page .blogList_single_post{
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  margin-bottom:15px;
}
.news.single_news_page.style-2 .blogList_single_post .post .text {
  background: #f7f7f7;
}
.news.single_news_page.massonary_mode .blogList_single_post .post .text {
  background: none;
  border: 0px;
}
.news.single_news_page.massonary_mode .blogList_single_post .post {
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}

.news .blogList_single_post {
  position: relative;
  padding: 40px 0 30px;
}


.news .blogList_single_post .img_holder {
  position: relative;
}
.news .blogList_single_post .img_holder:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    z-index: 0;
}
.news .blogList_single_post .img_holder>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.news .blogList_single_post .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.news .blogList_single_post .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.news .blogList_single_post .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.news .blogList_single_post .img_holder .opacity .icon span a {
  display: block;
  width:55px;
  height:55px;
  margin:0 auto;
  line-height: 55px;
  text-align: center;
  font-size: 60px;
  font-family: 'Raleway',Noto Sans TC,微軟正黑體, sans-serif;
  font-weight: 300;
  border-radius: 50%;
  color:#fff;
}
.news .blogList_single_post:hover .opacity {
  opacity: 1;
  visibility:visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.news .blogList_single_post .post {

}
.news .blogList_single_post .post .text {
  padding: 30px;
  border-top: 2px solid;
}
.news .blogList_single_post .post h4 a {
  display: block;
  color:#333;
  line-height: 32px;
  font-weight: 700;
  font-size: 20px;
}
.news .blogList_single_post .post .link a {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  
}
.news.single_news_page.with_sidebar .blogList_single_post .post .link a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 170px;
    display: inline-block;
  
}
.news.single_news_page.with_sidebar .blogList_single_post .post .link a:hover {
    color: #fff; 
}


.news .blogList_single_post .post .text-header ul li {
  display: inline-block;
  position: relative;
  margin: 16px 30px 16px 0;
}
.news.massonary_mode .blogList_single_post .post .text-header ul li {
  display: inline-block;
  position: relative;
  margin: 7px 30px 0px 0;
}

.news.single_news_page.news_single .blogList_single_post .post .text.text-header {
  padding:30px 0 0;
}

.news .blogList_single_post .post .text-header ul li a {
  font-size: 14px;
  color: #9c9c9c;
}
.news .blogList_single_post .post .text-header ul li a i {
  margin-right: 1px;
}
.news .blogList_single_post .post .text-header ul li:last-child {
  margin-right: 0;
}
.news .blogList_single_post .post .text-header ul li:before {
  content: '';
  height: 5px;
  width:5px;
  border-radius: 50%;
  background: #d2d2d2;
  position: absolute;
  right: -18px;
  top: 9px;
}
.news .blogList_single_post .post .text-header ul li:last-child:before {
  display: none;
}
.news .blogList_single_post .post .text-header ul li a {
  font-weight: 500;
}
.news .page_pagination {
  margin:15px 0 0;
}


.news .blogList_single_post .post .link a span{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    padding-left: 10px;
    position: relative;
    top: 7px;
    
}

.blogList_single_post .share {
  width:50px;
  line-height: 50px;
  text-align: center;
  background: #f7f7f7;
  font-size: 18px;
  position: relative;
  z-index: 2;
  color:#9e9e9e;
}
.blogList_single_post .share:hover,
.blogList_single_post .share-content li a:hover {
  color:#fff;
}
.news.single_news_page .blogList_single_post .share,
.news.single_news_page .blogList_single_post .share-content,
.news.single_news_page .blogList_single_post .share-content li {
  display: inline-block;
  margin: 0px;
  margin: 0 2px;
}

.blogList_single_post .share-content li:before {
  display: none;
}

.blogList_single_post .share-content li a {
  width:50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 2px 0 2px;
  color: #333;
  background: #f7f7f7;
}
.blogList_single_post .share-content {
  -webkit-transform: translate3d(400px, 0, 0);
          transform: translate3d(400px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blogList_single_post .share-content.share-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/*=================news single_post===============*/

.news.single_news_page.news_single .blogList_single_post .post{
  padding: 0 30px;
  border: 1px solid #f1f1f1;
}
.news.single_news_page.news_single .blogList_single_post .post .text {
  border: none;
  padding: 20px 0;
}
.news .blogList_single_post .post .qoute {
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 30px;
}
.news .blogList_single_post .post .qoute h3 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 10px;
}
.news .blogList_single_post .post .qoute span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.news.single_news_page.news_single .share_option {
  padding: 30px 0 20px;
  border-top: 1px solid #f1f1f1;
  width:100%;
}
.news.single_news_page.news_single .share_option h4 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.news.single_news_page.news_single .post .social_icon {
  margin-left: 30px;
}

.news.single_news_page.news_single .post .social_icon li {
  display: inline-block;
  margin: 0px;
  margin-left: 5px;
  margin-top: -8px;
}
.news.single_news_page.news_single .post .social_icon li:before {
  display: none;
}
.news.single_news_page.news_single .post .social_icon li a {
  width:45px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  color: #9c9c9c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.news.single_news_page.news_single .post .social_icon li a i {
  color: #9c9c9c;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.news.single_news_page.news_single .post .social_icon li a:hover i {
  color:#fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
/*author*/
.news.single_news_page.news_single .author-post .social_icon {
  position: relative;
}
.news.single_news_page.news_single .author-post .social_icon li {
  display: inline-block;
  margin: 0px;
  margin-right: 5px;
}
.news.single_news_page.news_single .author-post .social_icon li:before {
  display: none;
}
.news.single_news_page.news_single .author-post .social_icon li a {
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #9c9c9c;
}
.news.single_news_page.news_single .author-post .social_icon li a i {
  color: #9c9c9c;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.news.single_news_page.news_single .comment-box .single-comment-box span,
.news.single_news_page.news_single .comment-box .single-comment-box ul {
    display: inline-block;
}
.news.single_news_page.news_single .comment-box .single-comment-box span {
    margin-right: 7px;
    font-size: 14px;
    font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
}
.news.single_news_page.news_single .comment-box .single-comment-box ul li {
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
}
/*===========sidebar-news===============*/
.news.single_news_page .recent-posts {
    position: relative;
    padding-top: 25px;
}

.news.single_news_page .recent-posts .post{
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 50px;
    padding: 0px 0px 11px 95px;
    color: #cccccc;
}
.news.single_news_page .recent-posts .post:last-child{
    border-bottom: 0px;
}
.news.single_news_page .recent-posts .post .post-thumb{
    position:absolute;
    left:0px;
    top: 12px;
    width:81px;
    height:82px;
}
.news.single_news_page .recent-posts .post .post-thumb img{
    width:100%;
    display:block;  
}
.news.single_news_page .recent-posts .post h4{
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 15px;
    line-height:20px;
    color:#333;
}
.news.single_news_page .recent-posts .post .post-info{
    font-size: 14px;
    font-weight:400;
    margin:0px;
    line-height:1.6em;
    color: #9c9c9c;
    font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
}
.news.single_news_page .recent-posts .post a:hover{
    -webkit-transition: .5s ease;
    transition: .5s ease;  
}
.news.single_news_page .recent-posts .post h4 a{
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.news.single_news_page .recent-posts .post .fa{
    font-size: 14px;
    margin-right: 6px;
}
/*nav*/
.testimonials-section .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -28px;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

.testimonials-section .owl-nav [class*=owl-] {
    color: #565a49;
    font-size: 24px;
    margin: 0;
    line-height: 40px;
    margin-left: 10px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border: 2px solid #565a49;
}



/*====================== call out =================*/
.call-out {
  position: relative;
  padding-top: 35px;
  padding-bottom: 5px;
}
.call-out h2 {
  position: relative;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.call-out p {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-style: italic;
  margin-bottom: 25px;
}
.call-out .contact-box{
  position: relative;
}

.call-out form.contact-form {
    margin-bottom: 25px;
}

.call-out .contact-box .form-group {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.call-out .contact-box .form-group {
  position: relative;
  display: inline-block;
}

.call-out .contact-box .form-group input {
    height: 50px;
    border: 1px solid transparent;
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    background: #fff;
    padding: 0 20px;
}
.call-out .contact-box .form-group i {
    position: absolute;
    right: 12px;
    top: 17px;
    font-size: 18px;
}

.call-out .contact-box .form-group button {
    width: 150px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.contact-box .form-group button:hover {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}


/*==================== Google map ====================*/

#google-map-area {
  height:450px;
}
#google-map {
  height:100%;
  width:100%;
}
/*============================ Footer =====================*/
footer {
  padding-top: 40px;
  background: #2f2f2f;
  color:#fff;
  font-size: 14px;
}
footer a,footer a:visited {
  color:#fff;
  transition: 0.3s;
}
footer a:hover,footer a:focus,footer a:active {
  color:#ffc107;
}
footer h5 {
  color:#ffc107;
  position: relative;
  padding-bottom: 10px;
}
footer h5::before {
  content: "";
  width: 2em;
  height: 2px;
  background: #ffc107;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  max-height: 50px;
}
.footer-social {
  text-align: center;
  float:right;
}
.footer-social>li {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}
.footer-link>li {
  line-height: 1.75;
}
.footer-info>li {
  font-size: 14px;
  line-height: 1.7;
}
footer .main_footer {
  margin-bottom: 40px;
}
footer .bottom_footer {
  padding: 15px 0;
  background: #111;
}
footer .bottom_footer h6 {
  font-size: 14px;
  color:#fff;
  font-weight: 400;
}
.bottom_header .cart_option button.active {
  position: fixed;
  right:24px;
  bottom:176px;
  margin-bottom: 0;
  width:60px;
  height:60px;
  font-size:30px;
  transition: opacity 0.8s, box-shadow 0.3s;
  top:auto;
  background: #4c595f;
  border-color:transparent;
}
.bottom_header .cart_option button.active:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
}
.bottom_header .cart_option button.active span {
  top: 9px;
  left: 36px;
  color: #517037;
}
.scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 98;
    display: block;
    color: #fff;
    text-align: center;
    background: #4c595f!important;
    transition: box-shadow 0.3s;
    opacity: 0;
    bottom:100px;
    width:60px;
    height:60px;
    right:24px;
    border-radius: 50%;
}
.show-live-stream {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 98;
    display: block;
    color: #fff;
    text-align: center;
    background: #4c595f!important;
    transition: box-shadow 0.3s;
    opacity: 0;
    bottom: 180px;
    width: 60px;
    height: 60px;
    right: 24px;
    border-radius: 50%;
}
.show-live-stream .fa{
  -webkit-animation: heartBeat 1s linear  infinite;
  -moz-animation: heartBeat 1s linear  infinite;
  -o-animation: heartBeat 1s linear  infinite;
  animation: heartBeat 1s linear  infinite;
}
@-webkit-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(0.95) ;
    transform: scale(0.95) ;
  }
  20% {
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
  }
}
@-moz-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(0.95) ;
    transform: scale(0.95) ;
  }
  20% {
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
  }
}
@-o-keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(0.95) ;
    transform: scale(0.95) ;
  }
  20% {
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
  }
}
@keyframes heartBeat {
  0%, 100% {
    -webkit-transform: scale(0.95) ;
    transform: scale(0.95) ;
  }
  20% {
    -webkit-transform: scale(1.1) ;
    transform: scale(1.1) ;
  }
}

.live-stream-yt{
  z-index: 100;
  position: fixed;
  bottom: 0px;
  right: 100px;
}
.live-stream-fb{
  z-index: 100;
  position: fixed;
  bottom: 0px;
  right: 100px;
}
.show-live-stream span:before {
  font-size:25px;
  color: #fff!important;
}
.scroll-top.active,.show-live-stream.active {opacity: 1}
.scroll-top:hover,.show-live-stream:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
}
.scroll-top span:before{
  font-size:40px;
  color: #fff!important;
}
.scroll-top:after {
  display: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.breadcrumb-area {
    position: relative;
    padding:10px 0;
    background: #dedede;
}
.breadcrumbs h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.breadcrumbs h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans',Noto Sans TC,微軟正黑體,;
}
.breadcrumb-bottom-area ul {}
.breadcrumb-bottom-area ul li {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}
.breadcrumb-bottom-area ul li a {
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}
.breadcrumb-bottom-area p {
    margin: 0;
    float: right;
    color: #fff;
}

/*
* 30.= Faq content area styles
*/

.faq-content-area {
    padding:30px 0;
}
.about-autocare-faq .sec-title {
    padding-bottom: 30px;
}
.faq-content-area .accordion {
    margin-bottom: 10px;
    position: relative;
}
.faq-content-area .accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #7fb401;
    width: 60px;
    height: 100%;
    color: #f1f1f1;
    font-size: 20px;
    text-align: center; 
}
.faq-content-area .accordion .acc-btn.active .left-icon {
    color: #fff;
    background: #ffcf63;
}
.faq-content-area .accordion .left-icon span {
    position: relative;
    top: 18px;  
}
.faq-content-area .accordion .acc-btn {
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 20px 20px;
    padding-left: 90px;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.faq-content-area .accordion .acc-btn .toggle-icon {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 24px;
}
.faq-content-area .accordion .acc-btn .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}
.faq-content-area .accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}
.faq-content-area .accordion-box .accordion .acc-content {
    color: #9c9c9c;
    background: #fff;
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 20px 13px;
}
.faq-content-area .accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.faq-content-area .accordion-box .accordion .acc-content p {
    color: #5f5f5f;
    margin: 0;
    padding-left: 70px;
}
/*======================== Blog Grid With Sidebar =================*/

/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,.sidebar_styleTwo .theme_title{
  padding-bottom: 18px;
}
.sidebar_search {
  height: 54px;
  position: relative;
}
.sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  color:#fff;
}
.sidebar_categories ul li {
  line-height: 40px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 15px;
}
.sidebar_categories ul li:last-child {
  border:none;
}
.sidebar_categories ul li a {
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  font-weight: normal;
  color:#272727;
  position: relative;
  padding-left: 29px;
}
.sidebar_categories ul li a:before {
  content: '';
  width:8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top:15px;
  left:0;
  border:1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar_categories>ul>li.active>a {color:#53849b;}
.sidebar_categories>ul>li.active>a:before {background: #53849b;}
.sidebar_categories>ul>li>ul.category_list {margin-bottom: 10px;}
.sidebar_categories>ul>li>ul.category_list li {line-height: 28px;}
.sidebar_categories>ul>li>ul.category_list li a {color:#999;transition:0.3s;padding-left:15px;font-size:16px;}
.sidebar_categories>ul>li>ul.category_list li.active a {color:#232323;}
.sidebar_categories>ul>li>ul.category_list li a:hover {color:#222;}
.sidebar_categories>ul>li>ul.category_list li a:before {
  display:none;
}


.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}
.recent_news_sidebar {
  margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
} 
.recent_news_sidebar .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color:#272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
  font-size: 14px;
}
.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}
.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  border-radius: 50%;
  color:#fff;
  text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility:visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}

.sidebar_tags {
  margin:60px 0 -6px 0;
}
.sidebar_tags ul {
  margin-top:40px;
}
.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color:#9e9e9e;
  line-height: 32px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}
.sidebar_tags ul li a:hover {
  color:#fff;
}
/*-----------*/
.blogWith_sidebar .post_wrapper .text h6 a {
  color:#272727;
}
.blogWith_sidebar .blog_page_wrapper .blog_post_single .img_holder {
  margin-bottom: 32px;
}
.blogWith_sidebar .blog_page_wrapper.blog_grid .blog_post_single .text p {
  margin-top: 13px;
}

/*======================= Blog List View ===================*/

.blogList_view .blogList_single_post {
  border: 1px solid #f7f7f7;
  padding: 20px 0 20px 22px;
  margin-bottom: 28px;
}
.blogList_view .blogList_single_post .img_holder {
  position: relative;
}
.blogList_view .blogList_single_post .img_holder>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.blogList_view .blogList_single_post .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.blogList_view .blogList_single_post .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span a {
  display: block;
  width:55px;
  height:55px;
  margin:0 auto;
  line-height: 55px;
  text-align: center;
  font-size: 60px;
  font-family: 'Raleway',Noto Sans TC,微軟正黑體, sans-serif;
  font-weight: 300;
  border-radius: 50%;
  color:#fff;
}
.blogList_view .blogList_single_post:hover .opacity {
  opacity: 1;
  visibility:visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}
.blogList_view .blogList_single_post .post {
  width: 73%;
  margin: -6px 0 0px 20px;
}
.blogList_view .blogList_single_post .post h4 a {
  display: block;
  color:#272727;
  line-height: 30px;
  font-family: 'Montserrat-SemiBold',Noto Sans TC,微軟正黑體,;
  width:64%;
}
.blogList_view .blogList_single_post .post p {
  margin: 17px 0 25px 0;
}
.blogList_view .blogList_single_post .post ul li {
  display: inline-block;
  position: relative;
  margin: 7px 30px 0 0;
}
.blogList_view .blogList_single_post .post ul li a {
  font-size: 14px;
}
.blogList_view .blogList_single_post .post ul li a i {
  margin-right: 1px;
}
.blogList_view .blogList_single_post .post ul li:last-child {
  margin-right: 0;
}
.blogList_view .blogList_single_post .post ul li:before {
  content: '';
  height: 12px;
  width:1px;
  background: #d2d2d2;
  position: absolute;
  right: -18px;
  top: 6px;
}
.blogList_view .blogList_single_post .post ul li:last-child:before {
  display: none;
}
.blogList_view .blogList_single_post .post ul li a {
  font-weight: 500;
}
.blogList_view .page_pagination {
  margin:57px 0 79px 0;
}
/*====================== Blog List Sidebar =====================*/
.blogList_view.blog_list_sidebar .blogList_single_post .post {
  width:65%;
}
.blogList_view.blog_list_sidebar .blogList_single_post .post h4 a {
  width:91%;
}

.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height:8px;
}
.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px !important;
  height: 12px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: transparent;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -2px;
}
.single-sidebar.price-ranger #slider-range {
  margin-top: 20px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
  margin:20px 0 10px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 90px;
  border: none;
  border-radius: 0px;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color:#fff;
  margin-right: 40px;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  max-width: 30px;
  border: none;
  text-align: center;
  outline: none;
  color: #9c9c9c;
  font-weight: 400;
  text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
  max-width: 39px;
}
.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9c9c9c;
  font-weight: 400;
}
.best_sellers .theme_title {
  margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
  margin-top:-3px;
}
.best_sellers .best_selling_item .text h6 {
  font-size: 14px;
  font-weight: 500;
}
.best_sellers .best_selling_item .text h6 a {
    padding: 0;
    line-height: 1.4;
    height: 40px;
    max-height: 40px;
    color: #272727;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right:3px;
  font-size: 12px;
  margin-top: 10px;
}
.best_sellers .best_selling_item .text span {
  display: block;
  color:#333;
  font-size: 14px;
  font-weight: 500;
}
.best_sellers .best_selling_item {
  /*margin:20px 0 20px 0;*/
  padding: 10px 0;
}
.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}

/*============================= Shop Single ==================*/
.shop_single_page {
  padding: 30px 0;
}
.shop_single_page .product_details .wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  padding:15px;
}
.shop_single_page .product_details .related_product .shop_page {
  padding-top: 45px;
}

.shop_single_page .product_details .product_top_section .img_holder {
  position: relative;
}

.shop_single_page .product_details .product_top_section .img_holder:before {
  content: '';
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.65);
  position: absolute;
  top:0;
  left:0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.shop_single_page .product_details .product_top_section .item_description {
  margin-top:10px;
}
.shop_single_page .product_details .product_top_section .item_description .name {
  font-size:28px;
  color:#263238;
}
.shop_single_page .product_details .product_top_section .item_description>ul {
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding: 5px 0;
  margin:20px 0;
}
.shop_single_page .product_details .product_top_section .item_description>ul>li {
  display: block;
  margin:5px 0 5px 10px;
  color:#222;
  font-weight: 300;
}
.shop_single_page .product_details .product_top_section .item_description .item_price {
  margin-bottom: 20px;
  font-size: 24px;
}
.shop_single_page .product_details .product_top_section .item_description .item_point {
  margin-bottom: 20px;
  font-size: 14px;
  color:#666;
}
.shop_single_page .product_details .product_top_section .item_description .check_location {
  display: block;
  margin: 0 0 10px;
}
.shop_single_page .product_details .product_top_section .item_description .option_section {
  margin:15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding:15px 0;
}
.shop_single_page .product_details .product_top_section .item_description>input[type="number"] {
  display: inline-block;
  height:47px;
  width:70px;
  border:1px solid #f7f7f7;
  padding-left: 15px;
  font-size: 18px;
}
.shop_single_page .product_details .product_top_section .item_description>a {
  width:170px;
  line-height: 47px;
  text-align: center;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-left:26px;
}
.shop_single_page .product_details .product_top_section {
  margin-bottom: 30px;
}
.shop_single_page .product_details .product-review-tab .nav li a{
  width:120px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
  /*border-bottom: 0;*/
  color:#9e9e9e;
  text-align: center;
}
 .shop_single_page .product_details .product-review-tab .nav li.active a {
  color:#fff;
 }
.shop_single_page .product_details .product-review-tab .nav {
}
.shop_single_page .product_details .product-review-tab .tab-pane {
  padding: 15px;
  border: 1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text {
  padding-left: 30px;
  width:91%;
}

.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up>div {
  margin-top:-6px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li {
  display: inline-block;
  margin-left:2px;
  font-size: 12px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span {
  margin-right:7px;
  font-size: 14px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text>p {
  margin:18px 0 10px 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav,
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a {
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px 0 0;
  margin-right: 5px;
  color:#9e9e9e;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a:first-child {
  border-right:1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a {
  font-size: 14px;
  color:#9e9e9e;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:first-child:before {
  content: '';
  width:7px;
  height:7px;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  top:7px;
  right:0;
}
.shop_single_page .product_details .product-review-tab .item_review_content {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shop_single_page .product_details .product-review-tab .add_your_review {
  margin:81px 0 75px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review>span {
  display: block;
  margin: 36px 0 14px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul,
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
  display: inline-block;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
  font-size: 12px;
  margin-right: 3px;
  color:#f7f7f7;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #f7f7f7;
  padding-right: 6px;
  margin-right: 5px;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul.fix_border {
  border:none;
}
.shop_single_page .product_details .product-review-tab .add_your_review form {
  margin-top:31px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input {
  height:54px;
  padding: 0 15px 0 19px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
  max-width: 100%;
  min-height: 165px;
  padding: 15px 17px 5px 19px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input,
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
    width:100%;
    border:1px solid #f0f0f0;
    margin-bottom: 30px;
    color:#9e9e9e;
    resize: none;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button {
  font-size: 14px;
  text-transform: uppercase;
  color:#fff;
  width:150px;
  line-height: 50px;
  text-align: center;
  margin-top:10px;
  font-weight: 700;
  border-radius: 0px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button:hover {
  color:#fff;
}
.shop_single_page .product_details .product-review-tab {
  margin-bottom: 80px;
}
.shop_single_page .product_details .related_product {
  position: relative;
}
.shop_single_page .product_details .related_product>a {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top:15px;
  right: 0;
}
.shop_single_page .product_details .related_product>a i {
  margin-left: 6px;
}
.shop_single_page .product_details .related_product .product_wrapper {
  margin-top:43px;
}
.shop_single_page .product_details .related_product .shop_page {
  margin-bottom: 32px;
}

/*商品明細頁針對手機版的優化*/
@media(max-width: 992px){
  .shop_single_page .product_details .wrapper{padding: 3px;}
}

/*======================== check Out page ==============*/

.check_out_form  {
  padding-top: 90px;
}
.check_out_form .theme-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    
}

.check_out_form form span {
  display: block;
  margin-bottom: 5px;
}

.check_out_form form input {
  height:48px;
  border:2px solid #f7f7f7;
  width:100%;
  margin-bottom: 25px;
  padding: 0 15px;
}
.check_out_form form {
  margin-top: 38px;
}
.check_out_form form textarea {
  border:2px solid #f7f7f7;
  width:100%;
  margin-bottom: 25px;
  padding: 15px;
  min-height: 121px;
  color:#9e9e9e;
}
.check_out_form .shipping_address h3 input {
  margin-left: 60px;
}
.check_out_form .theme_title {
  padding-bottom: 28px;
}

/*==================== cart Table ===================*/
.cart_table {
  padding-top:51px;
  padding-bottom: 80px;
}
.cart_table h4 {
  text-transform: uppercase;
}
.cart_table .table-1 thead th {
  border:none;
  line-height:65px;
  padding-top:0;
  padding-bottom: 0;
  padding-left: 30px;
  text-transform: uppercase;
}
.cart_table .table-1 thead tr {
  background:#f7f7f7;
}
.cart_table .table-1 tbody tr td {
  border-top:none;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 28px;
}
.cart_table .table-1 tbody tr td.flex_item {
  padding-right: 0;
  padding-top: 33px;
  padding-left: 28px;
}
.cart_table .table-1 tbody tr td.flex_item h6 {
  font-size: 20px;
  padding: 34px 0 0 27px;
}
.cart_table .table-1 tbody tr td input[type="number"] {
  width:70px;
  height:47px;
  border:1px solid #f0f0f0;
  font-size:18px;
  font-weight: 700;
  color:#272727;
  padding-left:19px;
  margin-top: 42px;
}
.cart_table .table-1 tbody tr td span {
  margin-left: 30px;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  color:#012f5d;
}
.cart_table .table-1 tbody tr td:last-child{
  padding-top: 62px
}
/*----------------*/
.cart_table .table-2 {
  margin-top:35px;
}
.cart_table input,
.check_out_form input {
  display: inline-block;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  color:#9e9e9e;
}

.check_out_form h2 input {
  position: relative;
  right: -30px;
}

.cart_table .table-2 td:first-child {
  border-right:1px solid #f0f0f0;
}
.cart_table .table-2 td {
  width:50%;
  border-top:none;
  padding: 0;
}

.cart_table .table-2 td span {
  line-height: 47px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 18px;
}
.cart_table .table-2 td:last-child span {
  color:#999999;
}
.cart_table .table-2 tr:last-child td span {
  border:none;
}
.cart_table .table-2 tbody {
  border:2px solid #f0f0f0;
}
.cart_table .payment_system span {
  color:#272727;
  display: inline-block;
  margin-left:13px;
}
.cart_table .payment_system {
  margin-top:17px;
}
.cart_table .payment_system .pay1 {
  margin-bottom: 19px;
}
.cart_table .payment_system .pay1 p {
  padding-left: 29px;
  margin-top: 16px
}
.cart_table .payment_system a {
  line-height: 50px;
  width:170px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color:#fff;
  margin-top: 25px;
}
/*====================== Cart page =====================*/
.cart .shop_cart_table {
  padding:30px 0 50px;
}
.cart .shop_cart_table .table-1 {
  margin-bottom:30px;
}
.cart .shop_cart_table .table-1 input {
  display: inline-block;
}
.cart .shop_cart_table .icon_holder {
  display: inline-block;
  width:39px;
  height:39px;
  color:#fff;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  margin-right:3px;
  vertical-align: bottom;
  padding-top: 6px;
}
.cart .shop_cart_table .table-1 tr th {
  background: #f7f7f7;
  border: none;
  line-height: 65px;
  color:#262626;
  text-transform: uppercase;
  
}
.cart .shop_cart_table .table-1 tr th:first-child {
  padding-left: 30px;
  width:36%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(2) {
  width:14%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(3) {
  width:18%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(4) {
  width:11%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(5) {
  width:12%;
}
.cart .shop_cart_table .table-1 tr td span {
  display: inline-block;
  margin-left: 0;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  color:#9e9e9e;
}
.cart .shop_cart_table .table-1 tr td span.item {
  margin-top:45px;
}
.cart .shop_cart_table .table-1 th {
  padding: 0 8px;
}
.cart .shop_cart_table .table-1 tr td.flex_item {
  padding: 29px 0 32px 27px;
}
.cart .shop_cart_table .table-1 tr td.flex_item h6 {
  font-size: 20px;
  margin: 33px 0 0 27px;
}
.cart .shop_cart_table .table-1 tr td input[type="number"] {
  margin: 42px 56px 0 0;
  width:68px;
  height:45px;
  border:1px solid #f7f7f7;
  padding-left: 20px;
}
.cart .shop_cart_table .table-1 tr td {
  padding-bottom:28px;
  border-top: none;
  border-bottom: 1px solid #f7f7f7;
}
.cart .shop_cart_table .table-1 tr td:nth-child(4),
.cart .shop_cart_table .table-1 tr td:nth-child(5),
.cart .shop_cart_table .table-1 tr td:nth-child(6) {
  padding-top: 61px;
}
.cart .shop_cart_table button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color:#fff;
  line-height: 50px;
  display: inline-block;
}
.cart .shop_cart_table button:hover {
  color:#fff;
  background: #121d2f;
}
.cart .shop_cart_table .cart_btn1 {
  width:170px;
}
.cart .shop_cart_table .cart_btn2 {
  width:240px;
}
.cart .shop_cart_table .cart_btn3 {
  width:170px;
  color:#272727;
  border:2px solid #f7f7f7;
  margin-right:19px;
}
.cart .shop_cart_table input.coupon {
  width:225px;
  height:50px;
  border:2px solid #f7f7f7;
  padding-left:15px;
  margin-right:19px;
  color:#9e9e9e;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.cart .shipping_address {
  padding-top: 73px;
}

.cart .shipping_address .submit_form input,
.cart .shipping_address .submit_form .ui-state-default {
  font-family: 'Raleway',Noto Sans TC,微軟正黑體, sans-serif;
  color:#9e9e9e;
  height:45px;
  width: 100% !important;
  border:2px solid #f7f7f7;
  margin-bottom: 28px;
  padding: 0 15px;
  border-radius: 0;
  background: #fff;
  outline: none;
}
.cart .shipping_address .submit_form  .ui-selectmenu-button span.ui-icon {
  height:100%;
  line-height: 40px;
  top:0;
  width:42px;
  right:0;
  color:#9e9e9e;
  text-align: center;
  border-left:1px solid #f7f7f7;
}
.cart .shipping_address .submit_form  .ui-selectmenu-button span.ui-icon:before {
    content: '\f107';
    font-family: 'font-awesome';
    position: absolute;
    color: #333;
    top: -1px;
    right: -32px;
}
.ui-widget-content .ui-state-focus {
  color: #fff;
}
.cart .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    background-image: none;
}
.cart .shipping_address .submit_form .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0;
  line-height: 40px;
  color:#9e9e9e;
}
.cart .shipping_address .submit_form .space-fix-right {
  padding-right: 5px;
}
.cart .shipping_address .submit_form .space-fix-left {
  padding-left: 5px;
}
.cart .shipping_address h4 {
  margin-bottom:30px;
  text-transform: uppercase;
}
.cart .shipping_address .table-responsive {
  margin-bottom:13px;
}
.shop_cart_table .table-2 {
  margin-top:3px;
}
.shop_cart_table .table-2 td:first-child {
  border-right:1px solid #f0f0f0;
}
.shop_cart_table .table-2 td {
  width:50%;
  border-top:none;
  padding: 0;
}
.shop_cart_table .table-2 td span {
  line-height: 47px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0px 18px;
}
.shop_cart_table .table-2 td:last-child span {
  color:#9e9e9e;
}
.shop_cart_table .table-2 tr:last-child td span {
  border:none;
}
.shop_cart_table .table-2 tbody {
  border:2px solid #f0f0f0;
}

/*=========================== Account Page =======================*/

.account_page .theme-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.account_page form {
  background: #fff;
}
.account_page form .input_group {
  height:40px;
  position: relative;
  margin-bottom: 20px;
}
.account_page form .input_group input {
  width:100%;
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #f7f7f7;
  border-radius:2px;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  color:#9e9e9e;
  padding: 0 38px 0 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.account_page form .input_group i {
  line-height: 40px;
  color:#9e9e9e;
  position: absolute;
  top:0;
  right: 15px;
}
.account_page form label {
  font-weight: normal;
  position: relative;
  font-size: 14px;
}
.account_page .single_checkbox {
  margin-top:7px;
}
.account_page  a {
  margin-top: 10px;
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  font-size: 14px;
}
.account_page .single_checkbox label {
  font-family: 'Open Sans',Noto Sans TC,微軟正黑體, sans-serif;
  color:#9e9e9e;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-left: 28px;
  margin: 0;
  -webkit-user-select:none;
}
.account_page .single_checkbox input[type="checkbox"] {
  display: none;
}
.account_page .single_checkbox label:before {
  content: '';
  width:20px;
  height:20px;
  background: #fbfbfb;
  border:1px solid #e3e6e9;
  box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
  display: inline-block;
  position: absolute;
  text-align: center;
  left:0;
  top:0;
}
.account_page .single_checkbox input[type="checkbox"]:checked + label:before {
  content: 'ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬â„¢';
  font-family: 'font-awesome';
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left:0;
  top:0;
}
.account_page form button {
  width:100%;
  line-height: 45px;
  text-transform:uppercase;
  text-align: center;
  font-family: 'Roboto',Noto Sans TC,微軟正黑體, sans-serif;
  font-size: 14px;
  color:#fff;
  border-radius: 2px;
  margin-top: 28px;
}
.account_page {
  padding:60px 0;
}

.page_pagination {
  text-align: center;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 30px;
  line-height: 30px;
  border:1px solid #f7f7f7;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
}
/*=================== boxed layout =================*/
.main_page.active_boxlayout {
    width: 1350px;
    margin: 0 auto;
    background: #fff;
    overflow-x:hidden;
}
/*_________ Content Primary Color ________*/

.color1,.top_header ul li a span,.bottom_header ul.bottom_header_address>li span.ficon,#polyglotLanguageSwitcher ul.dropdown,.bottom_header ul li a:hover,.hephaistos.tparrows:hover:before,
.hephaistos.tparrows:focus:before,.hephaistos.tparrows .arrow-holder:before,.welcome_section .video-box a span i,.featured-product .default-item .single-item .content .rating,
.featured-product .default-item .single-item .overlay-box .top-content ul li span,.choose_us_item .icon .ficon:before,.about-gallery .link-btn a:hover,
.gallery .default-item .single-item .overlay-box .bottom-content .icon-box a,.news .blogList_single_post .post ul li a i,
.about_section .item .content .link-btn a:hover,.news .blogList_single_post .post .link a:hover,.our_farmer .item .overlay ul li a span,
.featured-product .default-item .single-item .overlay-box .top-content ul li span i,.testimonials-carousel .slide-item .quote-icon span,
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,.owl-carousel .owl-controls .owl-nav .owl-next:hover,.call-out .contact-box .form-group button,
.call-out .contact-box .form-group input,.call-out .contact-box .form-group i,footer .main_footer .recent-posts .post .fa,
footer .main_footer .recent-posts .post a:hover,footer .main_footer .footer_contact .list.Business p span,
footer .bottom_footer h6 a,#banner .contuct-us:hover,.breadcrumb-bottom-area ul li,.breadcrumb-bottom-area p span,.breadcrumb-bottom-area ul li a:hover,
.gallery .filters li:hover,.gallery .filters li.active,.gallery-items .gallery-single-item .right-content .project-info li i,.gallery-items .prev-next-button .prev a:hover i,
.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon span:before,.news.single_news_page.news_single .author-post .social_icon li a:hover i,
.news.single_news_page.news_single .comment-box .single-comment-box ul li,.news.single_news_page.news_single .comment-box .single-comment-box span,
.news.single_news_page.news_single .recent-posts .post .fa,.news.single_news_page .recent-posts .post a:hover,
.four-column .single-item .icon i,.four-column .single-item .icon span,.about-gallery .tab-links ul li a.active h2,.award .customer-text span,.makesUs_special .overlay .special_item .ficon:before,.request_quote .overlay a:hover,h1 span,h2 span,h3 span,h4 span,h5 span,
.our_service .owl-theme .owl-nav [class*=owl-]:hover:before,.testimonial .item .author h5 span,.testimonial .item .author ul li,
.our_team .team_member .text>a span,.our_team .team_member .text ul li a,.faq .faq_left_area .video-box a span i,
.faq .faq_left_area .video_text a,.faq .faq_panel .panel-heading .icon:before,.request_callBack .left_half .content p span,
.request_callBack .left_half .content p a,footer .main_footer .footer_news li span i,footer .main_footer .footer_logo a.tran3s:hover,
footer .main_footer .footer_news li a,footer .main_footer .footer_subscribe p,
footer .main_footer .footer_contact .item h6,footer .main_footer .footer_contact .item  ul li span:before,.scroll-top span:before,footer .bottom_footer p a,.about_us_main_content .video-box a span i,.page-breadcrumb ul li i,
.sidebar_testimonial .item .author ul li,.business_enquiry p a,.mission_vission ul li i,.mission_vission span.ficon:before,
.include_servises .our_mission .icon span:before,.service-tabTwo .nav-pills li.active a,.service_inner_page_top .text ul li i,
.project_page .single_project .img_holder .overlay .icon span a,.project_page #mixitup_list .text a i,.about_section .item .inner-title,
.project_grid_sidebar .single_project .text i,.recent_news_sidebar .post p a,.single_project_content .project_description table td,
.project_execution .execution_item .text ul li i,#related_project_slider .owl-nav [class*=owl-]:hover,.bottom_header .cart_option button,
#related_project_slider .owl-nav [class*=owl-]:hover:before,.blog_page_wrapper .blog_post_single .text>ul li a,
.blogList_view .blogList_single_post .post ul li a,.blog_page_wrapper.blog_grid .blog_post_single .text>a,
.blog_details_post .blog_mega_post .text>ul li a,.blog_details_post .comment_area .single_comment .comment a,
.team_grid .team_member .text>a span,.team_grid .team_member .text ul li a,.team_single_page .team_member_short_bio .member_name> span,
.team_single_page .member_info .info_panel h6,.team_member_education span,.send_message form>span,.team_single_page .member_info .info_panel p span,
.our_partners_main_content .partner_info_wrapper .text i,.faqAndNews .faq_panel .panel-group .panel-heading .icon:before,
.job_table .table tr td a:hover,.client_feedback_main_content .feedback_single_client .author ul li,.shop_page .product_wrapper .text ul li,
.best_sellers .best_selling_item .text ul li,.shop_single_page .product_details .related_product>a,.account_page  a,
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:hover,
.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover,.contact_page_address .carousel-inner .item h6,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li,.contact_page_address ul.social_icon li a,
.shop_single_page .product_details .product_top_section .item_description>ul>li i,.contact_page_address .carousel-inner .item  ul li span:before,
.account_page .single_checkbox input[type="checkbox"]:checked + label:before,.request_callBack .right_half button:hover  {
  color:#53849b;
}

/*_______ Background for primary color ______*/

.color1_bg,.menuzord-menu ul.dropdown li:hover > a,#polyglotLanguageSwitcher ul.dropdown li:hover,.bottom_header .select-form .dropdown-menu.inner li a:hover,
.bottom_header .select-form .dropdown-menu.inner li.selected a,.featured-product .filters li:before,
.featured-product .default-item .single-item .overlay-box .top-content ul li:hover,.featured-product .default-item .single-item .overlay-box .bottom-content,
.why_choose_us .choose_us_item:hover,.our_farmer .item .overlay ul li:hover,.our_farmer .item:hover .text,.featured-product .default-item .single-item .overlay-box .top-content .tultip,
.testimonials-section .slide-item .inner-box:before,.testimonials-section .owl-dots .owl-dot.active span,footer .main_footer .popular-tags a:hover,
.testimonials-section .owl-dots .owl-dot:hover span,.call-out,footer .main_footer .footer_logo a.tran3s,.about_section .item .offer,
#banner .contuct-us,.gallery .load-more-button a:hover,.cart .shop_cart_table .icon_holder,.ui-widget-content .ui-state-focus,
.sidebar_tags ul li a:hover,.shop_single_page .product_details .product-review-tab .nav li.active a,
.blogList_single_post .share:hover,.news.single_news_page.news_single .post .social_icon li a:hover,.about-story .link a:hover,.three-column .single-item h5,
.hephaistos.tparrows .arrow-holder:after,.theme_title:before,.testimonial .owl-item.center .text:before,
.theme_title_center>span,footer .main_footer .footer_contact #carousel-demo .carousel-indicators li.active,.page_list li a:hover,
.page_list li a.active,.sidebar_testimonial .carousel-indicators li.active,.sidebar_testimonial .item .text:before,
.include_servises .include_servises_list ul li:before,.service-tabTwo .tab-content .tab-pane ul li:before,.service-tab .nav-pills li a,
.project_page .single_project .img_holder .overlay .icon span a.fancybox,.page_pagination li a.active,.page_pagination li a:hover,
.sidebar_categories ul li a:hover:before,.single_project_content .carousel-control:hover,.single_project_content .carousel-control:focus,
.blog_page_wrapper .blog_post_single .text .share:hover,.blog_page_wrapper .blog_post_single .text .share-content li a:hover,
.blog_details_post .blog_mega_post .text .social_icon li a:hover,.career_single_main_content .requirement_list li:before,
.single-sidebar.price-ranger .ui-slider .ui-slider-range,.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'],
.cart_table .payment_system a:hover,.contact_page_address #contact-slider .carousel-indicators li.active,
.testimonial .owl-theme .owl-dots .owl-dot.active span,.testimonial .owl-theme .owl-dots .owl-dot:hover span,.contact_us_form #error button,
.contact_us_form #success button,.switcher .switch_btn button,.switcher .switch_menu h5.title   {
  background: #53849b;
}

/*_______ Border for Primary color ______*/
.featured-product .default-item .single-item .overlay-box .top-content ul li,.news .blogList_single_post .post .text,.our_farmer .item .overlay ul li,
.our_farmer .item:hover .img_holder,.testimonials-carousel .slide-item .author-thumb,.owl-carousel .owl-controls .owl-nav .owl-prev:hover,.owl-carousel .owl-controls .owl-nav .owl-next:hover,
#banner .contuct-us:hover,.gallery .filters li:hover,.gallery .filters li.active,.product_details .product-review-tab .nav li.active a,
.four-column .single-item:hover .icon:before,.welcome_section .video-box a span i,.our_service .owl-theme .owl-nav [class*=owl-]:hover,.our_team .team_member .opacity:before,
.our_team .team_member .opacity:after,.faq .faq_left_area .video-box a span i,.faq .faq_left_area .video_text a i,.bottom_header .cart_option button,
.about_us_main_content .video-box a span i,.sidebar_testimonial .carousel-indicators li,.include_servises .our_mission .icon,
.service-tab .nav-pills li.active a,.sidebar_categories ul li a:before,#related_project_slider .owl-nav [class*=owl-]:hover,
#related_project_slider .owl-nav [class*=owl-]:hover:before,.team_grid .team_member .opacity:before,.team_grid .team_member .opacity:after,
.testimonial .owl-theme .owl-dots .owl-dot span  {
  border-color:#53849b;
}

/*________________________________ Set-Up For Secondary Color _________________________*/
/*_________ Content Secondary Color ________*/
.color2,.hephaistos.tparrows:before,.testimonial .owl-item.center .item>span,.request_quote_footer a:hover,
.team_grid .team_member .text ul li a:hover,.cart .shop_cart_table .table-1 tr td span.color2,.contact_page_address ul.social_icon li a:hover  {
  color:#7fb401;
}
.page_list li a:after {
  color:#152235;
}
/*_______ Background for Secondary color ______*/
.cart .shop_cart_table button:hover,.news.single_news_page.with_sidebar .blogList_single_post .post .link a:hover,
.color2_bg,header .ui-state-default,.ui-state-hover,.ui-widget-header .ui-state-focus,
.testimonial .owl-item.center .text,.faq .faq_panel .panel-heading.active-panel .icon,.request_callBack .right_half,.sidebar_testimonial .item .text,
.nav_side_content .search_option form button,.service-tabTwo .nav-pills li.active a,.service-tab .nav-pills li.active a,
.project_page.project_gallery_filter .load_more:hover,.project_page .mixitUp_menu ul li:hover,.project_page .mixitUp_menu ul li.active,
.project_masonary .load_more:hover,.single_project_content .carousel-control,.single_project_content .project_name a:hover,
.blog_page_wrapper .blog_post_single .text .read_more:hover,.blog_details_post .reply_area button:hover,.send_message button:hover,
.our_partners_main_content .partner_info_wrapper .text span:before,.faqAndNews .faq_panel .panel-group .panel-heading.active-panel .icon,
.section_top_media a:hover,.section_top_media a:hover,.career_single_main_content .apply_form form .submit_wrapper button:hover,
.shop_page .product_wrapper:hover .text a,.single-sidebar.price-ranger .ui-slider-handle,
.shop_single_page .product_details .product-review-tab .add_your_review form button:hover,.contact-box .form-group button:hover,
.shop_single_page .product_details .product_top_section .item_description>a:hover,
.contact_page_address #contact-slider .carousel-indicators li  {
  background: #121d2f;
}
/*cart*/
.bottom_header .cart_option button,.bottom_header .navbar-header .toggle,.bottom_header .member-option button {color:#fff;border-color: #fff;transition: opacity 0.3s;}
.cart-info a {color:#fff;}

/* homeslider */
.home-slider {
  width:auto;
  background: #fff;
}
.home-slider .owl-dots {
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.home-slider .owl-dots .owl-dot {
    display: inline-block;
}
.home-slider .owl-dots .owl-dot span {
    background: transparent;
    border:2px solid #fff;
    display: block;
    height: 10px;
    width: 10px;
    margin: 5px 5px;
    transform: rotate(45deg);
    transition: opacity 200ms ease 0s;
}
.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span,.nav-slider .owl-dots .owl-dot.active span,
.nav-slider .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.home-slider .owl-nav .owl-prev,  .home-slider .owl-nav .owl-next {
  width:30px;
  height:30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  background: rgba(255,255,255,0.55);
  transform: rotate(-45deg);
  color:#fff;
  transition: 0.3s;
  position: absolute;
  display: block;
  top:calc(50% - 25px);
}
.home-slider .owl-nav .owl-prev>i, .home-slider .owl-nav .owl-next>i {
  transform: rotate(45deg);
}
.home-slider .owl-nav .owl-prev:hover,  .home-slider .owl-nav .owl-next:hover {
  background: rgba(255,255,255,0.8);
}
.home-slider .owl-nav .owl-prev {left:30px;}
.home-slider .owl-nav .owl-next {right:30px;}
.home-slider .owl-item .item, .nav-slider .owl-item .item {box-shadow: 0px 0px 8px #222;}
.home-slider .owl-item .item a, .nav-slider .owl-item .item a {display:block;}
/* Product Custom */
.bottom_header .cart_option .cart_list .empty {padding:30px 10px;}
.bottom_header .cart_option .cart_list .img_holder {width:20%;}
.bottom_header .cart_option .cart_list .item_deatils {width:80%;padding: 0 15px;}
.catlogs_slider {margin-top:20px;}
.catlogs_slider a {display: block;}
.catlogs_slider a img {width:100%;}
.catlogs_slider_m {margin-top:20px;}
.catlogs_slider_m .thumbnail {background-color: #eee;border: 0;border-radius: 0px;padding:5px;box-shadow: 0 1px 2px rgba(0,0,0,0.15);margin-bottom: 0;}
.catlogs_slider_m .thumbnail a {display: block;}
.shop_slider_m .owl-nav .owl-prev, .shop_slider_m .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    width:30px;
    height:30px;
    border-radius: 50%;
    background: #7fb401;
    opacity:0;
    transition: 0.5s;
    transition-timing-function:ease-out;
    text-align: center;
    line-height: 30px;
    color:#fff;
}
.shop_slider_m {overflow: hidden;}
.shop_slider_m .owl-nav .owl-prev {left:-50px;}
.shop_slider_m .owl-nav .owl-next {right:-50px;}
.shop_slider_m:hover .owl-nav .owl-prev {left:15px;opacity:0.8;}
.shop_slider_m:hover .owl-nav .owl-next {right:15px;opacity:0.8;}

.shop_slider .owl-nav .owl-prev, .shop_slider .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: calc(50% - 15px);
    width:30px;
    height:30px;
    border-radius: 50%;
    background: #7fb401;
    opacity:0;
    transition: 0.5s;
    transition-timing-function:ease-out;
    text-align: center;
    line-height: 30px;
    color:#fff;
}
.shop_slider {overflow: hidden;}
.shop_slider .owl-nav .owl-prev {left:-50px;}
.shop_slider .owl-nav .owl-next {right:-50px;}
.shop_slider:hover .owl-nav .owl-prev {left:15px;opacity:0.8;}
.shop_slider:hover .owl-nav .owl-next {right:15px;opacity:0.8;}

.shop_topbar {padding: 10px 5px;margin:0 0 30px;background:#fff;border: 1px solid #eee;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
.shop_topbar .view>a {margin-right:5px;font-size: 20px;line-height: 26px;}
.shop_topbar .catlog_filter {height: 25px;font-size:12px;padding: 0px 8px;}

.shop_page {padding:20px 0;}
.shop_page .shop-contents .content h3 {}
.featured-product .default-item .inner-box.impty {background: #fff;padding: 30px 0;}
.pagination_bar {padding: 0;margin:20px 0;background:#fff;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
.pagination_bar nav {line-height: 0;}
.pagination_bar .status {line-height: 1.42857143;padding: 8px 12px;}
.pagination {margin:0;}
.pagination > li > a, .pagination > li > span {
  border: 0;
  padding: 8px 12px;
  border-radius: 0!important;
  color:#333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #53849b;
  border-color: #53849b;
}

#list .image-box {width:25%;}
#list .content {width:55%;}
#list .default-item .single-item .content .price {margin-top:15px;}
#list .overlay-box {width:20%;position: relative;opacity: 1;visibility: visible;padding: 15px;}
#list .overlay-box .top-content {position: relative;top:initial;}
#list .overlay-box .top-content ul {margin-top:0;}
#list .overlay-box .top-content ul li {display: block;width:100%;height:auto;border-radius:5px;margin: 0 0 10px; ;border:1px solid #999;}
#list .overlay-box .top-content ul li a {display:block;}
#list .overlay-box .top-content ul li.view_detail {
  background: -moz-linear-gradient(180deg, #99d115 0%, #7fb401 100%);
  background: -webkit-gradient(180deg, left top, left bottom, color-stop(0%,#99d115), color-stop(100%,#7fb401));
  background: -webkit-linear-gradient(180deg, #99d115 0%,#7fb401 100%);
  background: -o-linear-gradient(180deg, #99d115 0%,#7fb401 100%);
  background: -ms-linear-gradient(180deg, #99d115 0%,#7fb401 100%);
  background: linear-gradient(180deg, #99d115 0%,#7fb401 100%);
  color:#fff;
}
#list .overlay-box .top-content ul li.view_detail span, #list .overlay-box .top-content ul li.view_detail a {color:#fff;}
#list .overlay-box .top-content ul li.addToCart {
  background: -moz-linear-gradient(180deg, #d9534f 0%, #d43f3a 100%);
  background: -webkit-gradient(180deg, left top, left bottom, color-stop(0%,#d9534f), color-stop(100%,#d43f3a));
  background: -webkit-linear-gradient(180deg, #d9534f 0%,#d43f3a 100%);
  background: -o-linear-gradient(180deg, #d9534f 0%,#d43f3a 100%);
  background: -ms-linear-gradient(180deg, #d9534f 0%,#d43f3a 100%);
  background: linear-gradient(180deg, #d9534f 0%,#d43f3a 100%);
  color:#fff;
}
#list .overlay-box .top-content ul li.addToCart span, #list .overlay-box .top-content ul li.addToCart a {color:#fff;}
#list .overlay-box .top-content ul li.addToTracklist a:hover {color:#fff;}
#list .overlay-box .top-content ul li.addToTracklist span {color:inherit;}

@media(max-width: 992px){ 
  #list .image-box{width: 40%;}
  #list .image-box img{ min-height: auto;height: auto;}
  #list .overlay-box{ width: 50%;}
  #list .overlay-box .top-content ul li.view_detail{ width: 30%; display: inline-block;}
  #list .overlay-box .top-content ul li.addToCart{ width: 30%; display: inline-block;}
  #list .overlay-box .top-content ul li.addToTracklist{ width: 30%; display: inline-block;}
}
.sidebar_section {background:#fff;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);margin-bottom: 20px;}
.sidebar_section .theme_inner_title {
  padding:15px;
  background: -moz-linear-gradient(left, #F6F6FB, #EBECEE);
  background: -webkit-linear-gradient(left,#F6F6FB,#EBECEE);
  background: -o-linear-gradient(left, red, #EBECEE);
  background: -ms-linear-gradient(left, #F6F6FB 0%,#EBECEE 100%);
  background: linear-gradient(left, #F6F6FB 0%,#EBECEE 100%);
}
.sidebar_section .theme_inner_title h4 {font-weight: 500;font-size:20px;}
.sidebar_section .content {}
.best_sellers .best_selling_item .text span.price {font-size:18px;color:#B0072B;}
.best_sellers .best_selling_item .text span.price_old {text-decoration: line-through;font-size:12px;color:#9c9c9c;}
.best_sellers .bx-controls .bx-pager {text-align: center;margin:10px 0;}
.best_sellers .bx-controls .bx-pager .bx-pager-item {display: inline-block;margin: 0 5px;}
.best_sellers .bx-controls .bx-pager .bx-pager-item a {
  width:10px;
  height:10px;
  border-radius: 50%;
  display: block;
  background: #e9e9e9;
  text-indent: -9999px;
  line-height: 20px;
}
.best_sellers .bx-controls .bx-pager .bx-pager-item a.active, .best_sellers .bx-controls .bx-pager .bx-pager-item a:hover {background: #ccc;}

.featured-product .default-item .single-item .image-box a {
    background-position: 50%;
    background-size: contain;
    display: block;
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 0.5s;
    max-height: 213px;
    overflow: hidden;
}
.featured-product .default-item .single-item .image-box a:hover {
    transform: scale(1.25);
}
@media(max-width:576px) {
.featured-product .default-item .single-item .image-box a {
    min-height: 200px;
}
}
@media(max-width:380px) {
.featured-product .default-item .single-item .image-box a {
    min-height: 160px;
}
}
/*** Product Detail ***/
.shop_single_page .img_preview {margin-bottom:15px;border:1px solid #eee;}
.shop_single_page .img_preview img {width:100%;}
.shop_single_page .img_slider {padding:0 30px;}
.shop_single_page .img_slider img {border:1px solid #eee;}
.shop_single_page .img_slider .owl-nav .owl-prev, .shop_single_page .img_slider .owl-nav .owl-next {position:absolute;top:calc(50% - 8px);}
.shop_single_page .img_slider .owl-nav .owl-prev {left:0;}
.shop_single_page .img_slider .owl-nav .owl-next {right:0;}

.shop_single_page .item_description .feature-text {color:#ebb000;margin-top:15px;font-size: 16px;font-weight: 400;}
.shop_single_page .item_description .brand {color:#e58b4d;margin-bottom:5px;font-size:16px;}
.shop_single_page .item_description .price_actu_title {font-size:16px;font-weight: 400;margin-right:5px;}
.shop_single_page .item_description .price_actu {}
.shop_single_page .item_description .price_sugg {font-size:16px;color:#999;}

.social {margin-top:15px;width: 100%;}
.social>a {display:block;float:left;width:50%;padding: 6px 10px;color: #fff;font-size:14px;}
.social>a.line {background-color: #42CB00;}
.social>a.facebook {background-color: #465892;}
.social>a.google-plus {background-color: #D32322;}
.social>a:first-child {border-radius: 5px 0 0 5px;}
.social>a:last-child {border-radius: 0 5px 5px 0;}

.text_section {margin-top:30px;}
/*** Cart ***/
.cart_product_img {width: 100px;}
.shop_cart_table .css-table .thead{
    background: #263238;
    color: #FFF;
}
.cart-table .quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}
.cart-table .qty-minus, .cart-table .qty-plus {
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.cart-table .qty-minus i, .cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px;
}
.cart-table .qty-minus i, .cart-table .qty-plus i {
    line-height: 30px;
    font-size: 10px;
}
.cart-table .qty-text {
    background-color: #f6f6f6;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
}
.shop_cart_table .info ul>li {
  position: relative;
  padding: 5px 0 5px 75%;
  text-align: right;
}
.shop_cart_table .info .total {
  font-size:110%;
}
.shop_cart_table .css-table.cart-table .info .td {text-align: right;}
.shop_cart_table .btn-group {
  margin-top:30px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.shop_cart_table .btn-group .btn {
  border-radius: 0;
}
/* css-table */

.css-table {
    display:table;
    width:100%;
}
.css-table .thead{
    display:table-header-group;
}
.css-table .tbody{
    display:table-row-group;
}
.css-table .tfoot{
    display:table-footer-group;
}
.css-table .tr {
    display: table-row;
}
.css-table .td {
    display: table-cell;
}

/* cart-table */
.css-table {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.css-table.cart-table .td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    text-align: center;
}
.css-table.cart-table .thead .td {
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    font-weight: 700;
}
.css-table.cart-table .td.cart_product_title {
  text-align: left;
}
.css-table.cart-table .td.cart_product_title h6 {
  margin-bottom:15px;
}
.css-table.cart-table .td.cart_product_title a {
  color:#333;
}
.css-table.cart-table .tbody .cart_product_qty input {
    width:30px;
}
.css-table.cart-table .cart_product_title p {
    margin:0;
    font-size:12px;
    font-weight:400;
    line-height: initial;
}
.css-table.cart-table .tbody .td.empty{padding:30px 0;}

@media(max-width:767px) {
.css-table.cart-table .thead {
    display: none;
}
.css-table.cart-table .tbody .tr,.css-table.cart-table .tfoot .tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.css-table.cart-table .tbody .td, .css-table.cart-table .tfoot .td {
    position: relative;
    width: 100%;
    min-height: 1px;
    display:block;
    font-size: 14px;
}
.css-table.cart-table .cart_product_img,.css-table.cart-table .cart_product_title {
  border-top:2px solid #dedede;
}
.css-table.cart-table .td.cart_product_title h6 {
  margin-top: 5px;
}
.css-table.cart-table .tbody .td.cart_product_price, .css-table.cart-table .tbody .td.cart_product_qty, .css-table.cart-table .tbody .td.cart_product_subtotal, .css-table.cart-table .tbody .td.cart_product_delete {
    background: #dedede;
}
.css-table.cart-table .tbody .cart_product_qty input {
    width:100%;
}
.css-table.cart-table .tbody .mbtitle {
    font-weight: 500;
    margin-bottom: 10px;
}
.css-table.cart-table .mw75 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.css-table.cart-table .mw66 {-ms-flex: 0 0 66.666666%;flex: 0 0 66.666666%;max-width: 66.666666%;}
.css-table.cart-table .mw50 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.css-table.cart-table .mw33 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.css-table.cart-table .mw25 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.css-table.cart-table .mw15 {-ms-flex: 0 0 15%;flex: 0 0 15%;max-width: 15%;}
.css-table.cart-table .mw{-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
}

/*** checout ***/
.checkout_section {padding:30px 0 50px;}
.checkout_section .panel {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  border-radius: 0;
  border: 0;
}
.checkout_section .panel .panel-heading {
  border-radius: 0;
  background-color: #263238;
  color: #fff;
  border: 0;
}
.form-group.mobile>div>.row>div:first-child::after,.form-group.phone>div>.row>div:first-child::after {content:"-";display: block;position: absolute;top:0;right:0;line-height: 34px;}

.payment.form-horizontal .form-group-sm {margin-bottom:10px;}
.payment.form-horizontal .form-group-sm .control-label {color:#666;padding-top: 0;}
.checkout_section .css-table .thead {background:#e9ecef;}
.checkout_section .css-table .tfoot.info .td {text-align: right;}
.checkout_section .receiver .panel-heading label {font-weight: normal;margin-left:15px;margin-bottom: 0;}
.checkout_section .receiver .panel-heading label input {display: inline-block;}

.form-horizontal .form-group-sm {
    font-size: 12px;
}

@media (min-width: 768px) {
.checkout.form-horizontal .control-label {
    margin-bottom: 5px; 
}
}

@media (max-width: 767px) {
.checkout_section .alert {font-size:12px;}
.checkout_section .checkout>div {
    padding: 0;
}
.form-horizontal .form-group-sm .control-label {
    padding-top: 0px;
    font-size: 12px;
}
}
.checkout .mobile input[type=number]::-webkit-inner-spin-button, .checkout .phone input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}

/*** Order List ***/
.css-table.order-list .td {padding:12px;}
.css-table.order-list .thead .td {background: #e7e7e7;}
.css-table.order-list .label {font-weight: 500;font-size: 70%;}
.css-table.order-list .tr:nth-child(2n) {
  background: #f1f1f1;
}

/** 狀態顏色 **/
/* 紅 */
.shipping_status_color_0,.payment_status_color_0,.order_status_color_100,.order_status_color_13,.order_status_color_16 {
  background:#d9534f;
}
/* 綠 */
.order_status_color_1,.payment_status_color_1,.shipping_status_color_2,.shipping_status_color_3,.shipping_status_color_4 {
  background-color: #5cb85c;
}
/* 黃 */
.shipping_status_color_1,.payment_status_color_2,.order_status_color_,.order_status_color_99 {
      background-color: #f0ad4e;
}
/* 灰 */
.order_status_color_99, .order_status_color_8,.payment_status_color_3,.payment_status_color_4 {
  background-color: #777;
}

/*** Order Detail ***/
.order_detail {padding:30px 0;}
.order_detail .order_header h6 {line-height: 1.6;}

/*** Member ***/
.account_page a.btn {color:#fff;}
.account_page .theme-title {padding: 10px;text-align: center;background: #263238;}
.account_page .theme-title h2 {font-weight: 500;font-size:20px;color:#fff;}
.account_page .panel {border:0;border-radius: 0;box-shadow: 0 1px 2px rgba(0,0,0,0.15);}
.account_page .social {margin-bottom:15px;margin-top: 0;float: left;}
.account_page .social a.btn {margin-top: 0;width:50%;transition: 0.3s;}
.btn-facebook {background: #3B5998;}
.btn-googleplus {background: #DC4A38;}
.account_page .social a.btn:hover {color:#f1f1f1;}
.account_page .captcha img {margin:0 auto;}

.account_page.member a {margin-top:0;}
.account_page.member .list-group {box-shadow: 0 1px 2px rgba(0,0,0,0.15);}
.account_page.member .list-group-item.active, .account_page.member .list-group-item.active:hover, .account_page.member .list-group-item.active:focus {
    background-color: #263238;
    border-color: #263238;
}
.account_page.member .panel-heading {color:#fff;background-color: #263238;}
.account_page.member .tracklist .caption h5 {
    line-height: 1.4;
    height: 52px;
    max-height: 52px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}
.account_page.member .thumbnail {position: relative;border-radius: 0;}
.account_page.member .thumbnail .removeTrack {color:#fff;position: absolute;top:5px;right:5px;transition: 0.5s;}
/* footer-nav-mobile */
.footer-nav-m {transition:0.6s;background-color:#e9e9e9;border-top:1px solid #263238;position: fixed;bottom:0;left:0;text-align: center;width: 100%;padding:8px 0 5px;z-index: 18;}
.footer-nav-m.home .icon {display: block;}
.footer-nav-m.home .text {display: block;margin-top:10px;font-size: 12px;}
.footer-nav-m.home .row>div {padding:0;}
.footer-nav-m a {color:#263238;}
.footer-nav-m.hideUp {
    bottom: -75px;
}
/*** FAQ search ***/
.faq_search {
  padding:60px 0;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq_search .faq_quesition_search_form .faq_form input {
  border: medium none;
  border-radius: 30px;
  height: 60px;
  padding: 0 30px;
}
.faq_search .faq_quesition_search_form .faq_form button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 60px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 5;
    color:#666;
}
.faq_search .faq_quesition_search_form span {
  font-size:12px;
  margin-top:10px;
  display: block;
}
#banner .infoText {
  padding: 10px 0;
  background: #fff;
}
#banner .infoText ul>li {
  display: inline-block;
  margin:2px 0;
}
#banner .infoText ul>li>a {
  padding: 0 10px;
  border-left: 1px solid #999;
}
#banner .infoText ul>li:first-child>a {
  border-left: 0;
}
#bannerMobile .container, #banner .container {
  position: relative;
  padding-left:0;
  padding-right:0;
}
.btn-group > .btn, .btn-group-vertical > a.btn:visited {
	color:#fff;
}
.marquee {padding: 3px 0;background: #dedede;text-align: center;}
#marquee {width:100%;overflow:hidden;height:30px;line-height: 30px;font-size: 14px;}
#marquee .label {display: inline-block;vertical-align: middle;padding: .2em .6em .2em;}
#marquee .item a {color:#333;text-overflow: ellipsis;white-space: nowrap;width: 100%;overflow:hidden;}
#marquee>.item {
  height: 30px;
  line-height: 30px;
}
.btn-success:visited {
  color: #fff;
}
/* 20181002PM1854 快速加入購物車相關css */
.addQuickToCart{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
#quickAddCartModal .modal-content {
  border: 0;
}
#quickAddCartModal .modal-header {
  background: #4c595f;
  color:#fff;
  padding: 10px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#quickAddCartModal .modal-header .close {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
#quickAddCartModal .name, #quickAddCartModal .name span {
  font-size: 28px;
  color:#43565f;
}
#quickAddCartModal .feature-text {
  color: #f05a00;
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
}
#quickAddCartModal .feature_list {
  margin-top: 10px;
}
#quickAddCartModal .price_actu {
  font-size: 18px;
  font-weight: 700;
}
#quickAddCartModal .price_sugg {
  color:#ccc;
  margin-left:5px;
}
#quickAddCartModal .item_point, #quickAddCartModal .item_price {
  margin-top: 15px;
}
#quickAddCartModal hr {
  margin: 10px 0;
}
#quickAddCartModal .option_main_name,.product_details .item_description .option_section .option_main_name {
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
#quickAddCartModal .option>.btn, .product_details .item_description .option_section .option>.btn {
  margin: 0 5px 5px 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.05);
}
#quickAddCartModal .option>.btn.active,.product_details .item_description .option_section .option>.btn.active {
  border: 2px solid #333;
  background: #333;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/*商品介紹頁modal*/
#quickViewDetailModal .modal-content {
  border: 0;
}
#quickViewDetailModal .modal-header {
  background: #4c595f;
  color:#fff;
  padding: 10px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#quickViewDetailModal .modal-header .close {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
#quickViewDetailModal .name, #quickViewDetailModal .name span{
  font-size: 28px;
  color:#43565f;
}
#quickViewDetailModal .feature-text {
  color: #f05a00;
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
}
#quickViewDetailModal .feature_list {
  margin-top: 10px;
}
#quickViewDetailModal .price_actu {
  font-size: 18px;
  font-weight: 700;
}
#quickViewDetailModal .price_sugg {
  color:#ccc;
  margin-left:5px;
}
#quickViewDetailModal .item_point, #quickViewDetailModal .item_price {
  margin-top: 15px;
}
#quickViewDetailModal hr {
  margin: 10px 0;
}
#quickViewDetailModal .option_main_name,.product_details .item_description .option_section .option_main_name {
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
#quickViewDetailModal .option>.btn, .product_details .item_description .option_section .option>.btn {
  margin: 0 5px 5px 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 2px 10px 0 rgba(0,0,0,.05);
}
#quickViewDetailModal .option>.btn.active,.product_details .item_description .option_section .option>.btn.active {
  border: 2px solid #333;
  background: #333;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
#quickViewDetailModal .product-review-tab{
  margin-top: 10px;
}


.contact {
  padding: 50px 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*sweetAlert 2*/
.swal2-modal,.swal2-overlay{position:fixed;display:none}.swal2-overlay{background-color:rgba(0,0,0,.4);left:0;right:0;top:0;bottom:0;z-index:1000}.swal2-modal{background-color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;border-radius:5px;box-sizing:border-box;text-align:center;left:50%;top:50%;margin-top:-200px;max-height:90%;overflow-x:hidden;overflow-y:auto;z-index:2000}.swal2-modal:focus{outline:0}.swal2-modal.loading{overflow-y:hidden}.swal2-modal h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0;padding:0;line-height:60px;display:block}.swal2-modal hr{height:10px;color:transparent;border:0}.swal2-modal button.styled{color:#fff;border:0;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:0 5px;cursor:pointer}.swal2-content,.swal2-icon{padding:0;position:relative}.swal2-modal button.styled:focus{outline:0}.swal2-modal button.styled:not(.loading)[disabled]{opacity:.4;cursor:no-drop}.swal2-modal button.styled.loading{box-sizing:border-box;border:4px solid transparent;width:40px;height:40px;padding:0;margin:-2px 30px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal button.styled::-moz-focus-inner{border:0}.swal2-modal button:not(.styled).loading:after{display:inline-block;content:"";margin-left:5px;vertical-align:-1px;height:6px;width:6px;border:3px solid #999;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-checkbox input,.swal2-checkbox span,.swal2-radio input,.swal2-radio span{vertical-align:middle}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{font-size:36px;line-height:36px;font-family:serif;position:absolute;top:5px;right:13px;cursor:pointer;color:#cfcfcf;-webkit-transition:all .1s ease;transition:all .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-content{font-size:18px;text-align:center;font-weight:300;float:none;margin:0;line-height:normal;color:#555}.swal2-icon.swal2-info,.swal2-icon.swal2-question,.swal2-icon.swal2-warning{font-size:60px;line-height:80px;text-align:center}.swal2-icon{width:80px;height:80px;border:4px solid grey;border-radius:50%;margin:20px auto 30px;box-sizing:content-box;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .x-mark{position:relative;display:block}.swal2-icon.swal2-error .line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error .line.left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error .line.right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#f8bb86}.swal2-icon.swal2-info{font-family:"Open Sans",sans-serif;color:#3fc3ee;border-color:#3fc3ee}.swal2-icon.swal2-question{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#c9dae1;border-color:#c9dae1}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success::after,.swal2-icon.swal2-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.swal2-icon.swal2-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .fix{width:7px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success .line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success .line.tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success .line.long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-checkbox,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:20px auto}.swal2-input:not([type=file]),.swal2-textarea{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:all .3s;transition:all .3s}.swal2-input:not([type=file]).error,.swal2-textarea.error{border-color:#f06e57!important}.swal2-input:not([type=file]):focus,.swal2-textarea:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.swal2-input:not([type=file]):focus::-moz-placeholder,.swal2-textarea:focus::-moz-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input:not([type=file]):focus:-ms-input-placeholder,.swal2-textarea:focus:-ms-input-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input:not([type=file]):focus::-webkit-input-placeholder,.swal2-textarea:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.8}.swal2-input:not([type=file])::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#bdbdbd}.swal2-input:not([type=file]):-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#bdbdbd}.swal2-input:not([type=file])::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#bdbdbd}.swal2-input:not([type=file]){height:43px;padding:0 12px}.swal2-input[type=file]{font-size:20px}.swal2-textarea{height:108px;padding:12px}.swal2-select{color:#555;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-radio{border:0}.swal2-radio label:not(:first-child){margin-left:20px}.swal2-radio input{margin:0 3px 0 0}.swal2-checkbox{color:#555}.swal2-validationerror{background-color:#f1f1f1;margin:0 -20px;overflow:hidden;padding:10px;color:#797979;font-size:16px;font-weight:300;display:none}.swal2-validationerror::before{content:"!";display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.show-swal2{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.show-swal2.no-animation{-webkit-animation:none;animation:none}.hide-swal2{-webkit-animation:hideSweetAlert .15s;animation:hideSweetAlert .15s}.hide-swal2.no-animation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.animate-success-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.animate-success-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-icon.swal2-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}@keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}.pulse-warning{-webkit-animation:pulse-warning .75s infinite alternate;animation:pulse-warning .75s infinite alternate}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/*更新*/
/*商品列表的特色文字*/
  .featured-product .default-item .single-item .image-box .product-model{font-size: 11px;}
  /*修正頂部導覽列 搜尋框*/
  li.header_search_li .header_search_box{display:inline-block;}
  /* 針對商品清單3欄式 */
   @media (min-width: 990px){
  .featured-product .default-item.col-lg-4 .single-item .image-box img {max-width: 264px; }
  }
html{max-width: 100%; overflow-x: hidden;}
  .fullWidth .col-lg-12{padding-left: 0; padding-right: 0;}
  .col-xs-12{padding-left: 5px; padding-right: 5px;}
  .col-xs-12 .input-group{width: 92%;}
  .col-md-9 .form-control,.col-sm-9 .form-control ,.col-xs-9 .form-control{width: 92%;}
  .featured-product{width: 100%;}
  .axo-container-fluid{width: 100%;}
  .featured-product .default-item .single-item .content { 
      padding: 5px;
  }
  #homeCustomMenu .dropdown-menu>li>a {width: 100%; } 
   
  footer{float: left; width: 100%;}
  h1{font-size: 2.4rem;}
  h2{font-size: 2rem;}
  .initContainer{  width: 100%;}
  .fixed-navbar{ display: none; }
  @media (max-width: 1199px){
    .fixed-navbar{display: block;}
      .fixed-navbar.navbar-header button{
      position: fixed;
        background: #505050;
        padding: 10px;
        border-radius: 0px 3px 3px 0px;
        top: 24%;
        z-index: 14;
        color: #fff;
        left:0;
    }
  }
 /* 製作響應式table的CSS ，用戶在編輯器的table class加上rwd-table 並在td 加上data-th 便能實現 */
  .rwd-table {
      border: 1px solid #000000;
      border-collapse: collapse;
    }
    .rwd-table th,.rwd-table td {
        border: 1px solid #000000;
        padding: 2px 4px;
        text-align: center;
    }
      
    @media screen and (max-width: 768px) {
      .rwd-table tr {
        border: 1px solid #000000;
      }
      .rwd-table th {
          display: none;
      }
      .rwd-table td {
          display: block;
          border: none;
      }
      .rwd-table td:before {
          content: attr(data-th) " ";
          float: left;
          font-weight: bold;
      }
      .table-responsive .rwd-table{width: 99%;margin: 0 auto;}
    }
  /* 自動縮放table圖片高度*/
    .table-responsive img{height: auto;}
    .tab-content img{height: auto;}
    .rwd-table img{height: auto;}
  
  @media (max-width: 1199px){
    .bottom_header .logo {width: 60%;}
  }


  /* 商品列表 瀏覽商品btn */
  #list .overlay-box .top-content ul li.view_detail { 
      background: #7fb401; border: 0;
  }
  #list .overlay-box .top-content ul li.addToCart { 
      background: #d9534f; border: 0;
  }

  .single_news_page table,.product-review-tab .tab-pane table{ 
      border:1px solid #000;  
      width:100%;
      border:1px solid #000;
      text-align:center;
      border-collapse:collapse;
    } 
    .product-review-tab .tab-pane table { 
      width: 100% !important; 
  }
    .single_news_page  th ,.product-review-tab .tab-pane th{  
      padding:10px;
      border:1px solid #000;
      color:#fff;
    } 
    .single_news_page td ,.product-review-tab .tab-pane td{ 
      border:1px solid #000;
      padding:5px;
    }
  h6.extraProductTitle {font-size: 15px; margin-bottom: 2px; }
  .bottom_header .cart_option .cart_list{max-height: 350px;overflow-y: scroll;}
  .img-center{margin-right: auto; margin-left: auto;}
  .custom-products{
    padding: 0px 0 20px;
  }
  .carousel-inner .item{
    text-align: center;
  }
  .shop_single_page .product_details .product_top_section .item_description>ul {
      border-top: 0; 
  }
  .display-inline{display: inline !important;}
  .featured-product .default-item .single-item .image-box img {
      display: inline-block;
      min-height: 200px;
      height: 200px;
  }
  .btn-xlg {
      padding: 12px 30px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 0px;
  }

  .scroll-top:hover, .show-live-stream:hover {
      box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
  }

  .show-sidebar-line-button {
      width: 30px;
      height: 30px;
      position: fixed;
      bottom: 50px;
      right: 30px;
      z-index: 98;
      display: block;
      color: #fff;
      text-align: center; 
      transition: box-shadow 0.3s;
      opacity: 0.88;
      bottom: 24px;
      width: 60px;
      height: 60px;
      right: 24px;
      border-radius: 50%;
  } 
  .show-sidebar-line-button img{
    border-radius: 60px;
  }

  @media (min-width: 1200px){
    #customMenu .navbar-nav>li:nth-last-child(1)>.mega_menu, #customMenu .navbar-nav>li:nth-last-child(2)>.mega_menu, #customMenu .navbar-nav>li:nth-last-child(3)>.mega_menu, #customMenu .navbar-nav>li:nth-last-child(4)>.mega_menu {
        left: 100%;
        transform: translateX(-18%);
    }
  }
  
  @media (max-width: 767px){
    .wrapper,.tab-content .tab-pane{padding-left: 8px;padding-right: 8px;}
    iframe {max-width: 100%;}
    /* 調整手機板 GoTop 跟 直播影片的大小 */
    .show-live-stream{
      bottom: 200px;
    }
    .show-sidebar-line-button{
      bottom: 98px;
    }
    .show-live-stream,.scroll-top,.show-sidebar-line-button{
      width: 40px;
        height: 40px;
        right: 8px;
        border-radius: 15%;
    }
    .show-sidebar-line-button img{
      border-radius: 0px;
    } 
    /* 調整手機板 LOGO的大小 */
    .bottom_header .logo img {
        max-height: 50px; 
    }
    /* 調整手機板 Header的大小 */
    .bottom_header { 
        padding: 10px 0; 
    }
    /**/
    .bottomAddToCartBtn a{
      width: 100%;
        color: #fff !important;
        border-radius: 0;
        margin-top: -6px;
        margin-bottom: 5px;
        padding: 10px;
    }
    .footer-nav-m.hideUp {
        bottom: -45px;
    }

    /* 調整fb 聊天按鈕位置 */
    .fb_dialog, .fb_customer_chat_bubble_pop_in, .fb_customer_chat_bubble_animated_no_badge {
        bottom: 82px!important; 
        right: 8px!important;
    }
    /* 縮小手機版底部選單 */
    .footer-nav-m { 
        padding: 5px 0 3px; 
    }
    .footer-nav-m.home .text { 
        margin-top: 4px; 
    } 
    /* 自訂手機版 messenger 樣式 */
    .fb-customerchat+.fb_dialog { 
        right: 8px !important;
        bottom: 100px !important;
        height: 40px !important;
        width: 40px !important;  
        border-radius: 10%!important;
        opacity: 0.88;
        background: #165353 url(https://static.ollstore.com/uploads/res/facebook-messenger-1.svg) no-repeat 100% 100% !important;
    }
    .fb-customerchat+.fb_dialog:hover { 
        opacity: 1;
    }
    .fb-customerchat+.fb_dialog .fb_dialog_content {
        /*background-image: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) !important;
        background-size: contain !important;
        background-color: #ffffff !important;
        -webkit-mask-image: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg);
        mask-image: url('https://static.ollstore.com/uploads/res/facebook-messenger.svg');
        -webkit-mask: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) no-repeat 50% 50%;
        mask: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) no-repeat 50% 50%;
        mask-size: cover;
        background-blend-mode: screen;*/ 
        /*background: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) no-repeat 50% 50% !important;*/
        /* background-size: contain !important; */
        /*background-color: #ffffff !important;*/
        /* -webkit-mask-image: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg); */
        /*mask-image: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg);
        -webkit-mask: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) no-repeat 50% 50%;
        mask: url(https://static.ollstore.com/uploads/res/facebook-messenger.svg) no-repeat 50% 50%;
        mask-size: cover;
        background-blend-mode: screen;*/
        /* background-size: 50% 50% !important; */
    }
    .fb-customerchat+.fb_dialog .fb_dialog_content {
        height: 40px !important;
        width: 40px !important;
    }
    .fb-customerchat+.fb_dialog iframe {
        opacity: .01 !important;
    }
    .fb-customerchat+.fb_dialog .fb_dialog_content:hover {
        opacity: 1 !important;
    }
    .fb_dialog_content {
        background: #fff;
        color: #373737;
    }
    .fb_customer_chat_bubble_animated_no_badge:hover {
        box-shadow: 0 5px 24px rgba(0, 0, 0, .3);
    }
    

} 


/* 顯示手機板GoTop */
@media (max-width: 450px){
  .scroll-top {
      display: block;
  }
  .bottom_header.active .search-bar{
    display: none;
  }
}

@media (max-width: 375px){
  /* 調整手機板 LOGO的大小 */
  .bottom_header .logo img {
      max-height: 45px; 
  }
}

/* 簡化陰影力度 */
.featured-product .default-item .inner-box { 
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 2px 2px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 2px 2px 0 rgba(0,0,0,.12);
     
}


.scroll-top.active, .show-live-stream.active,.fb_dialog{
    opacity: 0.88;
}
.scroll-top.active:hover, .show-live-stream.active:hover,.show-sidebar-line-button:hover {
    opacity: 1;
}
.theme_title.center:after {
    background: none;
}
.theme_title h3 {
  border-bottom: 4px solid; 
  padding-bottom: 5px;
} 


@media screen and (max-width: 767px){
  .table-responsive>.table>tbody>tr>td.cart_product_desc{
    max-width: 140px;
    min-width: 128px;
    white-space: normal;
  }
}

/*修改追蹤預設樣式*/
.single-item .btn-danger, .single-item .btn-danger:active {
    background-color: #888686;
    border-color: #888686;
}
/*修改追蹤後樣式*/
.single-item .btn-danger.isMarked,.single-item .btn-danger.isMarked:active {
    background-color: #ed143d;
    border-color: #ed143d;
}
 