.panel-catelist .breadcrumb {
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.categoryFooter {
  border-top: solid 1px #eee;
  margin-top: 0px;
  text-align: center
}

.goods-item {
  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;
  margin-bottom: 15px;
}
.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;
  border: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  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%;
  max-height: 240px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.goods-item .image a {
  display: block;
  overflow: hidden;
}
.goods-item .image a img {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  max-height: 240px;
  margin: 0 auto;
}
.goods-item .product:hover .image a img {
  transform: scale(1.15) rotate(-1.5deg);
  -webkit-transform: scale(1.1) rotate(-1.5deg);
  -moz-transform: scale(1.1) rotate(-1.5deg);
  -ms-transform: scale(1.1) rotate(-1.5deg);
  -o-transform: scale(1.1) rotate(-1.5deg);
}

.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 {
  margin: 0;
  min-height: 25px;
  max-height: 80px;
  overflow: hidden;
  display: block;
  line-height: 20px;
  margin: 15px 0 0;
  padding: 0;
}
.goods-item h4 a {
  color: #2c3e50;
  font-family: Dosis, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.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: #2c3e50;
}
.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;
}

.panel-title {
color: inherit;
font-size: 16px;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
color: #34495E;
font-size: 15px;
}



.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;
}

.bootstrap-touchspin {
  float: left;
  margin-right: 5px;
  width: 130px;
}

.input-group-addon {
  border-radius: 0px;
}


.carousel-goods{
  border: 1px solid #EEE;
}
.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:#FF6600}


.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;
}

#cartContent .cart_select {
  float:left;
  width:40px;
  padding:10px;
  text-align:left;
}
#cartContent .cart_img {
  float:left;
  width:70px;
  padding:10px;
  text-align:left;
}
#cartContent .goods_name {
  float:left;
  width:auto;
  padding:10px;
}
#cartContent .qty {
  float:right;
  width:160px;
  padding:10px;
  text-align:center;
}
#cartContent .qty input {
  padding:3px; margin:0;
  border:#ccc 1px solid;
  width:50px; margin-right:3px;
  text-align:center;
}
#cartContent .deli_price {
  float:right;
  width:120px;
  padding:10px;
  text-align:center;
}
#cartContent .save_money {
  float:right;
  width:120px;
  padding:10px;
  text-align:center;
}
#cartContent .total_price {
  float:right;
  width:150px;
  padding:10px;
  text-align:center;
}
#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;
  }
}
