.thumbnail:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
  transition: box-shadow .5s
}
.border-r {
  border: 1px solid #eee;
  border-radius: 10px
}
.border-r-p10 {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px
}
.product-like-head {
  border-bottom: 1px solid #eee
}
.product-like-show {
  border-bottom: 1px solid #eee;
  margin-top: 10px
}
.margin-top-5 {
  margin-top: 5px
}
.page-cart {
  background-color: #fff;
  min-height: 950px
}
.page-cart-non {
  min-height: 950px
}
.cartzone-head {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #d5d5d5
}
.cartzone-body {
  padding: 10px
}
.cartzone-tb {
  padding-top: 10px
}
.cart-zone {
  min-height: 150px
}
.cart-delete {
  color: #000;
  cursor: pointer
}
.cart-delete:hover {
  color: red
}
.cart-sdt {
  cursor: pointer;
  color: #000
}
.cart-sdt:hover {
  color: red
}
.text-black {
  color: #000
}
.box-cart {
  padding: 10px;
  border-right: 1px solid #d5d5d5
}
.shipping-zone {
  padding: 10px
}
.zone-distext {
  min-height: 70px;
  background-color: #fff;
  line-height: 70px;
  color: #f25858;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.non-product-head {
  text-align: center;
  background-color: #fff;
  padding: 10px
}
.nonp-big-head {
  font-size: 20px;
  font-weight: 700;
  color: #465659
}
.nonp-suc-head {
  color: #5e635e
}
.nonp-explo-head {
  color: #0bb5d6
}
.non-product-box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-top: 20px
}
.non-product-box-h:hover {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
  cursor: pointer
}
.non-product-box-h a:link {
  text-decoration: none
}
.cal-zone-ship {
  font-size: 20px
}
.cal-zone-product {
  font-size: 20px
}
.cal-zone-gtotal {
  font-size: 20px
}
.cal-discount-product {
  font-size: 20px
}
.cal-discountshipping-product {
  font-size: 20px
}
.cart-but-zone {
  padding-top: 150px;
  padding-bottom: 150px
}