.sm\:text-4xl
{
    font-size: 1.75rem;
}

.topnav-link-item,
.header-buttons,
.sicon-mail::before,
.sicon-search::before,
.sicon-user::before,
.sicon-cart::before,
.sicon-menu::before
{
    color: #d39f4b !important;
    font-weight: 700 !important;
}

.main-menu li > a span
{
  color: #d39f4b !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

/*---------------- Mobile Screens -------------*/
@media only screen and (max-width: 767px)
{ 
    .sm\:text-4xl
    {
        font-size: 1.5rem !important;
    }

    .main-menu li > a span
    {
        color: #d39f4b !important;
        font-size: 14px !important;
    }
}