html {
    scroll-behavior: smooth;
}

body {
    background-color: #eee;
}

.navbar {
    background-color: #0d6efd;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.navlogo {
    width: 100%;
}

.menuicon {
    color: white;
    margin-right: 5px;
}

.budget {
    font-size: 10px;

}

.nav1 {
    background-color: #0d6efd;
  
}


.search {
    width: 100%;
    height: 38px;
    font-size: 16px;
    border: 0;
    outline: 0;
    padding: 0px;
}


.banner1 {
    width: 100%;
}

@media (min-width:765px) {
    .banner1 {
        display: none;
    }
}

.bannerimages {
    width: 100%;
}

.bi-alarm {
    color: red;
    margin-top: 4px;
}

.count {
    color: #2873ee;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    font-size: 18px;
}

.sale {
    margin: 10px;
    display: flex;
    justify-content: space-between;
}

/* 
.slider {
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
} */

.salebutton {
    background-color: #ffffff;
    color: red;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.deal {
    color: #2873ee;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    font-size: 18px;
    text-align: center;
}

.counterflex {
    display: flex;
    width: 100%;
    margin-left: 15px;
}

.mainbody {
    background-color: #fff;
    padding: 6px;
    z-index: -9999;
    display: block;
    position: absolute;
    z-index: 99;
}

.products {
    text-decoration: none;
    float: left;
    width: 49%;
    margin: 1px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.productss {
    position: relative;
    overflow: hidden;
    padding: 16px;
    display: block;
    border: 1px solid #f0f0f0;
    background: #FFF;
}

.productcard {
    border: 3px solid #fff;
    width: 170px;
    height: 270px;
    background-color: white;
    padding: 5px 5px 5px 5px;
        margin-left: 5px;
    
}


}


.imagecontainer {
    align-items: center;
    height: 170px;
}

.productimage {
        height: 140px;
    width: 150px;
    
}
.offer-timer {
    color: rgb(255 0 0) !important;
}

.ptitle {
    font-size: 14px;
    color: #007185;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
}

.discount {
    font-size: 14px;
    color: #388e3c;
}

.off {
    text-decoration: line-through;
    color: #9A9A9A;
    margin: 0px 5px;
}

.price {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}

.acerlogo {
    width: 77px;
    height: 21px;
}

.acpric {
    margin-top: -10px;
}

.delevery {
    font-size: 12px;
    margin-top: -10px;
}
.delevery1 {
    font-size: 12px;
    margin-top: -15px;
}

@media (min-width:765px) {

    .products {
        width: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 20px;
        text-decoration: none;
        margin: 10px;
    }

    .bnarimg {
        width: 100%;
        height: 200px;
    }

    .slider {
        overflow: hidden;
    }


}

.catagory {
    padding: 15px;
}

#quantityInput {
    /* border: solid 1px; */
    width: 10%;
    text-align: center;
    font-weight: bold;
}

.quantity-control {
    background-color: white;

}

.minus {
    background-color: #cfcdcd;
    padding: 2px 10px;
    font-weight: bold;
    padding-bottom: 3px;
    border-radius:  5px 0px 0px 5px;
}

.plus {
    background-color: #cfcdcd;
    padding: 2px 10px;
    font-weight: bold;
    padding-bottom: 3px;
    border-radius: 0px 5px 5px 0px;
}