.pos-products {
    font-family: "Lato", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  .pos-products .product-sale-label,
  .pos-products .product-discount-label{
	  color: #fff;
	  background: #da5555;
	  font-size: 12px;
	  letter-spacing: 1px;
	  line-height: 14px;
	  padding: 4px 4px;
	  border-radius: 8px;
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  transition: all 0.4s ease;
  }
  .pos-products .product-sale-label{
	  background: #2ba968;
	  text-transform: uppercase;
	  left: 10px;
	  right: auto;
  }  
  
  #cart-overlay {
	/* Sit on top of the page content */
	/* position: fixed; */
	
	/* Hidden by default */
	/* display: none; */
	
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff4949; /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
  }

  .cycle-pager span {
    background-color: #ff4949;
    border: 1px solid #ff4949;
  }