/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 2.2.1
*//* General site-wide font */
body {
    font-family: 'normal', sans-serif; /* Change this to your preferred font */
    font-size: 16px;
    color: #333;
}

/* WooCommerce product titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

/* WooCommerce product price */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-family: 'Sora', serif;
    font-size: 18px;
    font-weight: bold;
    color: #e60000; /* Change price color */
}

/* WooCommerce buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-family: 'normal', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #0073aa; /* WooCommerce blue */
}

/* WooCommerce cart and checkout headers */
.woocommerce-cart-form h2,
.woocommerce-checkout h3 {
    font-family: 'normal', monospace;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

/* WooCommerce product descriptions */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel {
    font-family: 'normal', sans-serif;
    font-size: 14px;
    color: #333;
}

/* WooCommerce notices (success, error, info) */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    font-family: 'normal', serif;
    font-size: 16px;
    font-weight: bold;
}Arial

/* WooCommerce checkout form labels */
.woocommerce form .form-row label {
    font-family: 'normal', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

/* WooCommerce order details */
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    font-family: 'normal', sans-serif;
    font-size: 15px;
    color: #333;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce div.product .product_title {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ececec;
}
.single-product div.product .product_meta > span {
    display: block;
    color: #b9b6b6;
    font-weight: 333;
    font-size: 14px;
    line-height: 1.8461538462;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce div.product .product_title {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ececec;
}
.single-product div.product .product_meta > span {
    display: block;
    color: var(--light);
    font-weight: 400;
    font-size: 25px;
    line-height: 1.8461538462;
}
.woosq-product > .product .summary {
    margin: 0;
    padding: 0;
    background-color: #000000;
}