/*
Theme Name: Glide Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: https://glideagency.com/
Author URI: https://us-themes.com/
*/

/*Add your own styles here:*/

/* WooCommerce Variation Price Relocation */
p.price-variable-pricing {
    display: none;
}
p.price-variable-pricing.price-relocated {
    display: block;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto, sans-serif;
    color: var(--color-content-text);
}

/* WooCommerce Product Gallery Styling */
.woocommerce-product-gallery .flex-viewport {
    border-radius: 16px;
}
.woocommerce-product-gallery--with-images ol.flex-control-thumbs {
    margin-top: 10px;
}
.flex-control-thumbs img {
    border-radius: 8px!important;
}

/* Hide PO Number label on checkout */
.woocommerce-checkout label[for="po_number"] {
    display: none;
}

/* Checkout field borders */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    border: 1px solid rgb(25, 3, 12) !important;
}

/* Select2 dropdown borders on checkout */
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--multiple {
    border: 1px solid rgb(25, 3, 12) !important;
}

#po-number-field {
    margin-top: 20px;
}
