body{
	font-family:'Baloo';
	background-color:#F6F6F6;
}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}
.flex-space-between {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header{
	box-shadow: none;
}
.hidden {
	display: none;
}
.navbar-brand img{
	width:auto;
	max-width:200px;
	height:100px;
	object-fit:contain;
}
.navbar-brand{
	display: none;
}
.navLogo .navbar-brand{
	display: block;
}
.anchorItem i {
	font-size: 28px;
	color: #333;
}
.navbar-right ul {
	display: flex;
	flex-direction: revert;
}
.navbar-right .navbar-nav li {
	margin-left: 5px;
	position: relative;
}
.navbar-right ul li {
    margin-right: 20px;
}
ul.navbar-nav {
    gap: 10px;
}
.iconResize {
	width: 22px;
}
.form-group.has-search {
	margin-top: 18px;
	background-color: transparent;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	background-color: transparent;
	display: block;
	text-align: center;
	pointer-events: none;
	color: #555555;
	margin-top: 9px;
	background-color: transparent;
	right: 0;
}
.searchPart {
	position: relative;
	max-width: 190px;
}
.has-search .form-control {
	/* padding-left: 32px; */
	border: none;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #555;
	padding-left: 0;
}
ul li span.badge {
	background: #FF8087 none repeat scroll 0 0 !important;
    position: absolute;
    top: -15px;
    right: -16px;
    width: 25px;
	color: #fff;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 0px
}

.wishlist_icon a span.wishListBadge {
	background: #FF8087 none repeat scroll 0 0 !important;
    position: absolute;
    top: -15px;
    right: -16px;
    width: 25px;
	color: #fff;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 100;
    padding: 4px 0px
}



.header .navbar-light .navbar-nav .nav-link {
	padding: 8px 15px !important;
	font-size: 16px;
	color: #1E1E1E;
}
.header .navbar-light .navbar-nav .nav-link:focus, .header .navbar-light .navbar-nav .nav-link:active, .header .navbar-light .navbar-nav .nav-link:hover {
	background-color: #fff;
	color: rgb(255, 128, 135);
}
.header .navbar-light .navbar-nav .nav-link.active{
	background-color: #fff;
	color: rgb(255, 128, 135);
}
#navbarContent{
	margin-top: 12px;;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 25px;
	left: -120px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #D9126F;
    background-color: transparent;
}
.dropdown.user_login {
    padding-bottom: 10px;
}
.mobile_logo {
	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;
	/* scrollbar-color: #cebeb0 #9e7d60; */
	padding-right:25px;
}
.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;
}
.item_photo img {
	width: 100%;
	min-width: 100px;
	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, .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 .Quatation:hover {
	background-color: #042825;
	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){

}
@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;
	}
	.navbar-expand-lg.navbar-light {
		display: flex;
	}
	.navLogo .navbar-brand img{
		display: block;
	}
	.navbar-brand img {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.header .container {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.searchPart {
		width: 100px !important;
		margin-right: 15px;
        margin-bottom: 10px;
	}
    .navLogo {
        display: none;
    }
	.logo_wrapper {
		display: flex;
		justify-content: center;
	}
    .iconResize {
        width: 18px;
    }
	.mobile_logo {
		display: block;
	}
    .navbar-right ul li {
        margin-right: 10px;
    }
    .navbar-expand-lg.navbar-light{
        display: flex;
        justify-content: space-between;
    }
	#ChangeToggle {
		border: none;
	}
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 125px;
		width: 100%;
		z-index: 9999;
	}
	#navbar-close {
		font-size: 27px;
	}
	.navbar-brand {
		display: block;
	}
	.anchorItem i {
		font-size: 20px;
	}
	
}