/* gallery */
.mega_mart_magnifier_gallery {
  margin: 0;
  padding: 0;
  text-align: center;
}

.mega_mart_magnifier_gallery li {
  position: relative;
  display: inline-block;
  vertical-align: center;
  top: 0;
}

/* .mega_mart_magnifier_gallery li.last {
	margin-right: 0;
} */

.mega_mart_magnifier_gallery li a {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  height: auto !important;
  overflow: hidden;
}

/* next/prev */
.single-product.woocommerce .thumbnails {
  position: relative;
  overflow: hidden;
}

.mega_mart_slider_arrow span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.single-product.woocommerce .thumbnails #slider-prev,
.single-product.woocommerce .thumbnails #slider-next {
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
}

.single-product.woocommerce .thumbnails #slider-prev {
  background-position: left center;
  left: 1px;
}

.single-product.woocommerce .thumbnails #slider-next {
  background-position: right center;
  right: 0px;
}

.single-product.woocommerce .thumbnails:hover #slider-prev,
.single-product.woocommerce .thumbnails:hover #slider-next {
  display: block !important;
}

span.onsale {
  z-index: 10000
}

div.pp_woocommerce a.mega_mart_expand {
  /*background: url("../icons/lightbox.svg") no-repeat center center;*/
  display: inline;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  text-decoration: none;
  text-indent: -10000px;
  z-index: 20000;
  height: 25px;
  width: 25px;
  line-height: 1em;
}

.expand-button-hidden svg{
  display: block;
  padding: 2px;
}


div.pp_woocommerce span.mega_mart_zoom_icon {
  /*background: url("../icons/zoom.svg") no-repeat center center;*/
  display: inline;
  cursor: default;
  font-size: 25px;
  position: absolute;
  text-decoration: none;
  text-indent: -10000px;
  z-index: 20000;
  height: 25px;
  width: 25px;
  line-height: 1em;
}

.zoom-button-hidden svg{
  display: block;
  padding: 5px;
}

.expand-button-hidden svg {
  display: block;
  padding: 5px;
}


.elementor-widget-wrap .mega_mart_magnifier_zoom.woocommerce-main-image img{
  width: 100%;
}


.expand-button-hidden svg {
    width: 25px;
    height: 25px;
}

.expand-button-hidden path {
    fill: black;
}

div.pp_woocommerce a.mega_mart_expand {
    background-color: white;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: initial;
    left: initial;
    right: 10px;
    border-radius: 0%;
}

.single-product.woocommerce .thumbnails div#slider-prev, .single-product.woocommerce .thumbnails div#slider-next {
    width: 26px;
    height: 25px;
    overflow: hidden;
    color: var(--secondary-color);
    background-color: #ffffff;
    background-image: none;
    border-radius: 3px;
    margin-top: -5px;
    opacity: 1;
    visibility: visible;
    display: block !important;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.single-product.woocommerce .thumbnails div#slider-prev {
    left: -7px;
}

.single-product.woocommerce .thumbnails div#slider-next {
    right: -3px;
}

.single-product.woocommerce .thumbnails div#slider-prev:after {
    content: "\f104";
}

.single-product.woocommerce .thumbnails div#slider-next:after {
    content: "\f105";
}

.single-product.woocommerce .thumbnails div#slider-prev:after, .single-product.woocommerce .thumbnails div#slider-next:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 23px;
    text-align: center;
    font-family: FontAwesome;
}

.single-product.woocommerce .thumbnails div#slider-prev:hover, .single-product.woocommerce .thumbnails div#slider-next:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}