#search_list_auto{
	position: absolute;
	top: 40px;
	left: 0px;
	right: 37px !important;
	z-index: 99999;	
}
#search_list_auto .list-group-item, #history_list .list-group-item {
	display: block;
	font-family: sans-serif;
}
#search_list_auto .list-group-item:hover, #history_list .list-group-item:hover {
	background: #119aeb;
	color: white;
	cursor:pointer;
}
	
.height40px {
	height:40px;
	display:inline-block;
}
.owl-dots {
	display:none !important; 
}
.margin-to-10px {
	margin-top:10px;
}
.logo img {
	max-width: 68% !important;
}
.page-section-custom-ss .page-section{
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}

/* Child Text Container */
.content_img .product_delay{
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: red;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    /* visibility: hidden; */
    -webkit-transition: visibility 0s, opacity 0.5s linear;  
    transition: visibility 0s, opacity 0.5s linear;
}

.content_img .product_offer{
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: red;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    -webkit-transition: visibility 0s, opacity 0.5s linear;  
    transition: visibility 0s, opacity 0.9s linear;
}

/* Hover on Parent Container */
.content_img:hover{
    cursor: pointer;
}    

.content_img:hover div{
    padding: 8px 15px;
    visibility: visible;  
}

marquee {
width: 100%;
padding: 5px 0;
background-color: #00b16a;
color:white;
font-weight:bold;
}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:0%;
  content: attr(data-count);
  font-size:40%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  color:#DF0000;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: white;
  border-style:solid;
}
.fa-circle {
  color:#DF0000;
}

.red-cart {
	color: #DF0000; background:white;
}

.top-inf {
    position: absolute;
    top: 14px;
    left: 132px;
    z-index: 10;
    width: calc(100% - 30px);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dis-card {
    color: #fff;
    background-color: #f1da5c;
    padding: 4px 10px;
    border-radius: 7px;
    display: inline-block;
}