body{
	font-family:'Nunito';
}
h1, h2, h3, h4, h5,h6{
	font-family:'Nunito'
}
.navbar-brand {
    padding: 18px 40px;
    margin-right: 40px;
}
.header {
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header .navbar-light .navbar-nav .nav-link{
    padding: 8px 25px !important;
    font-size: 16px;
    font-weight: 700;
    color: #040321;
}
.rightDiv .myAcnt.dropdown {
    display: none;
}
.myAcnt a {
	color:#040321;
    text-decoration: none;
    font-weight: 700;
}
.header{box-shadow: none;}
/* header {
    background-color: #040321;
} */
.navbar-brand img {
	max-width: 200px;
	max-height: 58px;
  object-fit: contain;
  width: 200px;
  height: 58px;
}
/* .carousel-control-next img, .carousel-control-prev img {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
} */
.rightDiv ul li.wishlistIcon {
    padding-left: 13px;
    margin: 0;
}
.rightDiv ul li.wishlistIcon::before {
	content: "";
	height: 50px;
	background: #707070 none repeat scroll 0 0;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 1px;
	display: none;
}
.headerWishList{
	position: relative;
}

.header .navbar-light .navbar-nav .nav-link:focus span, .header .navbar-light .navbar-nav .nav-link:active span, .header .navbar-light .navbar-nav .nav-link:hover span{
	border-bottom: 3px solid #FFD311;
    padding-bottom: 7px;
}
.header .navbar-light .navbar-nav .nav-link.active span{
	border-bottom: 3px solid #FFD311;
    padding-bottom: 7px;
}
.myAcnt{
    background-color: #FFD311;
    padding: 32px 25px;
	cursor: pointer;
	margin-left: 10px;
}
.myAcnt span{
	font-weight: 700;
}
.header .navbar.navbar-expand-lg.navbar-light{
    padding: 0;
	background-color: #fff ;
}
/* .header .navbar.navbar-expand-lg.navbar-light.fixed-top{
    background-color: #040321  !important;
} */
.header .navbar-light .navbar-nav .nav-link span {
    color: #040321;
}
.rightDiv ul li{
    margin-left: 10px;
    position: relative;
    padding: 0 15px;
}
.rightDiv ul li img {
	width: 22px;
}
.navLogo mobile img{
	display: none;
}
.rightDiv ul li span.badge, span.wishListBadge, span.wishListBadgeMobile {
	/* font-size: 20px;  */
    background: #FFD311 none repeat scroll 0 0;
    box-shadow: none;
    color: #040321;
    padding: 5px 4px;
    position: absolute;
    right: -3px;
    top: -13px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    height: 25px;
    width: 25px;
}
span.wishListBadge,span.wishListBadgeMobile{
	right: -20px !important;
    padding: 0px 6px !important;
}
.rightDiv ul li::before {
	content: "";
	height: 50px;
	background: #707070 none repeat scroll 0 0;
	position: absolute;
	right: -8px;
    top: -8px;
    width: 1px;
}
.rightDiv ul li:last-child::before{
    display: none;
}
.rightDiv .navbar-nav a .hover-icon{
    display: none;
}
.search_box form {
    margin-bottom: 0px !important;
}
.search_box {
	position: absolute;
	top: 59px;
	right: 0;
	width: 500px;
	background: #fff;
	padding: 0;
	z-index: 2;
	height: 0;
	overflow: hidden;
	transition: .3s;
	box-shadow: 0 0 10px #999;
}
.search_fields .form-group {
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.search_fields .form-control {
	height: 50px;
	width: 75%;
	border: none;
	padding: 0px 15px;
	font-size: 16px;
}
.search_fields .form-group button {
	width: 25%;
	min-width: 100px;
	height: 50px;
	border: none;
	background: #ffd311;
	color: #29353C;
	font-size: 18px;
}
.navLogo.mobile {
	display: none;
}
.user{
	display: none;
}
.search_box.active {
	height: 50px;
}
.navbar.navbar-expand-lg.navbar-light.mobileNav {
	display: none;
}
.mobileNav .dropdown-menu.AccountDropdown {
	top: 40px;
	right: -15px;
  }
/*user dropdown */
.myAcnt:hover .dropdown-menu.AccountDropdown,.user:hover .dropdown-menu.AccountDropdown{
	display: block;
}
.dropdown-menu.AccountDropdown {
	display: none;
	position: absolute;
	left: auto;
	right: 0;
}
a.dropdown-item:hover {
	color: #29353C;
	background-color: transparent;
  }
/*cart dropdown */
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar {
	position: absolute;
	top: 100%;
	right: 0;
	color: #555;
	background-color: #fff;
	padding: 0;
	display: none;
	transition: all .3s linear;
	z-index: 9999;
	padding: 10px;
	border: medium none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.items_list {
	margin: 0 0 15px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	/* scrollbar-color: #cebeb0 #9e7d60; */
	padding-right:40px;
}
.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.item_photo_name {
	border-bottom: 1px solid #918d8d1c;
	padding: 10px 0;
}
.payMent img {
    width: 13px !important;
    padding-right: 4px;
}
.item_details img {
    width: 8px !important;
    padding-bottom: 1px;
}
.item_photo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	padding: 5px;
	width: 70px;
}
.rightDiv .item_photo img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.item_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item_details h4 {
	color: #555;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
}
.redirectBtns .btn.viewCart {
	background-color: #F6F6F6;
	/* color: #fff; */
	margin-top: 15px;
}
.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation {
	display: block;
	margin: 0 auto;
	background-color: #F6F6F6;
	/* padding: 5px 25px; */
	margin-bottom: 20px;
	color: #042825;
	font-weight: 700;
	border-radius: 4px;
	font-size: 14px;
}
.header li:hover .innerSidebar {
	display: block;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
/*cart dropdown ends here*/
@media screen and (max-width:1024px){
	.navbar-brand{
		margin-right: 0;
	}
	.myAcnt{
		padding: 32px 10px;
	}
}
@media screen and (max-width: 991px){
	.rightDiv ul.navbar-nav{
        flex-direction: row !important;
        -ms-flex-direction:row !important;
	}
	.header .navbar-light.desktopNav .navLogo {
		display: none;
	}
	.navbar.navbar-expand-lg.navbar-light.mobileNav {
		display:block;
		border-bottom: 1px solid #dee2e6 !important;
	}
	.navbar.navbar-expand-lg.navbar-light.mobileNav .navLogo {
		display: flex;
		justify-content: center;
	}
	#navbarSupportedContent {
		padding: 10px 0;
		position: absolute;
		top: 47px;
		background-color: #fff;
		width: 100%;
	}

	.rightDiv ul li .myAcnt {
		display: block !important;
		padding: 0;
		background-color: transparent;
		margin-top: 0px !important;
	}
	.mobileNav .navbar-nav.mr-auto {
		display: flex;
		justify-content: space-around;
		padding: 0 100px;
	}
	.hidden {
		display: none;
	}
	#ChangeToggle {
		border: none;
		margin-right: 15px;
    	margin-top: 5px;
	}
	.search_box {
		position: absolute;
		top: 50px;
		width: 250px;
		right: -76px;
	}
	.myAcnt{
		display: none;
	}
	.user{
		display: flex;
	}
	.navbar-brand {
		padding: 20px 15px;
		margin-right: 0;
	}
	.rightDiv ul li {
		margin-left: 0;
		padding: 15px;
	}
	.rightDiv ul li:before{
		display: none;
	}
	.search_fields .form-group button{
		height: 38px;
		font-size: 13px;
	}
	.search_fields .form-control {
		height: 32px;
		width: 65%;
	}
	.search_box.active {
		height: 35px;
	}
	/*
	.rightDiv ul li span.badge{
		top: 10px;
	}
	 .navbar-toggler{
		position: absolute;
		left: 0;
	}
	.mainNav {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 78px;
		width: 100%;
		z-index: 9;
	} */
}
@media screen and (max-width:767px){
	.mobileNav .navbar-nav.mr-auto {
		padding: 0 45px 14px;
	}
	.search_box {
		width: 217px;
        left: -101px;
	}
	.search_fields .form-control{
		font-size: 13px;
	}
}