/* Put your custom css here */


	
.stores img {
	width:100%
	}
	
iframe {
	border:none;
	padding:0;
	margin:0;
	width:374px;
	height:480px;
	}
	
	
h6 {
	font-style:normal;
	font-size:16px
}
	
.who {
	width:100%;
	height: 2600px;
	}
		
	
	
.badge {
	position:absolute;
	top:300px;
	left:310px;  
  background-color: #D52022;
  border-radius: 45px; 
  color: white;
  font: 21px 'antonioregular', Verdana, Tahoma;
	line-height:1.1em;
  height: 90px; 
	width: 90px; 
	-webkit-box-shadow: 0 3px 0 0 #b42127;
     -moz-box-shadow: 0 3px 0 0 #b42127;
          box-shadow: 0 3px 0 0 #b42127;
  padding: 10px 3px 0 3px;
  text-align: center;
	overflow: hidden;
}	

.subbadge {
	position:absolute;
	top:200px;
	left:310px;  
    background-color: #D52022;
    border-radius: 50px; 
    color: white;
    font: 20px 'antonioregular', Verdana, Tahoma;
		text-transform: uppercase;
		line-height:1.2em;
    height: 90px; 
		width: 90px;
		-webkit-box-shadow: 0 3px 0 0 #b42127;
     -moz-box-shadow: 0 3px 0 0 #b42127;
          box-shadow: 0 3px 0 0 #b42127;
    padding: 26px 2px 0 2px;
    text-align: center;
		overflow: hidden;
}	
	
.lh {
  overflow: hidden;
   text-overflow: ellipsis;
   text-overflow: -o-ellipsis-lastline;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5; /* number of lines to show */
   height: 8.2em; /* height for ie */
}

.soldout {
	position:absolute;
	top:0;
	left:16px;
	}


/*Search*/
  .card-img-top {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }
  .search-body {
    padding: 2px 12px;
    border-bottom: 1px solid #ccc;
    min-height: 46px;
  }

  .circle-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right:20px;
  }

  .circle-img img {
    object-fit: cover;
     width: 100%;
    height:100%;
  }
  
  #match-list-container {  
    position: relative;

  }
  #match-list {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-color: white;
     
  }

