a.woosuite-qv-button{
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    display: table;
    margin: 0 auto;
    line-height: 1;
}

.woosuite-qv-btn-icon{
    display: table;
    float: left;
    margin-right: 6px;
}
.woosuite-qv-panel{
    position: fixed;
    opacity: 0;
	transition: opacity 0.25s ease-in;
	z-index: 9999;

}
.woosuite-qv-panel-active {
    opacity: 1;
     top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.woosuite-qv-opac{
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.woosuite-qv-inner-modal {
    position: fixed;
     opacity: 1;
     width: 100%;
     height: 100%;
     z-index: -1;  
}

.woosuite-qv-animation-linear{
    animation: woosuite-qv-key 500ms ease;
    animation-fill-mode: forwards;
}

.woosuite-qv-animation-fadein{
    animation: woosuite-qv-key-fadein 700ms ease;
    animation-fill-mode: forwards;
}

@keyframes woosuite-qv-key{
    100% {transform: translate(0,0px);}
}

@keyframes woosuite-qv-key-fadein{
    100% {opacity: 1;}
}
.woosuite-qv-outer-modal{
    position: absolute;
    z-index: 1;
}
.woosuite-qv-container{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  position: absolute;
  top:15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
  margin: auto;
  max-width: 1100px;
  max-height: 636px;
}
.woosuite-qv-top-panel{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.woosuite-qv-container .woosuite-qv-main div.product::before, .woosuite-qv-container .woosuite-qv-main div.product::after {
    display: none;
}
.woosuite-qv-images{
    width: 100%!important;
}
.woosuite-qv-summary{
    width: 100%!important;
}
.woosuite-qv-details {
    grid-column: 1/-1;
}
.woosuite-qv-main{
    overflow: auto;
    position: relative;
    top: 0;
    height: 100%;
    background-color: white;
}
.woosuite-qv-main .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-row-gap: 0;
    height: 100%;
    grid-template-rows: auto 52px;
}


.woosuite-qv-close{
    display: table;
    right: 0;
    bottom: 0;
    position: absolute;
    color: white;
    cursor: pointer;
}
.woosuite-qv-close:hover{
    color: #db492b;
}
.woosuite-qv-nxt , .woosuite-qv-prev{
    color: white;
    display: table;
    position: fixed;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
}
.woosuite-qv-prev{
    left: 3%;
}
.woosuite-qv-nxt{
    right: 3%;
}
.woosuite-qv-plink a {
    padding: 13px 13px;
    display: block;
    background-color: #2D84D4;
    width: 100%;
    text-align: center;
}
.woosuite-qv-plink a{
    color: white;
}
.woosuite-qv-plink a:hover{
    color: #eee;
}
.woosuite-qv-panel .woocommerce-review-link{
    display: none;
}
.woocommerce div.product .woosuite-qv-images  div.images{
    float: none;
    margin: auto;
    height: 100%;
}
.woocommerce div.product .woosuite-qv-images div.images a {
    display: block;
    height: 100%;
}

.woocommerce div.product .woosuite-qv-images div.images a img {
    height: 100%;
    object-fit: contain;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
   div.woosuite-qv-summary,div.woosuite-qv-images{
    width: 100%;
    float: none;
   }
}



/******** FONTS ************/
@font-face {
    font-family: 'woosuite-qv';
    src:    url('fonts/woosuite-qv.eot?9mvi0e');
    src:    url('fonts/woosuite-qv.eot?9mvi0e#iefix') format('embedded-opentype'),
        url('fonts/woosuite-qv.ttf?9mvi0e') format('truetype'),
        url('fonts/woosuite-qv.woff?9mvi0e') format('woff'),
        url('fonts/woosuite-qv.svg?9mvi0e#woosuite-qv') format('svg');
    font-weight: normal;
    font-style: normal;
}

.woosuite-qv {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'woosuite-qv' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wsqv-zoom-in:before {
    content: "\e987";
}
.wsqv-eye:before {
    content: "\e9ce";
}
.wsqv-cross:before {
    content: "\ea0f";
}
.wsqv-arrow-right:before {
    content: "\ea34";
}
.wsqv-arrow-left:before {
    content: "\ea38";
}
.wsqv-chevron-right:before {
  content: "\e900";
}
.wsqv-chevron-left:before {
  content: "\e901";
}


/* Preloader */
.woosuite-qv-preloader {
    text-align: center;
}

.woosuite-qv-speeding-wheel {
    border: 3px solid white;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: woosuite-qv-spin 575ms infinite linear;
        -o-animation: woosuite-qv-spin 575ms infinite linear;
        -ms-animation: woosuite-qv-spin 575ms infinite linear;
        -webkit-animation: woosuite-qv-spin 575ms infinite linear;
        -moz-animation: woosuite-qv-spin 575ms infinite linear;
}



@keyframes woosuite-qv-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes woosuite-qv-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes woosuite-qv-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes woosuite-qv-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes woosuite-qv-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
.woosuite-qv-opl{
    display: none;
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.woosuite-qv-opl .woosuite-qv-speeding-wheel{
    height: 70px;
    width: 70px;
}

.woosuite-qv-mpl{
    visibility: hidden;
    position: relative;
    display: table;
    margin: auto;
}

.woosuite-qv-pl-active{
    display: table;
    visibility: visible;
}

.woosuite-qv-mpl .woosuite-qv-speeding-wheel{
    height: 35px;
    width: 35px;
    border-bottom-color: #fff;
    border-top-color: #fff;
}
/* -------------- */
