/*!
Theme Name: Zahradnimaterial
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es/
Description: 
Version: 3.6.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: zahradnimaterial
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */
/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	
}
/* Marek Hrubý 20250708*/
.alert {
    background: #b3c880 !important;
    display: flex;
    min-height: 40px;
    padding: 15px 25px;
    align-items: center !important;
    border: 0px solid #89aa36 !important;
	margin-top: 1rem !important;
}
.btn-registrace {
    background: #FFF;
    border-radius: 25px !important;
    border: 0px solid #3B2E13 !important;
    float: right;
	color: #ffffff !important;
}
	
.btn, .woocommerce-button, .woocommerce button.button, .woocommerce input.button {
    padding: 10px 15px;
    text-decoration: none !important;
	border-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
	background: #89aa36 !important;
		color: #ffffff !important;
}



.xoo-wsc-btn {
    border-radius: 25px !important;
	background: #89aa36 !important;
}

.wpcf7 input[type="submit"] {
    border-radius: 25px !important;
}

.woocommerce-form.login .woocommerce-button,
.woocommerce-form.register .woocommerce-Button {
    border-radius: 25px !important;
}

.woocommerce input.button {
	 padding: 10px 15px;
    text-decoration: none !important;
	border-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
	background: #89aa367d !important;
		color: #ffffff !important;
}

button.single_add_to_cart_button,
button.wc-block-components-checkout-place-order-button {
	border-radius: 25px !important;
	border: 1px solid lightgreen;
	min-width: 50px;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    background: #fff;
    border: 1.5px solid #89aa36 !important;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
box-shadow: inset 0 0 0 1.5px #89aa36 !important;
}

.wc-proceed-to-checkout,
.checkout-button {
	border-radius: 25px !important;
}

.alert p {
   text-transform: uppercase;
    color: #ffffff;
    font-size: 1.2em;
    margin: 0;
    font-weight: bold;
    text-shadow: 2px 1px gray;
}

.wpcf7 input[type="submit"] {
    width: 150px;
    display: block;
    margin: 0 auto;
    background-color: #89aa36 !important;
    color: #fff;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease;
}

.woocommerce ul#shipping_method li label {
    padding-left: 15px;
    cursor: pointer;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
    cursor: pointer;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    cursor: pointer;
}

label {
    display: inline-block;
    cursor: pointer;
}

.page-numbers li span.current {
    color: #555 !important;
    font-weight: bold;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    min-width: 50px;
}

.single-product p.stock.in-stock {
    background-color: #89aa369e !important;
}

.cwb-breadcrumb li a {
    color: #89aa36 !important;
    text-decoration: none;
}

.cwb-breadcrumb li.cwb-current {
    color: #333 !important;
    font-weight: normal !important;
}

a.span.posted_in {
    color: #89aa36 !important;
    text-decoration: none;
}

.woocommerce-categories-accordion {
    background: #e9edec;
    color: #000;
    padding: 20px 20px !important;
    margin-top: 1rem !important;
    border-radius: 10px;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
    min-width: 50px;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 400 !important;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 100%;
    background-color: #958e0999 !important;
    color: #fff;
    font-size: .857em;
    z-index: 9;
    min-width: 50px;
}

.products li.product .add_to_cart_button, .products li.wc-block-grid__product .add_to_cart_button, .wc-block-grid__products li.product .add_to_cart_button, .wc-block-grid__products li.wc-block-grid__product .add_to_cart_button {
    position: absolute;
    bottom: 3%;
    left: 15px;
    right: 15px;
    padding: 9.5px 5px;
    border-radius: 25px !important;
    font-size: 14px;
    align-self: stretch;
    justify-content: center;
    display: flex;
    background-color: #89aa36 !important;
    color: #fff;
    text-align: center;
    font-weight: 600;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important;
}

.product-price {
    font-size: 1.4em !important;
}

h1.entry-title {
    margin: 0 0 0 0 !important;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
    font-size: 17px !important;
}

.cwb-breadcrumb {
    list-style: none;
    padding: 10px 15px;
    margin: 15px 0 0 0 !important;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
}

.wp-block-group {
    padding-left: 0 !important;
    padding-right: 16px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 0 !important;
    text-align: left;
    border-radius: 5px;
}

p.woocommerce-notice, p.woocommerce-notice--success, p.woocommerce-thankyou-order-received {
    font-size: 2em !important;
    color: #958e09;
}


.out-of-stock {
    color: #aa00007d !important;
}

.woocommerce-categories-accordion ul.accordion-menu li.category-item .toggle-icon {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 24px !important;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    font-weight: 700;
    margin-right: 10px;
}

#tdpd-content-single #tdpd-open-popup-widget {
    width: 100%;
    font-weight: normal;
	background-color: #dc0032;
	color: #fff;
}

.woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: normal !important;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce-info {
    border: 2px solid #bacc93 !important;
}

.woocommerce-message {
    border: 2px solid #bacc93 !important;
}

a {
    color: #6b852b;
    text-decoration: underline;
}
.woocommerce div.product .stock {
   /* color: #89aa36 !important;*/
}

.single-product p.stock.in-stock {
    background-color: #ffffff9e !important;
}

.product-availability.out-of-stock {
    color: #ff00007d;
}

.single-product p.stock.available-on-backorder {
    background-color: #fff !important;
    /*border: 1px solid #ff000082 !important;*/
    color: #ff00008c !important;
}

.woocommerce-form.login label, .woocommerce-form.register label {
    display: block;
    font-weight: normal !important;
    margin-bottom: .25rem;
    color: #000000 !important;
}

footer a {
    color: #89aa36 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    text-decoration: none;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 5px 20px 0 0 !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    min-width: 50px;
}

.product-availability {
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 0px !important;
	color: #000000 !important;
}

.navbar .navbar-brand img {
    height: 125px;
	max-height: 80px;
}

@media (max-width: 1200px) {
    .navbar .navbar-brand img {
        height: 54px !important;
    }
	
#menu-main-menu li {
        margin: 0 5px !important;
    }

.woocommerce div.product p.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    text-decoration: none !important;
}
	
.custom-thumbnail-wrapper {
    overflow: hidden;
    min-height: 133px !important;
}
	
.products li.product, .products li.wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products li.wc-block-grid__product {
    position: relative;
    display: flex;
    width: 100% !important;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100% !important;
    font-size: 1.4em !important;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    transition: .3s ease-in-out;
    overflow: hidden;
    padding: 16px 16px 60px !important;
    margin: 0 !important;
}
	
.out-stock-info, .stock.out-stock {
    color: #000000;
}
	
p.single-product, p.stock {
    color: white;
    padding: 0;
    width: fit-content !important;
	 max-width: fit-content !important;
    margin-bottom: 10px;
    text-align: left;
}
	
.woocommerce ul.products li.product strong {
    display: inline !important;
}
	
p.info { 
	color: #000000;
	font-size: 12px !important;
	}
	
#tdpd-content-single, #tdpd-open-popup-widget {
    color: #ffffff !important;
    background-color: #dc0032 !important;
}
	
#tdpd-content-single.buttonvojta-open-popup-btn {
		
		color: #ffffff !important;
    background-color: #dc0032 !important;
	}
	
.woocommerce-categories-accordion-mobile #navbarCategories {
    background: #e9edec;
    color: #bacc93  !important;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 10px;
}
.woocommerce-categories-accordion-mobile #navbarCategories .navbar-nav .toggle-icon {
    position: absolute;
    top: -3px !important;
    right: 0;
    font-size: 30px !important;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    /* width: 20px; */
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
}
	
.page .mapy .contact-inner {
    min-height: fit-content !important;
}
	
.wpcf7.js {
    padding: 0 50px !important;
    border-radius: 12px;
    max-width: 500px;
    margin: 0 auto !important;
}
	
.woocommerce button.button, .woocommerce input.button {
    font-size: 1.3em !important;
	}
	
.price {
    font-weight: 500 !important;
    font-size: 1.3em !important;
}