.stg-checkout-steps {
  font-family: inherit;
  text-align: center;
}
.stg-checkout-steps > div {
  display: inline-block;
  width: 135px;
}
.stg-checkout-steps > div .step-indicator {
  display: table;
  margin: auto;
  width: 70px;
  height: 70px;
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #000;
}
.stg-checkout-steps > div .step-indicator > * {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.stg-checkout-steps > div .step-label {
  display: block;
  text-align: center;
  padding: 15px 5px;
}
.stg-checkout-steps > div.current .step-indicator {
  background: #000;
  border-color: #000;
  color: #fff;
}
.stg-checkout-steps .seperator-line {
  border-top-width: 1px;
  border-top-style: dashed;
  position: absolute;
  top: 35px;
  width: calc(50% - 135px);
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
  border-color: #ccc;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  float: right;
  width: calc(100% - 420px);
  padding: 0 20px;
}
.woocommerce-cart .woocommerce .shop_table.cart {
  border: 0;
}
.woocommerce-cart .woocommerce .shop_table.cart th {
  text-align: center;
}
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce .shop_table.cart tr {
    clear: both;
    float: right;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart td {
  padding: 30px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .shop_table.cart td a {
  color: #000;
  display: inherit;
}
.woocommerce-cart .woocommerce .shop_table.cart td.product-name {
  text-align: right;
}
.woocommerce-cart .woocommerce .shop_table.cart td.product-thumbnail {
  min-width: 70px;
  max-width: 100px;
  padding-right: 0;
  padding-left: 0;
}
.woocommerce-cart .woocommerce .shop_table.cart td.product-thumbnail img {
  width: 100%;
  display: inherit;
}
@media and (max-width: 992px) {
  .woocommerce-cart .woocommerce .shop_table.cart td.product-remove {
    float: right;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart td a.remove {
  float: left;
  background: none !important;
  color: #353535;
  /*!important*/
  font-family: arial;
  font-widget: 100;
}
.woocommerce-cart .woocommerce .shop_table.cart .product-quantity {
  width: 148px;
  min-width: 118px;
  max-width: 118px;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  float: left;
  width: 420px;
  padding: 0 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  background: #f2f2f2;
  padding: 30px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  text-align: center;
  margin-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal > * {
  border-top: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals th, .woocommerce-cart .woocommerce .cart-collaterals td {
  padding-right: 0;
  padding-left: 0;
}
.woocommerce-cart .woocommerce .stg-cart-widget .woocommerce table.shop_table {
  border-top: 0 !important;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  padding: 0 10px !important;
  margin-bottom: 0;
}
.stg-cart-widget {
  background: #fff;
  display: inline-block;
  width: 100%;
  float: right;
}
.stg-cart-widget > div {
  margin: 0 -20px;
}
.stg-cart-widget .blockUI {
  display: none !important;
}
.stg-cart-widget a.checkout-button {
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.stg-cart-widget .woocommerce-shipping-methods {
  display: none;
}
.stg-cart-widget .actions {
  display: none !important;
}
.stg-cart-widget table.shop_table td {
  text-align: left;
}
.stg-cart-widget .return-to-shop, .stg-cart-widget .cart-empty {
  text-align: center;
}
.product-name dl.variation {
  display: inline-block;
  width: 100%;
}
.stg-shipping-select {
  margin: 10px 0;
  position: relative;
}
.stg-shipping-select:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f078";
  font-weight: 900;
  font-size: 0.7em;
}
.stg-shipping-select select {
  padding: 10px 10px;
  outline: none;
  height: 3em;
  -webkit-appearance: none;
  appearance: none;
}
.stg-cart-coupon-wrap {
  display: flex;
  padding: 15px 0;
}
.stg-cart-coupon-wrap input.input-text {
  line-height: 1em !important;
}
.stg-cart-coupon label {
  display: none;
}
.stg-cart-coupon input {
  padding: 10px;
  float: right;
  margin: 0;
  flex-grow: 1;
}
.stg-cart-coupon button {
  float: right;
  transition: all 0.3s ease;
  padding: 0 10px !important;
  border-radius: 0 !important;
}
.stg-cart-coupon td:before {
  display: none;
}
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form, .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .shop_table.cart .product-quantity {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .stg-quantity-cart {
    display: inline-block;
  }
}
.elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
  display: none !important;
}
.elementor-widget-stg-cart .cart .product-name a, .cart .product-price *, .cart .product-subtotal * {
  font-family: inherit;
}
@media (max-width: 992px) {
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item {
    height: 200px;
    position: relative;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td {
    border-top: none !important;
    padding: 3px 0;
    text-align: right !important;
    background: #fff;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td:before {
    margin-left: 5px;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td.product-name {
    height: auto !important;
    padding-top: 22px;
    border-top: 1px solid #e0e0e0 !important;
    padding-right: 95px !important;
    padding-left: 50px !important;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td.product-name:before, .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td.product-quantity:before {
    display: none;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td.product-thumbnail {
    height: 100%;
    padding: 30px 15px !important;
    padding-right: 0 !important;
    min-width: 95px !important;
  }
  .woocommerce-cart .stg-cart-widget .woocommerce .cart_item td.product-remove {
    position: absolute;
    left: 0;
    top: 22px;
    background: none;
  }
}
#customer_details {
  float: right;
  width: 70%;
  width: calc(100% - 390px);
}
#order_review {
  float: left;
  width: 30%;
  width: 390px;
}
#order_review, #customer_details {
  padding: 0 15px;
}
@media (max-width: 992px) {
  #order_review, #customer_details {
    width: 100%;
  }
}
.stg-checkout-widget .woocommerce table.shop_table {
  border: 0 !important;
}
.stg-checkout-widget .woocommerce table.shop_table th, .stg-checkout-widget .woocommerce table.shop_table td {
  padding-right: 0;
  padding-left: 0;
}
.stg-checkout-widget .woocommerce table.shop_table tr > *:nth-child(2) {
  text-align: left;
}
.stg-checkout-widget .woocommerce table.shop_table thead tr > * {
  border-top: 1px solid;
}
.stg-checkout-widget #coupon_code {
  padding: 10px;
}
.stg-checkout-widget #payment .place-order {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.stg-checkout-widget .form-row:not(.notes) {
  position: relative;
}
.stg-checkout-widget .form-row:not(.notes) label {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 1;
  transition: all 0.3s ease;
}
.stg-checkout-widget .form-row:not(.notes) input {
  /* Chrome/Opera/Safari */
}
.stg-checkout-widget .form-row:not(.notes) input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.stg-checkout-widget .form-row:not(.notes) input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0);
}
.stg-checkout-widget .form-row:not(.notes) input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0);
}
.stg-checkout-widget .form-row:not(.notes) input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0);
}
.stg-checkout-widget .woocommerce-terms-and-conditions-wrapper .form-row label {
  position: static;
}
.stg-checkout-widget .woocommerce-terms-and-conditions-wrapper a.woocommerce-terms-and-conditions-link {
  color: inherit;
  text-decoration: underline;
}
.stg-checkout-widget .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid #terms {
  outline: none;
}
.stg-checkout-widget button#place_order:before {
  content: attr(data-value);
  display: block;
  margin: auto;
  position: relative;
  float: right;
  width: 100%;
  text-indent: 0;
}
.stg-checkout-widget button#place_order {
  text-indent: -1000px;
  overflow: hidden;
}
.order-review-wrap {
  padding: 30px;
}
.order-review-wrap #order_review_heading {
  text-align: center;
  margin-top: 0;
}
.order-review-wrap #shipping_method {
  display: none;
}
.order-review-wrap select {
  width: 100%;
  height: 3em;
}
.order-review-wrap #place_order {
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease;
  padding: 0 10px !important;
}
.select2-search__field {
  line-height: 1em !important;
}
span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100%;
}
#customer_details .select2-selection--single .select2-selection__rendered, #customer_details textarea, #customer_details .input-text {
  padding: 15px;
  padding-bottom: 0;
}
#customer_details .select2-container--default .select2-selection--single {
  height: 60px;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
#customer_details .form-row {
  width: 50%;
  float: right;
  clear: none;
}
#customer_details p#order_comments_field {
  width: 100%;
}
#customer_details #shipping_country_field, #customer_details #billing_country_field {
  display: none;
}
.woocommerce-checkout #payment, #add_payment_method #payment {
  background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
  padding: 0 !important;
}
#ship-to-different-address {
  margin: 0;
}
.about_paypal, .payment_box {
  display: none !important;
}
.wc_payment_method img {
  float: left;
  margin-bottom: 10px !important;
  display: inline-block;
}
.woocommerce-form-coupon-toggle, .checkout_coupon.woocommerce-form-coupon {
  display: none;
}
.elementor-element.elementor-widget-empty.elementor-widget-stg-checkout {
  background: none !important;
}
body:not(.woocommerce-order-received):not(.elementor-editor-active) .thankyou-section {
  display: none !important;
}
.woocommerce-order-received:not(.elementor-editor-active) .woocommerce-customer-details, .woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order-details, .woocommerce-order-received:not(.elementor-editor-active) .woocommerce-order > p, .woocommerce-order-received:not(.elementor-editor-active) .thankyou-hide {
  display: none !important;
}
