@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    text-align: right !important;
  }

  .w-100-mobile {
    width: 100%;
  }

  .best-seller-bg::after {
    background-size: contain;
    border-top-left-radius: 0;
    left: 0;
    top: 0;
  }

  .banner-top-bg {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .dataTables_wrapper .row > .col-md-6:first-child {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .dataTables_wrapper .row > .col-md-6:last-child {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .after-l80-l60::after {
    left: 80% !important;
  }

  .custom-category-bg {
    height: 0;
    padding-top: 270px;
  }

  .border-lg-1 {
    border-width: 1px !important;
  }

  .border-lg-2 {
    border-width: 2px !important;
  }

  .border-lg-3 {
    border-width: 3px !important;
  }

  .border-lg-4 {
    border-width: 4px !important;
  }

  .border-lg-5 {
    border-width: 5px !important;
  }
}
