*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}
header{
    display: flex;
    align-items: center;
    gap: 40px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
 .left-header{
    display: flex;
    align-items: center;
}

.logo{
    padding: 25px 30px;
    border-right: 1px solid #e5e2e2;
}
.header-address{
    padding: 20px 35px;
}
.header-address h3{
    font-size:18px;
    margin-bottom: 5px;
}
.header-address p{
    font-size:15px
}
.search-header{
    flex-grow: 1;
    display: flex;
    border: 1px solid #ccc;
    background: #f4f2f2bc;
    border-radius: 15px;
    overflow: hidden;
}
.search-header button{
    padding: 13px;
    outline: none;
    border: none;
    background: transparent;
}
.search-header button i{
    font-size:20px;
}
.search-header input{
    flex-grow: 1;
    outline: none;
    border: none;
    background: #f4f2f2bc;
    font-size: 15px;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 15px;
    margin-right: 40px;
}
.header-right button{
    padding: 15px;
    border: none;
   
}
.btn1 a{
    font-weight:500;
    font-size: 18px;
    text-decoration: none;
    color: black;
}
.btn1{
   background:white;
   border-radius: 8px;
}
.btn2{
   background:green;
   border-radius:8px;
}
.btn2 a{
    font-weight:600;
    font-size: 16px;
    text-decoration: none;
    color:white;
}
.btn2 a i{
    margin-right: 5px;
    font-size: 18px;
    color: white;
}
.banner{
    max-width: 1280px;
    margin: auto;
}
.banner img{
    width: 100%;
}
.order-banner{
    max-width: 1280px;
    margin: auto;
    display: flex;
    /* gap: 20px; */
}
.order-banner-item{
    flex-basis: 26%;
    margin: 1%;
}
.order-banner-item img{
    width: 100%;
}
.category{
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.category-item{
    flex-basis: 10%;
}
.category-item img{
    width: 100%;
}
.product-section{
    max-width: 1280px;
    margin:30px auto;
}
.product-heading-row{
    display: flex;
    justify-content: space-between;
    /* padding:0px 20px; */
    margin-bottom: 20px;
}
.product-heading-row h1{
    font-size: 25px;
}
.product-heading-row a{
    font-size:18px;
    color: green;
    text-decoration: none;
}
.product-row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2%;
    overflow-x: auto;   /* Ye slider banata hai */
    scroll-behavior: smooth;
}
.product-row::-webkit-scrollbar{
    display: none;
}
.product-item{
    flex-basis: 15%;
    flex-shrink: 0;
    border:1px solid #ccc;
    box-shadow: 0px 0px 10px 2px #ddd9d9;
    border-radius: 8px;
}
.product-item img{
    width:80%;
}
.product-img{
    text-align: center;
    padding: 15px;
    /* position: relative; */
}
.product-img p{
    /* display:block; */
    text-align: left;
    padding:2px 5px;
    border-radius: 10px;
    /* position: absolute;
    left: 15px;
    bottom: 10px; */
    font-size: 11px;
    background: #f4f1f1;
    display: table;
    font-weight: 600;
    color:rgba(49, 44, 44, 0.916);
}
.product-img p i{
    margin-right:3px;
}
.product-content{
    padding: 0px 15px;
}
.product-content h3{
    font-size: 14px;
    line-height:20px;
}
.product-content p{
    margin-top: 10px;
    font-size: 14px;
    color: rgb(96, 94, 94);
}
.price{
    padding: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price b{
    font-size: 14px;
}
.price button{
    padding:8px 20px;
    border-radius: 8px;
    border: 1px solid green;
    font-weight: 600;
    color: green;
    font-size: 14px;
    cursor: pointer;
}
footer{
    padding: 40px 0px 0px 0px;
}
.footer-mid{
    max-width: 1280px;
    margin: auto;
}
.footer-mid-row1{
    width: 100%;
    display: flex;
    gap: 5%;
}
.footer-mid-row1-left{
    flex-basis: 30%;
}
.footer-mid-row1-left h3{
    margin-bottom:20px;
}
.useful-links{
    display: flex; 
}
.useful-links ul{
    flex-basis: 33.33%;
    list-style: none;
}
.useful-links ul li a{
    color: rgb(102, 101, 101);
    font-size: 15px;
    letter-spacing: .5px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-mid-row1-right{
    flex-basis: 65%;
}
.footer-mid-row1-right-header{
    margin-bottom:20px;
    display: flex;
    align-items: center;
}
.footer-mid-row1-right-header h3{
    margin-right: 20px;
}
.footer-mid-row1-right-header a{
    color: green;
    font-size: 15px;
}
.useful-links2 ul{
    display: flex; 
    flex-wrap: wrap;
}
.useful-links2 ul li{
    flex-basis: 33.33%;
    list-style: none;
}
.useful-links2 ul li a{
    color: rgb(102, 101, 101);
    font-size: 15px;
    letter-spacing: .5px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-mid-row2{
    width: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.footer-mid-row2 p{
    flex-basis: 40%;
    text-align: center;
    font-size: 13px;
    color: rgb(102, 101, 101);
}
.download-store{
    flex-basis: 30%;
    display: flex;
    align-items: center;
    gap:15px;
    color: rgb(102, 101, 101);
    font-size: 17px;
}
.social-links{
    flex-basis: 30%;
    display: flex;
    gap: 15px;
}
.social-links a i{
    color: rgb(40, 38, 38);
    font-size: 35px;
}
.footer-mid-row3 p{
    font-size: 15px;
    color: rgb(102, 101, 101);
    margin: 15px;
    line-height: 20px;
    text-align: justify;
}
