.page-id-22884.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}
.checkout-step1-wrapper {
    display: flex !important;
    gap: 30px;
    align-items: flex-start;
}

.checkout-step1-wrapper .customer-details {
    flex: 1 1 60%; 
}

.checkout-step1-wrapper .checkout-cart-items {
    flex: 1 1 40%; 
    border: 1px solid #eee;
    padding: 15px;
    background: #fafafa;
    border-radius: 8px;
}

.checkout-step1-wrapper .checkout-cart-items .woocommerce-cart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-step1-wrapper .checkout-cart-items .woocommerce-cart-items .cart-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.checkout-step1-wrapper .checkout-cart-items .woocommerce-cart-items .cart-thumb img {
    width: 50px;
    height: auto;
}

.checkout-step1-wrapper .checkout-cart-items .woocommerce-cart-items .cart-details {
    flex: 1;
}

.page-id-22884 .checkout-order-review {
    max-width: unset !important; 
}

.page-id-22884 .checkout-order-review #order_review #payment button#place_order {
    max-width: 24%;
}

.page-id-22884 .checkout-order-review #order_review #payment button#ywraq_checkout_quote_button {
    max-width: 24%;
}

.page-id-22884 .woocommerce-notices-wrapper , .page-id-26349 .woocommerce-notices-wrapper {
    display: none;
}
/* Cart Page */

.page-id-26349 #ywraq_cart_quote , .page-id-26349 .cart-actions .coupon.wd-coupon-form , .page-id-26349 .woocommerce-shipping-totals.shipping {   
    display: none;
}

.woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
    width: 100%;
}

.checkout-step1-wrapper button#get-shipping-rates {
    background-color: #ffde17;
    font-size: 14px;
    width: 50%;
    border-radius: 25px;
}

.checkout-step1-wrapper .custom-shipping-description{
    margin-top: 10px;
}

.checkout-order-review button#ywraq_checkout_quote_button {
    display: none;
}

.checkout-step1-wrapper .woocommerce-shipping-totals {
    border: 2px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    background: #fff;
}

.checkout-step1-wrapper .woocommerce-shipping-methods li {
    list-style: none;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.checkout-step1-wrapper .woocommerce-shipping-methods li input[type="radio"] {
    margin-right: 10px;
}

.checkout-step1-wrapper h3#ship-to-different-address {
    font-size: 22px !important;
}