.ss-webnavbar
{
  background-color:#E40046;
}
.navbar{
  padding-bottom: 0px;
}
.navbar-brand {
   font-family: 'Orbitron', sans-serif;
   color: white!important;
   font-size: 24px;
   padding-bottom: 0px;
 }
 .navbar-brand i{
  position: relative;
  bottom: 11px;
 }
 .nav-link {
   color:white;
 }

 .ss-hexa
 {
  width: 40px;
  margin-bottom: 5px;
 }
 .ss-cart{
   display:flex;
   position: relative;
   width: 90px;
 }
 .ss-carttext{
   font-size:17px;
   list-style: none;
   text-decoration: none;
   color:white;
 }
 .ss-carttext:hover{
   color:white;
   opacity: 80%;;
 }
 .fa-shopping-cart{
   position: absolute;
   top: 0px;
   left: 33px;
 }

 .ss-cartvalue {
  position: absolute;
  /* left: 61%; */
  bottom: 48%;
  font-size: 16px;
  color: white;
  border: 2px solid black;
  border-radius: 50%;
  background-color: black;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ss-search_outer_area{
background-color: #E40046;
background-size: cover;
position: relative;
}
#searchResults{
  position: absolute;
  display: block;
  width: 100%;
  background: white;
  z-index: 9999;
}
#searchResults ul{
  list-style: none;
  padding-left: 20px;
}
#searchResults ul li{
  margin: 5px 0;
}
.ss-search_area{
  display:flex;
  justify-content: center;
  width:100%;
  padding-bottom:5px;
}


.ss-btn {
  border-radius: 1px;
  background-color:black;
  
}
