button.moderncart-floating-cart-button {
    background: #FF1492 !important;
}

.moderncart-floating-cart-count {
    background: white !important;
    color: #FF1492 !important;
}

a.checkout-button.wc-forward {
    background: #FF1492 !important;
}

.moderncart-empty-cart.simple p{
color: white !important; }

.moderncart-cart-item-product-link a {
	color: #FF1492 !important; }

button.moderncart-cart-item-actions-remove {
    color: #FF1492 !important;
}

button#place_order {
    background: #FF1492 !important;
    border: none !important;
}

button.button.wcf-submit-coupon.wcf-btn-small {
    background: #FF1492 !important;
    border: none !important;
}

.wcf-instant-checkout-wrapper {
    margin-top: -50px;
}

form.cart {
    margin-top: 20px;
}

fieldset.ast-single-product-payments.ast-inherit-color-version {
    display: none;
}


.woocommerce ul.products li.product {
  background: #EBD7BB !important;
}
div#content {
    background: #C0CEAB;
}

.moderncart-cart-item-product-link a {
    color: black !important;
}

#delivery_date_field {
    width: 100%;
}

#delivery_date_field input[type="date"] {
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 6px;
}
#delivery_date_field label {
    display: block !important;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

span.ast-shipping-text {
    display: none;
}

/* card design */
/* ===== PRODUCT CARD DESIGN ===== */

ul.products li.product {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    padding-bottom: 15px;
}

/* Hover Effect */
ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Image Area */
.astra-shop-thumbnail-wrap {
    background: #f7f7f7;
    padding: 20px;
}

/* Product Title */
.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 8px;
}

/* Category Text */
.ast-woo-product-category {
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Price */
.price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 5px;
    display: block;
}

/* Center Content */
.astra-shop-summary-wrap {
    padding: 15px 20px 10px;
    text-align: center;
}

/* img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 170px !important;
} */

.woocommerce-product-details__short-description {
    padding-top: 10px;
    font-weight: 600;
}

span.woocommerce-Price-amount.amount {
    color:#FF1492;
    font-weight: 700;
}

div#page {
    background: #c0ceab;
}

.woocommerce-MyAccount-navigation ul li a {
    background-color: #ffffff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: rgb(255, 20, 146) !important;
	color: white;
	font-weight: 600;
}

.u-column2.col-2 {
    display: none;
}

/* Hide continue shopping button on thank you page */
.wcf-ic-footer__continue-shipping a,
a.wcf-ic-button.wcf-ic-button--ty {
    display: none !important;
}