/*
Theme Name: Aria Theme
Theme URI: https://wordpress.org/rtl-theme.com/aria-wordpress-theme
Author: ariacode
Author URI: https://www.rtl-theme.com/author/aria-code/products/
Description: Aria theme is a WordPress theme developed based on the latest WordPress and WooCommerce standards
To use the template, you must install and activate the template core plugin.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.2.0
License:RTL THEME LICENSE
License URI: https://www.rtl-theme.com/buyers-rules/
Text Domain: aria-theme
Tags:  custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support,mega menu, elementor widget,wordpress widget,custom font , slider,animation
*/
/* تصاویر بزرگ */
.parent-images-gll > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

.parent-images-gll > div.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* تصاویر کوچک */
.thumbnails-gll > div {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.thumbnails-gll > div.active {
  /*border-color: #007bff;*/
  transform:scale(1.15);
}
