html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

img {
  -ms-interpolation-mode: bicubic;
}

.product-carousel {
  width: 600px;
  display: block;
  margin: 0 0 0 150px;
  padding-bottom: 30px;
  position: relative;
}
.owl-carousel {
  width: calc(100% - 100px);
}
.owl-carousel div {
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  margin-left: 30px;
}

.owl-carousel .owl-controls .owl-dot {
  background-size: cover;
}
.owl-carousel .owl-dots {
  position: absolute;
  top: 140px;
  right: 550px;
  width: 100px;
  height: 400px;
  overflow: hidden;
}
.owl-carousel .owl-dot {
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dot img {
  margin: 5px 0;
  width: 90px;
  height: 90px;
}

.slide-nav {
  width: 100px;
  position: absolute;
  top: 100px;
  left: -150px;
  height: 500px;
}
.my-previous-button,
.my-next-button {
  border: none;
  margin-left: 35px;
  height: 13px;
  width: 30px;
  background-color: transparent;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
}
.my-previous-button {
  top: 10px;
  display: none;
  background-image: url(../images/eureka-arrowup.png);
}

.my-next-button {
  bottom: 25px;
  background-image: url(../images/eureka-arrowdown.png);
}

[data-test="popup"][role="dialog"] {
  z-index: 10000000000 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

[data-test="popup"][role="dialog"] button {
  top: 40px !important;
  right: 40px !important;
}

[data-test="popup"][role="dialog"] button[data-shape="none"] svg path {
  fill: white !important;
}

[data-test=popup][role=dialog] button[data-test*=nav] {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 10000000 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[data-test="popup"][role="dialog"] button[data-test*="nav"] svg {
  width: 45px !important;
  height: 45px !important;
	fill: white !important;
}

[data-test=popup][role=dialog] button[data-test*=nav] svg path {
    fill: white !important;
}

.cld-product-gallery [data-test="carousel-inner-wrapper"] img {
	width: 100% !important;
}

[data-test="popup"][role="dialog"] button[data-test="nav-prev"] {
  left: 40px !important;
}

[data-test="popup"][role="dialog"] button[data-test="nav-next"] {
  right: 40px !important;
}

[data-test="gallery-thumbnail-wrap"] {
	display: flex;
	justify-content: center;
}

.cloudinary_innerbox {
  width: 500px;
}

.cld-pg-thumbs {
	justify-content: center;
}

[data-test="gallery-thumbnail-wrap"] {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .cloudinary_innerbox {
    width: 100%;
  }
  .product-carousel.cloudinary {
	min-height: 420px;
  }
}
