/* Add custom CSS styles below */ 
/* Nav Background*/
#mainnav{
  background: #351938 !important;
}
/* Nav icons color*/
.header-btn__icon {
    border-color: #ffffff;
    border-color: rgb(255 255 255);
    color: #ffffff;
    color: rgb(255 255 255);
}

#mainnav .mburger .sicon-menu {
  color: #ffffff;
}

.s-cart-summary-total{
  color:#ffffff
}

/* Nav Menu colors*/
#mainnav .main-menu > li.root-level > a,
#mainnav .main-menu > li.root-level > a > span {
  color: #ffffff;
}

/* Featured Icons Colors*/

.s-block--features .feature-icon i {
  color: #ffffff;
}


/* Footer*/
/* Footer Background*/
footer.store-footer,
footer.store-footer .store-footer__inner {
  background: #351938;
}

/* Footer Links coloring*/
footer.store-footer a:hover {
    color: #eaa16e;
}

/* Footer Contact Coloring*/
.store-footer .s-contacts-item:hover .s-contacts-icon{
  border-color: #eaa16e;
}

/* Footer Social Coloring*/
.store-footer .s-social-link > a:hover,
.store-footer .s-social-link > a:hover::after {
  border-color: #eaa16e;
}


/* Bottom footer text + links color */
.store-footer .copyright-text,
.store-footer .copyright-text p,
.store-footer .copyright-text span,
.store-footer .copyright-text a {
  color: #ffffff;
}

/* Keep link same color even on hover */
.store-footer .copyright-text a:hover {
  color: #eaa16e ;
}
/* ACTIVE tab */
.tabs .s-button-wrap.is-active .s-button-element{
  background-color:#351938 !important;
  border-color:#351938 !important;
}

/* Force active text to white (this is the missing part) */
.tabs .s-button-wrap.is-active .s-button-element,
.tabs .s-button-wrap.is-active .s-button-element .s-button-text,
.tabs .s-button-wrap.is-active .s-button-element *{
  color:#ffffff !important;
}

/* NON-active hover */
.tabs .s-button-wrap:not(.is-active) .s-button-element:hover{
  background-color:#351938 !important;
  border-color:#351938 !important;
}

/* Force hover text to white */
.tabs .s-button-wrap:not(.is-active) .s-button-element:hover,
.tabs .s-button-wrap:not(.is-active) .s-button-element:hover .s-button-text,
.tabs .s-button-wrap:not(.is-active) .s-button-element:hover *{
  color:#ffffff !important;
}