/* Add loader css */

.loader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loader img
{
  left: 30%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 25%;
}

.flash-deal 
{
  top: 0;
  position: absolute; 
  margin-top: 38%; 
  margin-left: 10%; 
  color:#ffff; 
  z-index: 999;
}

.deal-card 
{
  background-color: #f0430f; 
  border-radius: 20px;
  padding: 3px;
}

@media (max-width: 768px){
  .flash-deal
  {
    margin-top: 65%;
  }

  
}