

.wpv-price{
    display: block;
}
.wpv-onsale{
    border: 1px solid;
    border-color: #1a4548;
    border-radius: 2rem;
    padding: 0.1em 0.7em;
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
    margin: 1em 0;
    border-radius: 3px;
}
.wpv-add-to-cart{
  
}

.wpv-video{
    display: block;
    max-width: none!important;
    visibility: visible!important;
}
.wpv-iframe{
    display: block;
     max-width: none!important;
}




.wpv-product-item-wrap,
.wpv-featured-item-wrap{
    position: relative;
   
}
.wpv-featured-item-wrap-inner{
    position:relative;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    z-index: 0;
    overflow: hidden;
}



.wpv-featured-poster{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.wpv-video-layer{
    pointer-events: none;
}

.wpv-featured-item-direct-embed{
    transition: opacity 500ms ease-out;
    transition-delay: 1s;
    position: relative;
    width: 100%;
}

.wpv-direct-iframe, .wpv-iframe{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    max-width: none!important;
    max-height: none!important;
    background: #111;
    transition: opacity 350ms ease-out;
}

.wpv-video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: auto;*/
    transition: opacity 350ms ease-out;
    overflow: hidden;
    background: #111;
}
.wpv-video-wrap-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wpv-featured-item-wrap .wpv-video{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
}

.wpv-featured-item-direct-embed .wpv-video{
    position: relative!important;
    top: 0!important;
    left:0!important;
    transform:none!important;
}

.wpv-direct-audio{
    position: absolute!important;
    bottom: 10px!important;
    left: 10px!important;
    width: calc(100% - 20px)!important;
    visibility: visible;
}
.wpv-audio{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    visibility: visible;
}


.wpv-yt-clean{
    position: absolute!important;
    width: 132%!important;
    height: 200%!important;
    top: -50%!important;
    left: -16%!important;
    max-width: none!important;
}

.wpv-blocker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.wpv-video-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}








/* cart popup */
.wpv-product-popup{
    background: #fff;
}
.wpv-product-popup-data{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.wpv-product-popup-header,
.wpv-product-popup-header-exist{
    font-weight: 600;
    font-size: 2rem;
}
.wpv-product-popup-added-notice,
.wpv-product-popup-added-notice-exist{
    font-size: 16px;
    margin: 5px 15px;
    color: #aaa;
}
.wpv-product-popup-select-options-btn,
.wpv-product-popup-add-to-cart-btn,
.wpv-product-popup-go-to-cart-btn{
    font-size: .7rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 300;
    transition: all .5s ease;
    color: #fff;
    background: #3d98ff;
    cursor: pointer;
    padding: 15px 40px;
    text-decoration: none;
    margin: 20px 15px 20px 0;
    transition: all .5s ease;
    white-space: nowrap;
}

.wpv-product-cart-popup .wpv-product-popup-go-to-cart-btn{
    margin: 20px;
}


.wpv-product-popup-select-options-btn,
.wpv-product-popup-add-to-cart-btn{
    background: #96588a;
}
.wpv-product-popup-add-to-cart-btn:hover,
.wpv-product-popup-go-to-cart-btn:hover{
    opacity: 0.9;
}
.wpv-product-popup-continue-shopping-btn{
    text-decoration: none;
    color: #3d98ff!important;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s ease;
}
.wpv-product-popup-continue-shopping-btn:hover{
    text-decoration: underline;
}



/* product popup */

.wpv-product-popup-btn{
    padding: 10px 15px;
    background: #96588a;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.wpv-product-popup-btn:hover{
    opacity: 0.9;
}
.wpv-product-popup-wrap{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.25);
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.wpv-product-popup-visible{
    opacity: 1;
}
.wpv-product-popup{
    display: inline-flex;
    padding: 10px;
    flex-direction: row;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    background: #fff;
}
.wpv-popup-visible{
    opacity: 1;
}
.wpv-product-popup-media{
    position: relative;
    /*min-width: 50%;*/
    width: 100%;
}
.wpv-product-popup-media .wpv-video{
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.wpv-product-popup-media img{
    display: block;
}
.wpv-product-popup-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wpv-product-popup-data{
    margin: 10px;
}
.wpv-product-popup-cart-data{
    align-items: center;
}
.wpv-product-popup-cart-data2{
    align-items: left;
}
.wpv-product-popup-title{
    font-size: 30px;
    color: #28303d;
}
.wpv-product-popup-description{
    font-size: 16px;
    color: #aaa; 
}
.wpv-product-popup-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wpv-product-popup-price{
    font-size: 16px;
    color: #28303d;
}
.wpv-product-popup-cart-btn{
    background: #96588a;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease-out;
}
.wpv-product-popup-cart-btn:hover{
    opacity: 0.9;
}
.wpv-product-popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.wpv-product-popup-close svg{
    height: 22px;
    top: 50%;
    position: absolute;
    color: #aaa;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 500px) { 
    .wpv-product-popup{
        flex-direction: column;
        width: 100%;
    }
}



/* zoom */
.wpv-featured-item-zoom{
    transform: scale(1.2);
    transition: all .5s ease;
    transition-delay: .5s;
    z-index: 100;
}




.wpv-btn-visible-delay{
    transition-delay: 0.8s;
}
.wpv-btn-visible{
    opacity: 1;
}


.woocommerce-product-gallery__image .avada-product-gallery-lightbox-trigger{
    display: none!important;
}



/* icons */

.wpv-controls{
    position: absolute;
    display: flex;
    flex-wrap:nowrap;
    z-index: 11;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.wpv-featured-item-active .wpv-controls,
.wpv-featured-item-direct-embed:hover .wpv-controls{
    opacity: 1;
}
.wpv-controls-tl.wpv-controls{
    top:0;
    left:0;
}
.wpv-controls-tr.wpv-controls{
    top:0;
    right:0;
}
.wpv-controls-bl.wpv-controls{
    bottom:0;
    left:0;
}
.wpv-controls-br.wpv-controls{
    bottom:0;
    right:0;
}
.wpv-controls-c.wpv-controls{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.wpv-contr-btn{
    background: rgba(40,40,40,0.25);
    width:45px;
    height:45px;
    box-shadow: none!important;
    border:none!important;
    outline:none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wpv-contr-btn:hover img{
    opacity:1 !important;
}
.wpv-contr-btn img{
    display: block!important;
    margin: 0!important;
    opacity: 0.9;
    width: auto!important;
    min-width: 0!important;
    box-shadow: none !important;
    border: none!important;
}

.wpv-hidden {
	opacity: 0; 
}
.wpv-visible {
    opacity: 1; 
}

.wpv-no-download{
   pointer-events:none;  
}

.woocommerce-product-video{
    margin:10px auto;
}




.wpv-contains .et_overlay,
.wpv-contains .mask,
.wpv-contains .woo-product-overlay{
    pointer-events: none!important;
    opacity: 0!important;
}

.wpv-preview-tooltip-btn{
    padding: 10px 15px;
    background: #9e9e9e;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
}

/*.product.wpv-contains a,*/
.product.wpv-contains a.woocommerce-LoopProduct-link{
    width: 100%;
}


.aptbox-container {
    z-index: 99999999;
}



/* shop lightbox icon */
.wpv-shop-lightbox-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1111;
    cursor: pointer;
}
.wpv-shop-lightbox-icon img{
    display: block;
}
.wpv-shop-lightbox-icon:hover{
    opacity: 0.9;
}

/* video loader */

#wpv-loader-preview{
    position: relative;
    width: 100px;
    height: 100px;
    background: #2271b1;
}

.wpv-spinner{
    position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
    background-color: #fff;
    -webkit-animation: wpv-sk-rotateplane 1.2s infinite ease-in-out;
    animation: wpv-sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes wpv-sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes wpv-sk-rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* image spinner */
.wpv-loader-img{
    display: block;
    width: 40px;
    height: auto;
}
.wpv-image-spinner{
    background-color: rgba(0,0,0,0);
}



.wpv-sk-chase {
    position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
    animation: wpv-sk-chase 2.5s infinite linear both;
}
.wpv-sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: wpv-sk-chase-dot 2.0s infinite ease-in-out both; 
}
.wpv-sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: wpv-sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.wpv-sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.wpv-sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.wpv-sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.wpv-sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.wpv-sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.wpv-sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.wpv-sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.wpv-sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.wpv-sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.wpv-sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.wpv-sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.wpv-sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes wpv-sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes wpv-sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes wpv-sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


.wpv-bounce {
   position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
}
.wpv-double-bounce1, .wpv-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: wpv-sk-bounce 2.0s infinite ease-in-out;
  animation: wpv-sk-bounce 2.0s infinite ease-in-out;
}
.wpv-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes wpv-sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes wpv-sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.wpv-spinner-cube {
  position:absolute;
    top:50%;
    left:50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    pointer-events:none;
}
.wpv-spinner-cube1, .wpv-spinner-cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: wpv-sk-cubemove 1.8s infinite ease-in-out;
  animation: wpv-sk-cubemove 1.8s infinite ease-in-out;
}
.wpv-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wpv-sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
@keyframes wpv-sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}



.wpv-sk-cube-grid {
  position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
}
.wpv-sk-cube-grid .wpv-sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: wpv-sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: wpv-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.wpv-sk-cube-grid .wpv-sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.wpv-sk-cube-grid .wpv-sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.wpv-sk-cube-grid .wpv-sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.wpv-sk-cube-grid .wpv-sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.wpv-sk-cube-grid .wpv-sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.wpv-sk-cube-grid .wpv-sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.wpv-sk-cube-grid .wpv-sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.wpv-sk-cube-grid .wpv-sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.wpv-sk-cube-grid .wpv-sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes wpv-sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}
@keyframes wpv-sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.wpv-product-item-wrap img:not(.wpv-volume-icon),
.wpv-featured-item-wrap img:not(.wpv-volume-icon){
    display: block;
}


.wpv-product-price{
    display: block;
}
.wpv-product-rating.star-rating{
    display: block;
}




/* theme1 */

.wpv-shop-theme1 .wpv-product-details{
    padding: 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #96588a;
}

/* theme2 */

.wpv-shop-theme2 .wpv-product-details{
    padding: 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #96588a;
}

.wpv-shop-theme2 .wpv-product-title{
    margin-top: 0!important;
    color: #fff!important;
}

.wpv-shop-theme2 .wpv-product-price{
    color: #fff!important;
}

.wpv-shop-theme2 .wpv-onsale{
    color: #fff!important;
    border-color: #fff!important;
}

.wpv-shop-theme2 .wpv-product-rating{
    margin: 0.5rem auto!important;
}

.wpv-shop-theme2 .wpv-add-to-cart{
    color: #fff!important;
    background-color: rgba(0,0,0,0)!important;
    border: 1px solid #fff!important;
    text-decoration: none!important;
    display: inline-block;
    padding: 0.5rem 2rem!important;
}

.wpv-shop-theme2 .added_to_cart{
    color: #fff!important;
}

.wpv-shop-theme2 .wpv-add-to-cart:hover{
    background-color: rgb(255 255 255)!important;
    color: #96588a!important;
}

/* theme3 */

.wpv-shop-theme3 .wpv-product-details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.5);
    background-image: linear-gradient(135deg,rgba(0,159,255,0.33),rgba(236,47,75,0.31));
}

.wpv-shop-theme3 .wpv-product-title{
    margin-top: 0!important;
    color: #fff!important;
}

.wpv-shop-theme3 .wpv-product-price{
    color: #fff!important;
}

.wpv-shop-theme3 .wpv-onsale{
    color: #fff!important;
    border-color: #fff!important;
}

.wpv-shop-theme3 .wpv-product-rating{
    margin: 0.5rem auto!important;
}

.wpv-shop-theme3 .wpv-add-to-cart{
    color: #fff!important;
    background-color: rgba(0,0,0,0)!important;
    border: 1px solid #fff!important;
    text-decoration: none!important;
    display: inline-block;
    padding: 0.5rem 2rem!important;
}

.wpv-shop-theme3 .wpv-add-to-cart:hover{
    background-color: rgb(255 255 255)!important;
    color: #96588a!important;
}



/* shop play */

.wpv-product-play-button{
    width: 40px;
    height: 40px;
    position: absolute;
    background: #F5222D;
    cursor: pointer;
    right: 10px;
    top: 10px;
    border-radius: 100%;
}
.wpv-product-play-button-img{
    display: block!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    width: auto!important;
    transform: translate(-50%, -50%)!important;
    max-width: 100%!important;
    opacity: 1!important;
}


/* volume */
.wpv-product-volume-btn{
    width: 40px;
    height: 40px;
    position: absolute;
    background: #9e9e9e;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
}
.wpv-product-volume-btn-inner{
    position: absolute;
}
.wpv-volume-icon{
    display: block;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    width: auto!important;
    transform: translate(-50%, -50%)!important;
    max-width: 100%!important;
    opacity: 1!important;
}
.wpv-volume-icon-mute{
    display: none;
}




/* thumb gallery single product */
.wpv-gallery-thumb-wrap{
    position: relative;
    margin-top: 10px;
}
.wpv-tg-playlist-holder{
    position:relative;
    left:0;
    top:0;
    width:100%;
    /*height: 100%;*/
    opacity: 0;
    transition: opacity 0.5s;
}
.wpv-tg-playlist-inner-wrap{
    position: relative;
    display: flex;
    flex-direction:column;
    /*height: 100%;*/
}
.wpv-tg-playlist-inner{
    position: relative;
    top:auto;
    bottom: 0;
    left:0;
    right: 0;
    width:auto;
    overflow: hidden;
    /*height: 100%;*/
}
.wpv-tg-playlist-content{
    position: relative;
    left: 0;
    height: 100%;
    transition: transform ease-in-out 0.3s;
    transform: translateX(0px);
}
.wpv-tg-playlist-item{
    position:relative;
    top:0;
    left:0;
    display: inline-flex;
    overflow:hidden;
    cursor: pointer;
    margin: 0 5px;
    box-sizing: border-box;
}
.wpv-tg-playlist-item:last-child{
    margin-right:0;
}
.wpv-tg-playlist-item-a{
    width: 100%;
    display: block;
}
.wpv-tg-playlist-item-img{
    display: block;
    width: 100%;
    max-width: none;
}
.wpv-tg-nav-backward, 
.wpv-tg-nav-forward{
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    display: none;
}
.wpv-tg-nav-backward{
    left: -35px;
}
.wpv-tg-nav-forward{
    right: -35px;
}
.wpv-tg-nav-backward-inner, 
.wpv-tg-nav-forward-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}
.wpv-tg-nav-forward svg, 
.wpv-tg-nav-backward svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: currentColor;
    transition: all .1s ease-out;
    height: 100%;
    color: #1a4548;
}




/* modal */
html.wpvm-modal-open ,
body.wpvm-modal-open {
    overflow: hidden!important;
}
#wpvm-loader,
#wpvm-outer{
    position:fixed;
    top:0;  
    left:0;
    width:100%;
    height:100%;
    z-index: 999999999;
    display: none;
}
#wpvm-loader{
    background: rgba(0,0,0,0.3);
}
.wpvm-wrapper{
    position:absolute;
    top:0;  
    left:0;
    width:100%;
    height:100%;
    opacity: 1;
    transition: opacity 500ms ease-out;
    overflow-x: hidden;
    overflow-y: auto;
}
.wpvm-wrapper-inner{
    display: flex;
    flex-direction: row;
    position: absolute;
    top:0;  
    left:0;
    width:100%;
    height:100%;
}
.wpvm-player{
    position:relative;
    top:0;  
    left:0;
    width:100%;
    height:100%;
}
#wpvm-outer .wpv-video,
#wpvm-outer .wpv-iframe{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    max-width: none!important;
    max-height: none!important;
}
.wpvm-modal-image{
    display: block!important;
    max-height: 100%!important;
    width: auto!important;
    margin: 0 auto!important;
}
.wpvm-modal-btn{
    position:absolute;
    width:50px;
    top:0;
    height: 50px;
    background-color: #333;
    border-radius: 100%;
    cursor: pointer;
}
.wpvm-modal-btn svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: currentColor;
    height: 17px;
    color: #fff;
}
.wpvm-modal-close{
    position: fixed;
    top:10px;   
    left:10px;  
}
.wpvm-modal-playback-toggle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F5222D;
}
.wpvm-modal-actions{
    position: fixed;
    top: 10px;
    left: 10px;
}
.wpvm-modal-forward {
    left: 110px;
}
.wpvm-modal-backward {
    left: 55px;
}


.wpvm-modal-advance-loading svg{
    display: none;
}
.wpvm-modal-advance-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: wpvm_ma_loading_spinner 1s ease infinite;
}
@keyframes wpvm_ma_loading_spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}




.wpvm-player-holder{
    background-color: #111;
    flex:1;
    position:relative;
    top:0;  
    left:0;
    width:100%;
    height:100%;
}
.wpvm-panel{
    position:relative;
    display: flex;
    background-color: #fff;
    width: 400px;
    overflow-y: auto;
    flex-direction: column;
    
}
.wpvm-panel-info{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.wpvm-panel-thumb-wrap{
    height: 300px;
    width: 100%;
    position: relative;
}
.wpvm-panel-thumb{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #111;
    background-image: url("01.webp");
}
.wpvm-panel-title{
    font-size: 20px;
    text-transform: capitalize;
}
.wpvm-panel-price{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.wpvm-panel-select-options,
.wpvm-panel-add-to-cart{
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #F5222D;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 10px 0;
    transition: opacity 500ms ease-out;
}
.wpvm-panel-select-options:hover,
.wpvm-panel-add-to-cart:hover{
    opacity: 0.7;
}

keyframes wpvm_flicker {
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-o-keyframes wpvm_flicker{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-moz-keyframes wpvm_flicker{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
@-webkit-keyframes wpvm_flicker{
  0%   { opacity:1; }
  50%  { opacity:0.3; }
  100% { opacity:1; }
}
.wpvm-adding-to-cart-flicker {
   -webkit-animation: wpvm_flicker 1.5s infinite;
   -moz-animation: wpvm_flicker 1.5s infinite;
   -o-animation: wpvm_flicker 1.5s infinite;
    animation: wpvm_flicker 1.5s infinite;
}

.wpvm-panel-go-to-cart{
    text-align: center;
}
.wpvm-panel-details{
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
}
.wpvm-panel-details-header{
    font-size: 20px;
    margin: 10px 0;
}
.wpvm-panel-details-inner{
    font-size: 0.9em;
}

@media (max-width: 1000px) { 

    .wpvm-panel{
        width: 300px;
    }
 
}

@media (max-width: 800px) { 

    .wpvm-wrapper-inner{
        flex-direction: column;
        height: auto;
    }
    .wpvm-player-holder{
        height:400px;
    }
    .wpvm-panel{
        width: 100%;
    }
    .wpvm-player{
        padding-bottom: 56%;
    }
    .wpvm-modal-btn{
        width:35px;
        height: 35px;
    }
    .wpvm-modal-forward {
        left: 80px;
    }
    .wpvm-modal-backward {
        left: 40px;
    }
    .wpvm-panel-thumb-wrap{
        height: 200px;
    }
    .wpvm-panel-thumb{
        height: 200px;
    }

}

@media (max-width: 600px) { 

    .wpvm-panel-thumb-wrap{
        height: 150px;
    }
    .wpvm-panel-thumb{
        height: 150px;
    }

}

@media (max-width: 400px) { 

    .wpvm-modal-playback-toggle{
        display: none;
    }

}





