.bodywrap{
    margin: 150px;
}
.aside-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #231f20;
    margin-bottom: 20px;
}
.row {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
}
.products-view {
    display: flex;
}
.lazyload {
    width: 250px;
    height: 250px
}
.col-6 {
    justify-content: space-between;
}
.product-name a {
    color: #231f20;
    line-height: 30px;
    display: block;
    font-size: 15px;
    font-weight: 549;
    min-height: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a {
    text-decoration: none;
    color: #71bec2;
 }
 h3 :hover {
    color: #71bec2;
 }
 .price-box {
    color: #e8002d;
    line-height: 23px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    min-height: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top:-20px;
  }
  .pagenav {
    margin-left: 1000px
  }
  .pagination {
    display:flex;
  }
  .page-item {
    border: 2px solid #112775;
    padding: 10px;
    margin: 2px;
  }
  .page-link {
    color:#112775;
    font-weight: 500;
  }