@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* 
-------- CSS FIX WORDPRESS DEFAULT
*/
article#post img {
  max-width: 100%;
  height: auto;
}
article#post .wp-caption {
  max-width: 100% !important;
  width: fit-content !important;
}
article#post .wp-caption-text {
  font-size: small;
  margin-top: 0.5rem;
}
/* .aligncenter {
    clear: both;
    margin: 0 auto;
  } */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 
  ----end---- CSS FIX WORDPRESS DEFAULT
  */

:root {
  --bs-selandy-primary: #17482c;
  --bs-selandy-secondary: #8ab816;
  --bs-link-color: #8ab816;
  --bs-link-color-rgb: 138, 184, 22;
  --bs-link-hover-color: #729910;
  --bs-link-hover-color-rgb: 114, 153, 16;
}

body {
  font-family: var(--e-global-typography-primary-font-family) !important;
}

.global-text {
  color: var(--e-global-color-text);
}

::selection {
  background: var(--e-global-color-accent);
  color: #381866;
}
::-moz-selection {
  background: var(--e-global-color-accent);
  color: #381866;
}

a {
  cursor: pointer !important;
}

/* 
TAILWINDS
*/
.white-space-collapse {
  white-space-collapse: collapse !important;
}
.opacity-100 {
  opacity: 1 !important;
}
/*  -end- TAILWINDS */

.swiper-pagination-bullet-active,
.n2-active {
  background: #dfb715 !important;
  border-color: #17482c !important;
}
.swiper-pagination-bullet,
.n2-bullet {
  border: 2px solid #17482c !important;
}

.elementor-image-carousel-wrapper .swiper-pagination-bullet,
.elementor-image-carousel-wrapper .n2-bullet {
  display: inline-block !important;
  height: 10px !important;
  opacity: 0.3 !important;
  width: 10px !important;
  background: transparent !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: var(--bs-selandy-secondary) !important;
  border-image: initial !important;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%) !important;
  padding: 0px !important;
}
.elementor-image-carousel-wrapper .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
  background: var(
    --swiper-pagination-color,
    var(--bs-selandy-primary)
  ) !important;
}

.centered-slider .swiper-wrapper {
  justify-content: center;
}

/* 
      CUSTOM WOOCOMMERCE
*/
.woocommerce {
  font-family: var(--e-global-typography-primary-font-family);
}

.header_cart.headercart-block {
  float: right;
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.header_cart.headercart-block:hover {
  background: #8ab816;
  border-color: #8ab816;
}

.header_cart .widget_shopping_cart .mini_cart_item a {
  color: #000;
  margin: 0 20px 0 0;
}
.header_cart .widget_shopping_cart .mini_cart_item a:hover {
  color: #8ab816;
}
.header_cart a.shopping_cart .item-total {
  color: #666666;
  font-size: 13px;
  padding: 2px 4px;
  text-transform: capitalize;
}
.header_cart a.shopping_cart .amount {
  color: #666666;
  font-size: 13px;
}
.header_cart .shopping_cart .right-arrow {
  display: inline-block;
  height: 11px;
  margin: 0 0 0 6px;
  vertical-align: middle;
  width: 16px;
}
.header_cart .shopping_cart .cart-title {
  text-transform: uppercase;
}
.header_cart .shopping_cart .cart-contents {
  color: #000000;
  display: inline-block;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  margin: 5px 0 0 25px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: auto;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
.header_cart .product_list_widget {
  max-height: 230px;
  overflow: hidden;
  text-align: left;
}
.header_cart .woocommerce ul.cart_list:hover,
.header_cart .woocommerce-page ul.cart_list:hover {
  overflow-y: auto;
}

.woocommerce-mini-cart__empty-message {
  font-style: italic;
  font-weight: 400;
  color: #17482c;
  text-align: center;
}

.woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
  text-align: right !important;
  font-weight: 900 !important;
  padding-top: 10px !important;
  margin-top: 10px !important;
  border: 0 !important;
  border-top: 2px dashed #c0a440 !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  font-size: 1em !important;
}
.elementor-menu-cart__subtotal strong {
  font-weight: 400 !important;
}
.woocommerce-mini-cart__total span.amount,
.elementor-menu-cart__subtotal span.amount {
  margin-left: 10px !important;
}

.woocommerce-mini-cart__buttons,
.elementor-menu-cart__footer-buttons {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  gap: 6px !important;
}
.woocommerce-mini-cart__buttons a.button,
.elementor-menu-cart__footer-buttons a.elementor-button {
  border-radius: 6px !important;
  border: 2px solid #17482c !important;
  background: transparent !important;
  color: #17482c !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  transition: 0.5s all ease !important;
  width: 50% !important;
  margin: 0 !important;
  padding: 10px 6px !important;
  text-align: center !important;
}
.woocommerce-mini-cart__buttons a.button:hover,
.elementor-menu-cart__footer-buttons a.elementor-button:hover {
  background: #17482c !important;
  color: #fff !important;
}
.woocommerce-mini-cart__buttons a.button:hover span,
.elementor-menu-cart__footer-buttons a.elementor-button:hover span {
  color: #fff !important;
}

.woocommerce-mini-cart {
  max-height: 45vh;
  overflow: auto;
  padding-top: 10px;
}

.woocommerce-mini-cart::-webkit-scrollbar {
  width: 4px;
}
.woocommerce-mini-cart::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 4px;
}
.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #17482c;
}
.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
  background: #c0a440;
}

.widget_shopping_cart_content {
  opacity: 1 !important;
  transition: opacity 0.5s ease;
  position: absolute;
  display: none;
  flex-direction: column;
  width: 300px;
  max-width: 100%;
  top: calc(100% + 9px);
  right: 0;
  margin-left: -15px;
  background: rgb(241 245 249 / 50%);
  padding: 30px 20px 10px 20px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 0 0 16px 16px;
  box-shadow: 4px 10px 14px 0px #00000014;
  border: 1px solid #ebebeb;
  border-top: 0;
}

.woocommerce-mini-cart .cart_item {
  position: relative;
  display: block;
  float: left;
  width: 100% !important;
  padding: 0;
}

.woocommerce-mini-cart .cart_item .product-name a {
  font-size: 12pt;
}

.woocommerce-mini-cart .cart_item .quantity {
  font-size: 12pt;
  margin-top: 2px;
  display: block;
  color: #c0a440 !important;
  font-weight: 700;
}
.woocommerce-mini-cart .cart_item .quantity span {
  font-size: 12pt;
  color: #c0a440 !important;
}

.widget_shopping_cart_content ul li {
  text-align: left;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.widget_shopping_cart_content img {
  width: 75px !important;
  height: 75px !important;
  float: left !important;
  margin: 0 !important;
  margin-right: 10px !important;
  margin-top: -4px !important;
  margin-bottom: 10px !important;
  border-radius: 6px !important;
  box-shadow: 2px 2px 8px 0px #00000040 !important;
  border: 1px solid #d9d9d9 !important;
}

.widget_shopping_cart_content li a {
  font-size: 12pt !important;
  line-height: normal !important;
  font-weight: 500 !important;
  color: #17482c !important;
  padding-top: 4px !important;
}

.widget_shopping_cart_content li .quantity {
  font-size: 10pt;
  margin-top: 2px;
  display: block;
  color: #c0a440 !important;
  font-weight: 700;
}
.widget_shopping_cart_content li .quantity span {
  font-size: 10pt;
  color: #c0a440 !important;
}

.widget_shopping_cart .product-remove {
  position: absolute;
  top: -3px;
  left: 0;
}
/* .widget_shopping_cart_content a.remove, */
.woocommerce-mini-cart .product-remove {
  display: flex !important;
  justify-content: center !important;
  font-size: 1.5em !important;
  height: 25px !important;
  width: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  border: 0 !important;
  color: #fff !important;
  background: #f60202 !important;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-mini-cart .product-remove:hover {
  background: #000 !important;
}
.woocommerce-mini-cart .product-remove:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f4c8";
  font-size: 1rem;
  height: 25px;
  width: 25px;
  line-height: normal;
  background: #f60202 !important;
  transform: none !important;
  position: unset;
}
.woocommerce-mini-cart .product-remove:after {
  content: "" !important;
}

i.loadings,
.add_to_cart_button.loading i {
  display: none;
}

.add_to_cart_button.loading i.loadings {
  display: block;
}

.woocommerce .product .added_to_cart,
.car-list .added_to_cart {
  display: none;
}

.car-list .car-title h4 {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-primary);
  font-size: 22px;
  font-weight: 500;
}
.car-list .harga del {
  /* Harga Coret : Regular Price */
  margin-right: 2px;
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
}
.woocommerce .product ins,
.car-list .harga ins,
.car-list .harga .amount {
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-secondary);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none !important;
}
.woocommerce .product .onsale {
  display: none;
}

.toggle-cart-button {
  cursor: pointer;
}

.close-shoppingcart {
  display: none;
}

.widget_shopping_cart_content.opacity-100 {
  display: flex;
}

.woocommerce-tabs .tabs {
  display: flex;
  justify-content: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 3px solid var(--e-global-color-secondary) !important;
}

.woocommerce div.product .woocommerce-tabs .entry-content h2 {
  margin: 20px 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background-color: #f1f5f9;
  border-radius: 10px;
  font-style: italic;
  padding: 1em 2em 1em 2em;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  content: "";
}

.woocommerce-message .button.wc-forward,
.woocommerce #review_form #respond .form-submit input,
.woocommerce .return-to-shop a.button {
  background: var(--e-global-color-primary);
  color: #fff;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 30px;
  transition: 0.5s all ease;
  padding: 10px 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10pt;
  font-style: normal;
}

.woocommerce-message .button.wc-forward:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .return-to-shop a.button:hover {
  background: transparent;
  color: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

.woocommerce-product-details__short-description {
  font-style: italic;
}

/* 
  --------- woocommerce default pages
*/
.woocommerce-account .woocommerce-selandy .woocommerce {
  padding: 20px 100px;
}
.woocommerce-account .woocommerce-selandy .woocommerce nav ul {
  list-style: none;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.woocommerce-account .woocommerce-selandy .woocommerce nav ul li {
  background-color: var(--bs-selandy-primary);
  padding: 4px 8px;
  border-radius: 6px;
  width: fit-content;
}
.woocommerce-account .woocommerce-selandy .woocommerce nav ul li.is-active {
  background-color: var(--bs-selandy-secondary);
}
.woocommerce-account .woocommerce-selandy .woocommerce nav ul li.is-active a {
  color: var(--bs-selandy-primary);
}

.woocommerce-account .woocommerce-selandy .woocommerce form input {
  background-color: #f9fafa;
  border: none;
  border-radius: var(--forms-fields-border-radius, 6px);
  color: var(--forms-fields-normal-color, #69727d);
  font-size: 14px;
  font-weight: 400;
  padding: var(--forms-fields-padding, 16px);
}

.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  .select2-selection--single {
  background-color: #f9fafa;
  border: none;
  border-radius: var(--forms-fields-border-radius, 6px);
  color: var(--forms-fields-normal-color, #69727d);
  height: 45px;
  font-size: 14px;
}
.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727d);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}

.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  li.select2-results__option {
  font-size: 14px !important;
}

.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  form
  button[type="submit"] {
  border: 1px solid var(--bs-selandy-primary);
  background: var(--bs-selandy-primary);
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease;
  margin-top: 15px;
}
.woocommerce-account
  .woocommerce-selandy
  .woocommerce
  form
  button[type="submit"]:hover {
  border: 1px solid var(--e-global-color-secondary);
  background: var(--e-global-color-secondary);
  color: var(--bs-selandy-primary);
}

.woocommerce-account .woocommerce-selandy .show-password-input {
  top: 0;
  height: 49px;
  display: flex;
  align-items: center;
}

.woocommerce-account .woocommerce-selandy .woocommerce-password-strength {
  border-radius: 6px;
  margin-top: 4px;
}

.woocommerce-account .woocommerce-selandy .woocommerce-password-hint {
  font-style: italic;
}

@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-selandy .woocommerce nav {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-selandy .woocommerce {
    padding: 20px 40px;
  }
  .woocommerce-account .woocommerce-selandy .woocommerce nav ul {
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .woocommerce-account
    .woocommerce-selandy
    table.shop_table_responsive
    tbody
    th {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-account .woocommerce-selandy .woocommerce {
    padding: 20px;
  }
}

/* CART page */

.woocommerce table.shop_table.cart th {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  font-size: 16pt;
  font-weight: 500 !important;
  text-align: center;
}
.woocommerce table.shop_table.cart th.product-remove {
  position: unset !important;
}
.woocommerce table.shop_table.cart th.product-name {
  text-align: left;
}

.woocommerce table.shop_table.cart {
  border: 0;
}
.woocommerce table.shop_table.cart th {
  border-bottom: 2px solid var(--e-global-color-primary);
}

.woocommerce table.shop_table.cart tbody tr:last-child td {
  padding: 20px 12px;
}

.woocommerce table.shop_table tr.cart_item td {
  color: var(--e-global-color-primary);
  text-align: center;
}
.woocommerce table.shop_table.cart tr.cart_item:nth-child(even) td {
  background-color: #fafafa;
}

.woocommerce table.shop_table.cart tr.cart_item td.product-name {
  text-align: left;
}
.woocommerce table.shop_table.cart tr.cart_item td.product-name a {
  font-size: 12pt;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.woocommerce table.shop_table.cart tr.cart_item td.product-remove a {
  margin: auto;
}
.woocommerce table.shop_table.cart tr.cart_item .product-thumbnail img {
  width: 55px;
}

.woocommerce table.shop_table.cart tr.cart_item .product-remove {
  position: unset;
}

.woocommerce
  table.shop_table.cart.woocommerce-cart-form__contents
  td.actions
  .coupon {
  display: flex;
  align-items: stretch;
}

.woocommerce table.shop_table.cart .actions .button {
  color: var(--e-global-color-primary);
  background-color: #f8f8f8 !important;
  border-radius: 18px;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
}
.woocommerce table.shop_table.cart .actions .button:disabled {
  background-color: transparent !important;
}

.woocommerce table.shop_table.cart .actions .coupon .button {
  background-color: var(--e-global-color-secondary) !important;
  border-radius: 18px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  font-size: 10pt;
  text-transform: uppercase;
  padding: 7px 20px;
}

.woocommerce table.shop_table.cart .actions .coupon input {
  padding: 8px 10px !important;
  width: 175px !important;
  font-size: 12pt;
  border-radius: 12px;
}

.woocommerce .cart_totals {
  width: auto !important;
}
.woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce .cart_totals th {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  font-weight: 700 !important;
  font-size: 12pt;
  text-align: right;
  width: auto !important;
  padding: 10px 20px !important;
}
.woocommerce .cart_totals td,
.woocommerce .cart_totals td span {
  text-align: right;
  font-size: 14pt;
  color: var(--e-global-color-primary);
}

.woocommerce .cart_totals .order-total td,
.woocommerce .cart_totals .order-total span {
  font-size: 24px;
}

.woocommerce .cart_totals a.checkout-button {
  font-family: var(--e-global-typography-primary-font-family);
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12pt;
  padding: 20px 40px;
}
.woocommerce .cart_totals a.checkout-button:hover {
  background-color: var(--e-global-color-secondary);
}

.woocommerce-checkout-review-order tr.cart_item td {
  text-align: left !important;
}
.woocommerce-checkout-review-order tr.order-total td strong {
  color: var(--e-global-color-primary) !important;
  font-size: 14pt;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table.cart tr.cart_item td.product-remove a {
    text-align: right;
    width: 100%;
  }
  .woocommerce table.shop_table.cart .actions .coupon .button,
  .woocommerce table.shop_table.cart .actions .coupon input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .woocommerce .cart_totals td,
  .woocommerce .cart_totals td span,
  .woocommerce table.shop_table tr.cart_item td,
  .woocommerce .cart_totals .order-total td {
    font-size: 11pt !important;
  }
  .woocommerce .cart_totals td::before,
  .woocommerce table.shop_table tr.cart_item td::before,
  .woocommerce .cart_totals .order-total td::before {
    color: var(--e-global-color-secondary);
  }
  .woocommerce-shipping-totals td {
    background-color: transparent !important;
  }
}

/* CART page */

/* Checkout/Order-Received page */
.woocommerce-notice {
  font-size: 12pt;
  font-style: italic;
  font-weight: 700;
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-primary);
  margin-bottom: 50px;
  background: #f8f8f8;
  padding: 8px 20px;
  border-radius: 6px;
}

.woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-top: 4em;
}

.woocommerce .woocommerce-order h2.woocommerce-order-details__title,
.woocommerce .woocommerce-order h2.woocommerce-column__title {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-secondary);
  font-size: 24px;
  font-weight: 700;
}

.woocommerce-order p {
  color: var(--e-global-color-primary);
  font-style: italic;
  font-weight: 700;
}

.woocommerce-order .woocommerce-order-details table.shop_table {
  margin-top: 20px;
}
.woocommerce-order .woocommerce-order-details table.shop_table th {
  color: var(--e-global-color-primary) !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table td,
.woocommerce-order .woocommerce-order-details table.shop_table td a {
  color: var(--e-global-color-secondary);
  font-size: 12pt;
  font-weight: 500;
}
.woocommerce-order
  .woocommerce-order-details
  table.shop_table
  tbody
  tr:nth-child(odd)
  td {
  background-color: #fafafa !important;
}
.woocommerce-order .woocommerce-order-details table.shop_table tbody td {
  padding: 10px 15px !important;
}
.woocommerce-order
  .woocommerce-order-details
  table.shop_table
  tbody
  tr
  td:first-child {
  border-radius: 8px 0 0 8px;
}
.woocommerce-order
  .woocommerce-order-details
  table.shop_table
  tbody
  tr
  td:last-child {
  border-radius: 0 8px 0 8px;
}

.woocommerce-order .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order .woocommerce-order-details table.shop_table tfoot td {
  padding: 6px 0 !important;
}

.woocommerce-order .woocommerce-order-details table.shop_table tfoot td {
  color: #000 !important;
}

.woocommerce .woocommerce-order address {
  padding: 15px 20px !important;
  height: fit-content !important;
  color: #000;
  border-radius: 12px !important;
  border: 1px solid #f1f5f9 !important;
  background: #fafafa;
  font-size: 11pt;
  line-height: 1.5;
  margin-bottom: 30px !important;
}

.woocommerce ul.order_details li {
  margin-bottom: 15px;
}

/* 

  SELECT2 widget

*/
.select2-dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: var(--e-global-typography-primary-font-family) !important;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 10pt;
}

.select2-results__options {
  padding: 0 4px;
}
.select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #17482c;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #c0a440;
}

.select2-results__option {
  border-radius: 6px;
  padding: 8px 12px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #eaeaea;
  color: var(--e-global-color-primary) !important;
}
.e-woo-select2-wrapper .select2-results__option {
  color: var(--e-global-color-primary) !important;
  font-family: var(--e-global-typography-primary-font-family) !important;
}
/* CART update Shipping */
.woocommerce-shipping-calculator
  .select2-container--default
  .select2-selection--single,
.woocommerce-shipping-calculator input {
  background-color: #f9fafa;
  border: none;
  border-radius: 10px;
  color: var(--forms-fields-normal-color, #69727d);
  height: 45px;
}
.woocommerce-shipping-calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727d);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12pt;
  text-align: left !important;
}
.woocommerce-shipping-calculator input {
  font-size: 12pt;
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce-shipping-calculator
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
.woocommerce-shipping-calculator button.button {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  border-radius: 20px;
  font-size: 11pt;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  width: 100%;
}
.woocommerce-shipping-calculator button.button:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.woocommerce-shipping-destination {
  font-size: 11pt;
  max-width: 300px;
}
a.shipping-calculator-button {
  font-size: 12pt;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods label {
  font-size: 16px;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods input[type="radio"] {
  margin: 0 0.4375em 0 0 !important;
  vertical-align: middle !important;
}

/* SHOP page */
.woocommerce .woocommerce-result-count {
  display: flex;
  align-items: center;
  font-style: italic;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
  font-size: 12pt;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f9fafa;
  border: none;
  border-radius: 10px;
  color: var(--forms-fields-normal-color, #69727d);
  height: 45px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0 0 1.5em;
}

.woocommerce .woocommerce-pagination ul li span.current {
  border-radius: 8px;
}

.elementor-nothing-found,
.elementor-posts-nothing-found {
  border-top-color: #b81c23 !important;
  margin: 0 0 2em;
  position: relative;
  color: #b81c23 !important;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  background-color: #f1f5f9;
  border-radius: 10px;
  font-style: italic;
  padding: 1em 2em 1em 2em;
}
.elementor-nothing-found::after,
.elementor-posts-nothing-found::after {
  clear: both;
}

.sidebar-search .e-search-input-wrapper {
  width: 10px;
}

@media screen and (max-width: 768px) {
  .products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sidebar-search .e-search-input-wrapper {
    max-width: calc(100% - 48px);
  }
}

@media screen and (max-width: 480px) {
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .woocommerce .woocommerce-result-count {
    width: 100%;
    justify-content: center;
  }
  /* .sidebar-search .e-search-input-wrapper {
    max-width: calc(100% - 48px);
  } */
}

/* SELECT2 widget */

.other-categories.list-unstyled {
  display: inline-block;
}

/* SWIPER */
.product-gallery .swiper {
  width: 100%;
  height: 100%;
}

.product-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.product-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-gallery .swiper.main {
  height: 400px;
  width: 100%;
}

.product-gallery .swiper.thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-gallery .swiper.thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-gallery .swiper.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery {
  width: 100%;
  position: relative;
}

.product-gallery .swiper-slide {
  cursor: pointer;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
  color: var(--e-global-color-primary) !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.35s ease;
  cursor: pointer;
}

.product-gallery .swiper-button-next:hover,
.product-gallery .swiper-button-prev:hover {
  color: #fff !important;
  background-color: var(--e-global-color-primary) !important;
}

.product-gallery .zoom-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  background-color: #ffffff70;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.product-gallery .zoom-image svg {
  width: 20px;
  fill: #000000;
}
/* -end- SWIPER */

/* BLOG page */
.popularposts h5 {
  display: none;
}
.popularposts .post-thumbnail {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-height: 150px;
  overflow: hidden;
  object-fit: cover;
  align-items: center;
}
.popularposts .post-thumbnail img {
  transition: transform 0.3s ease;
  transform: scale(1);
  width: 100%;
}
.popularposts .post-thumbnail:hover img {
  transform: scale(1.1);
}
.popularposts ul {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

.popularposts ul li {
  position: relative;
  margin-bottom: 25px;
}
.popularposts ul li:last-child {
  margin-bottom: 0;
}
.popularposts ul li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 4px 8px;
  background: var(--e-global-color-accent);
  color: #fff;
  border-radius: 6px;
  border-top-right-radius: 16px;
  font-size: 10pt;
  font-weight: 500;
}

.popularposts a.post-title {
  font-family: var(--e-global-typography-secondary-font-family);
  color: var(--e-global-color-primary);
  font-size: 14pt;
  font-weight: 500;
  display: flex;
  margin-top: 5px;
}
.popularposts a.post-title:hover {
  color: var(--e-global-color-accent);
}

/* 
   --- NEWS / BLOG
*/
.news-content h3.title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 1.25rem;
  color: #17482c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
.news-content .description {
  font-size: 0.9rem;
  color: #c0a440;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-thumbnail {
  position: relative;
  width: 100%;
  height: 10rem;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
  font-style: italic;
}

.news-thumbnail img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px !important;
  height: 0px !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}

.news-item:hover .news-thumbnail img {
  transform: scale(1.1);
}

.news-content ul.news-categories li {
  display: inline-block;
  margin-left: 5px;
  padding: 0px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  text-align: center;
  color: #7b9abd;
  font-weight: 700;
  text-transform: uppercase;
}
.news-content ul.news-categories li i.ri-hashtag {
  font-size: 0.8rem;
  color: #6280a1;
}
.news-content ul.news-categories li.list {
  background-color: #f7f9fd;
  box-shadow: 0px 1px 2px #e5e9ec;
}
.news-content ul.news-categories li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.news-item .news-content .meta {
  font-size: 0.7rem;
  color: #b3c7d5;
}

/* .news-item .news-content .meta span:after {
  background: #7b9abd;
} */
.meta span.time:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #7b9abd;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: 6px;
}

/* 
   --- end --- NEWS / BLOG
*/

/* SINGLE POST */
.single-post .comment-respond {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 14px;
  color: var(--e-global-color-primary);
  padding-top: 20px;
}
.single-post h3#comments {
  font-size: 20px;
  color: var(--e-global-color-primary);
}

.single-post .commentlist li {
  margin-bottom: 20px;
}
.single-post .commentlist li::marker {
  color: var(--e-global-color-primary);
  font-weight: 700;
}

.single-post .commentlist ul.children {
  margin-top: 10px;
}
.single-post .commentlist p,
.single-post .commentlist .comment-body {
  font-size: 16px;
  color: var(--e-global-color-primary);
  font-weight: 500;
}
.single-post .commentlist .reply {
  margin-top: 10px;
}
.single-post .commentlist .reply a {
  background: var(--e-global-color-accent);
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.35s ease;
}
.single-post .commentlist .reply a:hover {
  background: var(--e-global-color-secondary);
}
.single-post .commentlist .comment-author {
  font-weight: 400;
}
.single-post .commentlist .comment-author cite {
  font-weight: 500;
  color: var(--e-global-color-secondary);
}

.single-post .commentlist .comment-meta a {
  color: var(--e-global-color-accent);
  font-size: 14px;
}

.single-post .comment-respond h3.comment-reply-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 24pt;
  font-weight: 500;
  color: var(--e-global-color-secondary);
}
.single-post .comment-respond h3.comment-reply-title a {
  color: var(--e-global-color-primary);
}
.single-post .comment-respond h3.comment-reply-title a:hover {
  color: var(--e-global-color-accent);
}
.single-post
  .comment-respond
  h3.comment-reply-title
  a#cancel-comment-reply-link {
  margin-left: 10px;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
  background: #f8f8f8;
  padding: 2px 8px;
  border-radius: 6px;
}
.single-post .comment-respond label,
.single-post .comment-respond input,
.single-post .comment-respond textarea {
  display: block;
  width: 100%;
}
.single-post .comment-respond input,
.single-post .comment-respond textarea {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid var(--e-global-color-primary);
}
.single-post .comment-respond input[type="submit"] {
  border-radius: 20px;
  border: 0;
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
  font-weight: 500;
  font-size: 14px;
  padding: 10px 12px;
  text-transform: uppercase;
  transition: background-color 0.35s ease;
}
.single-post .comment-respond input[type="submit"]:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.single-post .comment-respond .comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.single-post .comment-respond .comment-form-cookies-consent input {
  width: auto;
  margin-right: 10px;
}

.single-post .wp-caption .widget-image-caption {
  font-family: var(--e-global-typography-primary-font-family);
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
}

.single-post .post-tags {
  padding: 10px 20px;
  border-radius: 16px;
  background-color: #fcfcfc;
}
.single-post .post-tags h6 {
  font-size: 1.5rem;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-secondary);
}

.single-post .post-tags .tag-items {
  font-style: italic;
}

.single-post article .article-post ul {
  margin-top: 12px;
  margin-bottom: 30px;
}
.single-post article .article-post li {
  margin-bottom: 12px;
}

.single-post article .article-post h1,
.single-post article .article-post h2,
.single-post article .article-post h3 {
  letter-spacing: 0 !important;
}

.max-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* Menampilkan maksimal 2 baris */
  text-overflow: ellipsis; /* Menampilkan ellipsis jika teks melebihi 2 baris */
}

.related-post-inpost a {
  display: flex;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #f9fbfe;
  cursor: pointer !important;
  position: relative;
}

.related-post-inpost a::before {
  content: "Related Post";
  display: flex;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 10pt;
  font-weight: 400;
  font-style: italic;
  color: var(--e-global-color-secondary);
}

.related-post-inpost .related-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.related-post-inpost .related-thumbnail img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}
.related-post-inpost a:hover .related-thumbnail img {
  transform: scale(1.2);
}
.related-post-inpost .h3 {
  transition: all 0.3s ease;
  font-size: 16pt !important;
  line-height: 1.5rem !important;
  margin-top: 0 !important;
  font-family: var(--e-global-typography-secondary-font-family), sans-serif;
  color: var(--e-global-color-primary);
}
.related-post-inpost a:hover .h3 {
  color: var(--e-global-color-secondary);
}
.related-post-inpost .meta {
  font-size: 9pt;
}

.related-post-inpost .meta span {
  display: inline-block;
  font-style: italic;
  color: #b3c7d5;
  font-weight: 500;
}

.related-post-inpost .meta span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8f8f8f;
  margin-left: 8px;
  margin-right: 4px;
  position: relative;
  top: -3px;
}

.related-post-inpost .meta span:before,
.related-post-inpost .meta span:last-child:after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .related-post-inpost .h3 {
    font-size: 13pt !important;
    line-height: 1.35rem !important;
  }

  .widget_shopping_cart_content {
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(241 245 249 / 75%);
    padding: 60px 20px 30px 20px;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
  }
  .woocommerce-mini-cart {
    max-height: 75vh;
  }
  .close-shoppingcart {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    height: 40px;
    width: 40px;
    justify-content: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 480px) {
  .related-post-inpost .h3 {
    font-size: 12pt !important;
  }
}

/* 
    -end-  CUSTOM WOOCOMMERCE
*/

.title-font {
  font-family: var(--e-global-typography-secondary-font-family) !important;
}

.text-kratom {
  color: var(--bs-selandy-primary);
}

.btn-kratom {
  background-color: var(--bs-selandy-primary);
  color: #fff;
}
.btn-kratom:hover {
  background-color: var(--bs-selandy-secondary);
  color: #fff;
}

.borderline {
  border: 1px solid #c0a440;
}

.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav .dropdown-item {
  font-family: var(--e-global-typography-secondary-font-family);
  color: #000000;
  font-size: 1.05rem;
}
.navbar .navbar-nav .current-menu-item .dropdown-item.active {
  color: var(--bs-link-color);
}

.navbar .dropdown .dropdown-toggle:after {
  padding-top: 2px;
}

.navbar-light .navbar-nav .nav-item .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .dropdown-item:hover {
  color: var(--bs-link-color);
  background-color: transparent;
}

nav.navbar .offcanvas-nav.show li.nav-item .nav-link {
  padding: 0.75rem 0.5rem !important;
}

.cart-button span {
  color: var(--bs-selandy-primary);
}

.company-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  margin-bottom: 1rem;
}

.company-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.title-icon {
  font-size: 6rem;
  margin-bottom: -20px;
}

.title-icon i {
  color: #d09c18;
}

/* 
.car-image {
    height: 200px;
    width: 100%;
    margin-bottom: 0;
}

.car-image img {
    height: auto;
    width: 100%;
} */

.car-spesifikasi ul li {
  padding: 0.25rem 1.5rem;
  color: var(--bs-heading-color);
}

.button-order {
  display: flex;
  gap: 5px;
}

.button-order .chat-order {
  width: calc(100% - 50px);
}

.button-order .btn-cart {
  width: 50px;
}
.button-order .btn-cart.disabled {
  border-color: #17482c;
  color: #17482c;
}

/* .car-spesifikasi ul li:nth-child(odd) {
  background-color: #f1f1f1;
} */

footer ul li {
  margin-bottom: 0.5rem;
}

footer li.icon {
  display: flex;
}

footer li.icon a {
  font-family: var(--e-global-typography-primary-font-family);
  margin-left: 0.5rem;
}

footer li.icon a:hover {
  color: var(--bs-link-color) !important;
}

footer ul li a:hover {
  color: var(--bs-link-color) !important;
}

.sticky-md-top {
  z-index: 1120;
}

nav ol.breadcrumb {
  padding: 4px 16px;
  background: rgb(249 249 249 / 50%);
  border-radius: 8px;
}

.dua-baris {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.populer .populer-list {
  border: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  color: inherit;
  opacity: 1;
  padding: 0.5em 0;
}
.populer .populer-list:last-child {
  border: 0;
}

.category-post a {
  margin-right: 0.25em;
}
.category-post a::after {
  content: ",";
}
.category-post a:last-child {
  margin: 0;
}
.category-post a:last-child::after {
  content: "";
}

blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote {
  background-color: var(--bs-gray-100);
  border-radius: 12px;
  color: var(--bs-gray-500);
  margin: 20px auto;
  padding: 24px 24px 24px 56px;
  position: relative;
}
blockquote:before {
  color: var(--bs-gray-500);
  content: "\ec51";
  display: block;
  font-family: remixicon;
  font-size: 3em;
  font-size: 32px;
  left: 16px;
  position: absolute;
  top: 4px;
}

.contact {
  background-color: var(--bs-gray-900);
  border-radius: 12px;
  color: var(--bs-gray-100);
  margin: 20px auto;
  padding: 24px 24px 24px 56px;
  position: relative;
}

.bloglists figure {
  border-radius: 0.75rem;
}
.bloglists figure a {
  position: relative;
  height: 250px;
  display: block;
  overflow: hidden;
}
.bloglists figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

article.post .elementor-post-avatar {
  opacity: 0;
  transition: opacity 0.5s ease;
}
article.post.loaded .elementor-post-avatar {
  opacity: 1;
}

article.post .article-wrapper a,
article.post .article-wrapper a b,
article.post .article-wrapper a strong {
  color: #8ab816 !important;
}
article.post .article-wrapper a:hover {
  text-decoration: underline;
}

.accordion table thead th {
  font-weight: bold;
  font-size: small;
}

@media (min-width: 769px) {
  .sticky-md-top {
    top: 5.5rem !important;
    z-index: 1020;
  }
}

@media screen and (min-width: 481px) {
  .company-image {
    height: 100%;
    width: auto;
    margin-bottom: 0;
  }
}

.grecaptcha-badge {
  display: none !important;
}
