/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2025 | 04:27:12 */
 .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366;
    color: white !important;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }

  .btn-whatsapp:hover {
    background-color: #1ebe5d;
  }

  .btn-whatsapp i {
    font-size: 20px;
  }

.checkout.woocommerce-checkout input{
    border-style: none none solid none;
    border-bottom: 1px solid #ccc;
    padding:10px 5px
}
.page-id-5629, body{
    background:#fff !important
}
h1.entry-title {
    text-align:center;
    font-size:3em !important;
    font-weight:600
}
.woocommerce-billing-fields h3, #order_review_heading{
    text-align:center;
    font-size:1.5em !important;
}

.payment_box.payment_method_bacs {
    background:#f7f7f7b8!important;
    border-radius:5px !important;
    color:#5f5f5f !important;
    font-weight:500 !important
}

.button.wc-backward {
    background:#00263d !important;
    padding:14px 35px !important;
    border-radius:30px !important
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #00083df7;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #00263d;
}

.cart-empty.woocommerce-info, .woocommerce-info{
    background:#fff !important
}

.button.wc-forward {
    padding:10px 18px !important;
    background:#00263d !important
}