@charset "UTF-8";
/*!
Theme Name: Internet Retailer
Theme URI: http://underscores.me/
Author: Ndevr
Author URI: https://ndevr.io
Description: Internet Retailer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: internet-retailer
Tags:
*/

/* hiding header / title bar */
/* #primary .row.page-title header.page-title{
	display: none;
} */

#primary .row.page-title {
  margin: 10px;
  display: none;
}
#primary .row.feature {
  margin-top: 80px;
}

/* hiding header / title bar -- ends here */
/* retail and b2b active styling */
.header.hidden-xs nav.navbar .logo-text .navbar-btn > li.active {
  background: #f78f1e;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}
.header .navbar .navbar-btn .active .menu-icon {
  display: none;
}
/* retail and b2b active styling --- end here */

/*show the autocomplete ui for main search*/
.ui-autocomplete {
  z-index: 1000 !important;
}

/*alert text style on my account notification*/
.ae-alert-content-text {
  margin-top: 20px;
  font-size: 18px !important;
  line-height: 1.3em;
}
