.navSection a{
    font-family:'Raleway', sans-serif;
    font-size:19px;
    font-weight:600;
    color:#BEBEBE;
    padding:0 20px;
}
.headerSecions{
    width:90%;
    margin:auto;
    padding:30px 0 20px 0;
}
.navbar-brand img {
	max-width: 200px;
	width: auto;
	height: 100px;
	object-fit: contain;
}
.searchSection .form-control{
    border: 1px solid transparent!important;
    background-color:#F5F5F5;
    border-radius:4px;
}
.searchSection ::placeholder{
    font-family:'Raleway', sans-serif;
    font-size:19px;
    font-weight:600;
    color:#BEBEBE!important;
}
.searchSection{
    position: relative;
}
.searchIcon{
    position: absolute;
    right: 10px;
    top: 11px;
    width: 17px;
}
.userIcon{
    width:31px;
}
.navSection a:focus, .navSection a:active, .navSection a:hover{
    color: #96DB4A !important;
}
.navSection a.active{
    color: #96DB4A !important;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 30px;
    left: -120px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #96DB4A;
    background-color: transparent;
}
.headerIconsSection {
    display: flex;
    align-items: center;
    gap: 16px;
}
.headerIconsSection a{
    margin-left:4px;
    position: relative;
}
.header{
    position: sticky;
    top:0;
    box-shadow:1px 1px 5px grey;
    width:100%;
    background-color:#fff;
    z-index:9;
}
.cart .dropdown-menu {
    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);
    left: auto;
    right: 0;
    top: 95%
}

.cart .dropdown-item:focus,
.cart .dropdown-item:hover {
    background-color: transparent;
}

.cartItemList {
    overflow-y: auto;
    max-height: 338px;
    width: 260px;
}

.cartItemList {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */  ::-webkit-scrollbar-track {
      -webkit-box-shadow: none !important;
      background-color: transparent;
    }  ::-webkit-scrollbar {
      width: 3px !important;
      background-color: transparent;
    }  ::-webkit-scrollbar-thumb {
      background-color: transparent;
    }
}

.dropdown-menu.cartDropdown.show {
    top: 6px !important;
    left: -23px !important;
}

.cartItems {
    display: flex;
    width: 250px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    padding-top: 10px;
}

.cartimageList img {
    width: 100%;
}

.carttextList h6,
.carttextList p {
    font-size: 14px;
    font-weight: 500;
}

.carttextList h6 a {
    color: #333
}

.carttextList h6 a:hover {
    color: #96DB4A
}

.cartClose i {
    font-size: 14px;
    color: #707070 !important;
    position: relative;
    top: 0;
    left: 0px;
}

.cartClose i:hover {
    cursor: pointer;
}

.subTotal {
    padding: 10px 0 0;
}

.payMent {
    float: right;
}

.cartItems .col-md-4 {
    padding: 0;
}

.redirectBtns .btn.viewCart,
.redirectBtns .btn.checkout,
.redirectBtns .Quatation {
    display: block;
    margin: 0 auto 10px;
    background-color: #eae9e7;
    color:#000;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
}

.captions h6,
.payMent h6 {
    font-weight: 500;
}

.redirectBtns .btn.viewCart:hover,
.redirectBtns .btn.checkout:hover,
.redirectBtns .Quatation:hover {
    background-color:#96DB4A;
    color: #fff;
}

.redirectBtns .btn.viewCart {
    background-color: #eae9e7;
    margin-top: 0 0 10px;
}
span.badge, .wishListBadge ,.wishListBadgeMobile{
    background: #96DB4A none repeat scroll 0 0 !important;
    color: #fff;
    position: absolute;
    top: -17px;
    right: -15px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0px;
}
a.mblheaderWishList {
    position: relative;
}
  span.wishListBadge {
    right: -15px;
    padding: 2px;
}
.search_login {
    position: relative;
}

.search_login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_login li {
    margin-right: 15px;
}

.search_login li a {
    color: #333;
    font-size: 18px;
}

.search_login li a:hover {
    color: #96DB4A;
}

.search_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 50px;
    top: 60px;
    right: 8px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 999;
    border: none !important;
}

.search_box.active {
    top: 60px;
    right: 8px;
    width: 400px;
    border: none !important;
}

.search_fields .form-group,
.search_fields_mbl .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.search_fields .form-control {
    border: medium none;
    font-size: 16px;
    height: 50px;
    padding: 0 15px;
    width: 90%;
}

.search_fields .form-group button {
    background: #96DB4A none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
}

#search_btn,
#search_btn:hover {
    border: none !important;
    background-color: transparent;
}

button:focus {
    outline: none !important;

}
#search_btn_mbl{
    background:none!important;
    border:none!important;
    padding-top:8px;
}
#search_btn_mbl img{
    height:30px;
    width:30px;
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
.navbar-toggler-icon {
    width: 1rem!important;
}
.nav-link{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #BEBEBE;
}
.nav-link:hover{
    color:#96DB4A;
}
.navbar-toggler {
    padding: 0.1rem 0.5rem!important;
    font-size: 1rem!important;
}
.mblheaderIcons{
    padding-right:10px;
}
.mblheaderUser img{
    width:18px;
}
.mblheaderWishList img{
    width:21px;
    margin-left:5px;
}
.mblCart{
    width:26px;
    margin-left:5px;
}
.mblSearch{
    width:21px;
    margin-left:10px;
}
.navbar{
    padding: .5rem .5rem!important;
}
.mblheader{
    display:none;;
}
.dropdown:hover .dropdown-menu{
    display:block!important;
}