/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/astra-child
 Description:  Astra Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Additional styles moved from functions.php inline CSS */
.custom-quote-btn {
    display: inline-block;
    margin-top: 10px;
}

.repeatable-shipping-method,
.repeatable-imprint-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.repeatable-shipping-method .remove-shipping-method,
.repeatable-imprint-item .remove-imprint-item {
    margin-top: 5px;
}

.ptp-quote-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.ptp-view-quote-list-link {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    margin-left: 5px;
}
.ptp-view-quote-list-link:hover {
    color: #36c6e6;
    text-decoration: underline;
}

.single-product .product_title {
    margin-bottom: 20px;
}

.custom-sku-after-title {
    margin-bottom: 25px;
}

.woocommerce-product-details__long-description {
    margin-top: 10;
    margin-bottom: 20px;
}


.single-product .price {
    margin-top: 10px;
    margin-bottom: 15px;
}

