.panel-sidebar > .panel-heading {
  background-color: white !important;
  border-radius: 16px !important;
}

@media only screen and (max-width: 1024px) {
  .right-sidebar {
    width: 100% !important;
  }

  .operator {
    font-size: 10px;
  }

  #order-standard_cart .view-cart-items .item-qty button {
    float: right;
  }
}

#order-standard_cart .view-cart-items .item-qty button {
  border: 1px solid #e6e6e6 !important;
  background-color: #e9e9e9;
  margin-top: 8px;
}

#order-standard_cart .view-cart-items .item-qty input {
  text-align: center !important;
}

#mybati-cart {
  min-height: 40rem;
  background: #2f316e;
  background: linear-gradient(
    142deg,
    rgba(47, 49, 110, 1) 46%,
    rgba(218, 0, 0, 1) 100%
  );
  padding: 4rem 2rem;
}

/* #photo-thankyou {
  width: 100%;
  height: 100%;
  background: url("../../../../assets/img/thank-you-new.png") no-repeat top;
  background-size: auto;
} */
#main-body {
  background: url("../../../../assets/img/bati-bg.webp") no-repeat center fixed;
  background-size: cover;
  overflow: hidden;
  min-height: 90svh;
}

#order-standard_cart {
  font-size: 1rem;
}

.offcanvas-body a {
  font-size: 1rem;
  text-decoration: none;
  color: #3d3d3d;
}

#title-cart {
  font-size: 3rem !important;
  font-weight: 700;
}

body a:link {
  text-decoration: none;
  color: #3d3d3d;
}

.hidden {
  display: none !important;
}

#order-standard_cart input {
  border-radius: 12px;
  margin-bottom: 12px;
  width: 100%;
}

#order-standard_cart .field,
#order-standard_cart .form-control:not(#inputPhone) {
  padding: 6px;
}

.row > * {
  padding: auto 0px !important;
}

#paymentGatewaysContainer {
  padding: 100px auto;
}

.intl-tel-input .country-list {
  z-index: 999;
}

.button-client-area {
  width: 100%;
}
