a:hover {
  text-decoration: none;
}

i.loading-animation {
  animation: loading 1.5s infinite linear;
}

@keyframes loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

button.btn-chat-help-pojok-kanan-bawah {
  border-radius: 50%;
  color: white;
  border: none;
  bottom: 30px;
  outline: none;
  padding: 10px 20px;
  position: fixed;
  right: 30px;
  z-index: 10;
  height: 60px;
  width: 60px;
}

button.btn-chat-help-pojok-kanan-bawah i {
  font-size: 38px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

div.box-chat-help-wa {
  background-color: white;
  bottom: 100px;
  display: none;
  height: auto;
  position: fixed;
  right: 30px;
  width: 300px;
  z-index: 10;
}

div.box-chat-help-wa div.top {
  height: auto;
  width: 100%;
}

div.box-chat-help-wa div.top h4 {
  color: white;
  font-size: 18px;
  padding: 10px 0;
}

div.box-chat-help-wa input,
div.box-chat-help-wa textarea {
  font-size: 13px;
}

div.box-chat-help-wa textarea {
  height: 150px;
}

div.nav {
  height: 95px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

div.navbar-top {
  background-color: #222;
  height: 30px;
  position: relative;
  width: 100%;
}

div.navbar-top p {
  color: white;
  font-family: "Open Sans";
  font-size: 13px;
  position: relative;
  text-align: center;
  transform: translate(0, -50%);
  top: 50%;
}

div.navbar-core {
  background-color: white;
  height: 65px;
  position: relative;
  width: 100%;
}

div.navbar-core div.main {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  margin: auto;
  position: relative;
  width: 1200px;
}

div.navbar-core div.main-mobile {
  display: none;
}

div.navbar-core div.main div.menu {
  position: relative;
  margin: auto 0;
  width: 400px;
}

div.navbar-core div.main div.menu a {
  color: #444;
  font-family: "Nunito";
  font-size: 13px;
  margin: 5px;
  transition: 0.2s;
}

div.navbar-core div.main div.menu a:hover {
  color: grey;
}

div.navbar-core div.main div.menu a.dropdown-item {
  margin: 0;
}

div.navbar-core div.main div.logo {
  position: relative;
}

div.navbar-core div.main div.logo img {
  float: left;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
}

div.navbar-core div.main div.logo h2 {
  color: #333;
  float: left;
  font-family: "Nunito";
  font-size: 20px;
  line-height: 65px;
  margin-left: 5px;
}

div.navbar-core div.main div.other {
  display: flex;
  flex-direction: row;
  margin: auto 0;
  justify-content: flex-end;
  width: 400px;
}

div.navbar-core div.main div.other a.cart {
  color: #333333;
  font-size: 15px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.navbar-login-register-button {
  background-color: #333;
  color: white !important;
  padding: 7px 15px;
  font-size: 11px !important;
  margin-right: 20px;
  text-align: center;
  transition: 0.3s;
}

.navbar-login-register-button:hover {
  color: #ccc !important;
}

div.navbar-core div.main div.other i.fa-search {
  cursor: pointer;
  position: relative;
  top: 7px;
}

div.navbar-core div.main div.other input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  float: left;
  height: 30px;
  outline: none;
  padding: 0 8px;
}

div.cekresi {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

div.cekresi input {
  box-sizing: border-box;
  position: absolute;
  height: 50px;
  left: 50%;
  outline: none;
  padding: 0 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

div.cekresi i {
  cursor: pointer;
  color: white;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

div.form-search {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

div.form-search input {
  box-sizing: border-box;
  position: absolute;
  height: 50px;
  left: 50%;
  outline: none;
  padding: 0 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

div.form-search i {
  cursor: pointer;
  color: white;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

div.menu-mobile {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translate(-120%, 0);
  width: 100%;
  z-index: 99;
}

div.menu-mobile div.menu {
  background-color: #f5f5f5;
  box-sizing: border-box;
  height: 100vh;
  padding: 20px;
  width: 200px;
}

div.menu-mobile div.menu a {
  color: #333;
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  padding: 10px 0;
}

div.menu-mobile i.fa-times {
  cursor: pointer;
  color: white;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-mobile .dropdown-categories {
  display: none;
  margin-bottom: 20px;
}

.menu-mobile .dropdown-categories .dropdown-item {
  font-size: 13px;
}

div.nav-height {
  height: 95px;
}

@media screen and (max-width: 1250px) {
  div.navbar-core div.main {
    width: 900px;
  }
}

@media screen and (max-width: 950px) {
  div.navbar-core div.main {
    display: none;
  }

  div.navbar-core div.main-mobile {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin: auto;
    position: relative;
    width: 90%;
  }

  div.navbar-core div.main-mobile i {
    cursor: pointer;
    font-size: 15px;
  }

  div.navbar-core div.main-mobile div.menu {
    width: 90px;
  }

  div.navbar-core div.main-mobile div.other {
    width: 90px;
  }
}

div.overlay-screen {
  background-color: white;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 11;
}

img.img-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 12;
}

div.banner-home img {
  height: calc(100vh - 95px);
  object-fit: cover;
  width: 100%;
}

div.banner-home button {
  background-color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 1px 2px 12px rgba(0,0,0,0.1);
  color: black;
  height: 50px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  z-index: 1;
}

div.banner-home button.slick-prev {
  left: 10px;
}

div.banner-home button.slick-next {
  right: 10px;
}

div.banner-home ul.slick-dots {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

div.banner-home ul.slick-dots {
  cursor: pointer;
}

.button-bottom-modal-cart-global {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

#modalCart div.modal-body div.item-cart {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 3px 15px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  position: relative;
  display: flex;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 10px;
  width: 98%;
}

#modalCart div.modal-body div.item-cart img.thumb-img {
  border-radius: 7px;
  height: 80px;
  margin-right: 10px;
  object-fit: cover;
  width: 80px;
}

#modalCart div.modal-body div.item-cart h4.product-name {
  font-size: 15px;
  margin-bottom: 0;
}

#modalCart div.modal-body div.item-cart p.information {
  color: #555555;
  font-size: 13px;
}

#modalCart div.modal-body div.item-cart h5.price {
  color: #ff0066;
  font-size: 16px;
}

#modalCart div.modal-body div.item-cart div.option {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#modalCart div.modal-body div.item-cart .fa-trash {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

#modalCart div.modal-body div.item-cart div.qty {
  display: flex;
  right: 50px;
  position: relative;
}

#modalCart div.modal-body div.item-cart div.qty button {
  background-color: #e5e5e5;
  border: none;
  height: 30px;
  display: block;
  outline: none;
  width: 30px;
}

#modalCart div.modal-body div.item-cart div.qty input {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
  text-align: center;
  width: 40px;
}

.button-bottom-modal-cart-global button {
  background-color: white;
  border: 1px solid #00af50;
  border-radius: 6px;
  color: #00af50;
  font-size: 13px;
  height: 40px;
  outline: none;
  margin-right: 5px;
  width: 100%;
}

.button-bottom-modal-cart-global a {
  border-radius: 6px;
  font-size: 13px;
  height: 40px;
  outline: none;
  margin-left: 5px;
  width: 100%;
}

.button-bottom-modal-cart-global a button {
  background-color: #00af50;
  color: white;
}

div.social-proof {
  background-color: white;
  border-radius: 50px;
  box-shadow: 2px 5px 10px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: auto;
  position: fixed;
  padding-right: 5px;
  left: 20px;
  bottom: -100px;
  width: 300px;
  transition: 0.5s;
  z-index: 9;
}

div.social-proof div.main {
  display: flex;
}

div.social-proof div.main img {
  border-radius: 50%;
  height: 75px;
  padding: 5px;
  object-fit: cover;
  width: 75px;
}

div.social-proof div.main div.text {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  height: 75px;
  justify-content: center;
}

div.social-proof div.main div.text span img {
  height: auto;
  width: 20px;
}

div.social-proof div.main div.text p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}

div.social-proof div.main div.text p.product_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

div.social-proof div.main div.text span.verified {
  color: #888;
  font-size: 13px;
}

div.social-proof div.main div.text span.verified img {
  padding: 0;
  width: 15px;
}

div.social-proof div.main div.text span.verified span.app_name {
  color: royalblue;
}

div.social-proof div.main div.text .font-bold {
  font-weight: bold;
}

footer {
  background-color: white;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2);
}

footer div.information {
  height: auto;
  width: 100%;
}

footer div.information div.main {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  margin: auto;
  padding: 30px 0;
  position: relative;
  width: 1000px;
}

footer div.information div.main h2.brand-footer {
  color: #333333;
  font-size: 20px;
}

footer .newsletter {
  margin-bottom: 20px;
}

footer .newsletter .title {
  font-family: "Nunito";
  font-size: 17px;
}

footer .newsletter .input-email-subscribe {
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 0;
  outline: none;
  font-size: 13px;
  transition: .2s;
  display: block;
  width: 200px;
}

footer .newsletter .input-email-subscribe:focus {
  border-bottom: 1px solid #aaa;
}

footer .newsletter .btn-subscribe {
  border: none;
  padding: 10px 25px;
}

footer div.information div.main div.about {
  box-sizing: border-box;
  padding-right: 20px;
  width: 400px;
}

footer div.information div.main div.about img.logo {
  width: 170px;
}

footer div.information div.main div.about p {
  color: #555;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

footer div.information div.main div.about div.sosmed {
  margin-top: 15px;
}

footer div.information div.main div.about div.sosmed h3 {
  color: #222;
  font-family: "Nunito";
  font-size: 17px;
  margin-bottom: 7px;
}

footer div.information div.main div.about div.sosmed a {
  color: #555;
  font-size: 18px;
  margin-right: 15px;
}

footer div.information div.main div.about div.sosmed a:hover {
  color: #009479;
}

footer div.information div.main div.item h3.title {
  color: #222;
  font-family: "Nunito";
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer div.information div.main div.item a,
footer div.information div.main div.item p {
  color: #555;
  display: block;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  margin: 7px 0;
}

footer div.information div.main div.item a:hover {
  color: #009479;
}

footer div.information div.main div.item div.payment_logo {
  width: 235px;
}

footer div.information div.main div.item img.logo_payment {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  object-fit: contain;
  height: 30px;
  width: 55px;
}

footer div.copyright {
  background-color: #363f4d;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

footer div.copyright p {
  color: #eee;
  font-family: "Open Sans";
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
