/*
 Theme Name:   Thrive Child Theme
 Theme URI:    https://thrive.axiomthemes.com/
 Description:  Thrive Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     thrive
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  thrive
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.product_meta .detail-label {
    font-weight: 600 !important;
    color: black !important;
}



@media (min-width: 1024px) {
.woocommerce div.product div.images img {
    display: block;
    width: 75%;
    height: auto;
    box-shadow: none;
    margin-left: 20%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 35px;
    }
}

@media (max-width: 1023px) {
.woocommerce div.product div.images .flex-control-thumbs {
            margin-top: 10px;
            width: 260px!important;
            padding: 0px!important;
            position: relative;
            display: flex;
            gap: 10px;
    }
}

@media (max-width: 479px) {
.woocommerce div.product div.images .flex-control-thumbs {
            margin-top: 10px!important;
            width: auto;
            position: relative;
        }
 }
 
/*
.woocommerce-product-gallery__wrapper img:hover {
  transform: none !important;
  transition: none !important;
}

.woocommerce-product-gallery__image:hover img {
  transform: none !important;
  transition: none !important;
}

img:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

img:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  animation: none !important;
}

.woocommerce ul.products li.product img:hover,
.woocommerce-product-gallery img:hover {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  animation: none !important;
}


.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery img,
.woocommerce-product-gallery img:hover,
.woocommerce-product-gallery__image:hover img,
.woocommerce-product-gallery__image a:hover img {
  transform: none !important;
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  animation: none !important;
}

*/