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

.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 rgba(0, 0, 0, 0.2);
}

.dropdown-expanded .header-menu a:hover,
.dropdown-expanded .header-menu a:focus {
    color: white;
    text-decoration: none;
}

.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 {
  background: #DFC260;
  border-color: #DFC260;
  color: white;
}


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

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

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

.footer {
    background-color: rgba(0, 0, 0, 0.8);
}

.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);
  }
}
