/**
* Theme Name: Eventchamp Child
* Description: This is a child theme of Eventchamp, generated by Merlin WP.
* Author: <a href="https://gloriathemes.com">Gloria Themes</a>
* Template: eventchamp
* Version: 2.1.1
*/

/*
* WooCommerce Product Overlays.
*/

.prod-overlay {
   position: absolute;
   z-index: 10;
   text-align: center;
   top: -0.5em;
}

.prod-overlay-feat {
   right: -0.5em;
   width: 1.5em;
   height: 1.5em;
   font-size: 200%;
   color: yellow;
   text-shadow: 0 0 0.0125em black, 0 0 0.0125em black;
}

.prod-overlay-label-lowstock {
 width: 80%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 10;
	border-radius: 15px;
    text-align: center;
	font-size: 120%;
	background: #FFBE30
	}

.prod-overlay-label-soldout2 {
	width: 80%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 10;
	border-radius: 15px;
    text-align: center;
	font-size: 120%;
	background: #E81A1A;
}



.prod-overlay-text {
   left: -0.5em;
   width: 3.5em;
   height: 3.5em;
/*   background-color: rgba( 255, 0, 255, 0.75 ); */

border-radius: 15px;
   text-overflow: visible;
   white-space: nowrap;
}

.prod-overlay-label {
   position: absolute;
   left: 30%;
   top: 30%;
   color: black;

   font-size: 100%;
   font-weight: bold;
/*   transform: translate(-50%,-50%) rotate(-25deg); */
/*   text-shadow: 0 0 0.125em black, 0 0 0.125em black; */
	
	  background-color: #FFBE30;
  		border-radius: 15px;
  border: 0px solid blue;
  padding: 5px;
/*  margin: 10px; */
  text-transform: uppercase;

}