/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme for museum skin
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      3.5.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* woocommerce.css | https://coloria.online/wp-content/themes/qwery-child/skins/museum/plugins/woocommerce/woocommerce.css */

.woocommerce ul.products li.product .outofstock_label {
	position: absolute;
	top: 36%;
	left: 50% !important;
	right: auto !important;
	transform: translate(-50%, -50%);
	color: red;
	border: 2px solid red;
	padding: 5px 16px;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	pointer-events: none;
	user-select: none;
	border-radius: 0;
	height: auto;
}

.outofstock .attachment-woocommerce_single {
	 filter: grayscale(100%);
}



