/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.23
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.product-ordering select {border: 0px solid #ddd; border-radius: 0px;border-right: 16px solid transparent;background-color: #eee;}
.product-ordering select:focus {border: 0px solid #ddd; border-radius: 0px;border-right: 16px solid transparent;background-color: #eee;}
.woocommerce-message::before {
    color: #3D3683 !important;
}
.woocommerce-message {border-top-color: #3D3683 !important;}
.elementor-widget-woocommerce-checkout-page {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    line-height: 21px;
    color: #333333 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
    color: #333333 !important;
font-size: 16px !important;
}

.woocommerce .quantity .qty {
    width: 6em !important;
}

s.woo_regular_price * {
    color: red !important;
    font-weight: 400;
}
.wc-pao-col2 span.amount s {
    color: red;
}

.woocommerce div.product form.cart .variations select {background-color: #eeeeee;}

/* Make digital downloads distinct from other order-item metadata. */
.woocommerce-order-details .rf-order-download-link,
.woocommerce-order-details a[href*="rf_ebook_download"],
.woocommerce-order-details .wc-item-meta a {
    color: #FF722E !important;
    font-weight: 700;
    text-decoration: underline;
}

.woocommerce-order-details .rf-order-download-link:hover,
.woocommerce-order-details .rf-order-download-link:focus,
.woocommerce-order-details a[href*="rf_ebook_download"]:hover,
.woocommerce-order-details a[href*="rf_ebook_download"]:focus,
.woocommerce-order-details .wc-item-meta a:hover,
.woocommerce-order-details .wc-item-meta a:focus {
    color: #9a3412 !important;
}
