a {
  transition: color .3s ease; }
  a:hover {
    color: #d5b529; }

.btn.btn-primary {
  background-color: #d5b529;
  transition: all 0.2s ease; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #aa9121; }

.primary-color {
  color: #d5b529; }

.product-flag {
  background-color: #d5b529 !important; }

.dropdown-menu {
  color: #000; }
  .dropdown-menu a {
    color: #d5b529; }

@media screen and (min-width: 767px) {
  #header {
    background-color: #191919; } }

#header a:not(.dropdown-item):hover {
  color: #d5b529; }

#header a:not(.dropdown-item).logout, #header a:not(.dropdown-item).account {
  color: #fff; }

#header .user-info a {
  color: #fff; }

#header .header-nav {
  border: none; }
  #header .header-nav #_desktop_contact_link {
    display: none; }
  #header .header-nav .dropdown .expand-more {
    color: #fff; }
  #header .header-nav .cart-preview.active {
    background: #d5b529; }

#header .header-top .search-widget button {
  top: 3px; }

#header .header-top .search-widget form input[type=text]:focus {
  outline-color: #d5b529; }
  #header .header-top .search-widget form input[type=text]:focus + button .search {
    color: #d5b529; }

#header .header-top a[data-depth="0"] {
  color: #fff;
  transition: all 0.5s ease; }
  #header .header-top a[data-depth="0"]:hover {
    color: #d5b529; }

#header .header-top .menu li {
  position: relative; }

#header .header-top .menu .popover {
  width: auto;
  min-width: auto;
  left: 0; }

#header .header-top #mobile_top_menu_wrapper a {
  color: #000; }

@media screen and (max-width: 767px) {
  #header .header-top {
    margin-top: 10px; } }

#header .logo {
  position: absolute;
  top: -75px;
  left: -20px; }

#footer {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.3);
  background-color: #191919;
  padding-top: 0.5rem; }
  #footer .footer-container {
    box-shadow: none; }
    @media (max-width: 767px) {
      #footer .footer-container .links ul {
        background-color: #191919; }
      #footer .footer-container .logo {
        display: block;
        margin: auto; } }
    #footer .footer-container li a {
      color: #fff; }
      #footer .footer-container li a:hover {
        color: #d5b529; }
    #footer .footer-container .contact ul li {
      color: #bbb;
      padding: 0 0 7px 4px;
      overflow: hidden;
      line-height: 30px;
      display: inline-block;
      width: 100%; }
      #footer .footer-container .contact ul li .fa {
        width: 32px;
        text-align: center;
        padding-right: 12px;
        display: inline;
        height: auto;
        line-height: normal;
        vertical-align: baseline;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        margin-top: 0;
        float: left;
        color: #908f8f;
        font-size: 25px; }
  #footer .h3 {
    color: #fff; }
    #footer .h3 a {
      color: #fff; }
