* {
  font-family: poppins;
  text-decoration: none;
}

::selection {
  color: #fff;
  background: #3acbd0;
}

/*** THEME COLOR ***/
.bg-purple-1 {
  background-color: #6c419d;
}

.bg-blue-1 {
  background-color: #3acbd0;
}

.bg-blue-2 {
  background-color: #2baeb3;
}

.bg-blue-3 {
  background-color: #259da1;
}

/*** WELCOME LOADING ***/
/* load welcome */
.load-welcome {
  text-align: center;
  position: fixed !important;
  color: black !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  font-size: 18px;
}

.load-welcome .loading-animation {
  top: 25%;
  bottom: 25% !important;
  margin: auto;
  position: absolute;
  left: 25%;
  right: 25%;
  user-select: none;
  pointer-events: none;
  width: 160px;
}

.load-welcome .loading-logo {
  width: 100px;
  margin-top: 90px;
  user-select: none;
  pointer-events: none;
}

.load-welcome p {
  bottom: 10px !important;
  position: absolute;
  margin: auto !important;
  left: 25%;
  right: 25%;
  color: #000;
}

.logo-welcome {
  box-shadow: 1px 1px 10px #ddd;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
}

/*** Spinner ***/
#spinner {
  background-size: cover;
  opacity: 1;
  visibility: hidden;
  transition: opacity 2s ease-out, visibility 0s linear 2s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 2s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** end WELCOME LOADING ***/


/*** NAVBAR ***/
.container-nav {
  background-color: #00b3bd;
}

.container-nav .img-profile-user {
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 50%;
  object-fit: cover;
}

/* Search Data */
.list-data-search {
  position: absolute;
  width: 94%;
  overflow: auto;
  max-height: 300px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  box-sizing: border-box;
  margin-top: 40px;
  z-index: -10px !important;
  background-color: #fff;
  box-shadow: 1px 1px 5px #aaa;
  list-style: none;
}

.list-data-search::-webkit-scrollbar {
  width: 8px;
}

.list-data-search::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.list-items {
  margin-bottom: 5px;
  padding-top: 3px;
  margin-left: -8px;
  padding-bottom: 3px;
  padding-left: 5px;
  display: block;
  text-decoration: none;
}

.list-items:hover {
  background-color: #f3f3f3;
}

.navbar {
  font-size: 15px;
  z-index: 10px !important;
  padding: 0px;
  padding-bottom: 0px;
}

.navbar .nav-link {
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  margin: 5px;
}

/* navbar form */
.search-box {
  background-color: #eaeaea;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.navbar form {
  margin-top: -20px;
}

.navbar form input {
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border: none;
  color: #222;
  outline: none;
}

.navbar form input:focus {
  background-color: #fff;
  box-shadow: none;
}

.navbar form button {
  padding: 7px;
  width: 60px;
  outline: none;
  border: 3px solid #fff;
  background-color: #3acbd0;
  color: #fff;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 13px;

}

.navbar form button:hover {
  border: 3px solid #fff;
  background-color: #26979b;
}

.navbar .invalid-tooltip {
  background-color: #26979b;
}

.navbar .invalid-tooltip a {
  color: #fff;
  font-weight: bold;
}

.navbar .navbar-cart {
  font-size: 24px;
  margin-top: -20px;
  margin-left: 10px;
  display: block;
}

.navbar span {
  font-size: 12px;
  margin-top: 5px;
  margin-left: -2px;
  display: inline-block;
}

/* Sembunyikan submenu secara default dan atur durasi transisi */
.nav-item .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Tampilkan submenu dan atur opacity ke 1 saat dihover */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}


.navbar-menu-left {
  float: left;
}

.navbar-menu-right {
  float: right;
}

.navbar-search {
  width: 100%;
  display: inline-block;
}

.navbar-search img {
  display: block;
}

/*** end NAVBAR ***/


/*** CAROUSEL ***/
.container-carousel {
  padding-top: 140px;
  padding-bottom: 20px;
  background-color: #3acbd02c;
}

.carousel-left img {
  height: 300px !important;
  border-radius: 5px;
  object-fit: cover;
}

.carousel-right {
  height: 100%;
  margin-left: -20px;
}

.carousel-right img {
  border-radius: 5px;
  height: 148px !important;
  object-fit: cover;
}

/*** end CAROUSEL ***/

/*** TITLE TEMPLATE ***/
.title-template h5 {
  text-transform: uppercase;
  font-weight: bold;
}

.title-template hr {
  width: 50px;
  margin: auto;
  border: 2px solid #6c419d;
  display: block;
}

/*** end TITLE TEMPLATE ***/

/*** CATEGORI ***/
.category img {
  width: 50px;
  margin-bottom: 5px;
}

.category i {
  font-size: 28px;
  color: #0c3b03;
}

.category a {
  width: 110px;
  min-height: 120px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #6c419d;
}

.category a:hover {
  background-color: #eaeaea;
}

/*** end CATEGORI ***/

/*** IKAPI ***/
.ikapi img {
  width: 400px;
  margin-bottom: 5px;
}


/*** BREADCRUMB ***/
.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #6c419d !important;
}

/*** BREADCRUMB ***/



/*** CARD PRODUCT ***/
.card-product {
  background-color: #f5f5f5;
}

.card-product .all-product {
  width: 100%;
  float: right;
  height: 0px;
  background-color: transparent;
  margin-top: -40px;
  padding-bottom: 0px !important;
  text-align: end !important;
}

.card-product .all-product a {
  font-weight: bold;
  font-size: 16px;
  transition: .2s;
  color: #6c419d;
  border-radius: 5px;
  padding: 5px;
}

.card-product .all-product a:hover {
  background-color: #6c419d36;
  transition: .2s;
}

.card-product .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #6c419d;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-product button {
  margin-left: 10px;
}

.card-product .nav-pills .nav-link {
  background-color: #ddd;
  border-radius: 5px;
  color: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-product .nav-pills {
  margin-left: 15px;
}

.card-product .card {
  margin-bottom: 10px;
  border-radius: 10px;
  width: 180px;
  background-color: #fff;
  transition: .2s;
  border: 1px solid #f1f1f1;
}

.card-product .card:hover {
  box-shadow: 1px 1px 5px #aaaaaa49;
  margin-top: -3px;
  transition: .2s;
}

.card-product .card-body {
  min-height: 150px;
  padding: 10px !important;
}

.card-product a {
  color: #000;
  text-decoration: none;
}

.card-product img {
  object-fit: cover;
  height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-product p {
  font-size: 13px;
}

.card-product .price {
  font-size: 14px;
  margin-top: -5px;
  display: block;
}

.card-product .discount-price {
  color: #888;
  text-decoration: line-through;
}

.card-product .sold {
  font-size: 14px;
}

.card-product .footer-card {
  display: block;
  font-size: 13px;
  margin-top: -10px !important;
}

.card-product .best-seller {
  background-color: #6c419d41;
  color: #6c419d;
  float: right;
  margin-right: -10px !important;
  text-align: center;
  width: 50%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: auto;
  display: block;
}

.card-product .btn-all-content a {
  border: 2px solid #6c419d;
  color: #6c419d;
  position: absolute;
  border-radius: 5px;
  background-color: white;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-product .btn-all-content hr {
  margin-top: 20px;
  border: 1px solid #6c419d;
}

.card-product .btn-all-content a:hover {
  background-color: #6c419d;
  color: #fff;
}

/* Card Product Slider */
.slide-content {
  margin: 0 30px;
  overflow: hidden;
}

.swiper-navBtn {
  background-color: rgba(196, 196, 196, 0.568) !important;
  border-radius: 50%;
  width: 40px !important;
  color: #222 !important;
  height: 40px !important;
}

.card-product .swiper-button-prev:after,
.card-product .swiper-button-next:after {
  font-size: 24px;
  font-weight: bold;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

/*** end CARD PRODUCT ***/

/*** CARD PROFILE USER ***/
/* sidebar profile user */
.sidebar-profile-user {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.sidebar-profile-user img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.sidebar-profile-user label span {
  padding: 5px;
  width: 145px;
  height: 145px;
  line-height: 145px;
  border-radius: 50%;
  background-color: #00000015;
  color: transparent;
  position: absolute;
  margin-top: -87px;
  margin-left: -152px;
  display: block;
  cursor: pointer;
}

.sidebar-profile-user label span i {
  font-size: 50px;
}

.sidebar-profile-user label span:hover {
  background-color: #0000005d;
  color: #fff;
}

.sidebar-profile-user .profile-img-user button {
  background-color: #23B3BD;
  border-radius: 5px;
  color: #fff;
  outline: none;
  margin: auto;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sidebar-profile-user .profile-img-user button:hover {
  background-color: #1d9ca5;
}

.sidebar-profile-user .list-group-profile a:hover {
  background-color: #eee;
}

.sidebar-profile-user .list-group-profile .rounded-pill {
  background-color: #23B3BD;
}

/* data profile user */
.container-data-profile-user .nav-pills {
  margin: -10px;
  margin-top: 5px;
}

.data-profile-user {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.data-profile-user h5 {
  font-size: 16px;
  color: #444;
  text-transform: capitalize;
}

.data-profile-user table {
  border-spacing: 0 10px;
}

.data-profile-user table th {
  text-align: left;
  padding-bottom: 10px;
}

.data-profile-user table td {
  padding-bottom: 10px;
  padding-left: 20px;
}

.data-profile-user form small {
  font-size: 11px !important;
  color: #555;

}

.data-profile-user form button {
  background-color: #23B3BD;
  border-radius: 5px;
  color: #fff;
  outline: none;
  border: none;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.data-profile-user form button:hover {
  color: #fff;
  background-color: #1d9ca5;
}

.data-profile-user .bi-eye {
  color: #23B3BD;
  cursor: pointer;
  transition: .2s;
  font-size: 18px;
  display: inline-block;
}

.data-profile-user .bi-eye:hover {
  transform: scale(1.2);
  transition: .2s;
}

.data-profile-user .forgot-password {
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  color: #23B3BD;
}

/*** end CARD PROFILE USER ***/




/*** CATEGORY CARD PRODUCT ***/
.category-card-product {
  margin-top: 0px;
}

.category-card-product-search {
  margin-top: 100px;
}

/*** end CATEGORY CARD PRODUCT ***/

/*** ALL PRODUCT ***/
.all-product {
  margin-top: 100px;
}

/*** end ALL PRODUCT ***/


/*** DETAIL PRODUCT ***/
.container-breadcrumb {
  margin-top: 30px;
  background-color: #fff;
}

.detail-product {
  margin-top: 0px;
  box-shadow: 1px 1px 15px #eee;
  padding: 30px;
  border-radius: 20px;
}

.carousel-inner {
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #eee;
}


.product-images-detail .carousel-indicators .container-img-button {
  position: absolute !important;
  margin-top: 30px;
}

.product-images-detail .carousel-indicators .container-img-button {
  text-align: center;
  width: 145% !important;
}

.product-images-detail .carousel-indicators img {
  width: 75px !important;
  height: 75px !important;
  transition: .2s;
  margin-bottom: 10px;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 1px 1px 7px #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-images-detail .carousel-indicators img:hover {
  transform: scale(1.1);
  transition: .2s;
}

.product-images-detail .carousel-indicators [data-bs-target] {
  opacity: 1 !important;
  border: none;
}

.product-images-detail img {
  background-size: auto;
  height: 100%;
  border-radius: 0px;
  width: 200px !important;
  margin: auto;
}

.product-images-detail button {
  margin-left: -15px;
  margin-right: -15px;
}


.product-images-detail .carousel-control-next-icon,
.product-images-detail .carousel-control-prev-icon {
  background-color: #777 !important;
  border-radius: 5px;
}

.product-images-detail .carousel-indicators button {
  background-color: #3acbd0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: 10px !important;
  border: 1px solid #6c419d;
}

/* Card Detail Product */
.card-info-detail-product {
  padding-left: 30px;
}

.card-info-detail-product h5 {
  font-weight: bold;
  color: #444;
}

.card-info-detail-product li {
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.info-rating-product span {
  background-color: #3acbd0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  font-size: 14px;
  padding: 2px;
  box-sizing: border-box;
}

.info-rating-product .bi-star-rating {
  color: #3acbd0;
}

.line-through {
  text-decoration: line-through;
}

.info-price-product {
  padding: 20px 5px 20px 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.info-price-product .line-through {
  font-size: 16px;
  color: #888;
}

.info-price-product strong {
  font-size: 28px;
  margin-left: 10px;
  color: #3acbd0;
}

.info-price-product .promo-product-percent {
  background-color: #3acbd0;
  margin-left: 20px;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Nav Tabs Product */
.nav-tabs-product ul {
  margin-top: 10px;
  margin-left: -20px !important;
}

.nav-tabs-product .tab-content {
  padding: 10px;
  font-weight: bold;
  background-color: #f4f4f4;
  margin-left: -10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nav-tabs-product p {
  font-weight: normal;
  font-size: 15px;
}


.nav-tabs-product a {
  color: #6c419d;
  font-weight: bold;
  padding: 2px;
  border-radius: 5px;
}

.nav-tabs-product a:hover {
  color: #0c3b03;
}

/* Type Product */
.type-product label {
  color: #2baeb3;
  border: 1px solid #2baeb3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.type-product label:hover {
  border: 1px solid #2baeb3 !important;
}


.btn-check-type-product:checked+.btn,
:not(.btn-check)+.btn:active {
  background-color: #2baeb3;
  color: #fff;
}

/* Set Quantity Product */
.set-quantity-product {
  width: 200px;
}

.set-quantity-product button {
  background-color: #3acbd0;
  margin-left: 0px;
  color: #fff;
}


.set-quantity-product button:hover {
  background-color: #2baeb3;
  color: #fff;
}

.set-quantity-product .btn-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.set-quantity-product .btn-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn:disabled,
fieldset:disabled .btn {
  background-color: #ddd;
  border: 1px solid #ddd;
}

/* Description Product */
.description-product .nav-link {
  color: #6c419d;
}

.btn-shopping-cart {
  background-color: #3acbd025;
  border: 1px solid #2baeb3;
  color: #2baeb3 !important;
  display: inline-block;
  margin-left: 0px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-shopping-cart:hover {
  background-color: #fff;
  border: 1px solid #2baeb3;
  color: #2baeb3 !important;
}

.btn-buy-now {
  background-color: #3acbd0;
  border-radius: 5px;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn-buy-now:hover {
  background-color: #2baeb3;
}

.description-product .nav-link {
  background-color: #f1f1f1;
  margin-left: 0px;
  border-radius: 0px;
}

.table-spesification .td-label {
  width: 100px;
}

/*** end DETAIL PRODUCT ***/

/*** CART SIDEBAR ***/
.cart-sidebar .row {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}

.cart-sidebar img {
  width: 80px;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 1px 1px 8px #aaa;
  border-radius: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cart-sidebar p {
  font-size: 14px;
}

.cart-sidebar a {
  text-decoration: none;
}

.cart-sidebar a:hover {
  text-decoration: underline;
}

.cart-sidebar .card-footer p {
  color: #2baeb3;
  font-weight: bold;
  font-size: 16px;
}

.cart-sidebar .card-footer a {
  background-color: #aaaaaa2c;
  float: right;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #aaa;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 5%;
  margin: 5px;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
}

.cart-sidebar .card-footer a:hover {
  background-color: #aaa;
}

.cart-sidebar .card-footer i {
  font-size: 18px;
}

.cart-sidebar h5 {
  padding: 10px;
}

.button-cart-sidebar {
  text-align: center;
}

.button-cart-sidebar .btn-checkout {
  background-color: #3acbd0;
  color: #fff;
}

.button-cart-sidebar .btn-checkout:hover {
  background-color: #2baeb3;
}

.button-cart-sidebar .btn-read-cart {
  border-radius: 5px;
  border: 1px solid #2baeb3;
  transition: none;
  background-color: #3acbd027;
  color: #2baeb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.button-cart-sidebar .btn-read-cart:hover {
  border: 1px solid #3acbd0;
  background-color: #3acbd0;
  transition: none;
  text-decoration: none;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/*** end CART SIDEBAR ***/

/*** CART ***/
.card-cart {
  margin: 5px;
}

.card-cart table img {
  object-fit: contain;
  border: 1px solid #ddd;
  height: 60px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-cart table a:hover {
  text-decoration: underline;
}

.table-cart {
  width: 100%;
  background-color: white;
  box-shadow: 1px 1px 5px #bbb;
  border-radius: 10px;
  overflow-y: auto;
  border: 1px dashed #2baeb3;
}

.table-cart::-webkit-scrollbar {
  height: 10px;
}


/* Track */
.table-cart::-webkit-scrollbar-track {
  cursor: pointer;
}

/* Handle */
.table-cart::-webkit-scrollbar-thumb {
  background: #2baeb3;
  border-radius: 10px;
}

.table-cart::-webkit-scrollbar-thumb:hover {
  background-color: #259da1;
}

.table-cart .del-cart {
  border-radius: 5px;
  background-color: #e1002d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* empty cart */
.empty-cart {
  margin: auto;
  text-align: center;
  width: 700px;
}

.empty-cart img {
  margin-bottom: 30px;
  object-fit: contain;
}

.empty-cart h3 {
  color: #2baeb3;
}

.empty-cart p {
  font-size: 15px;
  color: #444;
}

/* empty cart sidebar */
.empty-cart-sidebar {
  margin: auto;
  text-align: center;
}

.empty-cart-sidebar img {
  margin-bottom: 30px;
  width: 150px;
  box-shadow: none;
  object-fit: contain;
}

.empty-cart-sidebar h3 {
  color: #2baeb3;
  font-size: 22px;
}

.empty-cart-sidebar p {
  font-size: 14px;
  color: #444;
}

.table-cart .del-cart:hover {
  background-color: #bd0026;
}

/* Card Address*/
.card-address {
  padding: 20px;
  float: right !important;
}

.card-address form input,
.card-address form select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-address form select {
  cursor: pointer;
}

.card-address form button {
  background-color: #2baeb3;
  color: #fff;
  margin-left: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-address form button:hover {
  color: #fff;
  background-color: #249397;
}

.card-address .address-box {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-address .address-box:hover {
  background-color: #f4f4f4;
}

.card-address .address-box span {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.card-address .address-box i {
  font-size: 20px;
  float: right;
}

/* Total Spend */
.total-spend {
  padding: 20px;
  float: right !important;
}

.total-spend table {
  margin-top: 50px;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px dashed #2baeb3;
}

.total-spend .td-value {
  float: right;
}

.total-spend table .fs-2 {
  color: #2baeb3;
}

.total-spend .btn-checkout {
  background-color: #2baeb3;
  margin-left: 0px;
  float: right;
  border: none;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.total-spend .btn-checkout:hover {
  background-color: #209397;
}

.total-spend-rek {
  padding: 20px;
  float: right !important;
}

.total-spend-rek table {
  margin-top: 50px;
  font-size: 16px;
}

.total-spend-rek table .fs-2 {
  color: #2baeb3;
}

.total-spend-rek .btn-checkout {
  background-color: #2baeb3;
  margin-left: 0px;
  float: right;
  border: none;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.total-spend-rek .btn-checkout:hover {
  background-color: #209397;
}


.total-spend-rek .btn-checkout-disabled {
  background-color: #ddd;
  margin-left: 0px;
  float: right;
  border: none;
  padding: 10px;
  color: #555;
  cursor: no-drop;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*** MY ORDER ***/
.myorder table .title-product {
  text-transform: uppercase;
}

.myorder table small {
  color: #666;
  font-size: 12px;
}

.myorder table strong {
  color: #3BCBD0;
}

.myorder table a:hover {
  text-decoration: underline;
}

.myorder table a:hover img {
  box-shadow: 1px 1px 5px #333;

}

.myorder table img {
  width: 70px;
  float: left;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 1px 1px 5px #888;
  border-radius: 0px;
  height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.myorder table img:hover {
  box-shadow: 1px 1px 5px #333;
}

.myorder table button {
  border: none;
}

.myorder table .download-file {
  background-color: #6D4A9D;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.myorder table .download-file:hover {
  background-color: #532d80;
}

.myorder .selesai {
  background-color: #20c997;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.myorder .dalam-proses {
  background-color: #ffc107;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.myorder .ditolak {
  background-color: #dc3545;
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*** end MY ORDER ***/

/* Receipt */
/* .receipt {
  border: 1px dashed #222;
  background-color: #fff;
  color: #000;
  width: 400px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.receipt h4 {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.receipt p {
  text-align: center;
}

.receipt table thead {
  border-top: 1px dashed #444;
  border-bottom: 1px dashed #444;
}

.receipt table th {
  padding: 10px;
  text-align: center;
}

.receipt table td {
  text-align: center;
} */

.receipt {
  text-align: center;
}

.receipt img {
  width: 600px;
  height: 100%;
  border-radius: 0px;
  border: 1px dashed #888;
  margin-top: 10px;
}

/*** end CART ***/


/*** SEARCH ***/
.results-keyword-search {
  font-size: 18px;
}

.results-keyword-search p {
  font-size: 17px;
  color: #555;
}

/* empty search */
.empty-search {
  text-align: center;
}

.empty-search i {
  font-size: 28px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #2baeb3;
  border-radius: 10px;
  margin: auto;
  display: block;
  background-color: #3acbd044;
}

.empty-search h5 {
  margin-top: 10px;
}

.empty-search li {
  border-top: 1px solid #ddd;
  max-width: 600px;
  margin: auto;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.empty-search a:hover {
  text-decoration: underline;
}

/*** end SEARCH ***/


/*** FAQ ***/
.faq {
  padding-top: 130px;
  background-color: #f5f5f5;

}

.faq .accordion-button {
  font-weight: bold;
  color: #6c419d;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #3acbd0;
  color: #fff;
}

/*** end FAQ ***/



/*** FOOTER ***/
.footer {
  background-color: #fff;
  border-top: 4px solid #3acbd0;
}

.footer h5 {
  color: #3acbd0;
  padding: 3px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-about {
  text-align: justify !important;
  display: block;
}

.footer p,
a {
  color: #222;
  font-size: 14px;
}

.footer .peyments-method img {
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  background-color: #fff;
}

.footer .social-media li {
  display: inline-block;
  margin-top: 5px;
}

.footer .social-media li a {
  background-color: #3acbd0;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  transition: .2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer .social-media li a:hover {
  background-color: #6c419d;
  color: #fff;
  transition: .2s;
}

.footer .link-footer li {
  list-style: inside;
}

.footer .link-footer li a {
  text-decoration: none;
}

.footer .link-footer li a:hover {
  color: #6c419d;
}

.footer .developer-contact {
  text-align: center;
}

.footer .developer-contact li a:hover {
  color: #fff;
}

.footer .copyright {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}

/*** end FOOTER ***/

/*** PROGRESS ORDER ***/
.timeline_area {
  position: relative;
  z-index: 1;
}

.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area {
    padding-left: 100px;
  }
}

.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}

@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
    width: 100px;
  }
}

.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}

.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f1c40f;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}




/*** end PROGRESS ORDER ***/


/*** LOGIN FORM ***/
.sign-form {
  margin-top: 100px;
}

.sign-form button {
  background-color: #2baeb3;
  margin-left: 0px;
  border: none;
  margin-top: 10px;
}

.sign-form button:hover {
  background-color: #259da1;
}

.sign-form .form-check-input:checked {
  background-color: #2baeb3;
  border: #2baeb3;
}

.footer-sign-form span {
  color: #888;
  font-size: 14px;
}

.footer-sign-form a {
  color: #2baeb3;
}

.footer-sign-form a:hover {
  color: #6c419d;
}

.footer-sign-form .text-right {
  text-align: right;
}

.otp-input {
  padding: 15px !important;
  text-align: center;
  font-size: 22px;
  margin: 0px 10px 0px 10px;
}

.captcha-code {
  padding: 5px;
  box-sizing: border-box;
  user-select: none;
  pointer-events: none;
  color: #fff;
  text-align: center;
  font-family: Satisfy !important;
  background-color: #2baeb3;
}

.btn:disabled,
fieldset:disabled .btn {
  background-color: #777;
}

.btn-send-loading {
  background-color: #aaa !important;
  user-select: none;
  cursor: not-allowed !important;
}

/*** CERTIFICATES ***/
.unverified-certificate {
  color: rgba(128, 0, 0, 0.719) !important;
  background-color: rgba(128, 0, 0, 0.075) !important;
}

.verification-certificate {
  padding-bottom: 10px;
  text-align: center;
  background-color: rgba(0, 128, 96, 0.075);
  border: 1px solid #ddd;
  border-radius: 10px;
  color: rgba(0, 128, 96, 0.719);
  padding-top: 10px;
}

.verification-certificate span {
  font-size: 18px;
}

.verification-certificate p {
  font-weight: bold;
  font-size: 18px;
}

.verification-certificate a {
  border: 1px solid #ddd;
  display: inline-block;
  margin: auto;
  width: 250px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
  background-color: rgba(0, 128, 96, 0.075);
}

.verification-certificate a:hover {
  background-color: rgba(0, 128, 96, 0.274);
}

/* NAV TABS */
.nav-tabs-border ul {
  width: 100%;
  border-bottom: 1px solid #aaa !important;
}

.nav-tabs-border .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent !important;
  border-bottom: 2px solid #00b3bd !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #00b3bd;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.nav-tabs-border .nav-link {
  color: #666;
}


/*** CARD NOTIFICATION ***/
.container-notification {
  padding-bottom: 100px;
}

.container-notification h6 {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.container-notification .mark-all-read {
  float: right;
  margin-top: -70px;
  background-color: #00ff5518;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: #03cf47;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.container-notification .mark-all-read:hover {
  background-color: #00ff552f;
}

.notifications {
  margin: 10px;
}

.card-notification {
  width: 100%;
  margin: 0px 0px 15px auto;
  padding: 5px 0px 5px 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: .2s;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.card-notification:hover {
  transition: .2s;
  box-shadow: 1px 1px 3px #aaa;
}

.card-notification .icon-notif {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-notification .description-notif {
  text-align: left;
  font-size: 15px;
  color: #444;
  padding: 5px;
}

.card-notification .date-notif {
  display: block;
  font-size: 13px;
  margin-top: -10px;
  color: #888;
}

.card-notification .action-notif {
  padding: 10px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  color: #e71425;
  float: right;
  background-color: #c5152423;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-notification .action-notif:hover {
  background-color: #c515242d;
}

/* Notif Read */
.notif-read {
  background-color: transparent !important;
  border: 1px solid #ddd;
}

/* Notif Success */
.notif-success {
  background-color: #00bd650e;
  width: 100%;
}

.notif-success .icon-notif {
  background-color: #08a73d2a;
  color: #08a73d;
}

/* Notif error */
.notif-error {
  background-color: #bd00000e;
  width: 100%;
}

.notif-error .icon-notif {
  background-color: #a708082a;
  color: #a70808;
}



/* CUSTOM SWEET ALERT */
/* div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background-color: transparent !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 20rem !important;
  height: 4.5rem !important;
  box-shadow: 1px 1px 10px #888;
  padding: 0px !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: transparent !important;
  border: none !important;
  color: #444 !important;
  top: 20px !important;
  right: 10px !important;
  padding: 0px !important;
  margin: 0px !important;
  visibility: hidden;
  position: absolute !important;
  box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm::after {
  content: '✖️';
  visibility: visible;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding: 20px !important;
  font-size: 20px !important;
  text-align: left !important;
  margin-top: 5px !important;
}


.bi-check-swal {
  background-color: #00bd653f;
  margin-top: -10px;
  margin-right: 5px;
  padding: 5px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #007c42;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
} */







/* Loading Line Browser */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #6c419d;
  z-index: 9999;
  display: none;
  /* Sembunyikan awalnya */
}

.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: white;
  animation: loading-animation 1.5s infinite ease-in-out;
}

@keyframes loading-animation {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}



















/* .wrapper {
  max-height: 120px;
  display: flex;
  margin: 20px;
  overflow-x: auto;
}

.wrapper::-webkit-scrollbar {
  width: 0px;
}

.wrapper .item {
  min-width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #aaa;
  margin-right: 10px;
  text-align: center;
} */