/**
 * Custom WooCommerce Modifications Plugin Styles
 * Version: 1.0.3
 */

/* Hide zoom overlay image */
/*.woocommerce-product-gallery .zoomImg {*/
/*    display: none !important;*/
/*}*/

/* Remove zoom cursor from main image */
/*.single-product div.product .woocommerce-product-gallery .flex-viewport {*/
/*    cursor: default !important;*/
/*}*/

/* Ensure proper image display */
/*.woocommerce-product-gallery__image img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

/* Style for the lightbox trigger */
/*.woocommerce-product-gallery__trigger {*/
/*    background-color: #fff !important;*/
/*    border-radius: 50% !important;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/

/*.woocommerce-product-gallery__trigger:hover {*/
/*    background-color: #f7f7f7 !important;*/
/*    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) !important;*/
/*}*/

#billing_phone_field label span.optional, .woocommerce-checkout .form-row label span.optional {
    display: none;
}

