* {
  font-family: poppins;
  text-decoration: none;
}

::selection {
  color: #fff;
  background: #20bb00;
}

/*** THEME COLOR ***/
.bg-purple-1 {
  background-color: #104006;
}

.bg-blue-1 {
  background-color: #20bb00;
}

.bg-blue-2 {
  background-color: #188d00;
}

.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: 160px;
  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 ***/
.navbar {
  font-size: 15px;
  margin-top: -10px;
  padding: 0px;
  padding-bottom: 0px;
  background-color: #eaeaea;
}

/* navbar form */
.search-box {
  background-color: #eaeaea;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.navbar form input {
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !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: #20bb00;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;

}

.navbar form button:hover {
  border: 3px solid #fff;
  background-color: #26979b;
}

.navbar .navbar-cart {
  font-size: 24px;
  color: #333;
}

.navbar-nav {
  margin: auto;
}

.navbar-menu {
  margin-top: 80px;
  z-index: 2;
  padding: 0px !important;
}


/* 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;
  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;
}

/*** end NAVBAR ***/


/*** CAROUSEL ***/
.container-carousel {
  padding-top: 140px;
  padding-bottom: 20px;
  background-color: #22c30057;
}

.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 #104006;
  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 #104006;
}

.category a:hover {
  background-color: #eaeaea;
}

/*** end CATEGORI ***/

/*** BREADCRUMB ***/
.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #104006 !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: #104006;
  border-radius: 5px;
  padding: 5px;
}

.card-product .all-product a:hover {
  background-color: #10400636;
  transition: .2s;
}

.card-product .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #104006;
  color: #fff;
}

.card-product button {
  margin-left: 10px;
}

.card-product .nav-pills .nav-link {
  background-color: #ddd;
  color: #444;
}

.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: #10400641;
  color: #104006;
  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 #104006;
  color: #104006;
  position: absolute;
  border-radius: 50px;
  background-color: white;
  z-index: 1;
  text-align: center;
}

.card-product .btn-all-content hr {
  margin-top: 20px;
  border: 1px solid #104006;
}

.card-product .btn-all-content a:hover {
  background-color: #104006;
  color: #fff;
}

/*** end CARD PRODUCT ***/

/*** CATEGORY CARD PRODUCT ***/
.category-card-product {
  margin-top: 100px;
}

/*** end CATEGORY CARD PRODUCT ***/

/*** ALL PRODUCT ***/
.all-product {
  margin-top: 100px;
}

/*** end ALL PRODUCT ***/


/*** DETAIL PRODUCT ***/
.container-breadcrumb {
  margin-top: 140px;
  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 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: #20bb00;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: 10px !important;
  border: 1px solid #104006;
}

/* 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: #20bb00;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  font-size: 14px;
  padding: 2px;
  box-sizing: border-box;
}

.line-through {
  text-decoration: line-through;
}

.info-price-product {
  padding: 20px 5px 20px 5px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.info-price-product .line-through {
  font-size: 16px;
  color: #888;
}

.info-price-product strong {
  font-size: 28px;
  margin-left: 10px;
  color: #20bb00;
}

.info-price-product .promo-product-percent {
  background-color: #20bb00;
  margin-left: 20px;
  padding: 2px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

/* Nav Tabs Product */
.nav-tabs-product ul {
  margin-top: 10px;
  margin-left: -20px !important;
}

.nav-tabs-product .tab-content {
  border: 1px solid #eee;
  padding: 10px;
  font-weight: bold;
  margin-left: -10px;
  border-radius: 10px;
}

.nav-tabs-product p {
  font-weight: normal;
  font-size: 15px;
}

.nav-tabs-product a {
  color: #104006;
  font-weight: bold;
  padding: 2px;
  border-radius: 5px;
}

.nav-tabs-product a:hover {
  color: #0c3b03;
}

/* Type Product */
.type-product label {
  color: #188d00;
  border: 1px solid #188d00;
}

.type-product label:hover {
  border: 1px solid #188d00 !important;
}


.btn-check-type-product:checked+.btn,
:not(.btn-check)+.btn:active {
  background-color: #188d00;
  color: #fff;
}

/* Set Quantity Product */
.set-quantity-product {
  width: 200px;
}

.set-quantity-product button {
  background-color: #20bb00;
  margin-left: 0px;
  color: #fff;
}


.set-quantity-product button:hover {
  background-color: #188d00;
  color: #fff;
}

.btn:disabled,
fieldset:disabled .btn {
  background-color: #ddd;
  border: 1px solid #ddd;
}

/* Description Product */
.description-product .nav-link {
  color: #104006;
}

.btn-shopping-cart {
  background-color: #20bb0025;
  border: 1px solid #188d00;
  color: #188d00 !important;
  margin-right: 10px;
}

.btn-shopping-cart:hover {
  background-color: #fff;
  border: 1px solid #188d00;
  color: #188d00 !important;
}

.btn-buy-now {
  background-color: #20bb00;
  color: #fff !important;
}

.btn-buy-now:hover {
  background-color: #188d00;
}

.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: 0px;
}

.cart-sidebar p {
  font-size: 14px;
}

.cart-sidebar a {
  text-decoration: none;
}

.cart-sidebar .card-footer p {
  color: #188d00;
  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: 50%;
  margin: 5px;
}

.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: #20bb00;
  color: #fff;
}

.button-cart-sidebar .btn-checkout:hover {
  background-color: #188d00;
}

.button-cart-sidebar .btn-read-cart {
  border: 1px solid #188d00;
  background-color: #20bb0027;
  color: #188d00;
}

.button-cart-sidebar .btn-read-cart:hover {
  border: 1px solid #20bb00;
  background-color: #20bb00;
  color: #fff;
}

/*** end CART SIDEBAR ***/

/*** CART ***/
.card-cart {
  margin: 5px;
}

.card-cart table img {
  width: 30px;
  height: 40px;
  float: left;
  margin-right: 5px;
}

.table-cart {
  width: 100%;
  background-color: white;
  box-shadow: 1px 1px 5px #bbb;
  border-radius: 20px;
  overflow-y: auto;
  border: 1px dashed #188d00;
}

/* width */
.table-cart::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.table-cart::-webkit-scrollbar-track {
  cursor: pointer;
}

/* Handle */
.table-cart::-webkit-scrollbar-thumb {
  background: #188d00;
  border-radius: 10px;
}

.table-cart::-webkit-scrollbar-thumb:hover {
  background-color: #259da1;
}


.total-spend {
  padding: 20px;
  float: right !important;
}

.total-spend table {
  margin-top: 50px;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px dashed #188d00;
}

.total-spend .td-value {
  float: right;
}

.total-spend table .fs-2 {
  color: #188d00;
}

.total-spend .btn-checkout {
  background-color: #188d00;
  margin-left: 0px;
  float: right;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
}

.total-spend .btn-checkout:hover {
  background-color: #147900;
}

/* 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: #188d00;
  border-radius: 10px;
  margin: auto;
  display: block;
  background-color: #20bb0044;
}

.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: #104006;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #20bb00;
  color: #fff;
}

/*** end FAQ ***/



/*** FOOTER ***/
.footer {
  background-color: #fff;
  border-top: 4px solid #20bb00;
}

.footer h5 {
  color: #20bb00;
  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: #20bb00;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  transition: .2s;
}

.footer .social-media li a:hover {
  background-color: #104006;
  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: #104006;
}

.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 ***/

/*** LOGIN FORM ***/
.sign-form button {
  background-color: #188d00;
  margin-left: 0px;
  border: none;
  margin-top: 10px;
}

.sign-form button:hover {
  background-color: #259da1;
}

.sign-form .form-check-input:checked {
  background-color: #188d00;
  border: #188d00;
}

.footer-sign-form span {
  color: #888;
  font-size: 14px;
}

.footer-sign-form a {
  color: #188d00;
}

.footer-sign-form a:hover {
  color: #104006;
}

.footer-sign-form .text-right {
  text-align: right;
}

.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: #188d00;
}

/*** 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);
}








































/* .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;
} */