/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.product-miniature .thumbnail-container .product-thumbnail {
	height: 250px;
}
img.b-lazy:not(.b-loaded) {
	position:absolute!important;
	left:50%!important;
	top:50%!important;
	width:35px;
	transform: translate(-50%,-50%);
	margin:0px !important;
}
