.sjst-contact-links .elementor-icon-list-icon svg {
  margin: 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  background-color: #912711 !important;
  color: #ffffff !important;
  animation: shake 7s linear infinite;
}

@keyframes shake {
  0%,
  89% {
    transform: translateX(0) rotate(0) scale(1);
  }
  90% {
    transform: translateX(-3px) rotate(-5deg) scale(0.9);
  }
  91% {
    transform: translateX(3px) rotate(5deg) scale(1.1);
  }
  92% {
    transform: translateX(-3px) rotate(-5deg) scale(0.9);
  }
  93% {
    transform: translateX(3px) rotate(5deg) scale(1.1);
  }
  94%,
  100% {
    transform: translateX(0) rotate(0) scale(1);
  }
}

.sjst-shop-product-item .cart {
  display: flex;
  flex-direction: column;
}

.summary .cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.summary .cart .qib-button-wrapper {
  order: 0;
  width: 100%;
  justify-content: flex-start;
}

.summary .cart .pisol_single_buy_now {
  order: 1;
}

.summary .cart .single_add_to_cart_button {
  order: 2;
}

.summary .pisol_buy_now_button {
  padding: 10px 15px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
  text-align: center !important;
  width: fit-content !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.qib-button-wrapper button.qib-button {
  padding: 5px !important;
  width: 30px !important;
  border-radius: 0;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  width: 70px;
  padding: 5px;
  border-radius: 0;
  font-weight: 700;
  color: #318350;
}

.woocommerce-variation-add-to-cart .qib-button-wrapper {
  order: 0;
}

.woocommerce-variation-add-to-cart .pisol_single_buy_now {
  order: 1;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  order: 2;
}

@media only screen and (max-width: 769px) {
  .woocommerce-cart-form .qib-button-wrapper {
    float: unset;
    justify-content: flex-end;
  }
}

.button.product_type_simple.add_to_cart_button,
.button.product_type_variable {
  display: none !important;
}

.woocommerce-info {
  border-top-color: #ffd002;
}

.woocommerce-info::before {
  color: #ffd002;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #0b1530;
  border-top: 3px solid #ffd002;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce a.button,
.woocommerce button.button {
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  text-transform: capitalize;
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  color: #0b1530 !important;
  padding: 14px 20px !important;
  transition: 0.3s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #d1ad0e !important;
  color: #0b1530 !important;
}

.woocommerce button.button.pisol_buy_now_button {
  background-color: #e0593b !important;
  color: #ffffff !important;
}

.woocommerce button.button.pisol_buy_now_button:hover {
  background-color: #aa422a !important;
  color: #ffffff !important;
}

.woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 5px;
}

.woocommerce h3 {
  font-weight: 700;
  color: #0b1530;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.woocommerce table.shop_table {
    display: none !important;
}

/* package title style start */
.sjst-package-title-wrapper .sjst-package-title {
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #7b0d3c;
  padding: 10px; */
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
/* package title style end */

/* wc onsale box style start */
.woocommerce ul.products li.product .onsale {
  margin: 0;
  top: 5px !important;
  left: 5px;
  background-color: #ffd002 !important;
  color: #0b1530;
}

.woocommerce span.onsale {
  height: 50px !important;
  width: 50px !important;
  padding: 2px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 5px;
  left: 20px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffd002;
  color: #0b1530;
  font-size: 14px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* wc onsale box style end */
