.elementor-widget-container {
  display: flex;
  flex-direction: column;
}
li.video_slide {
  display: flex;
  align-items: center;
}
.cb-product-gallery {
    margin: auto;
    float: left;
    width: 100%;
}
.cb-gallery-main {
  position: relative;
}
.cb-slide {
  display: none;
  overflow: hidden;
}
.cb-slide.active {
  display: block;
}
.cb-slide.active img {
  transition: 0.25s all ease-in-out;
}
.cb-slide.active img:hover {
  cursor: pointer;
  scale: 1.1;
}
/* .woocommerce .cb-product-gallery img, .woocommerce-page .cb-product-gallery img {
  height: auto;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}*/
.cb-slide video.cb-video,
.cb-slide img {
  aspect-ratio: 1 / 1;
  display: block;
}
.cb-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cb-thumb img {
  width: 80px;
  cursor: pointer;
  border: 2px solid transparent;
}
.cb-thumb.active img {
  border-color: #000;
}
.cb-video-wrapper {
  position: relative;
}
video.cb-video,
.cb-play-overlay {
  cursor: pointer;
  display: block;
}
.cb-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  width: 100%;
  background: rgb(0 0 0 / 50%);
}
.cb-video-controls_progress {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: center;
}
.cb-video-controls button {
  background: transparent;
  color: white;
  border: none;
  padding: 0px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 2px;
  width: 28px;
  height: 25px;
}
.cb-video-controls button:focus,
.cb-video-controls button:hover,
.cb-video-controls button:focus,
.cb-video-controls button:hover,
.cb-video-controls button:focus,
.cb-video-controls button:hover {
  background-color: rgb(255 255 255 / 25%);
  color: #fff;
  text-decoration: none;
}
.cb-progress-bar,
.cb-volume-bar {
  -webkit-appearance: none;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.cb-video-controls_volume {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb-progress-bar {
  width: 100%;
}
.cb-volume-bar {
  width: 80px;
}
.cb-progress-bar::-webkit-slider-thumb,
.cb-volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #000;
  box-shadow: 0px 0px 2px 1px #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cb-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}
.cb-video-wrapper.paused .cb-play-overlay {
  opacity: 1;
  pointer-events: auto;
}
button.splide__arrow.splide__arrow--next {
    right: 0;
}
button.splide__arrow.splide__arrow--prev {
    left: 0;
}
.splide__arrow svg {
    fill: #fff;
}
button.splide__arrow {
    border: 0;
    background: #00000000;
    padding: 0;
    width: 65px;
    height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
[type=button].splide__arrow:focus, [type=submit]:hover, button.splide__arrow:focus, button.splide__arrow:hover {
    background: #00000000;
}
.splide:hover button.splide__arrow {
    background: rgb(0 0 0 / 50%);
}


@media screen and (max-width: 767px) {
  .cb-product-gallery {
    width: 100%;
  }
}
