.orderNwbtn {
    /*display: none;*/
    /*position: fixed;*/
    bottom: 20px;
    /* Adjust as per your preference */
    right: 20px;
    /* Adjust as per your preference */
}

.floatingbtn {
    background: #FED606;
    border: 1px solid #D9B600;
    border-radius: 8px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all 0.2s linear;
    font-family: Poppins;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.floatingbtn:hover {
    color: #000000 !important;
}

.floatingbtn span {
    color: #fff;
}


.bannerMain .orderNwbtn {
    padding: 14px 15px;
}

.orderNwbtn {
    padding: 14px 15px !important;
}

.timer-bar {
    background-color: #ACF4A1;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 18px 15px 18px;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;

}

.t-box {
    background: #000;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    min-width: 34px;
    padding: 2px 0px;
}

.t-text {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-left: -2px;
}

.timer-wrapper {
    display: flex;
    gap: 5px;
}

.hl-text {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
}

.timer-bar b {
    font-weight: 700;
}

.timer-bar p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
}

.t-wrper {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.t-br p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
}

.t-br {
    display: flex;
    flex-wrap: wrap;

}

.coupon-box {
    width: 150px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.coupon-text {
    width: calc(100% - 150px);
    background-color: #ADF4A1;
    padding: 10px;
    display: flex;
    align-items: center;
}


.c-code {
    color: #ACF4A1;

}

.c-code span img {
    margin-right: 5px;
}

.coupon-text p span.timer-text {

    color: #E44613;

}

.coupon-text br {
    display: none;
}

@media screen and (max-width:992px) {
    .timer-bar {
        padding: 16px 8px 16px;
        font-size: 13px;
    }

    .timer-bar p {
        gap: 4px;
        font-size: 13px;
    }

}

@media screen and (max-width:768px) {
    .timer-bar p {
        display: block;
        line-height: 20px;
    }

    .tb_right {
        display: flex;
        justify-content: center;
        gap: 5px;
        padding-top: 5px;
    }

    .timer-bar {
        font-size: 14px;
        padding: 12px 4px 12px;
    }

    .limited-text {
        padding-top: 5px;
    }

    .t-text {
        bottom: 0;
    }
}

@media screen and (max-width:556px) {
    .hl-day {
        display: flex;
        justify-content: center;
        margin-bottom: 6px;
        gap: 4px;
    }

    .tb_right {
        margin-top: 6px;
    }

    .hl-text {
        padding: 4px 10px;
    }

    .timer-bar {
        padding: 10px 8px 10px;
    }
}

/* @media screen and (max-width:440px){
    .limited-text{display: none;}
} */
@media screen and (max-width:430px) {
    .uptp-text {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .hl-text {
        display: none;
    }

    .hl-day {
        margin-bottom: 0;
    }

    .hl-text.hl-text-m {
        display: flex !important;
        height: 26.5px;
        align-items: center;
    }

    .tb_right {
        margin-top: 0;
    }
}

@media (max-width: 768.9px) {

    .floatingbtn,
    .orderNwbtn,
    .bannerMain .orderNwbtn {
        font-size: 20px;
    }
}

.timer-bar {
    background-color: #ACF4A1;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px 15px 12px;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;

}

.t-box {
    background: #000;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    min-width: 34px;
    padding: 4px 0px;
}

.t-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.timer-wrapper {
    display: flex;
    gap: 5px;
}

.hl-text {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 8px;
    text-transform: uppercase;
}

.timer-bar b {
    font-weight: 700;
}

.timer-bar p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.t-wrper {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}

/* ================================== */

.t-br p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}

.t-br {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 30px;

}

.coupon-box {
    width: 160px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.coupon-text {
    width: calc(100% - 160px);
    background-color: #ADF4A1;
    padding: 10px;
    display: flex;
    align-items: center;
}


.c-code {
    color: #ACF4A1;
    text-transform: uppercase;

}

.c-code span img {
    margin-right: 5px;
}

.coupon-text p span.timer-text {

    color: #E44613;

}

.coupon-text br {
    display: none;
}




@media screen and (max-width:991.5px) {

    .hl-day,
    .uptp-text {
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }

    .hl-text {
        display: inline-block;
    }

    .timer-bar {
        padding: 12px 15px 12px;
    }

    .t-box {
        padding: 2px 0px;
    }

    .t-br {
        margin: 10px auto 30px;
    }

    .t-box {
        padding: 2px 0px;
    }

}

@media screen and (max-width:767.5px) {

    .coupon-text br {
        display: block;
    }

    .t-br {
        margin: 10px auto 30px;
    }

    .timer-bar p {
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1;
        font-size: 16px;

    }

    .uptp-text {
        letter-spacing: -1px;
        width: 100%;
    }

    .t-br p {
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

}


@media screen and (min-width:320px) and (max-width: 380.5px) {
    .t-box {
        min-width: 38px;
    }

    .hl-text {
        padding: 4px 5px;
    }

    .timer-bar {
        font-size: 16px;
    }

    .t-br p {
        font-size: 11px;
    }

    .coupon-box {
        width: 120px;
    }

    .coupon-text {
        width: calc(100% - 120px);
    }

    .t-br {
        margin: 0 auto;
    }

}

@media screen and (min-width:320px) and (max-width: 370.5px) {
    .t-box {
        min-width: 38px;
    }

    .hl-text {
        padding: 4px 5px;
    }

    .timer-bar {
        font-size: 16px;
    }

}

/* MOBILE ONLY */
@media (max-width: 991.98px) {
    header .navbar { position: relative; z-index: 10; }
    header .navbar, header .navbar .container { overflow: visible !important; }
  
    /* The panel sits under the navbar and stretches full width */
    #navbarSupportedContent {
      position: absolute !important;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
  
      /* NO inner scroll or height caps */
      max-height: none !important;
      height: auto !important;
      overflow: visible !important;
      -webkit-overflow-scrolling: auto !important;
  
      /* IMPORTANT: hidden by default */
      display: none;
      visibility: hidden;
    }
  
    /* Only visible when .show is toggled */
    #navbarSupportedContent.show {
      display: block;
      visibility: visible;
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }
  
    /* In case a max-height/overflow was set on the UL somewhere */
    #navbarSupportedContent .navbar-nav {
      max-height: none !important;
      overflow: visible !important;
    }
  }
  