/* Add custom CSS styles below */ 
.s-product-card-content-footer salla-add-product-button .s-button-primary {
  background:black;
  border-color:black;
}
.s-product-card-content-footer salla-add-product-button .s-button-primary span {
  flex-direction:row-reverse;
  width:100%;
  justify-content:space-evenly
}
.s-product-card-content-footer salla-add-product-button .s-button-primary span i:before {
  content:"\e90c"
}
.footer-curve {
  color: var(--dark-bg-main);
}
footer .footer-list a.block::before {
	content: '•';
	font-size: 20px;
	vertical-align: sub;
	margin-left: 2px;
	color: #fff !important;
}
footer .footer-list a.block {
  width: 80%;
  margin:auto;
  text-align:start
}
select option[value="bestSell"] {
  display: none;
}
.flex-center:not(.flex-col) .divider-wrapper {
  border-bottom:2px solid var(--color-primary)
}
.divider-icon ~ .divider-wrapper {
  border-bottom:unset!important;
}
.product-single article {
  background:unset;
  padding: unset
}
.product-single #btn-show-more {
  width: max-content;
  background:unset;
  color:var(--color-primary);
  border:unset;
  border-radius:unset;
  text-decoration:underline
}
.product-single #btn-show-more i {
  display:none
}
.product-index .sub-cat-slider .sub-cat-icon h3 {
  background:var(--color-primary);
  padding:0 5px 8px 5px;
  border-radius:11px;
}