.page{
    padding-top: 60px;
    display: grid;
    grid-template-columns:20% 80%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
.card{
    height: 100%;
    max-height: 500px !important;
}
.items{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-columns: 4;
    flex-wrap: wrap;
    padding: 0px;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 15px;
    justify-items: center;
}
.bw-container{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;

}
.item{        
    max-width: 355px;
    max-height: 550px;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
}
@media (max-width: 1180px) {
    .page{
        padding-top: 60px;
        display: grid;
        grid-template-columns: 20% 80% ;
    }

    

    
}
.leftsidebar{

}
@media (max-width: 767px) {
    .leftsidebar, .rightsidebar{
        display: none;
    }
    .page{
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }



    .label{
        border: 1px solid red;
        border-radius: 4px;
        max-height: 20px;
        max-width: 70px;
        display: flex;
        justify-content: center;
        padding: 5px;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 12px;
    
    }
    

.card-title{
    font-size: 14px;
    width: 100%;

}
    
}
/* .container {
    width: 100%;
    display:flex;
    justify-content: center;

} */
.space{
    background: black;
    width: 100%;
    height: 0.5px;
    margin: 0;
}
.card-body{
    border-radius: 5px;

    padding: 0 !important;




}
.card-title{
    padding: 10px;
    font-size: auto;




}

.item{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    list-style: none;

}
.image{
    position: relative;
}
.labels{
    position: absolute;
    display: flex;
    gap: 5px;
    top: 4px;
    left: 4px;
}
.labels:dir(rtl) {
    position: absolute;
    display: flex;
    gap: 5px;
    top: 4px;
    right: 4px;
}
.price{
    padding: 0;
    margin: 0;
}
.label{
    border: 1px solid red;
    border-radius: 4px;
    height: 30px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: center;
    flex-wrap: nowrap;

}
    




.cards{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}


img{
    width: 100%;
}
.upbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0.5rem;


}
.btn1{
    border: 1px solid black;
    border-radius: 5px;
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;

}
.btn1:hover{
    background-color: blue;
    color: white;
}
.cardd{
    border-radius: 5px;
}