@media (max-width: 768px) {
 
  
 #header .header-nav {
    max-height: 75px;
    border-bottom: #ffffff 5px solid;
}

       #header .top-logo img {
        width: auto;
        max-height: 3.4rem !important;
        padding: 0.2rem;
    }
  
  #search_widget {
    margin-bottom: 0.625rem;
    margin-top: -3.4rem;
    overflow: auto;
    position: absolute;
    margin-left: 3.9rem;
}
  
  #search_widget form input {
    width: 66%;
    padding: 10px 20px 10px 40px;
    outline: none;
    background-color: #ffffff;
  }
  
  .header-nav {
    background-color: #fcbae3 !important;
}
  
  #header {
    color: #a5203f !important;
  }
  
  .float-xs-right {
    float: right !important;
    margin-right: 0rem;
}
  
	body .ets_mm_megamenu::before {
    z-index: 999 !important;
}
  
  .header-nav .blockcart {
    background: #f6f6f600  !important;
            margin-left: 0 !important;
  }
  
  .shopping-cart {
    color: #4a2121 !important;
  }
  }

 