body{
	font-family:'Raleway';
}
.btn:focus{
	outline: none !important;
	box-shadow: none !important;
}
.header{
	position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px #d3d1d1;
    z-index: 1030;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
	padding: 30px;
    width: 20%;
}
.header .navbar-light li.nav-item .nav-link.active{
	border-bottom: 1px solid #E9353C;
	color:#E9353C;
	padding-bottom: 5px;
}
.wishlist_icon.d-none.d-md-block i {
	color: #333;
	font-size: 20px;
	padding-top: 6px;
}
.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: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	gap: 17px;
}
.navbar-brand img {
    max-height: 80px;
    max-width: 200px;
    object-fit: contain;
}
#navbarIcons {
	flex-grow: 1;
}
#navbarContent .navbar-nav{
	flex-direction: column !important;
}
#navbarIcons ul li::before {
	content: "";
	height: 30px;
	width: 1px;
	background-color: black;
	position: absolute;
	right: -23px;
  }
  #navbarIcons ul li:nth-last-child(2)::before {
	height: 0px;
	}
.hidden {
	display: none;
}
.search_box{
	display: none;
}
/* .header .navbar-brand {
	padding:30px 45px;
	margin-right: 84px;
} */
.navLogo.mobile {
	display: none;
}
.navbar-light .navbar-toggler {
	border: none;
}
#navbar-close {
	font-size: 42px;
	line-height: 0;
}
.navbar-right ul, .socialMedia ul {
	display: flex;
	flex-direction: revert;
}
.navbar-right .navbar-nav li {
	margin-left: 10px;
	position: relative;
}
/* #search_btn img {
	display: none;
} */

  
ul li span.badge,.wishListBadge {
    background: #E9353C none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    width: 25px;
    height: 25px;
    padding: 4px;
    position: absolute;
    right: -18px;
    top: -13px;
    border-radius: 50%;
    font-size: 15px;
    font-family: 'Lato';
}
span.wishListBadge {
    padding: 0px 8px;
}
.header .flex-space-between {
    height: 100%;
    align-items: flex-start;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E;
    border-bottom: 1px solid currentColor;
    line-height: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
    display: block;
}
/* .navbar-expand-lg.navbar-light {
    flex-grow: 1;
    padding: 30px 50px;
} */

.iconResize {
	width: 22px;
}
.header .navbar-light .navbar-nav .nav-link {
	padding: 8px 20px !important;
	font-size: 16px;
	font-weight: 600;
	color: #1E1E1E
}
#navbarContent ul li:last-child a.nav-link {
	margin-bottom: 0;
}
.header .navbar-light .navbar-nav .nav-link:hover span {
	border-bottom: 1px solid #C03D69;
	color: #C03D69;
	padding-bottom: 5px;
}
.header .navbar-light .navbar-nav .nav-link:hover {
    color: #e4343b;
}
.socialMedia ul li, .navbar-right ul li {
	margin-right: 28px;
}
.socialMedia ul li i{
	font-size: 18px;
	color: #1E1E1E;
}
.navbar-right ul li:nth-child(3){
	margin-right: 45px;
	margin-top: 3px
}

.has-search .form-control {
	padding-left: 25px;
	border: none;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #000;
}
.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: #000;
	margin-top: 12px;
	background-color: transparent;
}
.has-search .form-control::placeholder{
	color: #666666;
	font-weight: 700;
	font-size: 18px;
}
.cart{
	margin-right: 25px;
}
.cart a .default-icon.iconResize {
	margin-right: 8px;
}
.item_details img,.payMent img{
    width: 8px;
    padding-bottom: 1px;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
	left: -120px;
}
.dropdown.user_login {
    padding-bottom: 10px;
    padding-right: 10px;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 25px;
}
a.dropdown-item:hover {
    color: #e9353c;
    background-color: transparent;
}
.header .subTotal {
    padding: 0px !important;
}
.contact_no {
	color: #e9353c;
	font-family: 'Lato';
	display: flex;
}
.address, .email{
	font-family: 'Lato';
	
}
.email i {
    padding-top: 6px;
    padding-right: 10px;
}
.contact_no img {
	width: 18px;
	margin-right: 10px;
}
.address img {
	width: 17px;
	margin-right: 10px;
}
.fa.fa-envelope-o {
	margin-right: 10px;
}
.email {
	margin: 10px 0;
}
/* dropdown */
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar {
	position: absolute;
	top: 27px;
    left: -26px;
	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);
}
.popup_wrapper .items_list .single_item.flex_space_between {
	border-bottom: 1px solid #918d8d1c;
}
.item_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-family: "Lato";
}
.logout-item{
	border-top: 1px solid #918d8d1c;;
}
.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;
	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: #E9353C;
	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*/
.dropdown-menu.show ul li {
	margin-right: 5px;
    border-bottom: 1px solid #918d8d1c;
}
.dropdown-menu.show ul li:last-child{
	border: none;
}
.address,.email {
	font-size: 15px;
	display: flex;
  }

  @media screen and (min-width: 1201px) and (max-width: 1600px){
	.innerSidebar.cart_popup {
		width: 213px;
	}
	.innerSidebar {
		left: -58px;
	}
  }
  @media screen and (max-width: 1440px){
    .header{
        padding: 20px;
    }
    .flex-space-between{
        gap: 10px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        margin-bottom: 8px;
        padding: 8px 6px !important;
		font-size: 14px;
    }
    .iconResize {
        width: 18px;
    }
    .contact_no{
        font-size: 14px;
    }
    .address, .email {
        font-size: 14px;
    }
}
@media screen and (max-width:1200px){
	.navbar-brand{
		margin-right: 0;
	}
	.has-search .form-control::placeholder{
		font-size: 16px;
	}
	.myAcnt{
		padding: 32px 10px;
	}
	.navLogo a img{
		max-width: 160px;
		height: 50px;
		width: 115px;
	}
	.header{
		padding: 15px;
		width: 25%;
	}
	.email {
		font-size: 14px;
	}
	.fa.fa-envelope-o::before {
		content: "\f0e0";
		font-size: 16px;
	  }
	.wishlist_icon.d-none.d-md-block i {
		font-size: 18px;
	}
	.iconResize {
		width: 20px;
	}
	.innerSidebar.cart_popup {
        width: 213px;
    }
	.innerSidebar {
		left: -36px;
	}
	.item_photo img {
		width: 75px;
		height: 75px;
	}
	.items_list{
		max-height: 220px;
		margin: 0 0 11px;
	}
	.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation{
		margin-bottom: 10px;
	}
	
}

@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{
		max-width: 150px;
		width: auto;
	}
	.header .navbar-light .navbar-nav .nav-link {
		padding: 8px 10px !important;
		font-size: 14px;
	}
	.socialMedia ul li, .navbar-right ul li {
		margin-right: 22px;
	}
	.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;
	}
	.cart {
		margin-right: 12px;
	}
	.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;
	} */
	.email {
		font-size: 12px;
	}
	.address {
		font-size: 12px;
	}
	.innerSidebar.cart_popup {
        width: 180px;
    }
	.innerSidebar {
        left: -52px;
		padding: 2px;
    }
	.item_photo img {
		width: 53px;
        height: 61px;
	}
	.item_details h4 {
		font-size: 13px;
	}
	img.wishListIcon {
		width: 16px;
	}
	ul li span.badge ,.wishListBadge{
		height: 20px;
        width: 20px;
        font-size: 10px;
        top: -8px;
	}
	span.wishListBadge {
		padding: 2px 7px;
	}
	#navbarIcons ul li::before{
		right: -23px;
	}
	.subTotal .row {
		padding: 0 32px;
	}
	.captions h6, .payMent h6 {
		font-size: 12px;
	}
	.cart .subTotal .col-md-6 {
		padding: 0;
	}
	.item_details p {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px){
	.header{
		height: auto;
		width: 100%;
		overflow-y: inherit;
	}
	.end-block {
		display: none;
	}
	.header .flex-space-between{
		align-items: center;
		flex-direction: row;
	}
	.mbl_dropdown_right.d-block.d-md-none ::after{
		display: none;
	}
	.popup_wrapper .items_list .single_item.flex_space_between {
		flex-direction: row;
	}
	.innerSidebar.cart_popup{
		width: 275px;
	}
	.innerSidebar {
        left: -242px;
	}
	.mbl_dropdown_right a {
		color: #525252;
		display: block;
		width: 100%;
		text-align: center;
	}
	#navbarContent {
		background: #fff none repeat scroll 0 0;
		left: 0;
		padding: 0;
		position: absolute;
		top: 78px;
		width: 100%;
		z-index: 1;
	}
	.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: 110px;
    }
	#navbarIcons ul li::before{
		height: 0px;
	}
	.slick-current img {
		width: 300px !important;
	}
	.navLogo.mobile{
		flex-grow: 24;
	}
	.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;
	}
	.cart{
        margin: 0;
    }
    .mbl_dropdown_right.d-block.d-md-none{
        margin: 0;
    }
    #ChangeToggle{
        padding: 0;
		width: 30px;
        height: 30px;
    }
	#navbarIcons ul{
        gap: 19px;
    }

}
@media screen and (max-width: 460px){
	.navLogo a img {
        max-width: 115px;
        height: 35px;
		width: 80px;
    }
    .has-search .form-control {
        width: 57px;
    }
    .iconResize {
        width: 18px;
    }
    
	.socialMedia ul li, .navbar-right ul li {
		margin-right: 4px;
	}
}