
.owl-carousel-featured .item{
  padding: 10px;
}
.product-header img {
    width: 100%;
}
.top-categories-search .form-control {
    border-color: #ced4da;
    box-shadow: none;
    border-radius: 30px 0 0px 30px!important;
}
.top-categories-search .btn {
    border-radius: 0 30px 30px 0!important;
    box-shadow: none;
}
.login-modal-left {
    height: 54px;
    list-style: none;
    margin: 70px auto auto;float: none;
    width: 135px;
}
   
@media(max-width: 420px) {

    .top-categories-search {
        margin-top: 42px;

    }

    .main-nav-right {

        margin-top: 47px;
        display: flex;
    }

    .main-nav-right .btn {
        font-size: 14px !important;
        display: inline;
        top: 3px;
    }
    .input-group{
      display: none;
    }

      

}