.store_info_wrapper{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #000;
    z-index: 999;
    color: #FFF;
	display:none;
	text-align:center;
	padding:10px 15px;
}
.store_info_wrapper select{
    padding: 5px 10px;
	font-size: 13px;
	background: #000;
	color: #FFF;
	border: none;
	width: auto;
	max-width: 100px;	
}
.store_enabled .store_info_wrapper{
	display:block;
}
.store_enabled .store_info_wrapper a{
	color:#FFF;
	text-decoration:none;
}
.store_info_wrapper .container{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}	

.image-limited .product-grid-item .product-image-link,
.image-limited .product-grid-item .hover-img,
.image-limited .woocommerce-product-gallery .product-image-thumbnail img,
.image-limited .product-image-wrap .woocommerce-product-gallery__image > a,
.image-limited.loadind-config .product-grid-item,
.image-limited.loadind-config .woocommerce-product-gallery .product-image-thumbnail,
.image-limited.loadind-config .product-image-wrap .woocommerce-product-gallery__image{
	opacity:0;
}
.image-limited .product-grid-item,
.image-limited .woocommerce-product-gallery .product-image-thumbnail,
.image-limited .product-image-wrap .woocommerce-product-gallery__image{ 
	background-image: url(age-limit.png);
	background-size: 70%;
	background-position: center center;
	background-repeat: no-repeat;
}

	