.elementor-209672 .elementor-element.elementor-element-6eb7064{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-209672 .elementor-element.elementor-element-5d58b5a{--additional-information-display:block;--sections-border-type:solid;--sections-border-color:#0055B84A;}.elementor-209672 .elementor-element.elementor-element-5d58b5a .e-woocommerce-login-section, .elementor-209672 .elementor-element.elementor-element-5d58b5a .woocommerce-checkout #customer_details .col-1, .elementor-209672 .elementor-element.elementor-element-5d58b5a .woocommerce-additional-fields, .elementor-209672 .elementor-element.elementor-element-5d58b5a .e-checkout__order_review, .elementor-209672 .elementor-element.elementor-element-5d58b5a .e-coupon-box, .elementor-209672 .elementor-element.elementor-element-5d58b5a .woocommerce-checkout #payment, .elementor-209672 .elementor-element.elementor-element-5d58b5a .woocommerce-shipping-fields .shipping_address{border-width:1px 1px 1px 1px;}/* Start custom CSS for woocommerce-checkout-page, class: .elementor-element-5d58b5a */td.product-total {
    text-align: center;
}
th.product-total {
    text-align: center;
}
tr.cart-subtotal td {
    text-align: center;
}
tr.order-total td {
    text-align: center;
}
label.e-coupon-anchor-description {
    display: none;
}
input, .select2-selection {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
}
p.e-woocommerce-login-nudge.e-description {
    display: none;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
label[for=shipping_method_0_free_shipping1] {
    color: green !important;
    font-weight: bold;
    background-image: linear-gradient(-225deg, #0055B8 0%, #0055B8 29%, #e43316 60%, #000000 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

.woocommerce p.woocommerce-shipping-contents,
.pickup-location-field .pickup-location-address{
    display: none;
}
@media only screen and (max-width: 600px) {
tr.woocommerce-shipping-total.shipping th {
    width: 40%;
}
tr.woocommerce-shipping-total.shipping td {
    width: 50% !important;
}
}/* End custom CSS */