/*
Theme Name: Pricom - Child
Theme URI: https://harutheme.com/pricom
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of Pricom
Template: pricom
Version: 1.0.0
*/

/*---------------------------------
  Write your css code from here
------------------------------------*/

.product-type-variable .product-image-item {
  overflow: unset !important;
  position: relative;
}

.product-type-variable .product-image-item img.attachment-shop_single {
  width: 100%;
  display: block;
  height: auto;
}

.product-type-variable .product-image-item img.frame-img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  object-fit: fill;
}

.woocommerce-product-gallery.images .zoomImg {
  display: none !important;
}

.woocommerce-product-gallery .product-image-item:hover {
  cursor: default !important;
}

.single-product-summary .compare.button,
.single-product-image .product-thumbnails-wrap {
  display: none !important;
}