
.p-img{background-repeat:no-repeat;background-size:contain;background-position:center;height:415px;width:100%;display:block;}
.productGallery {
display: none;
text-align: center;
background-color:#f7f7f7;
padding: 25px 0 20px 0;
}
.cursor {
cursor: pointer;
}
.active,.prev:hover svg path,
.next:hover  svg path {
opacity: 1;
}
.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;}
.thumbnails {
position: absolute;
top: inherit;
left: inherit;
right: 20px;
bottom: 0;
}
@media (max-width:880px){
.p-img{height:300px;}
.productGallery {
margin: 0;
}
}