a:hover {
  color: #d7d7d7;
}

.gc-locate {
  color: #ffffff;
}

.gc-locate {
  letter-spacing: 0.5px;
}

.gc-locate::before {
  color: #ffffff;
}

.gc-locate::before {
  font-family: icon;
  font-size: 22px;
}

.gc-locate::before {
  content: "d";
  float: left;
  margin-right: 10px;
}

gc-tophat container .gc-tophat {
  background-color: #534a46;
  color: #ffffff;
}

.gc-tophat {
  font-family: Titillium;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 16px;
}

.gc-tophat {
  overflow: hidden;
  padding: 10px;
}

.gc-tophat-wrapper {
  background-color: #534a46;
  border-bottom: 1px solid #f7591e;
}

.gc-tophat-wrapper {
  position: relative;
  width: 100%;
}

.gc-welcome {
  float: right;
  margin-right: 0;
}

@media (min-width: 400px) { 
  .gc-welcome {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .gc-tophat {
    font-size: 12px;
  }

  .gc-tophat {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .gc-tophat {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .gc-tophat-wrapper {
    z-index: 3;
  }
}


.gc-tophat-inner span.phone {
  color: white;
  margin-left: 3px;
}


/* extra */
.gc-cart-cont {
  display: inline-block;
  bottom: 0;
  right: 0;
  position: absolute;
}
.gc-tophat-inner {
  position: relative;
}

@media (max-width: 768px) {
  form#cuSelectForm {
    margin-left: 20px;
  }
}

@media (max-width: 530px) {
  body.home2 div#cuSelectInner {
    width: 215px;
  }
  .gc.tophat-inner span.phone {
    display: none;
  }
}
