/*
Theme Name:   Salient Child
Template:     salient
Version:      1.0.0
*/

/* Inputuri cu border-bottom */
.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-textarea textarea {
    border: none !important;
    border-bottom: 2px solid #08c873 !important;
    background: transparent !important;
    padding: 8px 4px !important;
}

/* Focus input */
.wc-block-components-text-input input:focus,
.wc-block-components-select select:focus,
.wc-block-components-textarea textarea:focus {
    border-bottom-color: #06b060 !important;
    outline: none !important;
}

/* Layout două coloane pentru Town / City și Postcode, Phone & Email */
@media(min-width: 769px) {

    #billing_city_field,
    #billing_postcode_field,
    #billing_phone_field,
    #billing_email_field {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
    }

    #billing_postcode_field,
    #billing_email_field {
        margin-right: 0;
    }
}

/* Ascunde Apartment / suite */
#billing_address_2_field {
    display: none !important;
}

/* Place Order button */
.wc-block-components-checkout-place-order-button {
    background: #08c873 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px !important;
    padding: 12px 24px !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background: #06b060 !important;
}

/* Order Summary */
.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-cart-item__image {
    display: none !important;
    /* Ascunde imaginea produsului */
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-cart-item__name a {
    font-size: 22px;
    color: #08c873;
    font-weight: 600;
    text-decoration: none;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-cart-item__name a:hover {
    color: #06b060;
    text-decoration: none;
}

/* Preț și cantitate */
.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-cart-item__price,
.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-cart-item__quantity {
    font-size: 15px;
    text-align: right;
}

/* Totals */
.wp-block-woocommerce-checkout-totals-block h2 {
    font-size: 22px !important;
    margin-bottom: 8px !important;
    text-align: right !important;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block,
.wp-block-woocommerce-checkout-order-summary-total-block {
    text-align: right !important;
    font-size: 15px;
}

.wp-block-woocommerce-checkout-order-summary-total-block {
    color: #08c873;
    font-weight: 600;
}

/* Termeni & newsletter */
#subscribe_newsletter_field,
#terms_conditions_custom_field {
    margin-top: 10px;
}