/*
tami-payment-modules
_variables.scss
2023
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");
#tami_woocommerce_order_widget {
  font-family: "DM Sans", sans-serif;
  border-color: #44318b;
  background-color: #9efb8b;
  background-image: url("../images/wave-only/beyaz-dalga.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
}
#tami_woocommerce_order_widget .accordion-section-title::after, #tami_woocommerce_order_widget .handlediv, #tami_woocommerce_order_widget .item-edit, #tami_woocommerce_order_widget .postbox .handlediv.button-link, #tami_woocommerce_order_widget .toggle-indicator {
  color: #ffffff;
}
#tami_woocommerce_order_widget .handle-order-higher, #tami_woocommerce_order_widget .handle-order-lower {
  color: rgba(255, 255, 255, 0.9);
}
#tami_woocommerce_order_widget .handle-order-higher[aria-disabled=true], #tami_woocommerce_order_widget .handle-order-lower[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.5);
}
#tami_woocommerce_order_widget .inside {
  position: relative;
  margin-top: 0;
  padding-top: 6px;
}
#tami_woocommerce_order_widget .inside > * {
  z-index: 1;
  position: relative;
}
#tami_woocommerce_order_widget .inside:before {
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #9efb8b;
  opacity: 0.5;
}
#tami_woocommerce_order_widget .postbox-header {
  background-color: #44318b;
  background-image: url("../images/tami-white.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 10px center;
}
#tami_woocommerce_order_widget .postbox-header h2 {
  text-indent: -9999px;
}
#tami_woocommerce_order_widget .tami-text-paid-with-tami {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#tami_woocommerce_order_widget .tami-widget-content table {
  margin-top: 10px;
}
#tami_woocommerce_order_widget .tami-widget-content table .tami-widget-content-row {
  vertical-align: top;
}
#tami_woocommerce_order_widget .tami-widget-content table .tami-widget-content-row .tami-widget-content-title {
  font-size: 15px;
  text-align: right;
  font-weight: 700;
  width: 120px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*border-bottom: 1px dashed $tami-grey;*/
}
#tami_woocommerce_order_widget .tami-widget-content table .tami-widget-content-row .tami-widget-content-value {
  font-size: 14px;
  /*border-bottom: 1px dashed $tami-grey;*/
  padding-top: 3px;
  padding-bottom: 3px;
}
#tami_woocommerce_order_widget .tami-widget-content table .tami-widget-content-row:last-child .tami-widget-content-title,
#tami_woocommerce_order_widget .tami-widget-content table .tami-widget-content-row:last-child .tami-widget-content-value {
  border-bottom-width: 0;
}

/*# sourceMappingURL=widget.css.map */
