.header{
    width:100%;
    background-color:#fff;
    position: sticky;
    top:0px;
    padding:40px 0;
    z-index:99;
    box-shadow: 1px 1px 5px grey;
    background-image: none!important;
}
#navbarSupportedContent {
	height: 100%;
}
.headerSections{
    width:95%;
    margin: auto;
}
.navbar{
    display:none;
}
.navAndLogoSection{
    width:66.6%;
}
.desktopNav,.headerLogo{
    width: 100%;
}
.cartIcon {
    display: flex !important;
}
#collapsibleNavbar {
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.headerIcons{
    width: 33.3%;
}
.headerLogo img{
    width:200px;
    height:100px;
    object-fit:contain;
}
.navLinks li{
    list-style:none;
}
.navLinks{
    margin: 0px !important;
    padding:0px !important;
}
/* .headerIcons a i{
    font-size:39px;
    color:#000;
} */
.headerUser img{
    width:25px;
}
.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: #98c397;
    background-color: transparent;
}
.headerWishList i{
    font-size:28px;
    color:#000;
}
#search_btn i{
    font-size: 25px;
    color:#000;
}
.mblCart{
    width:30px;
}
.navLinks li a{
    font-family: 'Playfair Display', serif;
    font-size:22px;
    color:#000000;
}
.dropdown.user_login img {
    width: 23px;
}
.dropdown.user_login {
    padding-right: 14px;
}
.navLinks li a:focus, .navLinks li a:active, .navLinks li a:hover{
    border-bottom: 1px solid #98c397;
}
.navLinks li a.active{
    border-bottom: 1px solid #98c397;
}
#collapsibleNavbar .navLinks:focus,#collapsibleNavbar .navLinks:active,#collapsibleNavbar .navLinks:hover{
    border-bottom: 1px solid #98c397;
}
#collapsibleNavbar .navLinks.active{
    border-bottom: 1px solid #98c397;
}
.headerIcons a {
    padding-right: 10px;
    position: relative;
    padding-right: 18px;
}
.search_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 70%;
    right: 40px;
    -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: 70%;
    right: 60px;
    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: #98C397 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;
}
.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;
}

.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: #98C397
}

.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:#98C397;
    color: #fff;
}

.redirectBtns .btn.viewCart {
    background-color: #eae9e7;
    /* color: #fff; */
    margin-top: 0 0 10px;
}
.mblHeader{
    display: none!important;
}
span.badge,.wishListBadge {
    font-size: 20px;
    background: #98C397 none repeat scroll 0 0;
    color: #040321;
    position: absolute;
    top: -14px;
    right: 3px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0px;
}

.cartIcon:hover .dropdown-menu{
    display: block!important;
}

/* mbl header styling starts here */
.mobile_logo {
    display: none;
}
.navbar-toggler-icon{
    width:18px;
}
.navbar-toggler {
    padding:0px 5px!important;
}
.navbar{
    padding: 0px !important;;
}
.nav-link{
    font-family: 'Playfair Display', serif;
    font-size:15px;
    color:#000;
}
.nav-link:hover{
    color:#98C397;
}
/* mbl header styling ends here */