:root {
  --text_main: "";
  --text_sub: "";
  --main_background: "";
}
.cta-price
/* start */
.siedo-navbar, .intro .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--nav_color);
}
.mobile_nav,
.siedo-price {
  background: var(--nav_mobile) !important;
}
.siedo-hero,
.siedo-tema-type {
  background: var(--main_background) !important;
}
.siedo-welcome-text,
.siedo-main-text {
  color: var(--text_sub) !important;
  /* opacity: 80% !important; */
}
.siedo-main-text {
  opacity: 80% !important;
}
.siedo-submain-text,
.siedo-company-text {
  color: var(--text_main) !important;
}
.siedo-button-hero {
  background: var(--button1) !important;
  color: var(--button1_text) !important;
}
.siedo-subbutton-hero {
  background: var(--button1_sub) !important;
  color: var(--button1_sub_text) !important;
}
.siedo-background-body {
  background: var(--body) !important;
}
.siedo-general-text {
  color: var(--general_text) !important;
}
.siedo-button-about {
  background: var(--button2) !important;
  color: white;
}
.siedo-subbutton-about {
  background: var(--button2_sub) !important;
  color: white;
}
.siedo-icon-about {
  color: var(--icons) !important;
}
.siedo-section-title {
  color: var(--section-title);
}
.siedo-title-center {
  color: var(--section-title-center) !important;
}
.siedo-cta,
.siedo-login-modal {
  background: var(--cta_color) !important;
}
.siedo-price-header {
  color: var(--text_sub) !important;
}
.siedo-cta-gel-top {
  background: var(--varFirstColor) !important;
}
.siedo-cta-gel-bot {
  background: var(--varSecondColor) !important;
}
.siedo-price {
  color: var(--whites) !important;
}
.product-hover {
  background: var(--product_color) !important;
}

button.btn-close {
  background-color: rgb(247, 242, 242) !important;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
section#hero {
  height: 100vh;
}

section#hero img {
  width: 25%;
}

section#hero p,
section#hero h2 {
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  margin: 5px 0 0 0;
}

section#hero h1 {
  font-size: 28px;
  line-height: 36px;
}

/* section#hero {
      width: 100%;
      background: url("../../images/hero-bg-indotrade.jpg") top center;
      background-size: cover;
      position: relative;
    } */

section#hero {
  mask-image: linear-gradient(rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0));
}

section#price .cta-price,
#ketentuan .cta-price {
  mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 15%);
}

section#hero img {
  width: 100% !important;
  /* mask-image: url('../../images/company/black-coffee-bean-vector-clipart-9.png'); */
  mask-image: var(--bgimg_hero);
  mask-size: 100%;
  mask-repeat: no-repeat;
}

section#hero:before {
  content: "";
  background: rgba(45, 53, 69, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

section#hero .container {
  text-align: center;
}

@media (max-width: 992px) {
  section#hero .container {
    padding-top: 10vh;
  }
  section#hero h5 {
    font-size: 15px;
  }
}

section#hero h1 {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

section#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  border: 2px solid rgb(194, 230, 194);
  color: #fff;
}

section#hero .btn-get-started:hover {
  background: #7dbf9b;
}

@media (min-width: 1024px) {
  section#hero {
    background-attachment: fixed;
  }

  section#hero .container {
    padding-top: 15vh;
  }

  section#hero img {
    width: 15%;
  }

  section#hero h1 {
    font-size: 48px;
    line-height: 66px;
  }

  section#hero p,
  section#hero h2 {
    font-size: 30px;
    line-height: 35px;
    color: #eee;
    margin: 15px 0 0 0;
  }

  section#hero p {
    margin: 0 30vh;
  }

  section#hero .btn-get-started {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 2px;
  }
}

/* ===== about section */
#services .section-title h2,
#team .section-title h2,
#contact .section-title h2,
#product .section-title h2,
#whyus .section-title h2,
#price .section-title h2,
#notepage .section-title h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;

  text-align: center;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--section-title-center);
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  font-size: 14px;
  color: #aab3c7;

  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#about .container {
  padding-top: 80px;
}

#about .container img {
  width: 100%;
  mask-image: var(--bgimg_about);
  mask-size: 100%;
  mask-repeat: no-repeat;
}

#about h3 {
  font-weight: 700;
  font-size: 34px;
  /* color: #414c64; */
  color: black;
}

#about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

#about i {
  font-size: 48px;
  margin-top: 15px;
  /* color: #8b97b3; */
  color: rgb(7, 115, 63);
}

#about p {
  font-size: 15px;
  /* color: #848484; */
  color: black;
}

@media (max-width: 991px) {
  .textabout {
    text-align: center;
    margin-top: 2rem;
  }
}

/*--------------------------------------------------------------
  # product
  --------------------------------------------------------------*/
.product #product-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.product #product-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: black;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fafafc;
  border-radius: 50px;
}

.product #product-flters li:hover,
.product #product-flters li.filter-active {
  color: #fbfcfc;
  background: var(--nav_color);
}

.product #product-flters li:last-child {
  margin-right: 0;
}

.product .product-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.product .product-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product .product-item .jdl-product {
  padding-left: 5%;
  /* top: 65%; */
  bottom: 20%;
  /* background-color: rgba(126, 129, 127, 0.5);  indontrade.com */
  background-color: rgba(119, 131, 123, 0.5);
  position: absolute;
  width: 100%;
  color: white;
  /* padding-bottom: 18px; */
}

.jdl-product .price-badge {
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid var(--orange);
  background-color: rgba(100, 100, 100, 0.5);
}

.product .product-item .product-info {
  opacity: 0;
  position: absolute;
  left: 12px; /*15px;*/
  right: 12px; /*15px;*/
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: var(--product_color);
  padding: 15px 20px;
}

.product .product-item .product-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.product .product-item .product-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.product .product-item .product-info .preview-link,
.product .product-item .product-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
}

.product .product-item .product-info .preview-link:hover,
.product .product-item .product-info .details-link:hover {
  color: #fff;
}

.product .product-item .product-info .details-link {
  right: 15px;
}

.product .product-item:hover img {
  top: -30px;
}

.product .product-item:hover .product-info {
  opacity: 1;
  bottom: 0;
}

@media (max-width: 991px) {
  .product-container .product-info {
    padding: 5px !important;
  }
  .product-container h4 {
    font-size: 12px !important;
  }
  .product .product-item .jdl-product {
    top: 50%;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .product-info .bx-show,
  .product-info .bx-cart {
    font-size: 25px !important;
  }
  .product .product-item .jdl-product {
    top: 65%;
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
  # product Details
  --------------------------------------------------------------*/
.product-details {
  padding-top: 40px;
}

.product-details .product-details-slider img {
  width: 100%;
}

.product-details .product-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.product-details
  .product-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc107;
}

.product-details
  .product-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #ffc107;
}

.product-details .product-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(65, 76, 100, 0.08);
}

.product-details .product-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-details .product-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.product-details .product-info ul li + li {
  margin-top: 10px;
}

.product-details .product-description {
  padding-top: 30px;
}

.product-details .product-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-details .product-description p {
  padding: 0;
}

/* -------------------- 
  # Price
   -------------------- */
#price .section-title h2 {
  text-align: center;
}

/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  /* padding: 70px 20px 80px 20px; */
  padding: 70px 20px 0 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  /* background: #f5f5f5; */
  /* background: orange; */
  background: var(--icons);
  border-radius: 50px;
}

.services .icon-box .icon i {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: var(--section-title);
  opacity: 70%;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon {
  background: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon {
  background: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon {
  background: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon {
  background: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon {
  background: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon {
  background: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-green i {
  color: #10c25a;
}

.services .iconbox-green:hover .icon {
  background: #10c25a;
}

.services .iconbox-green:hover .icon i {
  color: #fff;
}

.services .iconbox-white i {
  color: #f9fafa;
}

.services .iconbox-white:hover .icon {
  /* background-color: #6b7070; */
  background-color: var(--icons_hover);
}

.services .iconbox-white:hover .icon i {
  color: #f9fafa;
}

/*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
.cta {
  background-size: cover;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta-services {
  padding: 15px 0;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid grey;
  color: #fff;
  background-color: var(--section-title-center);
}

.cta .cta-btn:hover {
  background: var(--main_background);
}

/*--------------------------------------------------------------
  # Testrimonials
  --------------------------------------------------------------*/
/* #testimonials { */
/* padding: 60px 0 0 0; */
/* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
/* } */

#testimonials h3 {
  color: var(--whites);
}

/* #testimonials .section-header { */
/* margin-bottom: 40px; */
/* } */

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--text_main);
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: var(--text_main);
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  /* border: 1px solid #007bff; */
  border: 1px solid #9cc026;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9cc026;
}

/*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #414c64;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #ffc107;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #414c64;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #3ec1d5;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3ec1d5;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  /* background: #f9f9f9; */
  /* background: var(--main_background); */
}

.footer-head h4 {
  /* color: #4bc5b7; */
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  /* color: #222; */
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: var(--text-main) !important;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid var(--icons_hover);
  color: #f4f0f0;
  background: var(--icons);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: var(--black);
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: var(--icons_hover);
  border: 1px solid var(--icons);
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  /* background: #f1f1f1 none repeat scroll 0 0; */
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: var(--text-main);
}

.copyright-text a {
  color: #444;
}

.copyright > p {
  margin-bottom: 0;
  color: var(--whites) !important;
}

.copyright a,
.credits a {
  color: var(--whites) !important;
  opacity: 50% !important;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/* my style */

/* perubahan warna navbar saat di scroll */
.navbar {
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}

.scrolled {
  background: var(--nav_color);
  transition: background-color 0.5s ease-in-out;
}

/* menu cart */
.alert-count,
.count-orders {
  position: absolute;
  top: 1px;
  left: 10px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  background: #f62718;
}

.count-1 {
  position: absolute;
  top: -1.5em;
  left: -0.5em;
}

nav .cart-mobile {
  position: absolute;
  right: 15vh;
  color: white;
  font-size: 1.2rem;
}

/* @media (max-width: 991px){
    nav .li-cart{ */
/* display: none; */
/* }
  } */

@media (min-width: 992px) {
  .alert-count {
    top: 5px;
    left: 18px;
  }
  nav .cart-mobile {
    display: none;
  }
}

/* shooping cart */
.shopping-cart {
  position: absolute;
  top: 100%;
  right: -110%; /* nilai 0 untuk setting. angka -110% untuk sembunyikan */
  background-color: #fff;
  width: 23rem;
  /* height: 100vh; */
  padding: 0.1rem 1.5rem;
  color: blue;
  transition: ease-in-out 0.3s;
}

@media (min-width: 992px) {
  .shopping-cart {
    width: 50rem;
    /* width: 23rem; */
  }
}

.shopping-cart.active {
  right: 0;
}

.shopping-cart .cart-item {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #097930;
}

.shopping-cart img {
  height: 3rem;
  border-radius: 50%;
}

.shopping-cart h3 {
  font-size: 1.2rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0;
}

.shopping-cart .item-price {
  font-size: 0.9rem;
}
/* shooping cart end */

.form-container input {
  background-color: #dbe4e7;
}

.form-container input:hover {
  box-shadow: none;
  background-color: #dff0f5;
  border-color: rgb(81, 79, 79);
}

.form-container .checkout-button {
  padding: 6px 14px;
  background-color: #0b7636;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 15px;
  /* margin: 1rem auto; */
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
}

.form-container .checkout-button.disabled {
  background-color: #a8a7a7;
  cursor: not-allowed;
}
/* form cart end */

@media (min-width: 992px) {
  .alert-count {
    top: 5px;
    left: 18px;
  }
}

.dropdown-menu .dropdown-item {
  border-radius: 4px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgb(133, 129, 129);
}

.saleon {
  /* background: var(--text_main) none repeat scroll 0 0; */
  color: var(--text_sub);
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.sales_cat_top {
  background: var(--main_background);
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

/* price */
/* tambahan konten price */
/* #price .list-group-item{
  background-color: transparent;
}
.area-padding {
  padding: 70px 0px 80px;
}
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}
.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}
.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
} */
/* tambahan konten price end */

/* tambahan untuk mengatur itemcart */
.itemcart {
  max-height: 300px; /* Tentukan tinggi maksimum untuk elemen itemcart */
  overflow-y: auto; /* Tambahkan scroll jika konten melebihi max-height */
  padding: 10px; /* Opsional: tambahkan padding untuk estetika */
  background-color: #f8f9fa; /* Warna latar belakang opsional */
  border: 1px solid #ccc; /* Tambahkan border opsional */
}

@media (max-width: 768px) {
  /* Pada layar yang lebih kecil (misal mobile), atur ulang layout */
  .shopping-cart {
    flex-direction: column;
  }

  .col-lg-6 {
    width: 100%; /* Kolom-kolom akan memenuhi layar pada mobile */
  }
}
/* tambahan untuk mengatur itemcart end */
