body {overflow-x: hidden;font-family: 'Comfortaa';}
.navbar-brand img{
	max-width: 390px;
    max-height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
	width: 200px;
	height: 58px;
}
.btn:focus{
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a:focus,a:hover,a:active,a:visited {
    outline: 0 solid;
    text-decoration: none
}
/*
.header.fixed-top {
	background-color: #fff;
}
*/
.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
	box-shadow: none !important;
}
.header .flex-space-between.border-bottom {
    padding: 14px 0;
}
.navbar-expand-lg.navbar-light .navbar-right {
    display: none;
}
.flex-space-between {
	-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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart_items_left i {
	font-size: 22px;
	color: #333;
	vertical-align: middle;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 25px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #D9126F;
    background-color: transparent;
}
.search_box form {
    margin-bottom: 0px !important;
}
.search_box {
	position: absolute;
	top: 51px;
	left: 0px;
	width: 330px;
	background: #fff;
	padding: 0;
	z-index: 2;
	height: 0;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.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:#440030;
	color: #fff;
	font-size: 18px;
}
.search_box.active {
	height: 50px;
}
.hidden {
	display: none;
}
.navbar-brand{
	display: none;
}
.navLogo .navbar-brand{
	display: block;
    padding: 0;
    margin: 0;
}
.anchorItem i {
	font-size: 22px;
	color: #333;
}
.navbar-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: revert;
	flex-direction: revert;
}
.navbar-right .navbar-nav li {
	margin-left: 5px;
	position: relative;
	cursor: pointer;
}
.navbar-right ul li {
    margin-right: 20px;
}
.iconResize {
	width: 24px;
}
.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: #1E1E1E none repeat scroll 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	height: 20px;
	width: 20px;
	position: absolute;
	top: -10px;
	border-radius: 50px;
	font-size: 12px;
	padding: 4px;
	right: -16px;
}
span.wishListBadge, .wishListBadgeMobile {
	background: #1E1E1E none repeat scroll 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	height: 20px;
	width: 20px;
	position: absolute;
	top: -10px;
	border-radius: 50px;
	font-size: 12px;
	padding-left: 6px;
	right: -12px;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 8px 15px !important;
	font-size: 16px;
	color: #363434;
	font-family: 'Comfortaa';
	font-weight: 700;
}
 .navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:active,.navbar-light .navbar-nav .nav-link:hover{
	color: #D9126F !important;
}
.navbar-light .navbar-nav .nav-link.active2{
    color: #D9126F !important;
}
#navbarContent {
	padding: 15px 0;
}
/* dropdown */
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar {
	position: absolute;
	top: 100%;
	right: 0;
	color: #555;
	background-color: #fff;
	padding: 0;
	display: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 9999;
	padding: 10px;
	border: medium none;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
	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:40px;
	/* 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;
}
.item_photo img {
    width: 100%;
    min-width: 100px;
    height: 100px;
	object-fit: cover;
}
.item_details {
    padding-left: 10px;
    /* padding-top: 15px; */
    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;
}
.redirectBtns .btn.viewCart:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .Quatation:hover{
	color:#FFF;
	background:#D9126F;
}
.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: -webkit-box !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	#ChangeToggle {
		border: none;
		display: none;
	}
	.navbar-expand-lg.navbar-light {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navLogo .navbar-brand img{
		display: block;
	}
	.navbar-brand img {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.flex-space-between.border-bottom {
		padding: 10px 15px;
	}
    .iconResize {
        width: 18px;
    }
    .navbar-right ul li {
        margin-right: 10px;
    }
    .navbar-expand-lg.navbar-light{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
		margin-top: 10px;
    }
	#ChangeToggle {
		border: none;
	}
	.dropdown-menu.AccountDropdown {
		left: -130px;
	  }
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 140px;
		width: 100%;
		z-index: 9999;
	}
	.navbar-right .navbar-nav li.cart_items {
		margin-top: 3px;
	  }
	#navbar-close {
		font-size: 27px;
	}
	.navbar-brand {
		display: block;
	}
	.anchorItem i {
		font-size: 20px;
	}
	.search_fields .form-group button {
		height: 40px;
	}
	.search_fields .form-control{
		height: 40px;
	}
	.search_box.active {
		height: 40px;
	}
	.search_box{
		top: 31px;
		left: -188px;
    width: 220px;
	}
	.wishlist_icon {
		margin-top: 3px;
	  }
	.navbar-expand-lg.navbar-light .navbar-right {
				display: block;
			}
		.header .flex-space-between.border-bottom{
				justify-content:center ;
			}
			.header .flex-space-between.border-bottom .navbar-right {
				display: none;
			}
	
}