@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

/* :root {
  --body: #007237;
  --primary-color: #00aa0e;
  --button-color: #00ca11;
  --soft-color: #3ca150;
  --shadow-flash: #29e238a1;
  --linear-body: linear-gradient(40deg,
      rgba(0, 114, 55, 1) 0%,
      rgba(60, 187, 106, 1) 100%);
  --content:#F1F3F8
} */

.btn-outline-success {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-success:hover,
.btn-outline-success:active {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.colo {
  background: var(--soft-color);
}

*,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 14px;
  font-family: sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  object-fit: cover;
}

body {
  background: var(--body);
  height: 100vh;
}

button {
  border: none;
  outline: none;
}

.btn-main {
  background: var(--button-color);
  color: white;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 5px -3px rgba(2, 2, 2, 0.377);
}

.btn-main-soft {
  background: var(--button-color) 2d;
  color: rgba(0, 202, 17, 0.623);
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.btn-md {
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px;
}

.btn-xs {
  font-size: 13px;
  padding: 1px 8px;
  border-radius: 3px;
}

.back {
  cursor: pointer;
  padding: 10px 0;
}

.wrapper {
  padding: 60px 10px;
  width: var(--width-default);
  margin: auto;
  background: var(--content);
  position: relative;
  display: none;
  overflow-y: scroll;
  height: 100vh;
}

.wrapper-container {
  width: 100%;
  margin: auto;
  background: #f5f5f5;
  position: relative;
  overflow-y: scroll;
  background: url("assets/img/checkout.png");
  background-repeat: repeat;
}

.receipt-card {
  width: 768px;
  margin: auto;
  height: 100%;
  padding: 15px;
}

.report-box {
  position: relative;
  width: 100%;
  margin: 20px 10px 30px 0;
}

.report-box:before {
  content: "";
  width: 763px;
  background: #020202bb;
  box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
  position: absolute;
  right: -12px;
  top: -22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  height: 20px;
  border-radius: 25px;
  border: 5px solid rgba(255, 255, 255, 0.4);
}

.box {
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.144),
    inset 0px 11px 8px -10px rgb(58, 58, 58), inset 0px -11px 8px -10px #ccc;
  position: relative;
  border-radius: 0 0 5px 5px;
  border-color: transparent;
  background-color: white;
  padding: 20px;
}

.header-receipt {
  line-height: 15px;
  border-bottom: 1px solid rgb(209, 209, 209);
  padding-bottom: 20px;
}

.body-receipt ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #dadada;
  font-size: 13px;
}

.table-receipt {
  width: 100%;
  font-size: 13px;
}

.table-receipt thead tr th,
.table-receipt tfoot tr th {
  background: #eeeeee;
  padding: 10px 5px;
}

.table-receipt tbody,
.table-receipt thead {
  border-bottom: 1px solid rgb(110, 110, 110);
}

.table-receipt tbody tr td {
  padding: 10px 5px;
  border-bottom: 1px dashed #dadada;
}

.table-receipt tbody tr td:first-child {
  font-weight: 500;
}

.table-receipt tbody tr td:last-child {
  text-align: right;
}

.table-receipt tbody tr:last-child td {
  border-bottom: none;
}

.table-receipt ul li {
  padding: 5px 0;
  border-bottom: none;
}

.table-receipt ul li span:nth-child(1) {
  font-weight: 400;
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 3px;
}

.top {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.main-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 17px;
  width: var(--width-default);
  margin: auto;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}

.logo img {
  width: 30px;
  margin-right: 10px;
}

.top ul {
  display: flex;
}

.top ul i {
  font-size: 22px;
}

.top ul li a {
  padding: 10px;
  display: inline-block;
  color: rgb(121, 121, 121);
}

.top span {
  font-weight: 600;
}

.banner {
  overflow: hidden;
}

.banner img {
  object-fit: cover;
  height: 500px;
}

.sosmed ul {
  display: flex;
  font-weight: 300;
  justify-content: space-between;
  padding: 3px;
  border-bottom: 1px dashed #ddd;
}

.sosmed ul li {
  border-right: 1px dashed #ddd;
  text-align: center;
  font-size: 10px;
  flex: 1;
  padding: 10px;
}

.sosmed ul li:last-child {
  border-right: transparent;
}

.sosmed ul li i {
  font-size: 20px;
  display: block;
  transition: 0.5s;
}

.sosmed ul li a {
  color: #444;
}

.sosmed ul li a i {
  color: var(--primary-color);
}

.sosmed ul li a:hover i {
  transform: rotateY(360deg);
}

.artikel a {
  color: rgb(22, 22, 22);
  font-size: 14px;
  display: block;
  padding: 8px 0;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.artikel li {
  border-bottom: 1px dashed #ddd;
}

.artikel li:last-child {
  border-bottom: none;
}

.title-main {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 12px 10px;
  border-radius: 3px;
}

.title-main i {
  font-size: 18px;
}

.kategori {
  overflow-x: scroll;
}

.kategori::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

.kategori span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
}

.kategori ul {
  display: flex;
}

.kategori ul li {
  position: relative;
  margin-right: 10px;
}

.kategori ul li img {
  width: 160px;
  height: 100px;
  object-fit: cover;
}

.kategori ul li div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}

.kategori ul li div::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.315);
}

/* .card-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5em;
}
 */
.card-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.card-menu li {
  flex-basis: 25%;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
}

.card-menu li>div {
  flex: 1;
}

.card-menu .product-detail .text-body {
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.compact .product-detail .text-body {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.full-card .product-detail .text-body {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: white !important;
}

.card-menu .product-detail h5 {
  font-size: 16px;
}

.full-card h5 {
  font-size: 20px !important;
  font-weight: 700;
}

.card-menu .product-detail h6 {
  font-size: 16px;
  font-weight: 600;
}

.card-menu .img-product {
  height: 200px;
  margin-bottom: 10px;
}

.card-menu .img-product img {
  width: 100%;
  height: 100%;
}

.full-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em;
}

.full-card .product-detail {
  position: absolute;
  bottom: 58.5px;
  background: rgba(0, 0, 0, 0.411);
  width: 98%;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
}

.full-card .btn {
  background: var(--primary-color);
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.compact li {
  margin-bottom: 10px;
}

.compact .card .card-body {
  display: flex;
}

.compact .card .card-body .product-detail {
  flex: 1;
  overflow: hidden;
}

.compact .card .card-body .img-product {
  margin-right: 20px;
}

.compact .card .card-body .img-product img {
  height: 160px !important;
  width: 200px !important;
}

.compact h5 {
  font-weight: 700;
  font-size: 18px;
}

.compact h6 {
  font-weight: 700;
  font-size: 18px;
}

.compact a {
  background: var(--button-color);
  color: white;
}

.cart {
  display: none;
  justify-content: flex-end;
  background: var(--button-color);
  position: fixed;
  padding: 5px 15px;
  bottom: 5px;
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

.show {
  display: block !important;
}

.cart i {
  font-size: 32px;
}

.cart span {
  font-weight: 300;
  font-size: 14px;
}

.img-product,
.img-flash {
  position: relative;
}

.compact .img-product {
  position: unset;
}

.compact .promo {
  position: absolute;
  bottom: 0;
  width: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.compact .promo span {
  font-size: 12px;
  background: rgb(254, 177, 177);
  background: linear-gradient(48deg,
      rgba(254, 177, 177, 1) 0%,
      rgba(246, 0, 22, 1) 100%);
}

.compact .promo i {
  color: #ffffff;
  z-index: 99999;
  background: #d6d6d6;
  font-size: 12px;
}

.cart-total,
.konfirmasi {
  justify-content: flex-end;
  background: var(--button-color);
  position: fixed;
  padding: 5px 15px;
  bottom: 5px;
  width: 700px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
}

.cart-total h5 {
  background: var(--soft-color);
  padding: 7px;
  border-radius: 3px;
  font-size: 16px;
}

.promo {
  padding: 10px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promo span {
  background: red;
  font-size: 12px;
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
}

.promo i {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.637);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(3, 0, 0, 0.479);
  cursor: pointer;
}

.checkout-item {
  position: relative;
}

.checkout-item ul.list-order li {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-left: 4px solid var(--primary-color);
}

.checkout-item ul.list-order li .item-body small {
  font-size: 12px;
  font-weight: 500;
}

.checkout-item ul.list-order li .item-footer {
  padding: 8px 15px;
  background: #f7f6f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.checkout-item ul.list-order li .item-footer button {
  background: var(--button-color);
  color: white;
  border: none;
  padding: 6px 8px;
  font-size: 10px;
  border-radius: 3px;
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.616);
}

.checkout-item ul.list-order li .item-footer .inc input {
  background: none;
  border: none;
  text-align: center;
  width: 30px;
  font-weight: bold;
  font-size: 14px;
}

.checkout-item ul.list-order li .item-footer .qty-harga {
  background: none;
  border: none;
  text-align: left;
  width: 130px;
  font-weight: 500;
  font-size: 16px;
}

.checkout-item ul.list-order li .item-footer span {
  font-size: 18px;
}

.checkout-item ul.list-order li .item-body {
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  padding: 10px 15px 0 15px;
}

.checkout-item ul.list-order li .item-body img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.checkout-item ul.list-order li .item-body .item-text {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.checkout-item ul.list-order li .item-body .item-text p {
  font-size: 16px;
}

.form-input,
.form-input .input-text {
  position: relative;
}

.form-input label {
  font-size: 14px;
  font-weight: 500;
}

.form-input .input-text input,
.form-input .input-text textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
}

.form-input .input-text *:focus {
  border: none;
  outline: none;
  border-bottom: 1px solidvar(--button-color);
}

.search-item {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 71%;
  background: #fff;
  z-index: 999;
  line-height: 15px;
  display: none;
  height: 100%;
}

.search-item .search-input {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input .fa-long-arrow-left {
  font-size: 28px;
  margin-right: 20px;
}

.search-item .search-input>div {
  width: 100%;
}

.search-item .search-input input {
  border-radius: 2px;
  padding: 10px 0;
}

.search-item .search-input button {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 20px;
  color: rgb(206, 206, 206);
  transform: translateY(-50%);
  border: none;
  background: none;
}

.search-item img {
  width: 94px;
  height: 94px;
  border-radius: 5px;
  margin-right: 10px;
}

.search-result {
  height: 90%;
  overflow-y: scroll;
}

.search-result ul li {
  border-bottom: 1px solid #ececec;
}

.popular {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.popular a {
  color: #444;
  font-size: 14px;
  background: #eeeeee;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  margin-right: 2px;
  margin-bottom: 3px;
}

.ongkir ul {
  border-radius: 3px;
  overflow: hidden;
}

.ongkir li i {
  display: none;
}

.ongkir li input {
  display: none;
}

.ongkir li label {
  position: relative !important;
  top: 0 !important;
  font-size: 18px !important;
  color: #444;
  background: #f3f3f3;
  display: block;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  transition: 0.5s;
}

.pengiriman li label {
  position: relative !important;
  top: 0 !important;
  font-size: 18px !important;
  color: #444;
  display: block;
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}

.ongkir li input[type="radio"]:checked+label {
  background: var(--button-color) !important;
}

.ongkir li input[type="radio"]:checked+label i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.ongkir li:last-child label {
  border-bottom: none;
}

.none {
  display: none;
}

div.wrap div {
  position: relative;
  margin: 18px 0;
}

label {
  position: absolute;
  top: 3px;
  font-size: 16px;
  margin: 0;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.active {
  top: -10px;
  font-size: 12px;
  color: var(--button-color);
}

input[type="text"],
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(226, 226, 226);
  font-size: 14px;
  padding: 5px 0;
  resize: none;
}

input[type="text"]:focus,
textarea {
  outline: none;
}

textarea {
  height: 60px;
}

#provinsiList ul {
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 9999;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#provinsiList ul li {
  border-bottom: 1px solid #dadada;
  padding: 8px;
  cursor: pointer;
}

/*  */
.module {
  margin: 0 0 5px 0;
  overflow: hidden;
}

.module p {
  margin: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fixed-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.metode-info {
  cursor: pointer;
}

.metode-payment {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--width-default);
  z-index: 9999;
  background: #f5f5f5;
  display: none;
  height: 100%;
  box-sizing: border-box;
}

.metode-payment ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  margin: 4px 0;
}

.metode-payment ul li:last-child {
  border-bottom: transparent;
}

.metode-payment ul li label {
  cursor: pointer;
  line-height: 0.8em;
  position: relative;
  width: 100%;
  top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  background: #fff;
  border-radius: 3px;
  padding: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.034);
  text-align: right;
  transition: 0.5s;
}

.metode-payment ul li label small {
  color: #999999;
  font-size: 12px;
}

.metode-payment ul li img {
  width: 80px;
}

.metode-payment ul li input[type="radio"] {
  display: none;
}

.metode-payment ul li input:checked+label {
  background: var(--button-color) !important;
  color: white;
  font-weight: 600;
}

.metode-payment ul li input:checked+label small {
  color: white;
}

.bg-soft {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.6);
  z-index: 999;
}

.tutup {
  position: absolute;
  right: 5px;
  top: -30px;
  width: 36px;
  border-radius: 100%;
  height: 36px;
  background: #fff !important;
  box-shadow: 0 4px 5px -3px rgba(182, 164, 2, 0.616);
}

.blank-history {
  position: fixed;
  top: 0;
  width: var(--width-default);
  height: 100vh;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}

.blank-history img {
  width: 158px;
  margin-bottom: 20px;
}

.like-notif {
  background: rgba(0, 0, 0, 0.774);
  color: white;
  padding: 16px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: var(--width-default);
  z-index: 999;
  display: none;
  text-align: center;
}

.fa-trash-alt {
  cursor: pointer;
}

/* LOADER */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f7f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--button-color);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--soft-color);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.detail-item {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.692);
  z-index: 99999;
  display: none;
}

.detail-item .detail-body {
  position: absolute;
  bottom: 0;
  width: 476px;
  left: 50%;
  height: 90%;
  transform: translateX(-50%);
}

.detail-item .detail-body .detail-main {
  position: relative;
  border-top-right-radius: 10px;
  height: 100vh;
  overflow-y: scroll;
  border-top-left-radius: 10px;
}

.detail-item .detail-body .detail-main img {
  border-radius: 10px;
  margin-bottom: 10px;
  height: 300px;
}

.detail-item .detail-body .detail-main h5 {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 18px;
}

.detail-item .detail-body .detail-main p {
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.5em;
}

.detail-item .detail-body .detail-main .add-cart {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 95% !important;
  bottom: 10px;
}

.detail-item .detail-body .detail-main .detail-content {
  height: 35vh;
  overflow-y: scroll;
}

ul.variasi {
  margin: 5px 0;
}

ul.variasi input {
  display: none;
}

ul.variasi li {
  margin-right: 3px;
  margin-bottom: 5px;
}

ul.variasi li label {
  position: relative;
  padding: 10px;
  background: #dfdfdf;
  color: #4e4e4e;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s;
  display: flex !important;
  font-size: 14px;
  justify-content: space-between;
}

ul.variasi li input:checked+label {
  background: var(--soft-color);
  color: white;
}

/* RIPLE */
@-webkit-keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

@keyframes ripple-animation {
  0% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

.menu-icon.default,
.menu-icon.circle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

.menu-icon.circle a {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.menu-icon.alternative {
  display: flex;
  font-size: 12px;
  text-align: center;
}

.menu-icon.alternative li {
  margin: 6px;
  width: 30%;
  height: 30%;
}

.menu-icon li {
  position: relative;
}

.menu-icon li span {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 10px;
  background: #f7294b;
  color: white;
  padding: 2px 3px;
  border-radius: 2px;
}

.menu-icon li a {
  position: relative;
  padding: 10px;
  background: #fff;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.08);
  margin-bottom: 2px;
  transition: 0.5s;
}

.menu-icon li a:hover {
  transform: translateY(-10px);
}

.menu-icon li img {
  width: 40px;
}

ul.data-kec li {
  transition: 0.5s;
}

ul.data-kec li:hover {
  background: var(--button-color);
  color: white;
}

.card-compact {
  border-radius: 10px;
}

.compact-body {
  display: flex;
  padding: 15px;
  justify-content: space-between;
}

.compact-body img {
  width: 100px;
  height: 100px;
}

.compact-footer {
  border-top: 1px solid rgb(240, 240, 240);
  padding: 8px 15px;
}

.compact-footer a {
  display: block;
  width: 100px;
}

.compact-footer i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notif-buy {
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  z-index: 99999;
}

.notif-buy.default {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  border-radius: 50px;
}

.notif-buy.circle {
  bottom: 10px;
  left: 10px;
  width: 310px;
  border-radius: 5px;
}

.notif-buy.default img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}

.notif-buy.circle img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-right: 10px;
}

.notif-buy h5 {
  font-size: 16px;
}

audio {
  display: none;
}

.notif-buy em {
  font-size: 12px;
}

.flash-sale {
  overflow-x: scroll;
}

.list-flash-sale {
  display: flex;
  justify-content: space-between;
  width: 1800px;
}

.flash-sale::-webkit-scrollbar {
  display: none;
  width: 0;
}

.list-flash-sale li {
  position: relative;
  width: 172px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
}

.list-flash-sale img {
  width: 100%;
  height: 150px;
}

.list-flash-sale li h5 {
  color: #f7294b;
}

.list-flash-sale li .prog {
  background: var(--shadow-flash);
  width: 80%;
  border-radius: 25px;
  color: white;
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.list-flash-sale li .prog span {
  display: inline-block;
  background: var(--primary-color);
  text-align: left;
  padding: 2px 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
}

.img-flash span {
  position: absolute;
  right: 0;
  background: var(--primary-color);
  color: white;
  padding: 5px;
  top: 10px;
  border-radius: 3px 0 0 3px;
}

.timer {
  background: var(--primary-color);
  color: white;
  padding: 1px 5px;
  border-radius: 2px;
  margin: 0 3px;
  font-size: 18px;
  font-weight: 600;
}

.header-chat {
  background: #00642a;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
}

.list-notif {
  height: 90vh;
  overflow-y: scroll;
  background: #ecf4ff;
}

.chat-body {
  padding: 10px 5px 10px 5px;
  font-size: 14px;
  height: 90vh !important;
}

.chat-body .pengirim {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.041);
  min-width: 50px;
  max-width: 72%;
  border-radius: 0 10px 10px 10px;
  margin-left: 10px;
}

.chat-body .penerima {
  padding: 10px;
  background: var(--primary-color);
  margin-bottom: 10px;
  box-shadow: 0 4px 5px rgba(8, 124, 80, 0.041);
  border-radius: 3px;
  min-width: 50px;
  max-width: 72%;
  border-radius: 10px 0 10px 10px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
}

.chat-body .list-chat img {
  width: 45px !important;
  height: 45px !important;
  border: 3px solid #fff;
  border-radius: 100% !important;
}

.chat-body .register input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.chat-body .register input:focus {
  background-color: #e9e9e9;
}

.time-chat {
  display: block;
  text-align: right;
  color: #a5a5a5;
  font-size: 12px;
}

.replay-message {
  position: fixed;
  right: 0;
  width: 476px;
  background: #fff;
  padding: 10px;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.replay-message input[type="text"] {
  resize: none;
  height: 40px;
  width: 90%;
  border-radius: 3px;
  border: none;
  background: #f3f3f3;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
}

.replay-message button {
  background: #086146;
  border: none;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  color: white;
  border-radius: 3px;
}

/* CHAT */

.chat-content {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

.chat-content .chat-header {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
  background: var(--primary-color);
  color: white;
}

.chat-content .chat-header h1 {
  font-size: 18px;
}

.chat-content .chat-header .status {
  position: relative;
  padding: 0 15px;
}

.chat-content .chat-body {
  padding: 10px 20px;
  background: #f4f6ff;
  overflow-y: auto;
  height: 86vh;
}

.chat-content ul.chats li:last-child {
  margin-bottom: 150px;
}

.chat-content .chat-body li {
  margin: 5px 0;
}

.chat-content .chat-body span {
  font-size: 12px;
}

.chat-content .chat-header .status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #14b1ab;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.empty-chat {
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-chat img {
  width: 100px !important;
  height: 100px !important;
}

.group-fixed {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #b9b9b9;
}

.count_chat {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 1px 7px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
}

.voucher:focus {
  border: 0 !important;
  outline: none !important;
}

.geocoder-control {
  position: fixed;
  left: 50% !important;
  top: 80px;
  transform: translateX(-50%) !important;
  width: 64%;
}

.geocoder-control input {
  width: 100%;
  padding: 20px 10px !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.089);
}

.geocoder-control-suggestions {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100% !important;
}

/* RADIO */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 25px;
  top: 0 !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: var(--button-color);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--button-color);
}

input:checked+.slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#mapid {
  height: 380px;
  margin: 10px 0;
  border-radius: 3px;
}

.text-deskripsi {
  height: 83%;
  border-top: 1px dashed #c4c4c4;
  border-bottom: 1px dashed c4c4c4 !important;
}

.dashed {
  border-bottom: 1px dashed #c4c4c4;
}

.item-payment {
  overflow-y: scroll;
  height: 100%;
  display: none;
  padding: 10px 10px 50px 10px;
}

.text-sm {
  font-size: 12px;
}

.loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.199);
  display: none;
}

.loading-bar>div {
  padding: 15px 40px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.loader-dots {
  display: block;
  letter-spacing: 1px;
}

.loader-dots::after {
  content: "....";
  width: 0;
  position: absolute;
  overflow: hidden;
  animation: loader-dots-animation 1s infinite;
}

@keyframes loader-dots-animation {
  0% {
    width: 0em;
  }

  50% {
    width: 1.2em;
  }

  100% {
    width: 0em;
  }
}

.shadow-default {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.h-100 {
  height: 100%;
}

.center-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.corner {
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: 0;
}

.order-detail {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.order-detail>div {
  flex: 1;
}

.order-detail h6 {
  font-size: 14px;
}

.order-detail h4 {
  font-size: 18px;
}

.order-detail small {
  margin-top: 3px;
  line-height: 14px;
  display: block;
}

#map {
  width: 70%;
  margin: auto;
  height: 100%;
  z-index: 100;
}

.geocoder-control {
  position: fixed;
  left: 50% !important;
  top: 70px;
  transform: translateX(-50%) !important;
  width: 60% !important;
}

.geocoder-control input {
  width: 100%;
  padding: 20px 10px !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.089) !important;
  border: none !important;
}

.geocoder-control-suggestions {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100% !important;
  border: none !important;
  top: 35px !important;
}

.leaflet-top {
  top: 70px;
  left: 10px;
}

.delivery-info {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 40%;
  z-index: 99999;
  transform: translateX(-50%);
  color: white;
  display: none;
}

.delivery-info input {
  display: none;
}

.delivery-info input:checked+label {
  background: var(--button-color);
}

.delivery-info label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  position: relative;
}

.delivery-info small {
  display: inline-block;
  font-weight: bold;
}

.delivery-info button {
  background: var(--button-color);
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  color: white;
  border-bottom: 3px solid var(--soft-color);
}

.delivery-info ul {
  background: var(--primary-color);
  padding: 5px 10px 10px 10px;
  border-radius: 5px;
}

.img-detail {
  position: relative;
}

.img-detail i {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #4e4e4ea2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-abs {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
}

button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #858585 !important;
  background-color: #c5c5c5 !important;
  color: #535353 !important;
}

.truncate-desk {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
}

.truncate-line {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-how-payment {
  position: relative;
}

.list-how-payment ul {
  margin: 0 15px;
}

.list-how-payment ul li {
  border-bottom: none !important;
  padding: 3px 0;
  list-style-type: square;
}

.ribbon {
  background: #f7294b;
  display: inline-block;
  width: 12%;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  border-bottom-right-radius: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 1000px) {
  .ribbon {
    width: 35%;
  }

  .delivery-info label {
    font-size: 15px;
  }

  .delivery-info {
    width: 98%;
  }

  .geocoder-control {
    position: fixed;
    left: 50% !important;
    top: 60px;
    transform: translateX(-50%) !important;
    width: 90% !important;
  }

  .leaflet-top {
    top: 120px;
    left: 10px;
  }

  .replay-message {
    width: 100%;
  }

  .wrapper,
  .blank-history,
  .top,
  .like-notif,
  .metode-payment,
  .receipt-card,
  .search-item,
  .detail-body,
  .main-menu-top,
  #map {
    width: 100% !important;
  }

  .wrapper {
    padding: 60px 0;
  }

  *::-webkit-scrollbar {
    width: 3px;
  }

  p,
  .card-menu .product-detail p,
  .checkout-item ul.list-order li .item-body .item-text p {
    font-size: 12px;
    line-height: 17px;
  }

  .checkout-item ul.list-order li .item-body .item-text {
    width: 78%;
  }

  h5 {
    font-size: 16px;
  }

  .card-menu .product-detail h5 {
    font-size: 15px;
  }

  .card-menu .product-detail h6 {
    font-size: 15px;
    font-weight: 700;
  }

  .card-menu .img-product {
    height: 130px;
  }

  .item-text h5 {
    font-size: 16px;
  }

  .cart,
  .cart-total,
  .konfirmasi {
    width: 95%;
  }

  .banner img {
    width: 100%;
    height: 180px;
  }

  .banner .owl-theme {
    height: 230px;
  }

  .menu-icon {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  }

  .menu-icon li img {
    width: 30px;
  }

  .report-box:before {
    content: "";
    width: 107%;
    background: #020202bb;
    box-shadow: 0 3px 20px rgb(0 0 0 / 4%);
    position: absolute;
    right: -12px;
    top: -22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    height: 20px;
    border-radius: 25px;
    border: 5px solid rgba(255, 255, 255, 0.4);
  }

  .card-menu li {
    flex-basis: 50%;
    overflow: hidden;
  }

  .full-card .product-detail {
    width: 96%;
  }

  .menu-icon {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .detail-item .detail-body .detail-main {
    height: 100vh;
  }

  .chat-content ul.chats li:last-child {
    margin-bottom: 200px;
  }

  .card-menu .product-detail p {
    max-width: 100%;
    font-size: 12px;
  }

  .menu-icon li {
    position: relative;
    font-size: 9px;
  }

  .item-body .badge {
    font-weight: 600 !important;
    font-size: 11px;
    padding: 0 !important;
  }

  .keterangan {
    padding: 3px !important;
    font-size: 10px;
    font-weight: 500;
    margin-top: 5px;
  }

  .center-content {
    width: 90% !important;
  }

  .compact .card .card-body .img-product img {
    height: 90px !important;
    width: 100px !important;
  }

  .full-card .card .card-body .img-product img {
    height: 400px !important;
    width: 100% !important;
  }

  .compact .card .card-body .img-product {
    margin-right: 15px;
  }

  .compact a {
    padding: 4px !important;
    font-size: 10px;
  }

  .kategori ul li img {
    width: 120px;
    height: 70px;
    object-fit: cover;
  }

  .kategori span {
    font-size: 13px;
    font-weight: 600;
  }

  .list-flash-sale li {
    width: 152px;
  }

  .list-flash-sale img {
    width: 100%;
    height: 120px;
  }

  .list-flash-sale {
    display: flex;
    justify-content: space-between;
    width: 1580px;
  }

  .timer {
    font-size: 14px;
  }

  .body-receipt h6 {
    font-size: 14px !important;
  }

  .truncate-desk {
    font-size: 12px;
  }

  .search-product small {
    font-size: 10px;
  }

  .overflow-h {
    overflow-x: scroll;
  }

  .overflow-h::-webkit-scrollbar {
    height: 5px;
  }

  .menu-icon.circle a {
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }

  .compact a {
    background: var(--soft-color);
    color: white;
    padding: 4px 15px;
  }

  .compact .promo {
    width: 30%;
  }

  .compact .card .card-body h6 {
    font-size: 14px;
  }

  .compact .product-detail .text-body {
    font-size: 12px;
  }

  .card-menu a i {
    display: none;
  }
}

.img-search {
  width: 140px;
  margin-right: 14px;
}

.img-search img {
  width: 100% !important;
  object-fit: cover;
}

.search-product {
  padding: 3px;
}

.layout {
  position: fixed;
  top: 80%;
  right: -250px;
  transform: translateY(-80%);
  background: #fff;
  z-index: 9999;
  transition: 0.5s;
}

.preview-layout {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.089);
  border-bottom-left-radius: 4px;
}

.layout.show {
  right: 0;
}

.layout .img-layout {
  width: 250px;
  position: relative;
  padding: 10px;
}

.layout .img-layout img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.title-layout {
  margin-left: -35px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.title-layout i {
  margin-right: 10px;
  font-size: 20px;
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* LOADING */
.loader-one,
.loader-one:before,
.loader-one:after {
  background: var(--button-color);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader-one {
  color: var(--button-color);
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-one:before,
.loader-one:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader-one:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-one:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*  */
.loader-three {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: var(--button-color);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-three:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader-three:after {
  background: #f0f7ff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*  */
.loader-four {
  color: var(--button-color);
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*  */
.loader-five {
  color: var(--button-color);
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*  */
.loader-six,
.loader-six:before,
.loader-six:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader-six {
  color: var(--button-color);
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-six:before,
.loader-six:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader-six:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-six:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}