.main-mid-container {
    width: 100%;
    height: auto;
    background-color: #3ab8b441;
    overflow: scroll;
}

.main-mid-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.product-div {
    width: calc(100%-10%);
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.product-row {
    width: 100%;
    box-sizing: border-box;
    height: 400px;
    background-color: white;
    display: flex;
}

.item {
    width: 220px;
    height: 360px;
   border: .2px solid rgba(104, 104, 104, 0.189);
    margin: 20px 0px 0px 28px;
}

.item-pic {
    width: 100%;
    height: 280px;
    /* background-color: rgba(127, 255, 212, 0.735); */
}

.item-about {
    width: 100%;
    height: 80px;
    /* background-color: rgba(250, 235, 215, 0.726); */
    font-family: sans-serif;
    box-sizing: border-box;
    padding: 5px 0px 0px 5px;
}
.item-about h4{
  font-size: 20px;
}
.item-about p{
    font-size: 13px;
    padding: 4px 0px;
    color: rgb(90, 90, 90);
}
.item-about label{
    font-size: 13px;
}
dc0{
    color: rgb(41, 41, 41);
    text-decoration: line-through;
    padding: 0px 4px;
}
Offers{
    color: rgb(198, 45, 45);
}
.pagination-div {
    width: calc(100%-20px);
    height: 60px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
    padding: 20px 0px 0px 0px;
    box-shadow: 0px 0px 6px rgb(188, 188, 188);
}


.pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #35a09cd2;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}