/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/


@media (min-width: 992px) {

  .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;

    padding: 0;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    list-style: none;
    width: 100px !important;
    flex: 0 0 100px;
    margin: 0 !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs img {
    display: block;
    width: 100%;
    height: auto;
  }

}