body{
	font-family:'Raleway'
}
h1, h2, h3, h4, h5,h6{
	font-family:'Raleway'
}
/* .search_item {
	margin-right: 45px;
} */
/* .rightDiv ul li a{
	color: #515151;
} */
.header.fixed-top {
    box-shadow: none;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 15px 18px !important;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.header .navbar-light .navbar-nav .nav-link:focus, .header .navbar-light .navbar-nav .nav-link:active, .header .navbar-light .navbar-nav .nav-link:hover{
    color: #ff1582 !important;
}
.header .navbar-light .navbar-nav .nav-link.active{
    color: #ff1582 !important;
}
/* .header .navbar-light .navbar-nav .nav-link span::after{
	border-bottom: 2px solid #D53F57;
	width: 20px;
	content: "";
	display: block;
	margin: auto;
	visibility: hidden;
} */
.header .navbar.navbar-expand-lg.navbar-light{
    padding: 0;
}
.header .navbar.navbar-expand-lg.navbar-light.fixed-top {
	background-color: #fff !important;
	color: #000;
	padding: 0 100px;
	box-shadow: 0 0 10px #9b9b9b;
}
.navbar-expand-lg .navbar-nav {
    padding-right: 10px;
}
.header .navbar.navbar-expand-lg.navbar-light.fixed-top .nav-link{
	color: #555;
}
.rightDiv ul li{
    margin-left: 20px;
	position: relative;
	padding: 0 10px;
}
li.user_icon.user_login {
    padding-bottom: 10px;
}
.rightDiv ul li img {
	width: 22px;
}
.rightDiv ul li a i{
	font-size: 22px;
	color: #333333;
}
.navbar-brand img {
	width: 150px;
	height: 100px;
	object-fit: contain;
}
.rightDiv ul li span.badge, .wishListBadge{
	box-shadow: none;
    color: #fff;
    padding: 6px 3px;
    position: absolute;
    right: -7px;
    border-radius: 50%;
    font-size: 12px;
    background-color: #ff1582;
    height: 25px;
    width: 25px;
    top: -13px;
}
span.wishListBadge {
    right: -9px;
    padding: 3px 9px;
    font-weight: 700;
}
.user_icon .iconResize {
	width: 20px;
}
.rightDiv ul li:last-child::before{
    display: none;
}
.rightDiv ul li::before {
	content: "";
	height: 40px;
	background: #707070 none repeat scroll 0 0;
	position: absolute;
	right: -12px;
	top: -8px;
	width: 1px;
}
.rightDiv .navbar-nav a .hover-icon{
    display: none;
}
.item_details img, .payMent img {
    width: 8px;
    padding-bottom: 1px;
}
.search_box form {
    margin-bottom: 0px !important;
}
.search_box {
	position: absolute;
	top: 68px;
	right: 0;
	width: 500px;
	background: #fff;
	padding: 0;
	z-index: 2;
	height: 0;
	overflow: hidden;
	transition: .3s;
	box-shadow: 0 0 10px #999;
	border-radius: 50px;
}
.form-group select {
    background-image: url(../images/select-bg.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
}
li.user_icon {
    cursor: pointer;
}
.dropdown.user_login {
    margin-bottom: 9px;
    margin-right: 9px;
}
.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: #FF1582;
	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;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
    left: -120px;
    top: 30px;
}
a.dropdown-item:hover {
    color: #BE393E;
    background-color: transparent;
}

/* dropdown */
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar {
	font-family: 'Lato';
	position: absolute;
	top: 100%;
	right: 0;
	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: 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: 15px;
	padding: 5px;
	width: 70px;
}
.item_photo img {
	width: 80px !important;
	height: 100px;
}
.item_details h4 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
}
.payMent h6{
	font-family: 'Lato';
}
.item_details img {
    width: 9px !important;
    padding-bottom: 1px !important;
}
.payMent img {
    width: 13px !important;
    padding-right: 4px !important;
}
.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: #FF1582;
	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  (min-width: 1025px) and (max-width: 1200px){
	.navbar-expand-lg .navbar-nav {
		padding-right: 0px;
	}
}
@media screen and (max-width:1024px){
	.navbar-brand{
		margin-right: 0;
		padding: 20px 24px;
	}
	.navbar-expand-lg .navbar-nav{
		padding: 0;
		gap: 20px;
	}
	.header .navbar-light .navbar-nav .nav-link{
		padding: 15px 0px !important;
    	font-size: 11px;
	}
	.header .navbar.navbar-expand-lg.navbar-light.fixed-top {
		padding: 0px 70px;
	}
	.myAcnt{
		padding: 32px 10px;
	}
	.rightDiv ul li {
		margin-left: 0px;
	}

}
@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 !important;
		font-size: 12px;
	}
	.navbar-brand {
		padding: 5px 0px;
	}
	.rightDiv ul li a i {
		font-size: 18px;
	}
	.navbar-brand img{
		width: 100px;
	}
	.navbar-expand-lg .navbar-nav{
		gap: 0px;
	}
	/* div#navbarContent {
		justify-content: left !important;
	} */
	.rightDiv ul li{
		margin-left: 15px;
		padding: 0 5px;
	}
	
	
}
@media screen and (max-width: 767px){
	.dropdown-menu.AccountDropdown {
		left: -128px;
	}
	.navLogo.mobile .inner_wrapper {
		display: flex ;
		justify-content: center;
	}
	.header .navbar.navbar-expand-lg.navbar-light {
		padding: 10px 0 4px !important;
	}
	header.container {
		max-width: 100%;
		padding: 0;
	}
	#navbarContent ul.navbar-nav {
		gap: 0;
		padding: 0 12px;
	}
	#navbar-close i.fa.fa-times:before {
		content: "\f00d";
		font-size: 32px;
        line-height: 0;
        position: absolute;
	}
	.navLogo.mobile {
		display: block;
		border-bottom: 1px solid #dee2e6;
	}
	.footerWidget img {
		width: 90px;
		height: 90px;
	}
	.header .navbar-light .navbar-nav .nav-link{
		color: #000;
	}
	.innerSidebar.cart_popup {
		width: 253px;
	}
	.navLogo{
		display: none;
	}
	.rightDiv .navbar-nav{
		flex-direction: row;
	}
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 1;
	}
	.navbar-light .navbar-toggler {
		border: none;
		width: 30px;
		height: 30px;
	}
	.navLogo.mobile img {
		width: 100%;
		height: 70px;
	}
	.footerWidget h3 {
		margin-top: 15px!important;
	}
	.search_item {
		margin-right: 0;
	}
	.navLogo.mobile .navbar-brand {
		padding: 20px 0;
	}
	.search_fields .form-group button {
		height: 45px;
	}
	.search_fields .form-control{
		height: 40px;
	}
	.search_box.active {
		height: 40px;
		top: 42px;
	}
	.search_box{
		left: -131px;
		width: 262px !important;
	}
	.rightDiv ul li {
		margin-left: 0;
		position: relative;
		padding: 0 5px;
	}
	.header.fixed-top {
        background-color: #fff;
    }
}