.gc-cart {
  color: #d7d7d7;
}

.gc-cart {
  float: right;
  text-indent: 9999;
}

.gc-cart-count {
  color: #534a46;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gc-cart-count-wrapper {
  float: right;
  margin-left: 10px;
  margin-top: -3px;
  overflow: hidden;
  padding-top: 3px;
  position: relative;
}
.gc-cart-count-wrapper:active, .gc-cart-count-wrapper:hover, a.gc-cart:active, a.gc-cart:focus {
  color: #d7d7d7;
}
.gc-cart-icon {
  color: #d7d7d7;
}

.gc-cart-icon {
  font-family: icon;
  font-size: 30px;
}

.gc-cart-icon {
  float: right;
}

.gc-cart .gc-cart-label {
  display: none;
}

@media (min-width: 400px) { 
  .gc-cart .gc-cart-label {
    display: inline-block;
  }
}
