/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.woocommerce-product-gallery {
  opacity: 1 !important;
  visibility: visible !important;
}

.flex-control-thumbs {
  display: flex !important;
  gap: 10px;
  margin-top: 1em;
}

.flex-control-thumbs li {
  list-style: none;
}

.flex-control-thumbs img {
  width: 80px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
}

.flex-control-thumbs img.flex-active {
  border-color: #0073aa;
}