/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

 .woocommerce-shipping-totals 
{display:none;!important}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .woocommerce-shipping-totals
{display:none; !important;
}

.single-product form.variations_form {
    color: #f0f0f0; /* Jasnoszary tekst */
}
.variations_form select {
  background-color: #333 !important; /* ciemne tło */
  color: #fff !important;            /* jasny tekst */
  border: 1px solid #888;
}

/* Styl opcji w dropdownie */
.variations_form select option {
  background-color: #333 !important;
  color: #fff !important;
}

/* Styl hover dla opcji (nie wszystkie przeglądarki wspierają) */
.variations_form select option:hover {
  background-color: #444 !important;
}

.woocommerce-variation-price {
	display:none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
    font-weight: bold;
    font-size: 1.1rem;
    color: white; /* Bootstrapowy niebieski */
	background: red;
}

.orddd_lite_field_note
 {
    font-weight: bold;
    font-size: 1rem;
    color: #007cba;
	
}