 .product_box{
width: 25%;
border-color: #3C4027;
border-width: 1px;
border-radius: 10px;
 height: fit-content;
border-style:solid;
margin: 10px;
 
 }
 .product_box a{
    text-decoration: none;
    color: #454A2A;
 }
 .product_box a:active{
color: #454A2A;
 }
.product_image_box{
    position: relative;
    width: 100%;
    
    border-radius: 10px;
}
.image_box2{
    width: 100%;
}
.image_box1{
    position: absolute;
    background-color: red;
    color: wheat;
   height: 30px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    direction: rtl;
    right: 0px;
    border-top-right-radius: 10px;
}

.image_box2 img{
    width: 100%;
    
}
.product_data{
background-color: #F8EFDC;
 
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
padding: 5px;
direction: rtl;
}
.product_divider{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product_divider div{
   background-color: white;
   width: 90%;
   height: 5px;
}

.product_prise{
    display: flex;
    flex-direction: row;
  align-items: center;
}
.product_prise h1{
margin: 10px;
color: #454A2A;
}
.product_prise h4{
    text-decoration: line-through;
    color: #AAB16A;
}


.products_slider{
    overflow-y: auto;
    display: flex;
    flex-direction: row;
}

 @media only screen and (max-width: 600px) {
    .product_box{
        width: 90%;
    }
  }