div.quick-view {
  overflow: hidden;
  zoom: 1;
}
div.quick-view div.quick-view-image {
  margin: 0;
  width: 100% !important;
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
}
div.quick-view div.quick-view-image img {
  display: block;
  margin: 0 0 20px;
  border: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
div.quick-view div.quick-view-image a.button {
  display: block;
  text-align: center;
  padding: 1em;
  margin: 0;
}
div.quick-view div.quick-view-content {
  overflow: visible;
  width: 100%;
  float: left;
}
div.quick-view div.quick-view-content .product_title {
  color: #fff;
  float:left;
}
div.quick-view div.quick-view-content .description {
  color: #fff;
  float:right;
  width:48%;

}
div.quick-view div.quick-view-content .description p {
  margin-top:0;
}
div.quick-view div.quick-view-content form.cart {
  color: #fff;
  float:left;
  width:48%;
}
.post-type-archive-product .pp_description,
.tax-product_cat .pp_description,
.post-type-archive-product .pp_details,
.tax-product_cat .pp_details {
  display: none !important;
}
.post-type-archive-product .pp_content,
.tax-product_cat .pp_content {
  overflow: auto;
  height: auto !important;
}
.quick-view-button span {
  margin-right: .875em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #000;
  position: relative;
  border-radius: 65% 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quick-view-button span:before,
.quick-view-button span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
.quick-view-content input.qty {
  display:none;
} 
.quick-view-button span:before {
  height: .5em;
  width: .5em;
  background: #fff;
  margin-top: -0.25em;
  margin-left: -0.25em;
}
.quick-view-button span:after {
  height: .25em;
  width: .25em;
  background: #000;
  margin-top: -0.125em;
  margin-left: -0.125em;
}
.quick-view-detail-button {
  display: none;
}
