
.p-img{background-repeat:no-repeat;background-size:contain;background-position:center;height:calc(100vh - 200px);width:100%;display:block;}
.productGallery {
display: none;
text-align: center;
margin-left: 40px;
}
.cursor {
cursor: pointer;
}
.thumbnails{
position:absolute;
top:60px;
left: 10px;
display: flex;
flex-direction: column;
}
.p-thumb {
opacity: 0.6;
background-repeat: no-repeat;
width: 70px;
height: 110px;
display: inline-block;
background-size: contain;
background-position: 0 0;
margin-bottom: 10px;
}
.active,
.p-thumb:hover {
opacity: 1;
}
.download-img {
position: absolute;
top: 20px;
right: 20px;
padding: 20px;
}
.elementor-slideshow__header {
left: -75px!important;
}
.swiper-zoom-container img {
background-color: #fff;
}
@media (min-width:881px){
.prev,
.next {display:none;}
}
@media (max-width:880px){
.thumbnails{display:none;}
.p-img{height:300px;}
.productGallery {
margin: 0;
}
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
user-select: none;
-webkit-user-select: none;
}
.prev{left:0;padding-left:20px;}
.next {right: 0;padding-right:20px;}
}