div.quick-view {
overflow: hidden;
zoom: 1;
}
div.quick-view .product:before,
div.quick-view .product:after {
content: " ";
display: table;
}
div.quick-view .product:after {
clear: both;
}
div.quick-view div.quick-view-image {
margin: 0;
width: 38% !important;
float: left;
box-sizing: border-box;
}
div.quick-view div.quick-view-image img {
display: block;
margin: 0 0 20px;
border: 1px solid #eee;
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: auto;
width: 56%;
float: right;
}
.post-type-archive-product .pp_woocommerce_quick_view .pp_description,
.tax-product_cat .pp_woocommerce_quick_view .pp_description,
.post-type-archive-product .pp_woocommerce_quick_view .pp_social,
.tax-product_cat .pp_woocommerce_quick_view .pp_social,
.post-type-archive-product .pp_woocommerce_quick_view .pp_close,
.tax-product_cat .pp_woocommerce_quick_view .pp_close {
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-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 {
font-size: 100%;
margin: 0;
line-height: 1em;
text-align: center;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: 6px 10px;
font-weight: bold;
-webkit-border-radius: 2px;
border-radius: 2px;
left: auto;
text-shadow: 0 1px 0 #ffffff;
color: #5e5e5e;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
border: 1px solid #c7c0c7;
background: #f7f6f7;
background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
white-space: nowrap;
display: block;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
div.quick-view div.quick-view-image,
div.quick-view div.quick-view-content {
float: none !important;
width: 100% !important;
}
}