.span-button {
  display: inline-block;
  margin: 18px 10px;
  border: none;
  color: #30242B;
  font-size: 18px;
  cursor: pointer;
}

.span-button:hover {
  color: #222;
}

.span-button:active,
.span-button.is-checked {
	border-bottom: 2px solid;
}

.span-button.is-checked {

}

.span-button:active {
 
}

/* ---- button-group ---- */

.button-group{
	text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}


/* ---- isotope ---- */

.grid {
 
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 33%;
  color: #262524;
  padding: 15px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

 ul.products.elementor-grid li.product {
    padding: 0;
    margin: 0;
    float: none;
}

ul.products.elementor-grid {
	list-style: none;
    margin: 0!important;
	padding: 0
}

ul.products li.product {
    text-align: center;
}

a.woocommerce-loop-product__link {
    display: block;
    position: relative;
}
.portfolio-title{
    font-size: 18px;
    font-weight: 400;
    color: #383838	
}