body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.top-bar1{
    height: 82px;
    background-color: #E54C2A; 
    display: flex;
    align-items: center;
    position: relative;
    height: 86px; 
    padding-right: 40px;
}
.icons-menu{
    margin-left: 10px;
    display: none;
}
.top-bar3-ul {
    display: flex;
    list-style: none;
    gap: 21px;
    margin-left: 220px;
    margin-top: 0px;
    padding: 0px;
}

.top-bar3-ul li{
    padding-top: 20px;
    color:white;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.v{
    font-size: 0.5rem;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logoimg{
    width: 83px;
    height: auto;
}

.icons {
    margin-left: auto;
    margin-right: 170px;
    display: flex;
    gap: 30px; 
}
.buy-contact{
    display: flex;
    list-style: none;
    gap: 21px;
}
.buy-contact li{
    color:white;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.iconsimg{
   width: 16px;
   height: 16px;
   padding-top: 12px;
   cursor: pointer;
}
.bloglien {        
    text-decoration: none; 
    color: inherit;     
}
.bloglien:hover{
    text-decoration: underline;
}
.atwisi{
    margin-left: 205px;
    margin-top: 26px;
}
.atwisi p{
    color: rgb(95, 94, 94);
    font-size: 10px;
}
.atwisi span{
    color: #E54C2A;
}


.ligne {
    height: 0.5px;
    background-color: #e4e1e1;
    width: 68%;    
    margin: 24px auto;
}

.cart {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    font-family: serif;
}

.title {
    font-size: 28px;
    margin-bottom: 10px;
}
.panier {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 110px;
    width: 820px;
}
.panier p{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.panier > div {
    border: 1px solid #ccc;
    padding: 1px;
}
.bolpain img{
    width: 80px;
    height: auto;
    margin-left: 30px;
}

.quantity-box {
    display: flex;
    margin-top: 30px;
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.quantity-box input {
    flex: 1;
    border: none;
    padding: 1.5px;
    outline: none;
}

.quantity-box button {
    width: 40px;
    border: none;
    cursor: pointer;
    color: white;
}
.refresh {
    background: #2c7be5;
}
.delete {
    background: #e5533d;
}

.button-special{
    margin-top: 35px;
}
.button-special button{
    width: 820px;
    height: 30px;
    border-color: rgb(169, 168, 168);
    border: 0.5px solid rgb(204, 204, 204);
    background-color: #f3f2f2;
    color: #4f4f4f;
    cursor: pointer;
}
.button-special button p {
    margin-top: 5px;
    text-align: left;
}

.tableau {
  width: 270px;
  height: 90px;
  margin-top: 30px;
  margin-left: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  padding: 0px;
}
.tableau P{
    font-size: 11px;
  
}

.haut {
  grid-column: 1 / 3;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.bas-gauche {
  padding: 2px;
  border-right: 1px solid #ccc;
  text-align: right;

}


.bas-droite {
  padding: 3px;
  text-align: right;
}

.deux-bouton{
    margin-top: 20px;
    display: flex;
    gap: 525px;
}
.deux-bouton button{
    font-size: 9px;
    font-weight: bold;
    color: #4f4f4f;
    height: 30px;
    border-radius: 999px;
    border: none;
    background-color: #dad8d8;
}
.continue-shopping{
    width: 120px;
}
.proceedto{
    width: 180px;

}

.newsletter3{
   background-color: #F6F7FB;
   height: 170px;
   margin-top: 37px;
}
.signup{
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    line-height: 0.5;
}
.signup h2{
    font-size: 1.7rem;
    letter-spacing: -1px; 
}
.signup p{
    font-size: 0.8rem;
}

.email-adress {
    display: flex;
    width: 470px;
    height: 40px;
    justify-content: center;
    margin: 55px auto;
}

.email-adress input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 999px 0 0 999px; 
    outline: none;
}

.email-adress button {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 999px;
    background: #E54C2A;
    cursor: pointer;
    color: white;
    width: 140px;
}
.email-adress button:hover{
    font-weight: bold;
}

.ligne-grise {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 950px;           
  margin: 85px auto;      
  justify-content: center;
}

.anii{
    display: flex;
    width: 1200px;
    gap: 20px;
    justify-content: center;
    margin-left: 8%;
    margin-top: -2%;
    font-size: 0.8rem;
}

.footer-aboutus{
    max-width: 230px;
    line-height: 1.5;
}
.ape{
    line-height: 2;
    color: #5c5c5cb7;
}
.ape img{
    width:15px;
    height: auto;
}
.footer-info{
    line-height: 1.8;
    width: 230px;
}
.footer-newproducts{
    max-width: 250px;
}
.footer-newproducts img{
    width: 60px;
    height: auto;
}
.images-z{
    display: flex;
    flex-direction: column; 
    gap: 55px; 
}
.products-ziming{
    margin-top: 0px;
    display: flex;
    gap: 20px;
    cursor: pointer;
}
.products-redzumma{
    display: none;
    cursor: pointer;
}
.newpro{
    font-weight: bold;
}
.footer-eighty{
    color: #E54C2A;
}
.footer-info{
    width: 230px;
    line-height: 2.2;
    margin-top: -10px;
}
.footer-instagram{
    width: 230px;
}

.ligne-grise22 {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 100%;         
  margin-top: 35%;      
  justify-content: center;
}
.footer-mass{
    display: flex;
    gap: 470px;
    margin-top: 0px;
    justify-content: center;
}
.footer-mass p{
    font-size: 0.8rem;
    color: #757474;
}
.massT{
    color: #E54C2A;
}
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 15px;             
  height: 15px;
  padding: 5px;      
  border: 2px solid #ccc;  
  border-radius: 50%;     
  object-fit: contain;    
  transition: 0.3s ease;
  cursor: pointer;
}

@media (max-width:767px){
    .body{
        overflow-x: hidden;
    }
    .top-bar1{
        height: 78px;
    }
    .top-bar3-ul {
        display: none;
    }
    .buy-contact{
        display: none;
    }
    .logoimg{
    width: 93px;
    }
    .iconsimg{
     width: 18px;
     height: 18px;
    }
    .icons-menu{
    display: block;
    cursor: pointer;
    }
    .icons {
    margin-left: auto;
    margin-right: 5px;
    margin-top: -2%;
    }
    .atwisi{
    margin-left: 12px;
    margin-top: 30px;
    }
    .atwisi p{
        font-size: 12px;
    }
    .ligne {
    width: 100%;    
    margin: 25px auto;
    }
    .cart {
    width: 95%;
    max-width: 800px;
    margin-top: 75px;
    }
    .panier {
    display: grid;
    height: 110px;
    width: 650px;
    }
    
    .button-special{
    margin-top: 30px;
    }

    .button-special button{
    width: 650px;
    height: 35px;
    }
    
    .tableau {
    width: 650px;
    margin-left: 0px;
    height: 80px;
    margin-top: 40px;
    font-weight: bold;
    }
   
    .deux-bouton{
    margin-top: 18px;
    gap: 310px;
    }

    .deux-bouton button{
    height: 35px;
    background-color: #e4e2e2;
    font-size: 10.5px;
    }
    .continue-shopping{
    width: 150px;
    }
    .proceedto{
    width: 190px;

    }
    .newsletter3{
   background-color: #F6F7FB;
   height: 288px;
   margin-top: 37px;
   }

   .email-adress {
    margin: 25px auto;
    }
    .anii{
    flex-direction: column;
    width: 1200px;
    gap: 20px;
    margin-left: 2%;
    }
    .footer-aboutus{
    max-width: 570px;
    }
    .products-redzumma{
        display: flex;
        width: 200px;
    }
    .products-ziming{
     width: 200px;
    }
    .products-redzumma img,
    .products-ziming img {
        width: 90px;
        height: auto;
    }
    .images-z{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .ligne-grise22 {
    width: 100%;         
    margin-top: 10%;      
    }
    .footer-mass{
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
    align-items: center;
    margin-bottom: 50px;
    }

}




