/*
Theme Name: HighRev Child
Theme URI: https://highrev.qodeinteractive.com
Description: A child theme of HighRev
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: highrev
Template: highrev
*/

.swiper-slide {
	gap: 5px !important;
}

.qodef-woo-product-list .button:not(.qqvfw-quick-view-button) {
	display: none !important;
}
.woocommerce ul.products li.product img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.qodef-widget-holder.qodef--two {
    display: none !important;
}

span.price {
    display: none !important;
}

div#qodef-top-area {
    display: none !important;
}
.qodef-woo-product-content-top {
    display: none !important;
}
.qodef-woo-product-compare-wishlist-wrapper {
    display: none !important;
}
.qwfw-m-spinner qwfw-spinner-icon {
    display: none !important;
}
div#qodef-page-inner {
    padding-top: 0 !important;
}

.qodef-woo-single-inner .haroun-product-video-wrap {
  grid-column: span 2 !important;
  width: 100%;
}

.qodef-woo-single-inner .haroun-product-video-wrap.full-width {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .qodef-woo-single-inner .haroun-product-video-wrap,
  .qodef-woo-single-inner .haroun-product-video-wrap.full-width {
    grid-column: 1 / -1;
  }
}
.woocommerce-product-gallery img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.single-product .woocommerce-product-gallery {
  height: 500px;
}

.single-product .woocommerce-product-gallery__wrapper {
  height: 500px;
}

.single-product .woocommerce-product-gallery__image {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.single-product .woocommerce-product-gallery img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
}

.qodef-social-share, .sp-meta-list, .qwfw-position--after-add-to-cart, .qcfw-spinner-item {
	display: none !important;
}