/* 
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 button.button.alt {
  background-color: #0c3529 !important;
	 font-size: 12px;

}


.packeta-widget-button button{

	width: 160px !important;

}

.packetery-widget-button-logo{

	display: none;

}

.cattree picture {

	display: none;

}
/* Přidání pozadí a dalších stylů pro lepší vzhled */
.wp-block-button__link,
.add_to_cart_button {
	border-radius: 0; /* Hranaté okraje */
    color: #fff !important;      /* Bílý text */
    background-color: #0c3529; /* Modré pozadí, můžeš změnit podle potřeby */
    padding: 10px 20px;        /* Vnitřní odsazení pro lepší vzhled */
    text-align: center;        /* Zarovnání textu na střed */
    text-decoration: none;     /* Bez podtržení textu */
    display: inline-block;     /* Inline block pro správné zobrazení jako tlačítko */
    font-size: 16px;           /* Velikost textu */
    font-weight: bold;         /* Tučný text */
}

/* Volitelně: Přidání efektu při najetí myší */
.wp-block-button__link:hover,
.add_to_cart_button:hover {
	border-radius: 0; /* Hranaté okraje */
    color: #0c3529 !important;      /* Bílý text */
    background-color: #fff; /* Tmavší modré pozadí při najetí myší */
	    border: 2px solid #0c3529; /* Rámeček s barvou #0c3529 při najetí myší */
	

}

.wc-block-components-button{
	background-color: #0c3529 !important;
	color: #fff !important;

	}


