@charset 'UTF-8';
.pswp__video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #000;
}
.pswp__video-container video,
.pswp__video-container iframe {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
}
.pswp__video-container video {
object-fit: contain;
} .pswp__thumbnails .has-video-thumb {
position: relative;
}
.pswp__thumb-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
z-index: 2;
}
.pswp__thumb-play-icon svg {
width: 12px;
height: 12px;
color: #333;
margin-left: 1px;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/fonts/slick.eot);
src: url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/fonts/slick.woff) format('woff'), url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/fonts/slick.ttf) format('truetype'), url(https://all4diving.nl/wp-content/themes/woostify/assets/libs/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.product-gallery .image-item {
position: relative;
overflow: hidden;
}
.woostify-video-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.9);
border-radius: 5px; display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.woostify-video-icon:hover {
background: #fff;
transform: translate(-50%, -50%) scale(1.1);
}
.woostify-video-icon svg {
width: 24px;
height: 24px;
fill: #333;
} .product-thumbnail-images .thumbnail-item {
position: relative;
}
.product-thumbnail-images .woostify-video-icon {
width: 30px;
height: 30px;
}
.product-thumbnail-images .woostify-video-icon svg {
width: 14px;
height: 14px;
}  .woostify-product-video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 100;
padding: 0 !important;
margin: 0 !important;
overflow: hidden; }
.woostify-product-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.woostify-product-video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
background: #000;
} .image-item.playing-video::after,
.image-item.playing-video::before,
.image-item.playing-video:hover::after,
.image-item.playing-video:hover::before {
display: none !important;
opacity: 0 !important;
background: transparent !important;
content: none !important;
} .image-item.playing-video {
pointer-events: none !important;
}
.image-item.playing-video .woostify-product-video-container {
pointer-events: auto !important; } .image-item.playing-video img {
visibility: hidden;
opacity: 0;
} .image-item.playing-video:hover img {
transform: none !important;
}   .product-gallery .image-item .woostify-video-icon {
top: 50% !important;
left: 50% !important;
margin: 0 !important;
transform: translate(-50%, -50%) !important; }
.product-gallery .image-item:hover .woostify-video-icon {
top: 50% !important;
left: 50% !important;
margin: 0 !important;
transform: translate(-50%, -50%) scale(1.1) !important;
}
.woostify-video-icon:hover {
background: #fff;
transform: translate(-50%, -50%) scale(1.1) !important;
} .image-item.has-video.is-loading::before,
.image-item.has-video.is-loading::after,
.image-item.has-video.is-error::before,
.image-item.has-video.is-error::after,
.image-item.has-video .easyzoom-notice,
.image-item.has-video .easyzoom-flyout {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
}