/*
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;
}

.form-row.form-row-wide {
    width: 100%;
  }