.navSection a{
    font-family: 'Ubuntu', sans-serif;
    font-size:19px;
    font-weight:600;
    color:#000000;
    padding:0 20px;
}
.navSection a:focus,.navSection a:active, .navSection a:hover{
    color: #E24148 !important;
}
.navSection a.active{
    color: #E24148 !important;
}
.headerSectionOne,.headerSectionThree{
    width:25%;
}
.headerSectionTwo{
    width:50%;
}
.headerIconsSection {
    display: flex;
    align-items: center;
    gap: 16px;
}
.headerLogo{
    width:auto;
    max-width: 200px;
    height:100px;
    object-fit:contain;
}
.headerSecions{
    width:90%;
    margin:auto;
    padding:30px 0 20px 0;
}
.searchSection .form-control{
    background-color: #F5F5F5 !important;
    border: 1px solid #999999 !important;
    padding: 18px 10px 14px;
    border-radius: 6px;
}
.searchSection ::placeholder{
    font-family: 'Ubuntu', sans-serif;
    font-size:19px;
    font-weight:600;
    color:#000000!important;
}
.searchSection{
    position: relative;
}
.searchIcon {
	position: absolute;
    top: 12px;
    width: 17px;
    right: 12px;
}
.userIcon{
    width:31px;
}
.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: #E24148;
    background-color: transparent;
}
.cartIcon{
    margin-left:15px;
}
.wishListIcon{
    margin-left:10px;  
}
.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: #E24148
}

.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:#E24148;
    color: #fff;
}

.redirectBtns .btn.viewCart {
    background-color: #eae9e7;
    margin-top: 0 0 10px;
}
span.badge, span.wishListBadge, .wishListBadgeMobile {
    background: #e24148 none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -17px;
    right: -13px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    font-weight: 500;
    padding: 7px 0px;
}
span.wishListBadge {
    padding: 4px;
    top: -6px;
}
span.wishListBadgeMobile {
    top: -13px;
    padding: 4px;
    right: -18px;
}
.search_login {
    position: relative;
}
.headerWishList{
    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: #E24148;
}

.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: #E24148 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;
}
.mblheaderLogo a img{
    width: auto;
    max-width:200px;
    height:70px;
    object-fit:contain;
}
.navbar-toggler-icon {
    width: 1rem!important;
}
.navbar-toggler {
    padding: 0.1rem 0.5rem!important;
    font-size: 1rem!important;
}
.mblheaderIcons{
    padding-right:10px;
    gap: 10px;
}
.mblheaderUser img{
    width:18px;
}
.mblheaderWishList img{
    width:21px;
    margin-left:5px;
}
.mblheaderWishList{
    position: relative;
}
.mblCart{
    width:18px;
    margin-left:5px;
}
.mblSearch{
    width:21px;
    margin-left:10px;
}
.navbar{
    padding: .5rem .5rem!important;
}
.mblheader{
    display:none;;
}
.dropdown:hover .dropdown-menu{
    display:block!important;
}
.mblheaderSections{
	padding: 10px 0;
}
.navbar-nav .nav-link{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.navbar-nav .nav-link:hover{
    color:#E24148;
}
