.product-detail .row.cart-and-ipay button.btn-pdp {
    border-radius: 0;
    background: #1c4da1;
    padding: 19px 22px;
}
.product-detail
    .prices-add-to-cart-actions
    .region
    .cart-and-ipay
    button.btn-pdp {
    background: #1c4da1;
}
.product-detail .row.cart-and-ipay .login-button:disabled {
    cursor: pointer;
    background: #1c4da1;
}

.product-detail .row.cart-and-ipay button.btn-pdp:disabled {
    background-color: #b0b0b0;
    cursor: not-allowed;
}
.product-detail .row.cart-and-ipay {
    margin-bottom: 0;
    margin: 0;
}
.product-detail .addcartwishlist {
    justify-content: space-between;
}
.product-detail .add-wishlist-widget {
    border: 1px solid #1c4da1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.product-detail .experience-productQuantity {
    display: flex;
    margin-bottom: 20px;
    gap: 1rem;
    font-family: var(--body-font-family-lite);
}

.product-detail .quantity-label {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
}

.product-detail .product-quantity-container .quantity-select {
    border: 0;
    width: 5rem;
    border-bottom: 1px solid black;
    border-radius: unset;
}

.product-detail .experience-columnsComponent .columns-layout {
    padding: 0;
}

