.offer-banner {
    background-color: #EF4023; /* Red background */
    color: white;
    text-align: center;
    padding: 15px;
}
.offer-banner a {
    color: white;
    text-decoration: none;
}
.offer-banner a:hover {
    text-decoration: underline;
}
.offer-banner .shop-now {
    /* background-color: rgba(255, 255, 255, 0.1); */
    padding: 8px 16px;
    border-radius: 4px;
    /* margin-left: 10px; */
}
.offer-banner .shop-now:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
/* new navbar custom css start */
.navbar-brand img {
    height: 100px;
}
.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

.header-search-input {
    padding-left: 36px !important;
}
.navbar-light .nav-link
{
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;

    /* font-size: 15px; */
}
.total-count {
    position: absolute;
    right: -4px;
    z-index: 2;
    font-size: 15px;
    border-radius: 50%;
    background: #d60b28;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 700;
    padding: 3px 8px;
    top: -12px;
}
.z-index-99999 {
    z-index: 99999 !important;
}
.header_sub_emnu_item .dropdown-item.active, .header_sub_emnu_item .dropdown-item:active, .header_sub_emnu_item  .dropdown-item:hover {
    background: #F26924;
    color : #fff;
    margin: 2px 0px;
}
/* new navbar custom css end */

/* navbar css start */
/*.menu-items .menus .active{
    color: #EF4023 !important;
}
.menu-items .menus .nav-link{
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
}
.header-links.active{
    background-color: #414142;
}

.navbar-custom {
    background-color: white;
    padding: 0.5rem 1rem;
}

.navbar-brand img {
    height: 115px;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: bold;
}

.navbar-nav .nav-link.active {
    color: #FF4500; 
}

.phone-number {
    color: #FF4500;
    font-weight: bold;
}

.btn-login {
    background-color: #F26924;
    color: white;
    border: none;
    padding: 1rem 1rem !important;
    font-weight: bold;
    font-size: 20px;
}

.cart-icon {
    color: #FF4500;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.header_contact {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
    color: #F26924;
    font-size: 1.2rem;
    font-weight: 900;
    gap: 0.5rem;
}

.cart-div {
    position: relative;
}

.header-icon {
    color: #F26924;
    font-size: 36px;
    position: relative;
    top: 4px;
} 

.header_account_icon {
    display: none;
}

.cart-div .total-count {
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 3px 8px;
    top: -5px;
}
.header-search-input {
    border-radius: 8px;
    height: 36px;
    font-size: 14px;
    padding-left: 36px;
    display: block;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    appearance: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    font-weight: normal;
    outline: 0;
    border: none;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    color: var(--bs-secondary-color) !important;
}
@media(max-width:44em) {
    .header_contact p {
        display: none;
    }
    .header_account_icon {
        display: block;
    }
   
}
@media(max-width:1544px) {
    .header_contact p {
        display: none !important;
    } 
    .header_contact {
        font-size: 2rem;
    }
}
@media(min-width:1260px) and (max-width:1320px){
    .menu-items .menus .nav-link{
       font-size: 14px;
    } 
}

@media(max-width:1260px) {
    .menu-items .menus .nav-link{
       font-size: 12px;
    }
    
}
@media(max-width:1152px) {
    .header-search-input {
        width: 60%;
    } 
    .header_contact,.header-icon {
        font-size: 21px;
    }
    .cart-div .total-count {
        font-size: 12px;
        padding: 2px
    } 
    .btn-login {
        font-size: 12px;
        padding: 9px !important;
    }
}
@media(max-width:1085px) {
    .menu-items .menus .nav-link {
        font-size: 11px;
    }
    .navbar-brand img {
        height: 80px;
    }
}
@media(max-width:971px) {
    .navbar-brand .img {
        height: 115px;
    }
    .menu-items .menus .nav-link {
        font-size: 18px;
    }
    .header_contact,.header-icon{
        font-size: 2rem;
    }
}
/* navbar css end */
/* 1085-1199 */
/*@media(min-width:1200px){
    .header_seach_product_icon_custom {
        display:none;
    }
}
@media(max-width:1084px){
    .header_seach_product_icon_custom {
        display:none;
    }
}
@media(min-width:1085px) and (max-width:1199px){
    .header_seach_product_icon_custom {
        font-weight: 900;
        font-size: 26px;
        color: #F26924;
        padding: 0px 7px;
        cursor: pointer;
        vertical-align: -webkit-baseline-middle;
    }
    .header_seach_product_input_custom_css {
        display: none;
        z-index: 3;
        position: absolute;
        bottom: -42px;
        right: 0px;
        width: 185px;
    }
    .header-search-input {
        width: 100%;
    }
}*/
