.cart #up_quantity {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 5px 0 #EAEAEA inset;
  -moz-box-shadow: 0 0 5px 0 #EAEAEA inset;
  -webkit-box-shadow: 0 0 5px 0 #EAEAEA inset;
  float: left;
  padding: 4px;
  line-height: 50px \9;
  width: 50px;
  height: 50px;
  margin: 0;
  text-align: center;
}
#mxcpr {
  display: none !important;
}
.cart .cart_reload {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #CFCFCF;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.zt_list_product .zt_product {
  margin: 0 15px 0 0;
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-bottom: 3px solid #008aa8;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
}
.zt_list_product .zt_product h2.name {
  font-size: 150%;
  font-weight: 300;
  margin: 15px 0;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.zt_list_product .zt_product h2.name a {
  color: #818181;
}
.zt_list_product .zt_product .image_block {
  position: relative;
}
.zt_list_product .zt_product .image_block:after {
  content: "";
  border-style: solid;
  border-color: #fff transparent;
  border-width: 0 7px 7px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -7px;
}
.zt_list_product .zt_product .image_block a {
  overflow: hidden;
  position: relative;
  display: block;
}
.zt_list_product .zt_product .image_block a:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: -100%;
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.zt_list_product .zt_product .image_block a:after {
  content: '+';
  font-size: 300%;
  font-weight: 400;
  color: #fff;
  position: absolute;
  z-index: 99;
  top: -20%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.zt_list_product .zt_product .image_block a:hover:before {
  left: 0;
}
.zt_list_product .zt_product .image_block a:hover:after {
  top: 50%;
}
.zt_list_product .zt_product .price span {
  margin: 0 4px;
  color: ;
  font: 300 158% 'Open Sans', sans-serif;
}
.zt_list_product .zt_product .price span.old_price {
  text-decoration: line-through;
}
.zt_list_product .zt_product .zt-action {
  margin: 15px 0 5px;
}
.zt_list_product .zt_product .zt-action button,
.zt_list_product .zt_product .zt-action a {
  display: inline-block;
  width: 56px;
  text-align: center;
  background: #e1e1e1;
  border-radius: 10px;
  vertical-align: top;
  border: 0;
  outline: 0;
  margin: 0 4px;
  color: #979797;
}
.zt_list_product .zt_product .zt-action button i,
.zt_list_product .zt_product .zt-action a i {
  font-size: 125%;
  height: 35px;
  line-height: 35px;
}
.zt_list_product .zt_product .zt-action button:hover,
.zt_list_product .zt_product .zt-action a:hover {
  background: ;
  color: #fff;
}
