*{
    margin: 0px;
    padding: 0px;
}
nav{
    display: flex;
    background-color: rgb(0, 0, 0);
    height: 14vh;
    width: 100%;
    align-items: center;
    color: aliceblue;
    
}
nav img {
    height: 8vh;
    width: 4%;
    margin-left: 2vw;
    
}
nav ul {
    font-size: 0.9vw;
    font-weight: 900;
    display: flex;
    list-style: none;
    justify-content: space-around;
    gap: 3vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.new{
    color: rgb(212, 59, 79);
}
.Search{
  background-color: rgb(2, 3, 3);
  height: 5vh;
  width: 22vw;
  align-items: center;
  border-radius: 0px;
  display: flex;
}
.Search img {
    height: 1.5vw;
    width: 1.5vw;
}
.Search::placeholder{
    color: white;
}
.right {
    display: flex;
    margin-right: 2vw;
}
.right li {
    align-items: center;
}
.right img {
  height: 5vh;
  width: 2vw;
}
footer{
    display: flex;
    height: 50vh;
    background-color: rgb(231, 164, 164);
    bottom: 110;
    justify-content: space-evenly;
    padding: 20px;
}
.items-con{
 width: 80%;
/*  
 margin-top: 3%;
 margin-left: 10%; */
 margin: 5% 10%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-evenly;
 
}
.item-con{
 width: 250px;
 margin: 10px; 
}
.items-img{
  width: 100%;
}
.rating{
    font-size: 12px;
    font-weight: 700;
}
.comapny-name{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-name{
    color: #535766;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    display: block;
}
.price{
    margin-top: 10px;
 font-size: 14px;
 line-height: 15px;
 color: #282c3f;
 white-space: nowrap;
}
.current-price{
    font-size: 14px;
    font-weight: 700;
    color: #282c3f;

}
.org-price{ 
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;

}
.discount{

    color: #ff905a;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}
.btn-add-bag{
 width: 100%;
 margin-top: 10px;
 background-color: lightgreen;
 border: none;
 padding:  5px 15px;
 border-radius: 10px;
 cursor: pointer;
}
.bag-count{
    background-color: rgb(170, 60, 60);
    padding: 1px 5px;
    border-radius: 50%;
    position: relative;
    white-space: nowrap;
    left: 51px;
    top: -44px;
    cursor: pointer;
}
nav ul a{
    text-decoration: none;
    color: white; 
}
.items{
    width: 40%;
    display: fl;
    flex-direction: column;
    height: 70vh;
    /* overflow: scroll; */
    margin: 10px;
    border: 1px solid black;
    height: auto;
    padding: 20px 20px;
    justify-content: space-between;
}
.item{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 20px;
    /* border: 2px solid red; */
}
.img_item{
    width: 100px;
    margin-right: 20px;
}
.days{
    color: red;
}
.delivery{
    color: blue;
}
.bags{
    display: flex;
    justify-content: space-around;
}

.summary{
    width: 30%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.summary h3 {
    color: #282c3f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f5f5f6;
    letter-spacing: 0.5px;
}

.summary h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #535766;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.4;
}

.summary h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #282c3f;
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0;
    padding-top: 16px;
}

.summary hr {
    border: none;
    height: 1px;
    background-color: #e9e9ed;
    margin: 16px 0;
}

.summary-amm{
    color: #282c3f;
    font-weight: 600;
    font-size: 14px;
}

.btn-po{
    background: linear-gradient(135deg, #ff3f6c, #ff527b);
    border: none;
    padding: 14px 24px;
    color: white;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 63, 108, 0.3);
    margin-top: 20px;
}

.btn-po:hover {
    background: linear-gradient(135deg, #e6396b, #ff4570);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 63, 108, 0.4);
}

.btn-po:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 63, 108, 0.3);
}
.remove-item{
    margin-left: auto;
    cursor: pointer;
    font-weight: 900;
    padding: 0px 10px;
    border: 1px solid black;
    border-radius: 20%;
    height: 20px;
    width: 20px;
    text-align: center;
}
.remove-item:hover{
    background-color: red;
    color: white;
}
.arshad{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #282c3f;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: -160%;
    left: 0;
}
