body{
	font-family:'Nunito'
}
h1, h2, h3, h4, h5,h6{
	font-family:'Nunito'
}
.navbar-brand {
    padding: 15px 40px;
    /* margin-right: 40px; */
}
.search_item {
	margin-right: 45px;
}
.header{
	box-shadow: 0 4px 6px -3px #c7c7c7 !important;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 8px 25px !important;
	font-size: 16px;
	color: #333333;
	font-family: 'Fjalla One';
	letter-spacing: 1px;
}
.header .navbar-light .navbar-nav .nav-link:focus span::after, .header .navbar-light .navbar-nav .nav-link:active span::after, .header .navbar-light .navbar-nav .nav-link:hover span::after{
	visibility: visible;
}
.header .navbar-light .navbar-nav .nav-link.active span::after{
	visibility: visible;
}
/* .header .navbar-light .navbar-nav .nav-link:hover span::after {
	visibility: visible;
} */
.header .navbar-light .navbar-nav .nav-link span::after{
	border-bottom: 2px solid #D53F57;
	width: 20px;
	content: "";
	display: block;
	margin: auto;
	visibility: hidden;
}
.navbar-brand img{
	width:200px;
	height:60px;
	object-fit: contain;
}
.header .navbar.navbar-expand-lg.navbar-light{
    padding: 0;
}
.header .navbar.navbar-expand-lg.navbar-light.fixed-top{
    background-color: #fff !important;
}
.rightDiv ul li{
    margin-left: 5px;
	position: relative;
	padding: 0 10px;
}
.rightDiv ul li img {
	width: 22px;
}
.rightDiv ul li a i{
	font-size: 22px;
	color: #333333;
}

.rightDiv ul li span.badge, .wishListBadge {
	box-shadow: none;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    font-size: 12px;
    background-color: #D53F57;
    width: 25px;
    height: 25px;
    top: -12px;
}
span.wishListBadge {
    padding: 3px 9px;
    top: -14px;
    right: -12px;
}
.user_icon .iconResize {
	width: 20px;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 25px;
	left: -132px;
}
a.dropdown-item:hover {
    color: #D9126F;
    background-color: transparent;
}
.rightDiv ul li:last-child::before{
    display: none;
}
.rightDiv .navbar-nav a .hover-icon{
    display: none;
}
.search_box {
	position: absolute;
	top: 61px;
	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: #D53F57;
	color: #fff;
	font-size: 18px;
}
.navLogo.mobile {
	display: none;
}
.user{
	display: none;
}
.search_box.active {
	height: 50px;
}
.navbar.navbar-expand-lg.navbar-light.mobileNav {
	display: none;
}
.hidden{
	display: none;
}
/* 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;
	padding-right:30px;
	/* scrollbar-color: #cebeb0 #9e7d60; */
}
.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;
}
.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;
	min-height: 80px;
}
.rightDiv .item_photo img {
	width: auto;
	max-width: 100%;
	height: 100px;
}
.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:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .Quatation:hover{
	background-color: #D53F57;
	color: #fff;
}
.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: 500;
	border-radius: 4px;
	font-size: 14px;
}
.redirectBtns .btn.viewCart:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .btn.Quatation:hover {
    background-color: #D53F57;
    color: #FFF;
}
.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  (min-width: 768px) and (max-width: 991px){
	.navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #ChangeToggle {
        border: none;
        display: none;
	}
	.header .navbar-light .navbar-nav .nav-link {
		padding: 8px 15px !important;
		font-size: 14px;
	}
	.navbar-brand {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 767px){
	.navLogo.mobile {
		display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
	}
	.navLogo.mobile .logo_wrapper {
		display: flex;
		justify-content: center;
	}
	.header .navbar.navbar-expand-lg.navbar-light {
		margin-top: 86px !important;
        padding-top: 10px;
	}
	.rightDiv ul li span.badge{
		right:-8px;
	}
	.navLogo{
		display: none;
	}
	.rightDiv .navbar-nav{
		flex-direction: row;
		gap: 10px;
	}
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 46px;
		width: 100%;
		z-index: 10;
	}
	.navbar-light .navbar-toggler {
		border: none;
	}
	.navLogo.mobile img{
		width: 100px;
		height: 70px;
	}
	.search_item {
		margin-right: 0;
	}
	.navLogo.mobile .navbar-brand {
		padding: 10px 0;
	}
	.search_fields .form-group button {
		height: 45px;
	}
	.search_fields .form-control{
		height: 45px;
	}
	.search_box.active {
		height: 45px;
	}
	.search_box{
		width: 325px;
		top: 36px;
	}
	.rightDiv ul li {
		margin-left: 0;
		position: relative;
		padding: 0 5px;
	}
}