

         .list_itemsnew_products{
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
    }    


.card__slide {
min-height: calc(320px * 1.5 - 40px);
position: relative;
}

.newproducts .catalog__card{
width: 24%;
}
 @media (max-width: 768px){
    .newproducts .catalog__card{
width: 100%;
}
}
/* @media (max-width: 768px){
.newproducts .catalog__card {
width: 50%;
padding: 0 5px;
}
} */
@media (min-width: 1200px){
.box_catalog {
    max-width: 1920px;
}

}
.newproducts-h3{
    text-transform: uppercase;
    text-align: center;
    padding-top: 45px;
    font-size: 20px;
}
.bestsaler_button{
   padding: 50px;
}
.bestsaler_button>a{
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}
.bestsellers-tabs {
    margin-bottom: 20px;
    text-align: center;
}

.tab-button {
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
    padding: 10px 10px 4px 10px;
    border: none; 
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    transition: background 0.3s;
}

.tab-button.active {
    border-bottom: 1px solid black;
    /* background: #b6b6b6ff;
    color: white; */
}



.tab-pane {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
