@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
} */

html{
  scroll-behavior:smooth;
}

/*.ignielToTop {
  width:50px; 
  height:50px; 
  position:fixed; 
  bottom:50px; 
  right: 50px; 
  z-index:99; 
  cursor:pointer; 
  border-radius:100px; 
  transition: all .5s; 
  background: #008c5f url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

.ignielToTop:hover {
  background: #1d2129 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}
*/

#btn-to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btn-to-top:hover {
  background-color: #555;
}

.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, .btn-main:hover {
  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;
}

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

.wrapper {
  padding: 45px 10px;
  width: 72%;
  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: 72%;
  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;
  overflow: auto;
}

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

}

.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;*/
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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: 400;
  text-transform: capitalize;
}


.card-menu .product-detail .text-body {
  font-size: 12px;
  line-height: 14px;
  color: rgba(152, 152, 152, 1) !important;
}


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

.product-detail .text-body{
  display: none !important;
}

.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 {
  width: 100%;
}

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

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

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

.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;
  z-index: 1;
}

.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: 72%;
  background: #fff;
  z-index: 999;
  line-height: 15px;
  display: none;
  height: 100%;
}

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

.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.fas {
  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;
  color: #ffffff;
}

.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: 10px 0;
}

label {
  position: absolute;
  top: 3px;
  font-size: 16px;
  color: #b7b6b6;
  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: 25px 0 0 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;
}

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

#kecamatanList 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: 72%;
  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: 72%;
  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: 60px;
  width: 72%;
  z-index: 99;
  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;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  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;*/
  background: url(./assets/img/icon/cart-loading.gif) no-repeat;
  background-size: 100px auto;
}

#loader:before {
  display: none;
  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 {
  display: none;
  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: .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 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

.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.circle {
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.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 .fa-check-circle {
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



ul.footer-nav{
  display: inline-flex;
  float: right;
}

ul.footer-nav li{
  margin: 0 20px;
}


.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: 5px;
  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: 3px 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;
*/
  border: 1px solid #c4c4c4;
    border-bottom: 1px dashed c4c4c4 !important;
    border-radius: 5px;
    padding: 5px;
}

.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: 0.0em;
  }

  50% {
    width: 1.2em;
  }

  100% {
    width: 0.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;
}

.card-body button{
  text-transform: capitalize;
}

.order-detail {
  margin-top: 5px;
  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;
}

.badge-status-order{
  text-transform: capitalize;
}

#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: darkred;
}

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

.item-footer .qty-harga, .inc input{
    padding: 0 !important;
}


@media only screen and (min-width: 300px) and (max-width: 1000px) {
  .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: 45px 0 0 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;
  }

  h5 {
    font-size: 16px;
  }

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

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

  .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 !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: 120px !important;
  }
  .full-card .card .card-body .img-product img{
    height: 400px !important;
    width: 100% !important;
  }
  .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;
  }
}

.truncate-desk {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
}
/*
.fa-times:before {
    content: "\f177";
}
*/

.item-payment .text-muted{
    display: inline-block;
}

.btn-close{
    float: right;
    font-size: 24px;
    line-height: 32px;
}

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

.search-wrap{
  width: 100%;
}

/*.btn:not(:disabled):not(.disabled){
  color: #ffffff;
}*/

.price .text-muted{
  font-size: 12px;
}

.location{
  margin-bottom: 0;
}


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

.detail-heart{
  margin-right: 10px;
}

.item-receipt li span{
  text-align: right !important;
    max-width: 60%;
}

#payment-method{
  font-weight: 700;
}

#product-detail .card-menu{
  display: block;
}
#product-detail .card-menu .img-product{
  height: auto;
}

#product-detail .product-detail .text-body{
  max-width: 100%;
}

.logo a{
  color: #000000;
}


.wrapper-chat a:hover{
  color: #ffffff !important;
}

.btn-share{
    padding: 3px 10px;
}

*::-webkit-scrollbar{
  height: 2px;
}

@media only screen and (max-width: 600px) {
  #loader{
    left: 60%;
    top: 50%;
    background-size: 4em auto;
  }

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

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

  .notif-buy.circle {
    width: 220px;
  }

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

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

  .notif-buy{
    padding: 5px;
  }

  label {
    font-size: 14px;
  }

  #btn-to-top {
    bottom: 80px;
    padding: 8px;
    font-size: 16px;
  }

  .card-menu .product-detail h6 {
      font-size: 14px;
  }
  .card-menu .product-detail .text-body {
    font-size: 10px;
  }

  .ongkir li label{
    font-size: 12px;
  }
  
  small{
      color: rgba(152, 152, 152, 1) !important;
      font-size: 11px;
  }  

  .ongkir span{
    font-size: 14px;
  }

  .pengiriman li label{
    padding: 0 10px;
  }

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

  .report-box .header-receipt h4{
      font-size: 1rem;
  }

  .body-receipt ul li{
    font-size: 11px;
  }

  .footer-wrap{
    text-align: center;
  }

  ul.footer-nav{
    float: none;
  }
}





small{
      color: rgba(152, 152, 152, 1) !important;
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  /*margin: 0.5em*/
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: .8em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

.resp-sharing-button__icon:hover,
.resp-sharing-button__icon:active{
   color: #ffffff;
}


/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}
}

.card-body .wrap .btn-geolocation{
  padding: 0 !important;
}

.card-body .wrap .cari_lokasi{
  padding: 0 !important;
}

.hidden{
  display: none !important;
}

.btn-custom{
  font-size: 11px;
  border: solid 1px #e1dbdb;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 0 !important;
}

ol.carousel-indicators{
  margin-bottom:0;
}