/*!
  Theme Name: A & B 
  Theme URI: http://anbaoweb.com/
  Description: Được phát triển với nhiều tính năng mới
  Author: Nguyễn Bảo Toàn
  Template:  hello-elementor
  Author URI: https://anbaoweb.com/
  Version: 2.0
  Stable tag: 2.2.2
  Requires at least: 4.7
  Tested up to: 5.2
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: hello-elementor
*/
.store-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.store-gallery .image-item {
	display: block;
	flex-grow: 1;
	width: calc( 100% - 66% - 30px );
	max-height: 200px;
}
.store-gallery .image-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}