
.btn-dark {
    background-color: #2C304D;
}

.info-box svg {
    color: #4b4b4b;
    font-size: 3.7rem;
    margin-right: 1.9rem;
    min-width: 3.5rem;
    text-align: center;
}

.add-cart:hover, .add-cart:focus, .add-cart:hover span, .add-cart:focus span {
  color: #fff;
}

.text-gold-mouza {
  color: #DFC260 !important;
}

.get-reseller h4 {
  font-size: 2rem;
  letter-spacing: 1rem;
}

.get-reseller .card-title {
  font-size: 5rem;
  letter-spacing: .5rem;
}

.get-reseller p {
  font-size: 2rem;
  letter-spacing: .2rem;
}

.get-reseller a,
.get-reseller a:hover,
.get-reseller a:focus,
.content-produk .button-buy a,
.content-produk .button-buy a:hover,
.content-produk .button-buy a:focus,
.content-produk .button-buy a:active {
  background: #333333;
  border-color: #333333;
  color: white;
}

.footer-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer .widget-newsletter {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-bottom {
    border-top: 1px solid #ffdb2c17;
    background-color: #ffdb2c17;
    font-size: 1.4rem;
}

.btn-subscribe {
  min-width: 50px !important;
  background: #F2E275;
  color: white;
  border-color: #F2E275;
}

.footer-menu ul li a {
  font-size: 1.4rem;
  font-weight:  600;
  color: #a8a8a8;
}

.footer-menu ul li a:hover, .footer-menu ul li a:focus {
  color: #a8a8a8;
}

.cart-dropdown .dropdown-toggle::before {
    color: #333333;
}

.header-contact, .header-contact span,
.cart-dropdown .dropdown-toggle .cart-count {
    color: #333333;
}

.btn-message-header {
    border-radius: 5px;
    padding: 10px 12px;
    line-height: 10px;
}

.footer {
    background: none;
}

.footer .social-icon {
    background-color: #CC9832;
    border-radius: 50%;
    border: 1px dashed white;
}

.footer .social-icon:hover, .footer .social-icon:focus {
    background-color: #f0ad4e;
    color: #fff;
}

ul.ul-modal-member li {
    font-size: 1.6rem;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
