
.top-notification-bar {

  background-color: #f9f9f9;
}
.top-notification-bar ul.notification-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #f0f0f0;
}
.top-notification-bar ul.notification-entry li.notify-wrap{
  width: 33.33%;
}
.top-notification-bar ul.notification-entry li.notify-wrap.center-side{
  text-align: center;
}
.top-notification-bar ul.notification-entry li p {
  font-size: 14px;
}
.top-notification-bar ul.notification-entry li .notification-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-notification-bar ul.notification-entry li .notification-option .custom-link a:not(:last-child){
  margin-right: 15px;
}

@media (max-width: 991px) {
  .top-notification-bar ul.notification-entry li.notify-wrap{
    width: 50%;
  }
  .top-notification-bar ul.notification-entry li.notify-wrap.center-side{
    display: none;
  }
}
@media (max-width: 767px) {
  .top-notification-bar ul.notification-entry{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .top-notification-bar ul.notification-entry li .notification-option{
    justify-content: center;
  }
  .top-notification-bar ul.notification-entry li.notify-wrap{
    width: 100%;
  }
  .top-notification-bar ul.notification-entry li .notification-option .search-wrap {
    display: block;
  }
  .notification-option .user-wrap .top-dropdown {
    width: auto;
  }
}

.top-notification-bar ul.notification-entry li a,
.top-notification-bar ul.notification-entry li p{
    color: #000000;
    font-weight: 500;
}

/* search css */
.top-notification-bar .search-wrap .main-search-active form .form-search {
  position: relative;
}
.top-notification-bar .search-wrap .main-search-active form .form-search input {
  width: 100%;
  padding: 0px;
  border: none;
}
.top-notification-bar .search-wrap .main-search-active form .form-search button.search-btn {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);right: 0px;}
.top-notification-bar .search-wrap .main-search-active form .form-search button.search-btn i {
  font-size: 16px;
  font-weight: 600;
}

/* custom text css */
.top-notification-bar ul.notification-entry li.right-side .notification-option .custom-link {
  display: flex;
  align-items: center;
}
.top-notification-bar ul.notification-entry li.right-side .notification-option .custom-link p.label {margin-right: 5px;}

@media (max-width: 991px) {
  .top-notification-bar ul.notification-entry li.notify-wrap.offer-text {
    display: none;
  }
  .top-notification-bar ul.notification-entry li.notify-wrap.search {
    width: 100%;
  }
  .top-notification-bar ul.notification-entry li.notify-wrap.right-side {
    display: none;
  }
}
@media(max-width: 479px){
  .top-notification-bar .search-wrap .main-search-active form .form-search{
    width: 100%;
  }
}
