.slidernew {
    display: flex;
    overflow: hidden;
    width: calc(220px * 6); /* فقط 5 کارت دیده بشه */
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.productnew {
    flex: 0 0 220px; /* هر کارت عرض ثابت داشته باشه */
    transition: transform 0.3s ease;
}



.display_center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* 
.slidernew{
    width: 100%;
    overflow: hidden;
    display: flex;
    padding:20px;
    align-items: center;
    box-sizing: border-box;
   
} */

.boxnew{
    width: 250px;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    background:linear-gradient(135deg,rgba(106,17,203,0.3),rgba(37,117,252, 0.5));
    margin: 8px;
     border-radius: 10px;
}

.slidernew .productnew img{
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 39px 0 28px 0;
    transition: 0.5s;
    padding: 10px;
}
.slidernew .productnew .informationnew {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;

}
.slidernew .productnew .informationnew button{
    width: 100%;
    background-color: rgb(235, 83, 83);
    border: none;
    color: white;
    outline: none;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: 150px;


}
.slidernew .productnew .informationnew .price {
    font-size: 24px;
}
.slidernew .arrownew {
    width: 1310px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    top: 50%;
    margin-right: 10px;
   
  

}
.slidernew .arrownew button {
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: white;
    box-sizing: border-box;
    
   
   
   


}

/* category card shop*/

.cart-cat {
    width: 100%;
    border: 1px solid rgb(240, 236, 236);
    display: flex;
    background-color: rgb(247, 243, 243);
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(182, 179, 179, 0.6);
    border-radius: 5px;

}

.cat-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 100px;

}

.image-cat {
    width: 50%;
}

.content-car {
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-car h2,
h4 {
    margin: 6px;
}

.image-cat img {
    width: 150px;
    height: 150px;
    border-radius: 20px 0 30px 0;
    margin-right: 8px;

}

.informationnew .info-p-price{
    display: flex;
    flex-direction: column;
    /* background-color: yellow; */
    min-height: 120px;
    box-sizing: border-box;
    justify-content: start;
}

.informationnew .info-p-price p{
    padding: 10px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    
}