Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-woocommerce-quickview/scss/quickview.scss |
@import "compass";
#wwcq-product-quickview-overlay{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background: rgba(0,0,0,.33) url(../img/loading_spinner.gif) no-repeat center center;
display: none;
overflow-y: auto;
&.wwcq-product-quickview-loaded{
background-image: none;
}
}
.wwcq-product-quickview-container{
background:white;
position: absolute;
width:92%;
min-height: 500px;
max-width: 1000px;
top: 10%;
left: 50%;
z-index: 9999;
opacity: 0;
transform:translate3d(-50%, 5%, 0);
transition: all .3s ease;
}
.wwcq-product-quickview-loaded{
.wwcq-product-quickview-container{
opacity: 1;
transform:translate3d(-50%, 0, 0);
}
}
.wwcq-product-quickview-container{
width: 92%;
min-height: 500px;
margin-top: 50px;
margin-bottom: 50px;
.entry-summary{
padding: 60px 50px 50px;
margin-bottom: 0!important;
}
.product-images{
width:100%;
ul{
width:100%;
padding: 0!important;
margin: 0!important;
}
li{
background-repeat:no-repeat;
background-size:cover;
width: 100%;
}
.slide-content{
padding-bottom: 100%;
position: relative;
display: block;
width: 100%;
&:before {
content: ' ';
position: absolute;
height: 100%;
width: 100%;
pointer-events: none;
}
img{
position: absolute;
width: 100%;
height: 100%;
object-fit:cover;
}
}
}
.flex-prev{
left: 10px!important;
}
.flex-next{
right: 10px!important;
}
.flex-prev,
.flex-next{
opacity: 1!important;
}
}
.wwcq-quickview-add-to-cart-content{
margin-top: 30px;
}
.wwcq-quickview-close {
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
font-weight: 400;
text-align: center;
opacity: 1;
border: 0;
color: #171717;
z-index: 9999;
}
@media screen and (min-width: 800px) {
#wwcq-product-quickview-ajax-content{
.product-images,
.summary{
width: 50%;
float: left;
}
}
.wwcq-product-quickview-container{
top: 50%;
left: 50%;
transform:translate3d(-50%, -45%, 0);
}
.wwcq-product-quickview-loaded{
.wwcq-product-quickview-container{
transform:translate3d(-50%, -50%, 0);
}
}
}