.elementor-1243 .elementor-element.elementor-element-5490a43{--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;}/* Start custom CSS for shortcode, class: .elementor-element-c992af3 *//* Holywings Cart Custom Styling */
.woocommerce .woocommerce-cart-form {
    margin-bottom: 60px;
}

/* Header Navigation */
.holywings-cart-header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.holywings-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.holywings-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.holywings-nav a:hover {
    color: #000;
}

.holywings-cart-title {
    text-align: center;
    margin-bottom: 30px;
}

.holywings-cart-title h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Table Styling */
.wpr-shop-table.shop_table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #fff;
}

.wpr-shop-table.shop_table thead {
    background: #f8f9fa;
    border-bottom: 2px solid #000;
}

.wpr-shop-table.shop_table th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
}

.wpr-shop-table.shop_table td {
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

/* Product Thumbnail */
.wpr-shop-table.shop_table .product-thumbnail {
    width: 80px;
}

.wpr-shop-table.shop_table .product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

/* Product Name */
.wpr-shop-table.shop_table .product-name {
    font-weight: 500;
    color: #333;
}

.wpr-shop-table.shop_table .product-name a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.wpr-shop-table.shop_table .product-name a:hover {
    color: #000;
}

/* Variation */
.wpr-shop-table.shop_table .variation {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #666;
}

.wpr-shop-table.shop_table .variation dt {
    float: left;
    margin-right: 5px;
    font-weight: 500;
}

.wpr-shop-table.shop_table .variation dd {
    margin: 0;
}

/* Price Styling */
.wpr-shop-table.shop_table .product-price,
.wpr-shop-table.shop_table .product-subtotal {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.woocommerce-Price-amount {
    color: #333;
    font-weight: 600;
}

.woocommerce-Price-currencySymbol {
    font-weight: 600;
}

/* Quantity Styling */
.wpr-shop-table.shop_table .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.wpr-shop-table.shop_table .quantity .qty {
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    background: #fff;
    font-size: 14px;
    -moz-appearance: textfield;
}

.wpr-shop-table.shop_table .quantity .qty::-webkit-outer-spin-button,
.wpr-shop-table.shop_table .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wpr-shop-table.shop_table .quantity .minus,
.wpr-shop-table.shop_table .quantity .plus {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: background 0.3s ease;
}

.wpr-shop-table.shop_table .quantity .minus:hover,
.wpr-shop-table.shop_table .quantity .plus:hover {
    background: #e9ecef;
}

/* Remove Button */
.wpr-shop-table.shop_table .product-remove .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #dc3545;
    border-radius: 4px;
    color: #dc3545;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wpr-shop-table.shop_table .product-remove .remove:hover {
    background: #dc3545;
    color: #fff;
}

.wpr-shop-table.shop_table .product-remove .remove .ahfb-svg-iconset {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpr-shop-table.shop_table .product-remove .remove svg {
    width: 16px;
    height: 16px;
}

/* Cart Actions */
.woocommerce-cart-form .actions {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-cart-form .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.woocommerce-cart-form .coupon label {
    display: none;
}

.woocommerce-cart-form .coupon input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 200px;
    font-size: 14px;
}

.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .button[name="update_cart"] {
    padding: 12px 25px;
    background: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.woocommerce-cart-form .coupon button:hover,
.woocommerce-cart-form .button[name="update_cart"]:not(:disabled):hover {
    background: #333;
}

.woocommerce-cart-form .button[name="update_cart"]:disabled {
    background: #6c757d;
    cursor: not-allowed;
}


.cart_totals .shop_table {
    width: 100%;
    border: none;
    margin-bottom: 25px;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
    background: transparent;
}

.cart_totals .shop_table th {
    font-weight: 500;
    color: #000;
    width: 30%;
}

.cart_totals .shop_table td {
    font-weight: 600;
    color: #000;
}


.shipping-calculator-form select,
.shipping-calculator-form input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.shipping-calculator-form button {
    padding: 10px 20px;
    background: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Checkout Button */
.wc-proceed-to-checkout {
    text-align: center;
    margin-top: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .holywings-nav {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .wpr-shop-table.shop_table thead {
        display: none;
    }
    
    .wpr-shop-table.shop_table tr {
        display: block;
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
        background: #fff;
    }
    
    .wpr-shop-table.shop_table td {
        display: block;
        text-align: left;
        padding: 10px 0;
        border-bottom: none;
    }
    
    .wpr-shop-table.shop_table td::before {
        content: attr(data-title);
        font-weight: 600;
        color: #333;
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .wpr-shop-table.shop_table .product-thumbnail {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .wpr-shop-table.shop_table .product-thumbnail img {
        width: 120px;
        height: 120px;
    }
    
    .woocommerce-cart-form .actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .woocommerce-cart-form .coupon {
        flex-direction: column;
    }
    
    .woocommerce-cart-form .coupon input {
        min-width: auto;
    }
    
    .holywings-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .holywings-footer-grid {
        grid-template-columns: 1fr;
    }
    
    .holywings-cart-title h1 {
        font-size: 28px;
    }
    
    .cart_totals h2 {
        font-size: 20px;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 2rem;
}/* End custom CSS */