/* Add custom CSS styles below */ 
.header-inner  i , .sicon-search:before , .sicon-user:before , .sicon-cart2:before , .s-cart-summary-total , #mainnav > div > div > div > div.flex.items-center.justify-start.w-1\/3 > a > p , .s-cart-summary-total , .dark .s-cart-summary-total
{
  color: #fff !important;
}

.s-cart-summary-count {
    background: #fdfdfd;
   color: #000;
}
.store-footer .footer-container .footer-list a , .dark .footer-profile blockquote, .dark .footer-profile p , .store-footer h3 , .s-trust-badges-content p , .s-trust-badges-content b , .dark .footer-bottom .copyrights p{
  color: #fff !important;
}
.store-footer .footer-container .footer-list a:hover {
    color: #eee!important;
}
.to-top a{
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 30px;
}