body{
	font-family:'Maven Pro'
}
img {max-width: 100%;}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}
.header .navbar-light li.nav-item .nav-link span{
	border-bottom: 1px solid #C03D69;
	color: #C03D69;
	padding-bottom: 5px;
}
.header .navbar-light li.nav-item .nav-link:hover{
	color: #C03D69;
}
.header .navbar-light li.nav-item .nav-link:focus,.header .navbar-light li.nav-item .nav-link:active{
	border-bottom: 1px solid #C03D69;
	color: #C03D69;
	padding-bottom: 5px;
}
.header .navbar-light li.nav-item .nav-link.active{
	border-bottom: 1px solid #C03D69;
	color: #C03D69;
	padding-bottom: 5px;
}
.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;
}
.hidden {
	display: none;
}
.search_box{
	display: none;
}
.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;
}
.searchPart form {
    border-bottom: 1px solid #666666;
}
.header .navbar-brand {
	padding:15px 45px;
	margin-right: 175px;
}
.navLogo.mobile {
	display: none;
}
.navbar-light .navbar-toggler {
	border: none;
}
#navbar-close {
	font-size: 27px;
}
.navbar-right ul, .socialMedia ul {
	display: flex;
	flex-direction: revert;
}
.header .socialMedia ul li a i{
	color: #1E1E1E;
	font-size: 18px;
}
.navbar-right .navbar-nav li {
	margin-left: 5px;
	position: relative;
}
#search_btn img {
	display: none;
}
span.wishListBadge{
    background: #B52354 none repeat scroll 0 0;
    position: absolute;
    top: -12px;
    right: -16px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;

}

ul li span.badge {
	background: #B52354 none repeat scroll 0 0;
	position: absolute;
    top: -12px;
    right: -13px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.header.fixed-top {
    box-shadow:none;
}
.header .navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 700;
	color: #1E1E1E
}
.iconResize {
	width: 22px;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 8px 20px !important;
	font-size: 16px;
	font-weight: 600;
	color: #1E1E1E
}
.header .navbar-light .navbar-nav .nav-link:hover span {
	border-bottom: 1px solid #C03D69;
	color: #C03D69;
	padding-bottom: 5px;
}
.socialMedia ul li, .navbar-right ul li {
	margin-right: 15px;
}
.navbar-right ul li:nth-child(3){
	margin-right: 45px;
}

.has-search .form-control {
	padding-left: 32px;
	border: none;
	width: 110px;
	background-color: transparent;
}
.form-group.has-search{
	margin-top: 18px;
	background-color: transparent;
	margin-bottom: 0px !important;
}
.has-search .form-control-feedback {
    position: absolute;
	z-index: 2;
	background-color: transparent;
    display: block;
    text-align: center;
    pointer-events: none;
	color: #aaa;
	margin-top: 9px;
	background-color: transparent;
}
.has-search .form-control::placeholder{
	color: #666666;
	font-weight: 700;
	font-size: 18px;
}
/* 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;
	padding-right: 30px;
}
.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: 5px;
	padding: 5px;
	width: 70px;
}
.item_photo img {
	width: 80px;
	height: 80px;	
}
.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;
	margin-bottom: 20px;
	color: #333;
	font-weight: 500;
	border-radius: 4px;
	font-size: 14px;
}
.redirectBtns .btn.viewCart:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .Quatation:hover {
	background-color: #B52354;
	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;
}
.header .navbar-brand img{
    width: 200px !important;
    height: 75px !important;
    object-fit: contain;
}
/*cart dropdown ends here*/
@media screen and (max-width:1024px){
	.navbar-brand{
		margin-right: 0;
	}
	.has-search .form-control::placeholder{
		font-size: 16px;
	}
	.myAcnt{
		padding: 32px 10px;
	}
	.socialMedia {
		display: none;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	
	.rightDiv ul.navbar-nav{
        flex-direction: row !important;
        -ms-flex-direction:row !important;
	}
	.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;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.header .navbar-brand {
		padding: 30px 20px;
		margin-right: 0;
	}
	.header .navbar-brand img{
		width: 150px;
	}
	.header .navbar-light .navbar-nav .nav-link {
		padding: 8px 10px !important;
		font-size: 14px;
	}
	.socialMedia ul li, .navbar-right ul li {
		margin-right: 10px;
	}
	.has-search .form-control {
		padding-left: 23px;
		width: 85px;
	}
	.iconResize {
		width: 16px;
	}
	.has-search .form-control-feedback {
		margin-top: 13px;
	}
	.navbar-right ul li:nth-child(3) {
		margin-right: 20px;
	}
	.desktopNav .rightDiv{
		display: none;
	}
	.navbar.navbar-expand-lg.navbar-light.mobileNav {
		display:block;
	}
	.mobileNav .navbar-nav.mr-auto {
		display: flex;
		justify-content: space-around;
		padding: 0 100px;
	}
	.hidden {
		display: none;
	}
	#ChangeToggle {
		border: none;
	}
	.search_box {
		position: absolute;
		top: 43px;
		width: 250px;
	}
	.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){
	.header .navbar-brand img {
		height: 50px !important;
	}
	.logo_wrapper {
		display: flex;
		justify-content: center;
		margin: 10px 0 0;
	}
	.searchPart {
		margin-bottom: 18px;
	}
	.dropdown-menu.AccountDropdown {
		left: -127px;
	}	
	.navbar-right ul li:nth-child(3) {
		margin-right: 18px;
	}
	.mbl_dropdown_right a {
		color: #525252;
		display: block;
		width: 100%;
		text-align: center;
	}
	.innerSidebar.cart_popup .flex_space_between{
		flex-direction: row;
	}
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 130px;
		width: 100%;
		z-index: 1;
	}
	.navbar-toggler-icon,#navbar-close {
        border: none;
        margin-right: 15px;
        margin-top: 5px;
    }
	div#navbar-close {
		width: 30px;
		height: 30px;
	}
	div#navbarContent ul.navbar-nav.mr-auto {
		gap: 10px;
	}
	.mbl_dropdown_right .dropdown-menu {
		background: #fff none repeat scroll 0 0;
		left: auto !important;
		position: absolute;
		right: 0;
		transform: none !important;
		top: 25px !important;
	}
	.mbl_dropdown_right ul {
		display: block;
		padding: 0;
	}
	.has-search .form-control{
        width: 80px;
    }
	.dropdown.mbl_dropdown_right ul li a {
		width: 100%;
		font-size: 14px;
	}
	.navbar-brand img {
		width: 100px;
	}
	.has-search .form-control::placeholder{
		font-size: 12px;
	}
	.has-search .form-control{
		padding-left:20px;
	}
	.has-search .form-control-feedback{
		margin-top: 14px;
	}
	.form-control-feedback.iconResize{
		width: 16px;
	}
}