/* --------------------------------------------------------------------------------
 REIMAGINE NAVBAR
----------------------------------------------------------------------------------*/
.reimagine_navbar {
	justify-content: space-between;
	align-items: center;
	align-content: center;
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	border-bottom: 1px solid var(--lighter-grey);
	top: 0;
    background-color: #fff;
    margin-bottom: 10px;
}
.reimagine_header_container {
	display: flex;
	justify-content: space-between;
	height: 64px;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}
/*ICON GROUP*/
.reimagine_icon-group {
	order: 3;
	display: flex;
	align-content: center;
	align-items: center;
	min-width: 290px;
	justify-content: space-between;
	flex-wrap: nowrap;
        cursor: pointer;
}
.nav-rewards-icon-wrapper {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px 4px;
	display: flex;
	align-content: center;
	align-items: center;
	font-size: 12px;
}
.nav-rewards-icon-wrapper i {
	color: #f68b21;
	font-size: 10px;
	padding-left: 2px;
}
#nav-user-icon i {
	font-size: 20px;
}
#nav-user-icon .zmdi.zmdi-close {
	font-size: 22px !important;
}
/*CART ICON WITH TICKER */
.nav-cart-icon {
	font-size: 18px;
	position: relative;
    margin-bottom: 6px;
}
.cart-items-ticker {
	font-size: 7px;
	font-weight: 700;
	position: absolute;
	border-radius: 50%;
	background-color: #f68b21;
	color: #fff;
    padding: 0.5px 3px;
    left: 13px;
    top: 1px;
}
.nav-search-icon {
	font-size: 20px;
}
#nav-user-icon,
.nav-cart-icon,
.nav-search-icon {
	color: #4884c2;
}
/*BRAND LOGO */
.navbar-brand {
	padding-top: 16px;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.navbar-brand img {
	width: 180px;
}
/*NAVBAR SEARCH FORM */
#navbar-search {
	border: none;
	z-index: 11;
	margin-bottom: 5px;
}
.reimagine_navbar-search {
	position: absolute;
	width: 100%;
}
form.reimagine_navbar-form {
	padding: 0;
	margin: 0;
}
.form-group.reimagine_form_group {
	display: block;
}
input.form-control.reimagine_form_control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	height: 50px;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	padding: 0;
}
/*TOGGLE */
.navbar-toggle-new {
	position: relative;
	width: 22px;
	height: 22px;
}
.icon-bar_middle {
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #4884c2;
}
.icon-bar_middle {
	top: 10px;
}
.navbar-toggle-new::before,
.icon-bar_middle {
	position: absolute;
	left: 0;
	width: 22px;
	height: 1.5px;
	background-color: #4884c2;
}
.navbar-toggle-new::before {
	content: "";
	top: 4px;
	transform-origin: 0 0;
	transition: all 0.3s ease-out;
}
.navbar-toggle-new-close::before {
	transform: rotate(45deg);
	width: 20px;
}
.navbar-toggle-new::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 22px;
	height: 1.5px;
	background-color: #4884c2;
	transform-origin: 0 100%;
	transition: all 0.3s ease-out;
}
.navbar-toggle-new-close::after {
	transform: rotate(-45deg) translateY(3px) translateX(-3px);
	width: 21px;
	top: 14px;
}
.navbar-toggle-new-close .icon-bar_middle {
	width: 0 !important;
	opacity: 0;
}
/*DROP-DOWN MENUS */
#reimagine_navbar-menu,
#reimagine_navbar-profile {
	position: absolute;
	top: 64px;
	background-color: #fff;
	border-radius: 0;
	z-index: 10;
	min-width: 320px;
}
ul.reimagine_menu {
	padding-left: 0;
	margin-bottom: 0;
}
ul.reimagine_menu li {
	list-style: none;
	border-bottom: 1px solid var(--off-white-1);
	padding: 10px 0 10px 8px;
	width: 100%;
}

/* MOVE THE FOLLOWING TO CATEGORY PILLS  */
.category-dropdown-close-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 1.6em;
	color: var(--lighter-grey);
        cursor: pointer;
        font-;weight: 500
}

.category-dropdown-close-icon:hover {
      color: black;
}
/* --------------------------------------------------------------------------------
 Navbar MEDIA QUERIES
----------------------------------------------------------------------------------*/

 @media only screen and (max-width: 1500px) and (min-width: 768px) {
    .reimagine_header_container {
        width: 100%;
    }
}

@media (max-width: 1500px) and (min-width: 320px) {
	.reimagine_header_container {
		flex-wrap: wrap;
	}
}
@media (max-width: 1500px) {
	.reimagine_category-pills-container {
		order: 4 !important;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.reimagine_navbar {
		border-bottom: none;
	}
	#navbar-search {
		top: 50px;
	}
	.reimagine_header_container {
		border-bottom: none;
	}
	.navbar-brand {
		padding-top: 15px;
	}
	#reimagine_navbar-menu,
	#reimagine_navbar-profile {
		top: 87px;
	}
    .reimagine_icon-group {
     padding-right: 15px;
   }
}
@media (max-width: 600px) {
	#reimagine_navbar-menu,
	#reimagine_navbar-profile,
	ul.reimagine_menu li {
		width: 100%;
	}
    .reimagine_icon-group {
        /*margin-right: 8px;*/
    }
}
@media (max-width: 410px) {
	.reimagine_icon-group {
		min-width: 140px !important;
	}
	.nav-rewards-icon-wrapper {
		display: none !important;
	}
    #reimagine_navbar-menu,
	#reimagine_navbar-profile {
		left: 170px;
	}
}
@media (max-width: 390px) {
    .reimagine_icon-group {
        min-width: 210px !important;
    }
}
@media (max-width: 370px) {
    .reimagine_icon-group {
        min-width: 190px !important;
    }
}
