.elementor-9881 .elementor-element.elementor-element-64bb8e2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9881 .elementor-element.elementor-element-c786d66{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-9881 .elementor-element.elementor-element-fef4c6c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-c786d66 *//* Hide quantity on cart page */
.woocommerce td.product-quantity,
.woocommerce th.product-quantity,
.e-cart-content td.product-quantity,
.e-cart-content th.product-quantity {
    display: none !important;
}

/* Hide quantity on checkout order review */
.woocommerce-checkout .product-quantity,
.woocommerce-checkout-review-order .product-quantity {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fef4c6c */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Satisfy&display=swap');

.woocommerce-checkout .woocommerce,
.woocommerce-checkout .woocommerce-page {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, rgba(118, 213, 246, 0.06) 0%, rgba(13, 128, 168, 0.03) 100%);
    padding: 30px 20px;
}

.woocommerce-checkout .woocommerce-checkout {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-checkout .woocommerce-billing-fields {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15);
    border: none;
    position: relative;
    margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-billing-fields::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #76d5f6, #0D80A8);
    border-radius: 20px 20px 0 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

/* Hide additional notes and empty shipping div */
.woocommerce-checkout .woocommerce-additional-fields {
    display: none !important;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    display: none !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout textarea {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 14px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.woocommerce-checkout select {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    background: #fff;
    height: auto;
}

.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout input[type="password"]:focus,
.woocommerce-checkout input[type="number"]:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #76d5f6;
    outline: none;
    box-shadow: 0 0 0 4px rgba(118, 213, 246, 0.15);
}

.woocommerce-checkout label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.woocommerce-checkout input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}

.woocommerce-checkout input[type="checkbox"]:checked {
    background: #0D80A8;
    border-color: #0D80A8;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(13, 128, 168, 0.15);
    border: none;
    position: relative;
    margin-bottom: 25px;
}

.woocommerce-checkout #order_review::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #76d5f6, #0D80A8);
    border-radius: 20px 20px 0 0;
}

.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 35px;
}

.woocommerce-checkout table.shop_table {
    border: none;
    width: 100%;
    margin-bottom: 25px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.woocommerce-checkout table.shop_table thead th {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #f0f0f0;
}

.woocommerce-checkout table.shop_table tbody th {
    color: #333;
    font-weight: 500;
    text-align: left;
}

.woocommerce-checkout table.shop_table tbody td {
    color: #0D80A8;
    font-weight: 600;
    text-align: right;
}

.woocommerce-checkout table.shop_table .product-name {
    color: #000000;
    font-weight: 600;
}

.woocommerce-checkout table.shop_table .product-total {
    color: #0D80A8;
    font-weight: 700;
    font-size: 18px;
}

.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
    padding-top: 20px;
    border-top: 4px solid #0D80A8;
    border-bottom: none;
}

.woocommerce-checkout table.shop_table .order-total th {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.woocommerce-checkout table.shop_table .order-total td {
    font-size: 26px;
    font-weight: 900;
    color: #0D80A8;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 25px;
    margin-top: 25px;
}

.woocommerce-checkout .wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .wc_payment_method {
    margin-bottom: 15px;
    padding: 15px;
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.woocommerce-checkout .wc_payment_method:hover {
    border-color: #76d5f6;
}

.woocommerce-checkout .wc_payment_method input[type="radio"] {
    margin-right: 10px;
}

.woocommerce-checkout .wc_payment_method label {
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

.woocommerce-checkout .payment_box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

.woocommerce-checkout #place_order {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 22px 50px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(13, 128, 168, 0.35);
    border: none;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
}

.woocommerce-checkout #place_order::after {
    content: '→';
    font-size: 24px;
    transition: transform 0.3s ease;
}

.woocommerce-checkout #place_order:hover::after {
    transform: translateX(6px);
}

.woocommerce-checkout #place_order:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(13, 128, 168, 0.45);
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 20px 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
    max-height: 200px;
    overflow-y: auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-form-coupon {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    border: 2px solid #f0f0f0;
}

.woocommerce-checkout .woocommerce-form-coupon p {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon input[type="text"] {
    flex: 1;
}

.woocommerce-checkout .woocommerce-form-coupon button {
    background: linear-gradient(135deg, #0D80A8 0%, #0a6585 100%);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(13, 128, 168, 0.3);
    white-space: nowrap;
}

.woocommerce-checkout .woocommerce-form-coupon button:hover {
    background: linear-gradient(135deg, #076089 0%, #054d6a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 128, 168, 0.4);
}

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info {
    border-radius: 12px;
    border-left: 5px solid #76d5f6;
    padding: 18px 25px 18px 50px;
    margin-bottom: 25px;
    background: rgba(118, 213, 246, 0.1);
    font-weight: 500;
    position: relative;
}

.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-info::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-error {
    border-left-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-register {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    border: 2px solid #f0f0f0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    height: auto;
    padding: 8px 18px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 12px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single:focus {
    border-color: #76d5f6;
    outline: none;
}

.woocommerce-checkout.processing::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #0D80A8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1024px) {
    .woocommerce-checkout .woocommerce,
    .woocommerce-checkout .woocommerce-page {
        padding: 20px 15px;
    }
    
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout #order_review {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 22px;
    }
    
    .woocommerce-checkout input[type="text"],
    .woocommerce-checkout input[type="email"],
    .woocommerce-checkout input[type="tel"] {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .woocommerce-checkout select {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100%;
        float: none;
    }
    
    .woocommerce-checkout table.shop_table th,
    .woocommerce-checkout table.shop_table td {
        padding: 12px 0;
        font-size: 15px;
    }
    
    .woocommerce-checkout table.shop_table .order-total th {
        font-size: 18px;
    }
    
    .woocommerce-checkout table.shop_table .order-total td {
        font-size: 24px;
    }
    
    .woocommerce-checkout #place_order {
        padding: 18px 35px;
        font-size: 16px;
    }
    
    .woocommerce-checkout .woocommerce-form-coupon p {
        flex-direction: column;
        gap: 12px;
    }
    
    .woocommerce-checkout .woocommerce-form-coupon button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .woocommerce-checkout .woocommerce,
    .woocommerce-checkout .woocommerce-page {
        padding: 20px 10px;
    }
    
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout #order_review {
        padding: 25px 18px;
        border-radius: 15px;
    }
    
    .woocommerce-checkout .woocommerce-billing-fields h3,
    .woocommerce-checkout #order_review_heading {
        font-size: 20px;
    }
    
    .woocommerce-checkout table.shop_table th,
    .woocommerce-checkout table.shop_table td {
        font-size: 14px;
    }
    
    .woocommerce-checkout table.shop_table .order-total th {
        font-size: 17px;
    }
    
    .woocommerce-checkout table.shop_table .order-total td {
        font-size: 22px;
    }
    
    .woocommerce-checkout #place_order {
        padding: 16px 30px;
        font-size: 15px;
    }
}




.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
}

.woocommerce-order-received .woocommerce-table__product-name a,
.woocommerce-order-received .download-product a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}



.woocommerce-checkout .woocommerce-billing-fields {
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-checkout table.shop_table .product-name {
    text-align: left;
}

td.product-total {
    text-align: left !important;
}



.woocommerce-checkout table.shop_table .product-total {
    font-weight: 900;
}/* End custom CSS */
/* Start custom CSS */.woocommerce-checkout table.shop_table tbody td {
    text-align: left;
}/* End custom CSS */