/* header styling starts here */
.header {
    width: 100%;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 1px 1px 6px grey;
}

.headerWidth {
    width: 90%;
    margin: auto;
    background-color: #fff;
}

.navSection ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: Raleway;
    font-size: 19px !important;
    font-weight: 600;
    color: #080D47;
}

.navSection ul li {
    list-style: none;
    padding: 20px 20px 0 20px;

}

.activeItem a,
.navSection ul li a:hover {
    color: #FF9C00!important;
}
/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
    color: #ff9c00 !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #ff9c00 !important;
} */
.navSection ul li a:focus, .navSection ul li a:active, .navSection ul li a:hover{
    color: #ff9c00 !important;
}
.navSection ul li a.active{
    color: #ff9c00 !important;
}
.headerIconsSection ul {
    list-style: none;
}

.headerIconsSection ul li {
    padding: 0 10px;
}

.shoppingIcons img {
    padding-top: 8px;
}
.headerIconsSection ul {
    list-style: none;
}

.headerIconsSection ul li {
    padding: 0 10px;
}

.logoSection {
    padding: 10px 0 !important;
}

.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: 240px;
    width: 280px;
    scrollbar-width: thin;
}

.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: #FF9C00
}

.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:#FF9C00;
    color: #fff;
}

.redirectBtns .btn.viewCart {
    background-color: #eae9e7;
    /* color: #fff; */
    margin-top: 0 0 10px;
}
li.shoppingIcons {
    position: relative;
}
span.badge, .wishListBadge, .wishListBadgeMobile {
    background: #FFD311 none repeat scroll 0 0;
    position: absolute;
    top: -16px;
    right: -15px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0px;
}

  span.wishListBadge {
    top: -8px;
    right: -7px;
    padding: 3px;
}
.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: #BE393E;
}
.search_btn {
    border: none;
    background: transparent;
}
.search_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 50px;
    right: 186px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 103px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2;
}
.search_box.active {
    height: 50px;
    right: 186px;
    width: 300px;
    top: 103px;
}
.search_fields .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: #BE393E none repeat scroll 0 0; */
    border: medium none;
    color: #0f1520;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
    background-color: #fff;
}
#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;
}

.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 46px;
    left: -120px;
}

.shoppingIcons .dropdown.user_login {
    padding-bottom: 21px;
    padding-left: 13px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #FF9C00;
    background-color: transparent;
}




/* mobile header styling starts here */
.mbl_logo {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.mblHeaderIcons .dropdown.user_login {
    padding-bottom: 11px;
}
.mblNavbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mblHeaderIcons {
    padding-top: 13px;
    padding-bottom: 0px;
    padding-right: 15px;
}
.mblHeaderIcons ul li {
    padding-right: 10px;
}
.mblHeaderIcons ul {
    margin-bottom: 10px !important;
}
.mblNavbar .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 67px;
    left: 0;
}

.navbarBgColor {
    background-color: white !important;
}

.headerUnderline {
    width: 80%;
    height: 1px;
    background-color: #FF9C00;
    margin: auto;
}

.searchIcon {
    padding-top: 5px;
    width: 30px;
}

.userIcon {
    width: 19px;
}

.cartIcon {
    width: 25px;
}
.wishListHeaderIcon{
    width:22px;
}

.navbar-toggler {
    font-size: 13px !important;
    padding: 2px 10px !important;
}

.mblHeader {
    background-color: #fff;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
}

.nav-link {
    font-family: Raleway;
    font-size: 17px !important;
    font-weight: 600;
    color: #080D47;
}

/* .search_box_mbl {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 40px;
    right: 129px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 300px;
    z-index: 9999;
    border: none !important;
} */
 @media only screen and (max-width:767px) {
    .wishListBadgeMobile {
        display:flex;
        justify-content: center;
        align-items: center;
        top: -8px;
        right: -10px;
    }
 }