.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
/*  line-height: 90px; */
  font-size: 12px;
/*  font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

a { color: #8f1723; }
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li:hover > a {
  color: #8f1723;
}

#sp-footer {
	background: #8f1723;
	font-size: 10px;
}

/* Colors of social icons */
ul.social-icons > li {font-size: 26px;}
.fa.fa-facebook {color: #4267b2;}
.fa.fa-twitter {color: #1da1f2;}
.fa.fa-soundcloud {color: #ff5500;}
.fa.fa-youtube {color: #d32322;}
.fa.fa-instagram {color: #ca37ac;}

/* Product images J2Store in one row */
.additional-image-list li {
    display: inline-block;
}
.additional-image-list {
    padding: 0;
}

/* Product overview margin button add-to-cart */
.j2store-addtocart-form {
margin-bottom: 50px;
}
/* Product detail margin button Back to overview */
a.j2store-product-back-btn.btn.btn-small.btn-info {
margin-bottom: 25px;
}

/* Product filter */
#j2store-pf-filter-product-type {
border: solid black 2px;
background: #abcabc;
padding: 20px;
}

h2.product-title {
	font-size: 18px;
}