
body{
	font-family:'Raleway';
}
/* 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);
}
.navbar-brand img{
	max-width:200px;
	width:auto;
	height:100px;
	object-fit:contain;
}
.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: 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;
	/* 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: #F7B908;
	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*/
.navbar-brand {
    padding: 20px 40px;
    /* margin-right: 40px; */
}
.search_item {
	margin-right: 45px;
}
.header .navbar-light .navbar-nav .nav-link{
    padding: 8px 20px !important;
    font-size: 16px;
    font-weight: 700;
    color: #040321;
}
.header .navbar-light .navbar-nav .nav-link{
	border: 1px solid #fff;
	padding: 2px 4px;
}
.header .navbar.navbar-expand-lg.navbar-light{
    padding: 0;
}
.header .navbar.navbar-expand-lg.navbar-light.fixed-top{
    background-color: #fff !important;
}
/* .header .navbar-light .navbar-nav .nav-link:hover span {
	border: 1px solid #4C82C3;
	color: #4C82C3;
}
.header .navbar-light .navbar-nav .nav-item.active .nav-link span {
	border: 1px solid #4C82C3;
	color: #4C82C3;
} */
.header .navbar-light .navbar-nav .nav-link:focus,.header .navbar-light .navbar-nav .nav-link:active, .header .navbar-light .navbar-nav .nav-link:hover{
	border: 1px solid #4C82C3;
	color: #4C82C3;
}
.header .navbar-light .navbar-nav .nav-link.active{
	border: 1px solid #4C82C3;
	color: #4C82C3;
}
div#navbarContent ul.navbar-nav {
    gap: 10px;
}
.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;
}
a.wishlist_icon {
    position: relative;
}
.rightDiv ul li span.badge,span.wishListBadge {
	background: #4c82c3 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    padding: 5px 4px;
    position: absolute;
    right: -8px;
    top: -15px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    width: 25px;
}
span.wishListBadge {
    top: -18px;
    right: -18px;
    padding: 2px 8px;
}
.user_icon .iconResize {
	width: 20px;
}
.rightDiv ul li:last-child::before{
    display: none;
}
.rightDiv .navbar-nav a .hover-icon{
    display: none;
}
.search_box {
	position: absolute;
	top: 36px;
	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: #4c82c3;
	color: #fff;
	font-size: 18px;
}
.navLogo.mobile {
	display: none;
}
.user{
	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;
}
.dropdown.user_login {
    cursor: pointer;
    padding-bottom: 10px;
}
a.dropdown-item:hover {
    color: #4C82C3;
    background-color: transparent;
}
.search_box.active {
	height: 50px;
}
.navbar.navbar-expand-lg.navbar-light.mobileNav {
	display: none;
}
.hidden{
	display: none;
}
@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;
	}
	.header .navbar-light .navbar-nav .nav-link span{
		padding: 2px 4px;
	}
    .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 10px !important;
		font-size: 12px;
	}
	.navbar-brand {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 767px){
	.fixed-top{
		padding: 12px 0 0 !important;
	}
	.navLogo.mobile {
		display: block;
	}
	.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: 45px;
		width: 100%;
		z-index: 99;
	}
	.logo_wrapper {
		display: flex;
		justify-content: center;
	}
	.navbar-light .navbar-toggler {
		border: none;
	}
	.navLogo.mobile img{
		height: 55px;
	}
	.search_item {
		margin-right: 0;
	}
	.navLogo.mobile .navbar-brand {
		padding: 20px 0;
	}
	.search_fields .form-group button {
		height: 45px;
	}
	.search_fields .form-control{
		height: 45px;
	}
	.search_box.active {
		height: 45px;
	}
	.search_box{
		width: 325px;
	}
	.rightDiv ul li {
		margin-left: 0;
		position: relative;
		padding: 0 5px;
	}
}