
main {
    margin: 30px 0 70px 0;
    min-height: 100%;
}


.page-title {
    background-color: #087f79;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.page-title h1{
    display: block;
    text-align: center;
    -webkit-text-stroke-color: #e4ddd3;
    -webkit-text-stroke-width: 3px;
    font-family:Barlow Condensed;
    color:#224a49;
    font-size: 55px;
    background-color: #e04f23;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    font-weight: 600;
    filter: drop-shadow(2px 3px 0 #065b55);
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.04em;
}

.form-control {
    width: auto;
}
/*   start Dark   */
.product {
    border: 1px solid #111111;
    background-color: #000;
    margin-bottom: 30px;
    padding: 12px;
    text-align: center;
    box-shadow: 2px 2px 3px #363636;
}

.product-image {
    margin-bottom: 20px;
}

.product img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-title h1,h2,h3,h4,h5,h6 {
    color: #dbdbdb !important;
    font-family: "Barlow Condensed";
}

.product-sku, .product-price, .product-category {
    margin-bottom: 5px;
}

.product-sku, .product-category {
    color: #999;
}

.product-price {
   color: #e04f23
}

/*   end Dark   */




/*   start light   */
body.bg-dark.bg-white .product {
  border: 1px solid #ccc;
  background-color: #fff !important;
  margin-bottom: 30px;
  padding: 12px;
  text-align: center;
  box-shadow: 2px 2px 3px #888888;
}

body.bg-dark.bg-white .product-image {
  margin-bottom: 20px;
}

body.bg-dark.bg-white .product img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}

body.bg-dark.bg-white .product-title h3 {
  color: #161515 !important;
  font-family: "Barlow Condensed";
}

body.bg-dark.bg-white .product-sku, .product-price, .product-category {
  margin-bottom: 5px;
}

body.bg-dark.bg-white .product-sku, .product-category {
  color: #999;
}

body.bg-dark.bg-white .product-price {
 color: #e04f23
}

/*   end light   */

.filters {
    align-items: center;
    background-color: #ddd;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.filters form {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.filters form > * {
    margin-right: 10px;
}






.pagination88 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }

  .pagination-lg88 .page-link88 {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    
  }

  .pagination-lg88 .page-item88:first-child .page-link88 {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }

  .pagination-lg88 .page-item88:last-child88 .page-link88 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  
  }
  
  .pagination-sm88 .page-link88 {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    
  }
  
  .pagination-sm88 .page-item88:first-child .page-link88 {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    
  }
  
  .pagination-sm88 .page-item88:last-child .page-link88 {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;

  }

  .page-item88:first-child .page-link88 {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .page-item88:last-child .page-link88 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

  }
  
  .page-item88.active .page-link88 {
    z-index: 3;
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
  }

  body.bg-dark.bg-white .page-item88.active .page-link88 {
    z-index: 3;
    color: #fff!important;
    background-color: #000000;
    border-color: #000000;
  }
  
  .page-item88.disabled .page-link88 {
    color: #fdfdfd;
    pointer-events: none;
    cursor: auto;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
  }

  body.bg-dark.bg-white .page-item88.disabled .page-link88 {
    color: #222121;
    pointer-events: none;
    cursor: auto;
    background-color: #f0f0f0;
    border-color: #7e7e7e;
  }

  .page-link88 {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #363636;
    border-color: #363636;
  }
  
 

  


  body.bg-dark.bg-white .page-link88 {
    color: #000000;
    background: #ececec;
    border-color: #000000;
  }

 
  
  .page-item88.disabled .page-link88 {
    color: #fdfdfd;
    pointer-events: none;
    cursor: auto;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
  }

  .page-link88 {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #363636;
    border-color: #363636;
  }
  
  .page-link88:hover {
    z-index: 2;
    color: #ffffffff;
    text-decoration: none;
    background-color: #000000;
    border-color: #000000;
  }

  body.bg-dark.bg-white .page-link88:hover {
    z-index: 2;
    color: #ffffffff;
    text-decoration: none;
    background-color: #000000;
    border-color: #000000;
  }
  
