@charset "UTF-8";

.all-product-banner {
  width: 100%;
  background-color: #f7f7fb;
  background-image: url("../img/Banner-all-product.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 36px 40px 48px;
  color: white;
  position: relative !important;
}

.all-product-banner-wrapper{
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  background-color: transparent;
  background-image: linear-gradient(90deg,#000000 0%,#00000000 100%);
  opacity: 1;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.all-product-banner-btn {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  position: relative !important;
  padding: 12px 24px;
  font-size: 14px;
}

.all-product-banner-btn:hover {
  color: #4fb648;
  border-color: #4fb648;
}

.all-product-banner-btn-create-account {
  background-color: white;
  border: none;
  border-radius: 4px;
  color: black;
  font-weight: 600;
  position: relative !important;
  padding: 12px 24px;
  font-size: 14px;
  margin-right: 24px;
}

.all-product-banner-btn-create-account:hover {
  color: white;
  background-color: #4fb648;
}

.text-gray {
	color: #787878;
}

.fs-14 {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
    line-height: 21px;
    text-align: left;
}

.fs-16 {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
    line-height: 21px;
    text-align: left;
}

.sl-orderby {
	width: 320px;
	font-size: 14px;
	border: 1px solid #E1E3DF;
	border-radius: 3px;
	color: #787878;
}

.sl-orderby:hover{
	border: 1.5px solid #c2c4c0;
}

.all-product-lef-nav-bar {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 20%;
}

.all-product-content {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 80%;
   
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: flex-start;
   height: fit-content;
}
.all-product-content-row {
 
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   height: fit-content;
}

.all-product-content-last-row {
   
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   height: fit-content;
}
.product-card {
   background-color: white;
   max-width: 19%;
   padding: 12px;
   margin: 2px;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
}

.product-card:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.product-card-img {
	width: 100%;
}

.product-card-title {
	font-weight: 500;
	color: black;
	font-size: 16px;
	margin: 12px 0px;
}

.product-card-title:hover {
	text-decoration: underline;
}

.product-card-price {
	font-weight: 500;
	color: #2bcd78;
	font-size: 16px;
	margin-bottom: 24px;
	max-width: 100%;
}

.all-product-bg-grey {
	background-color: #f4f6f8;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 80px;
}

.all-product-bg-bottom {
	background-image: url("../img/all-product-bg-bottom.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 80px;
	position: relative;
}

.all-product-bg-bottom-overlay {
	background-color: #000000db;
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.cat-link:hover {
	font-weight: 500;
	color: black !important;
	border-bottom: 2px solid #4fb648;
}

.active-cat {
	font-weight: 500;
	color: black !important;
	border-bottom: 2px solid #4fb648;
}

.paging-wrapper {
	width: 100%; 
	display: flex; 
	justify-content: flex-end;
	margin-bottom: 48px;
}

.paging-wrapper > a {
	text-decoration: none;
}

.product-page-numbers {
	background-color: transparent;
    color: #787878;
	display: inline-block;
	font-size: 16px;
    border-radius: 50% 50% 50% 50%;
    padding: 10px;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.product-page-numbers-current {
	background-color: #111;
    color: #fff;
}

.product-page-numbers:hover {
	background-color: #111;
    color: #fff;
}