/*!
Theme Name: Goral Child Theme
Template:   goral
Theme URI: https://weblorem.com
Author: WebLorem
Author URI: https://weblorem.com
Description: Custom WordPress theme with WooCommerce support from Weblorem.
Version: 1.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wl-goral
*/

/* Lazy Load images effect */
.wl-lazy-load {
    height: auto;
    filter: blur(5px);
    transition: filter 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    object-fit: cover;
}

.wl-lazy-load.loaded {
    filter: none;
    opacity: 1;
}

/* end Lazy Load images effect */

/* Form errors */
input.error {
    border-bottom: 1px solid #fb5b5b !important;
}

.error-message {
    font-size: smaller;
    color: #fb5b5b
}

.single_page_info_item_value_single_price {
    font-size: 22rem !important;
}

.table_item_price {
    font-size: 22rem !important;
}

@media screen and (max-width: 480px) {
    .single_page_info_item_value_single_price {
        font-size: 18rem !important;
    }

    .table_item_price {
        font-size: 16rem !important;
    }
}

.single_special_price_note, .table_special_price_note {
    text-align: end;
    padding: 10rem 0 0 0;
    font-size: 12rem;
}