/***PRODUCT SIDEBAR******************************************/
.left_sidebar_area .widgets_inner ul li{
  list-style-type: none;
}

.left_sidebar_area .widgets_inner ul li a{
  display: flex;
  justify-content: space-between;
}
.left_sidebar_area .widgets_inner ul li:hover {
  color: #0061aa;
}
.left_sidebar_area .widgets_inner ul li:hover a {
  color: #0061aa;
}

.left_sidebar_area .widgets_inner ul li:hover a span{
  text-decoration: none !important;
}

.l_w_title h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 40px;
  position: relative;
}
.p_filter_widgets .list li {
  margin-bottom: 18px;
}
.p_filter_widgets .list li a {
  font-weight: normal;
  color: #797979;
  position: relative;
}
.p_filter_widgets .list li:last-child {
  margin-bottom: 0px;
}
.single_product_item {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single_product_item .single_product_text a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single_product_item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 23, 51, 0.09);
}

.single_product_item .single_product_text ul li{
  list-style-type: disc;
  font-size: 12px;
}

.filter-active a{
	font-weight: 600 !important; 
}

/***PRODUCT LIST******************************************/

/*.single_product_item{
	height: 100% !important;
}

.card{
	height: 100% !important;
}*/

.product-img{
	max-width: 400px;
	width: 100%;
	height: 100%;
	align-items: center;
	-webkit-align-items: center;
}

/***BPRODUCT LIST******************************************/
/** .best_seller .single_product_item {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #666;
}
.best_seller .single_product_item .single_product_text {
  padding: 35px 0 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.best_seller .single_product_item .single_product_text h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}
.best_seller .single_product_item .single_product_text h3 {
  font-weight: 300;
  font-size: 18px;
}
.best_seller .single_product_item .single_product_text a {
  color: #ff3368;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.best_seller .single_product_item .single_product_text a i {
  float: right;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.best_seller .single_product_item:hover {
  box-shadow: none;
}
.best_seller .single_product_item:hover .single_product_text {
  padding: 32px 0 0;
}
.best_seller .single_product_item:hover a {
  opacity: 1;
  visibility: visible;
}**/
