.panel-catelist .breadcrumb {
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.categoryFooter {
  border-top: solid 1px #eee;
  margin-top: 0px;
  text-align: center;
  clear:both;
}

.goods-item {
  display: block;
  height: auto;
  padding:0;
  border-right:1px solid #d7d7d7;
  border-bottom:1px solid #d7d7d7;
  border-top:1px solid #d7d7d7;
}
.goods-item .product {
  display: block;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  text-align: center;
}
.goods-item .product:hover {
  background: #fff;
}

.goods-item.list-view {
  display: block;
  height: auto;
  width: 100% !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.goods-item.list-view .image {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 200px;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  padding-right: 20px;
  background: #fff;
}
.goods-item.list-view .image a {
  display: block;
  max-height: 100%;
  height: 100%;
  max-height: 100% !important;
}
.goods-item.list-view .image img {
  max-height: 170px;
  width: auto !important;
}
.goods-item.list-view h4 {
  height: auto;
  margin: 25px 0 5px;
}
.goods-item.list-view .product {
  text-align: right;
  padding-right: 20px;
}


.goods-item:hover .action-control {
  border-bottom-color: #fff;
}
.goods-item .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height:257px;
}

.goods-item .description {
  height:87px;
  background-color:#f8f9fb;
  padding:25px 21px;
  text-align:left;
}
.goods-item .description .price {
  font-size:14px;
  color:#4b4b4b;
  font-weight:500;
}
.goods-item .description .price span {
  margin-right:10px;
}
.goods-item .image a {
  display: block;
  overflow: hidden;
}
.goods-item .image a img {
  margin: 0 auto;
}

.promotion {
  line-height: 18px;
}

.new-product {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: lighter;
  height: 100%;
  padding: 3px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background: rgba(39, 174, 94, 0.95) !important;
}

.discount {
  background: #FF1944; /* old browser */
  background: rgba(255, 0, 48, 0.9) !important;
  font-family: Dosis;
  height: 100%;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  float: left;
  font-size: 1em;
  border-radius: 0 4px 4px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.goods-item h4 {
  font-size:14px;color:#4b4b4b;line-height:21px;letter-spacing:-0.5px;font-weight:500;
}
.goods-item h4 a {
  font-size:14px;color:#4b4b4b;line-height:21px;letter-spacing:-0.5px;font-weight:500;
  margin-bottom:5px;
}
.description p {
  color: #7F8C8D;
  font-size: 14px;
  min-height: 55px;
  max-height: 90px;
  overflow: hidden;
  line-height: 18px;
}
.goods-item .price {
  font-weight: bold;
  color: #d10707;
  font-size:14px;
  line-height:17px;
}
.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 10px 0 15px;
  width: 100%;
}
.action-control a {
  cursor: pointer;
}

@media (max-width: 767px) {
.goods-item {
  display: block;
  height: auto;
  width: 100% !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.goods-item .image {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 150px;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  padding-right: 20px;
  background: #fff;
}
.goods-item .image a {
  display: block;
  max-height: 100%;
  height: 100%;
  max-height: 100% !important;
}
.goods-item .image a img {
  max-height: 175px;
  width: auto !important;
}
.goods-item h4 {
  height: auto;
  margin: 25px 0 5px;
}
.goods-item .product {
  text-align: right;
  padding-right: 20px;
}
}

.section-title {
  font-size: 32px;
  font-weight: lighter;
  line-height: 32px;
  margin: 10px 0 10px;
  padding: 0;
  position: relative;
  border: none;
}

.section-title:after {
  background: #DDDDDD;
  content: "";
  display: block;
  height: 1px;
  margin-left: 20%;
  position: absolute;
  top: 28px;
  width: 60%;
  z-index: 1;
}
.section-title span {
  background: #FFFFFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}
.section-title span, {
 color: #2c3e50;
 display: table;
 position: relative;
 z-index: 2;
 background: #fff;
 padding: 5px 15px;
 text-align: center;
 text-transform: uppercase;
 width: auto;
 margin: 0 auto;
}

.breadcrumb {
  border: 1px solid #DDDDDD;
  background: none;
}


.productFilter {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  clear: both;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 45px;
}
.productFilter p {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.change-view {
  margin-right: 10px;
}
.change-view a {
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 34px;
  line-height: 23px;
  margin-left: 5px;
  overflow: hidden;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}



.panel-cate > .panel-heading {
border-top: 4px solid #4EC67F;
}
.side .panel-title {text-align:center;}
.panel-title {
color: inherit;
font-size: 16px;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
color: #fff;
font-size: 15px;
font-weight:500;
}

.product-info div {
  line-height:25px;
}

.product-info hr {
margin-top: 10px;
margin-bottom: 10px;
}

.product-info .description {
border-bottom: 1px solid #E7E7E7;
padding: 5px 5px 5px 5px;
line-height: 20px;
color: #4D4D4D;
min-height: 50px;
}

.product-info .headline {
  margin: 10px 0;
}
.product-info .headline h3 {
  font-size:40px;
  font-weight:500;
  color:#1a1a1a;
  letter-spacing:-1px;
  margin-bottom:10px;
}
.product-info .headline .txt {
  font-size:17px;
  color:#575757;
  font-weight:200;
  margin-bottom:40px;
}

.bootstrap-touchspin {
  width: 71px;
  position:relative;
  height:28px;
}

.bootstrap-touchspin a {
  position:absolute;
  right:0;
  display:block;
  width:21px;
  height:14px;
}

.bootstrap-touchspin a.up {
  top:0;
}

.bootstrap-touchspin a.down {
  bottom:0;
}

.bootstrap-touchspin .form-control {
  width:51px;
  height:28px;
  border-right:none;
  border:1px solid #bbbbbb;
}

.input-group-addon {
  border-radius: 0px;
}

.carousel-goods .item span {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -15px;
  display: none;
}
.carousel-goods .carousel-arrow a.left i {
  left: 0;
}
.carousel-goods .carousel-arrow a.right i {
  right: 0;
}
.carousel-goods .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}

.carousel-goods .carousel-control.left, .carousel-goods .carousel-control.right{
  background: none !important;
  filter: progid:none !important;
}

.carousel-goods .carousel-arrow a.carousel-control {
opacity: 1;
font-size: 30px;
height: inherit;
width: inherit;
background: none;
text-shadow: none;
position: inherit;
}

.gprice{color:#d93636;font-size:25px;font-weight:700;}


.carousel-inner > .item > img {
    margin: 0 auto;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

#content h3 {
  margin-top: 0;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
#content h3:after {
  border-bottom: 2px solid #7db641;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 10%;
}

@media only screen and (max-width: 749px) {
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,

  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
}



/** Shop Cart
 **************************************************************** **/
.cart-row {
  padding:20px; margin-bottom:20px;
  background-color:#fff;

  border:#eee 1px solid;
}

#cartContent .item {
  border-bottom:#ddd 1px dotted;
  display:table;
  width:100%;
  height:74px;
}

#cartContent .item.head {
  height:auto;
}

#cartContent .cart_select {
  float:left;
  width:40px;
  padding:10px;
  text-align:left;
}
#cartContent .cart_img {
  width:70px;
  padding:10px;
  text-align:left;
  display: table-cell;
}

#cartContent .goods_name {
  width:auto;
  padding:10px;
  display: table-cell;
  vertical-align: middle;
}
#cartContent .qty {
  width:160px;
  padding:10px;
  text-align:center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#cartContent .qty input {
  padding:3px; margin:0;
  border:#ccc 1px solid;
  width:50px; margin-right:3px;
  text-align:center;
}
#cartContent .deli_price {
  width:120px;
  padding:10px;
  text-align:center;
  height:100%;
  display:table-cell;
  vertical-align:middle;
}
#cartContent .save_money {
  width:120px;
  padding:10px;
  text-align:center;
  height:100%;
  display:table-cell;
  vertical-align:middle;
}
#cartContent .total_price {
  width:150px;
  padding:10px;
  text-align:center;
  height:100%;
  display:table-cell;
  vertical-align:middle;
}
#cartContent .remove_item {
  float:right;
  padding:5px 0 0 10px;
  width:30px;
}
#cartContent a.remove_item {
  background:#fff;
  border:#eee 1px solid;
  padding-top: 0px;
  margin-top:10px;
  line-height:28px;
  text-decoration:none;
  color:#000;
  border-radius:3px;

}
#cartContent .total {
  text-align:right;
  font-weight:bold;
  padding-top:10px;
  text-align:right;
  width:200px;
}
#cartContent .total small {
  font-weight:normal;
  display:block;
}
#cartContent .totalToPay {
  font-size:15px;
  padding-top:10px;
  display:block;
}
#cartContent .not_goods {
  padding:100px;
  text-align:center;
}
#cartContent .btn_update {
  margin-top:20px;
}

#shop-cart-shipping {
  padding:20px 0;
  display:none;
}

@media only screen and (max-width: 1199px) {
  #cartContent .item.head {
    display:none;
  }
  #cartContent .item .save_money {
    display:none;
  }
  #cartContent .item .deli_price {
    display:none;
  }
  #cartContent .item .total_price {
    display:none;
  }
  #cartContent .item .qty {
    float:left;
    text-align:left;
  }
}

@media only screen and (max-width: 321px) {
  #cartContent .goods_name {
    width:100%;
    font-size:12px;
    float:left;
  }
}


.goods-title {text-align:center;font-size:25px;color:#212121;}
.good-sub {border-top:2px solid #333333;border-left:1px solid #d7d7d7;}
.good-sub .row {margin:0;}
.good-sub .item-wrap {padding:0;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;height:52px;line-height:52px;}
.good-sub .item {padding:0 20px;}
.good-sub .item-wrap a {font-size:14px;color:#575757;font-weight:500;}
.good-sub .item.active a {color:#d27b15;text-decoration:underline;}

.good-cnt-area {overflow:hidden;}
.good-cnt {float:left;font-size:20px;color:#212121;}
.good-sort {float:right;overflow:hidden;}
.good-sort li {float:left;margin-right:16px;}
.good-sort li.last {margin-right:0;}
.good-sort li a {display:block;font-size:12px;color:#959595;background:url('/skin/img/sub/icon_sort_off.gif') no-repeat left center;padding-left:7px;}
.good-sort li.on a {color:#212121;background:url('/skin/img/sub/icon_sort_on.gif') no-repeat left center;padding-left:13px;}

.goods-row {margin:0;border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7;}
.goods-row .item {padding:0;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
.goods-row .item .mainimg {height:257px;}
.goods-row .item .mainname {margin-bottom:3px;font-weight:500;font-size:13px;color:#525252;}
.goods-row .item .maintxt {font-size:15px;color:#575757;letter-spacing:-0.5px;min-height: 43px;}
.goods-row .item .mainname a {font-size:14px;color:#525252;font-weight:500;}
.goods-row .item .ori-price {display:table;padding:1px 0;}
.goods-row .item .sale-price {display:table;padding:1px 0;}

.goods-row .item .ori-price span {display:table-cell;font-size:14px;color:#4b4b4b;}
.goods-row .item .ori-price span.td {text-decoration: line-through;}
.goods-row .item .sale-price span {display:table-cell;font-size:14px;color:#bb2c2c;}
.goods-row .item .sale-price span strong {font-weight:500;}
.goods-row .item span.vat-price {display:block; clear:both; font-weight:normal; font-size:12px; color:#000;}
.goods-row .item .th {width:50px;}
.goods-row .item .td {width:185px;}
.goods-row .item .main-box {background-color:#f8f9fb;padding:25px 17px;}
.goods-row .item .main-box .main-box-link {display:block;}
.good-header {border-top:2px solid #333333;padding: 20px 0;position: relative;}
.good-header .good-list {position: absolute;right: 0;top: 35px;width: 100px;height: 38px;line-height: 38px;background-color: #333333;color: #fff;text-align: center;}
.good-header h3 {font-size: 40px;color: #1a1a1a;font-weight: 500;margin-bottom: 5px;}
.good-header .txt {font-size: 17px;color: #575757;font-weight: 300;}
.good-detail {padding: 30px;border: 1px solid #d7d7d7;margin-bottom: 30px;line-height: 25px;font-size: 15px;}

.good-detail .ttit {margin-top: 40px;padding-bottom: 40px;background: url('/skin/img/gv/pv_line.gif') no-repeat 0 bottom;font-size: 30px;color: #000000;text-align: center;}
.good-detail .ttit.ttit_bg{padding-top: 40px; background:#ddd; font-weight:bold;}
.good-detail .ttit.mar {margin-bottom: 35px;}
.good-detail .ttit.noline {background-image: none;}
.good-detail .sttit {margin-top: 37px;font-size: 30px;color: #fcd22c;background: url('/skin/img/gv/pv_14.jpg') no-repeat 0 bottom;height: 80px;padding-top: 28px;text-align: center;font-weight: 500;margin-bottom: 20px;}
.good-detail .gl.last {background: url('/skin/img/gv/pv_line.gif') no-repeat 0 bottom;padding-bottom: 40px;}
.good-detail .gl.mar {margin-bottom: 40px;}
.good-detail .gl .item {margin-bottom: 25px;}
.good-detail .gl .item .img {margin-bottom: 25px;}
.good-detail .gl .item .stit {font-size: 20px;color: #242424;font-weight: 500;margin-bottom: 15px;}
.good-detail .gl .item .tit {font-size: 20px;color: #242424;font-weight: 500;margin-bottom: 5px;}
.good-detail .gl .item .txt.mar {margin-bottom: 20px;}
.good-detail .gl .item .txt li {font-size: 16px;color: #2f2f2f;font-weight: 400;position: relative;padding-left: 10px;}
.good-detail .gl .item .txt li:before {background-color: #2f2f2f;width: 4px;height: 4px;content: "";display: block;position: absolute;left: 0;top: 10px;}
.good-detail .dm {margin-bottom: 30px;}
.good-detail .img-head {position: relative;}
.good-detail .img-head .income {}
.good-detail .head_back {position: absolute;width: 100%;top: 0;left: 0;text-align: center;background: url('/skin/img/gv/head_back.png') repeat 0 0;padding: 60px 0;}
.good-detail .head_back h1 {font-size: 23px;color: #fff;font-weight: 400;}
.good-detail .head_back h2 {margin: 15px 0 20px 0;}
.good-detail .head_back h2 span {font-size: 100px;color: #fcc42c;font-weight: 700;display: inline-block;position: relative;padding: 10px 45px;line-height: 1;}
.good-detail .head_back h2 span.s80 {font-size: 80px;}
.good-detail .head_back h2 span.s90 {font-size: 90px;}
.good-detail .img-head .income {border:15px solid #fcc42c;background-color: #fff;font-size: 28px;position: absolute;top: 20px;right: 20px;border-radius:50%;width: 120px;height: 120px;color: #222222;font-weight: 600;padding: 12px 0 0 0;line-height: 1.2;text-align: center;}
.good-detail .img-head .mark_ce {position: absolute;right: 20px;top: 389px;}
.good-detail .head_back h2 span.income .txt:before {display: none;}
.good-detail .head_back h2 span.income .txt:after {display: none;}
.good-detail .head_back h2 span:before {width: 100%;height: 1px;background-color: #fcc42c;content: "";position: absolute;left: 0;top: 0;}
.good-detail .head_back h2 span:after {width: 100%;height: 1px;background-color: #fcc42c;content: "";position: absolute;left: 0;bottom: 0;}
.good-detail .head_back h3 {font-size: 30px;color: #fff;font-weight: 400;}
.good-lst {background-color: #262626;padding: 50px 0px 50px 60px;}
.good-lst ul li {padding-left: 31px;position: relative;font-size: 22px;color: #ffffff;margin: 10px;line-height: 1.5;}
.good-lst ul li p {font-size: 19px;color: #fff;font-weight: 400;padding: 15px 0;}
.good-lst ul li strong {font-weight: 600;}
.good-lst ul li:before {width: 28px;height: 21px;background-image: url('/skin/img/product/ico_v.png');content: "";display: block;position: absolute;left: 0;top: 1px;}
.stable_tit {font-size: 16px;color: #242424;font-weight: 600;margin-bottom: 5px;}
.stable {width:252px;border-collapse:collapse;border-spacing:0;}
.stable td {color:#000;font-size:12px;padding:2px 5px;border:1px solid #afaead;overflow:hidden;word-break:normal;vertical-align:middle;text-align: center;}
.exmar {font-size: 15px;color: #000;margin-top: 10px;}
.safe_tit {font-size: 23px;color: #e6a21e;font-weight: 400;margin-bottom: 20px;margin-top: 30px;}
.safe_stit {font-size: 17px;color: #222222;font-weight: 500;}
.img-row img {max-width:100%;}

.quick_menu {position:fixed; margin-right: -700px; TOP: 295px; right: 50%; border-left:1px solid #ddd; border-right:1px solid #ddd; border-top:1px solid #ddd; width:100px; }
.quick_menu li{width:100%; border-bottom:1px solid #ddd;}
.quick_menu li a{padding:10px 0;  display:block; font-size:15px; color:#2f2f2f; font-weight:bold; text-align:center;  background:#fff;word-break:keep-all;}
.quick_menu li a img{margin-bottom:10px; display:inline-block;}
.quick_menu .top_btn a{padding:8px 0; color:#fff; background:#efbb1c; position:relative;}
.quick_menu .top_btn a:before{margin-top:-3px; content:""; width:9px; height:5px; background:url("/skin/img/icon/top_arrow.png")no-repeat; position:absolute; left:29px; top:50%;}

.fb_8_txt{padding:25px 0;}
.fb_8_txt p{ color:#e6a21e; font-size:23px; font-weight:bold;}
.fb_8_txt span{margin-top:20px; color:#222; font-size:17px; line-height:150%; font-weight:500; display:inline-block;}
.fb_8_txt span > em{color:#e6a21e; font-style:normal;}
.fb_8_txt.txt_center {margin-top:15px; text-align:center;}
@media only screen and (max-width: 1439px) {
  .quick_menu{display:none;}
}