/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.cz,
.en {
  display: none !important;
}
[lang="cs-CZ"] .cz {
  display: flex !important;
}
[lang="en-GB"] .en {
  display: flex !important;
}


.add_to_cart_button {
  display: none !important;
}
.wc-block-cart__sidebar .wc-block-cart__totals-title::after {
    content: "Způsob dopravy nebo vyzvednutí můžete změnit v následujícím kroku objednávky. ";
    font-weight: 400;
    font-size: 14px;
    /* color: #555; */
    margin: 10px 0 5px;
    display: block;
    text-transform: none;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}
a {
    color: #5f6e1e;
    text-decoration: none;
    transition: all .25s ease;
}
.white,
.white a {
    color: #fff;
}
.elementor-widget-wd_title .title-subtitle {
    font-family: "Playfair Display", Sans-serif;
    font-size: 32px;
    font-style: italic;
	color: var(--wd-primary-color) !important;
	/*color: var(--color-gray-400);*/
}
.elementor-widget-wd_title h2.woodmart-title-container {
    font-size: 42px;
    font-weight: 400;
}
.wd-content-layout {
    padding-bottom: 0;
}
.page-id-11 .wd-content-layout {
    padding-bottom: 50px;
}
.standard-padding {
    padding: 80px 0;
}
.max-container {
    max-width: 1610px;
    padding-left: 20px;
    padding-right: 20px;
}
.middle-width .e-con-inner {
    max-width: 1240px;
	padding-left: 20px;
    padding-right: 20px;
}



header .menu-border.menu-item a {
    border-bottom: 2px dashed #5f6e1e;
	color: #5f6e1e;
}

header .btn-style-bordered {
    color: var(--wd-primary-color);
}	
header .btn:hover {
    color: #fff;
}	
.cpel-switcher__nav a {
    font-size: 18px;
    font-weight: bold;
}
.wd-nav-main>li>a, 
.wd-nav-secondary>li>a {
    height: 25px !important;
}

#main {
    position: relative;
    color: #fff;
}
#main .elementor-widget-wd_title {
    margin-bottom: 30px;
}
#main .elementor-widget-wd_text_block {
	font-family: "PT Sans", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
	position: relative;
}
#main .elementor-widget-wd_text_block:after {
    content: "";
    background: #fff;
    height: 3px;
    width: 60px;
    display: block;
    margin: 10px auto 0;
}
#main h1.title {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2em;
	color: #fff;
}
#main .title-after_title {
    font-family: "Playfair Display", Sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2em;
	color: #fff;
}
#main .btn-size-extra-large,
#main .btn-size-extra-large:hover {
    color: #fff;
}

#icons {
    position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

#icons h3.elementor-icon-box-title {
    color: #fff;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
#icons  .elementor-icon svg {
	height: 75px;
    width: auto;
}
#icons  .elementor-icon svg path {
	fill: #fff;
}
#icons  .elementor-icon svg text {
	display: none;
}

.max-width-section {
    max-width: 600px !important;
    margin: 0 auto;
    text-align: justify;
}


#rozcestnik h3.banner-title,
#rozcestnik h3.woodmart-title-container,
#rozcestnik .title-subtitle,
#rozcestnik .banner-subtitle {
	text-transform: uppercase;
	color: #fff !important;
}
#rozcestnik .elementor-widget-wd_title .title-subtitle {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
}


.product-tabs-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}
form.cart {
    display: none;
}

#menu ul.tabs-nav {
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
#menu ul.tabs-nav li a {
	color: var(--color-gray-400);
	position: relative;
}
#menu ul.tabs-nav li a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#menu ul.tabs-nav li a.active {
    color: var(--wd-primary-color);
}
#menu ul.tabs-nav li a:hover:after,
#menu ul.tabs-nav li a.active:after {
    width: 100%;
}
#menu .tab-content .elements-list,
#menu .tab-content .list-view.wd-products {
    --wd-col-lg: 2 !important;
    --wd-col-md: 2 !important;
	--wd-col-sm: 2 !important;
}
#menu .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #eeeeee;
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 05%);
}
@media (min-width: 769px) {
    #menu .wd-product.product-list-item .product-element-top {
        flex: 0 0 130px;
    }
}
#menu .product-element-top {
    overflow: unset;
}
#menu .product-element-top.wd-quick-shop{
    overflow: unset;
	position: unset;
	width: 100% !important;
	transform: unset;
}
.quick-shop-wrapper .wd-reset-var,
label[for="pa_priloha"] {
    display: none !important;
}
.quick-shop-wrapper {
    display: none;
}
.quick-shop-shown .quick-shop-wrapper {
    display: block;
}

#menu .product-element-top.wd-quick-shop .variations_form {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /*align-items: center;*/
	max-width: 400px;
    margin: 0 auto;
}
table.variations select {
    max-width: 200px !important;
}
#menu .quick-shop-wrapper .single_add_to_cart_button  {
    min-width: 150px;
    margin-top: 4px !important;
}
#menu .wd-product.product-list-item .product-list-content {
    flex-wrap: wrap;
    gap: 0;
	flex-direction: row;
	position: relative;
}
#menu .open-quick-view.quick-view-button  {
    display: none;
}
#menu .wd-product.product-list-item .product-list-content > * {
  width: 100%;
}
#menu .wd-product.product-list-item .product-list-content > *:nth-child(1),
#menu .wd-product.product-list-item .product-list-content > *:nth-child(2) {
  width: 50%;
}
#menu .wd-product.product-list-item h3.wd-entities-title a {
    font-size: 18px;
    color: #000;
}
#menu .wd-product.product-list-item .product-list-content .price {
        text-align: right;
		padding-right: 55px;
    }
#menu .wd-product.product-list-item .amount {
    color: var(--wd-primary-color);
    font-weight: 600;
    font-size: 16px !important;
}
#menu .wd-product.product-list-item .woocommerce-product-details__short-description {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dotted var(--brdcolor-gray-300);
    font-style: italic;
    font-size: 110%;
}
#menu .wd-product .woocommerce-product-attributes  {
    background: #fff;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 15%);
    position: absolute;
    bottom: 0px;
    z-index: 9;
	
	opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50px, 0);
	transition: all .3s ease;
}
#menu .wd-product:hover .woocommerce-product-attributes {
    opacity: 1;
    visibility: visible;
    /* transform: translate3d(0, 0, 0); */
}
#menu .woocommerce-product-attributes tbody{
    padding: 10px;
}
#menu .wd-product.product-list-item .wd-add-btn>a {
    border-radius: 5px;
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    right: 0;
    top: -5px;
}
#menu  .wd-add-btn-replace .add-to-cart-loop:before {
    transform: translateY(0) translateZ(0);
}
#menu .wd-add-btn-replace .add-to-cart-loop span {
    transform: translateY(-100%) translateZ(0);
}
#menu .wd-product.product-list-item {
    padding-bottom: 0;
    border-bottom: 0;
}
.shop_attributes tr:last-child {
    border-bottom: 0;
}
#menu .tab-content h3 {
    /*margin-bottom: 30px;*/
	font-size: 28px;
	/*font-weight: bold;*/
}
#menu .wd-products-element+h3 {
    margin-top: 80px;
}
#menu  .wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,
#menu  [class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"] {
    left: 50%;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -25px;
    max-width: 50px;
    max-height: 45px;
    border-radius: 50%;
}

#kontakt .inner-section {
    padding: 40px 40px 120px;
    max-width: 740px;
    margin: 0 auto;
}	
#kontakt form.elementor-form textarea, 
#kontakt form.elementor-form input {
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
	background: transparent;
}	
form.elementor-form button {
    --btn-color: #fff;
    --btn-color-hover: #fff;
    --btn-bgcolor: var(--wd-primary-color);
    --btn-bgcolor-hover: var #5f6e1e(--wd-primary-color);
    --btn-brd-color: var(--wd-primary-color);
    --btn-brd-color-hover: var(--wd-primary-color);
    --btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}
form.elementor-form button:hover  {
    color: var(--btn-color-hover, var(--btn-color, #3E3E3E));
    border-color: #55631B;
    background-color: #55631B;
    box-shadow: var(--btn-box-shadow-hover, var(--btn-box-shadow, unset));
}
#kontakt .elementor-widget-wd_title .title-subtitle {
    font-size: 24px;
    color: var(--color-gray-400) !important;
}
#kontakt iframe {
    margin-bottom: -8px;
}
.home .wd-content-layout {
    padding-block: 0;
}
#aktuality {
    background: #f7f4f2;
	border-top: 1px solid #ccc;
	padding: 120px 0;
}
.wd-copyrights{
    background-color: rgb(17, 17, 17);
    background-image: none;
	color: #fff;
}
.wd-copyrights a {
    color: rgb(95 110 30);
}

/*Blog*/
.single-product #main-content,
.single-post  #main-content {
    max-width: 920px;
	margin: 0 auto;
}


#page-title  {
    padding: 150px 0 80px;
    background-position: center;
    color: #fff;
}
#page-title svg {
    width: 16px;
	height: 16px;
}
#page-title svg path {
    fill: #D1B94A;
}
#page-title h1.woodmart-title-container  {
	font-family: "Playfair Display", Sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2em;
	color: #fff;
}
#page-title .elementor-widget-wd_title .title-subtitle {
	font-family: "PT Sans", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 2px;
    position: relative;
    font-style: normal;
}
#page-title .elementor-widget-wd_title .title-subtitle:after {
    content: "";
    background: #fff;
    height: 3px;
    width: 60px;
    display: block;
    margin: 10px 0 0;
}
#page-title  .btn-size-extra-large, #page-title  .btn-size-extra-large:hover {
    color: #fff;
}
#page-title .icons {
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 100%, .2);
    margin-top: 45px;
    width: 100%;
	position: relative;
	gap: 80px;
}
#page-title.bistro .icons {
    gap: 70px;
}
#page-title .icons .elementor-element {
    padding: 15px 25px;
	font-size: 16px;
    font-weight: 700;
}
#page-title .icons .elementor-widget-heading {
    font-size: 18px;
}
#page-title .icons:before {
    background-color: hsla(0, 0%, 100%, .3);
    clip-path: polygon(0 0, 0 100%, calc(100% - 35px) 100%, 100% 0);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color .3s ease;
    width: 250px;
    z-index: -1;
}
#page-title .icons svg {
    width: 22px;
    height: 22px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    border-width: 0 0 1px;
}
.elementor-widget-n-accordion [role="region"] {
    border-bottom: 1px solid #d5d8dc;
    padding: 30px 15px 15px 15px;
}
#informace .elementor-widget-icon-box .elementor-icon-box-description,
#informace table td {
    padding: 0;
	border: 0;
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}
.title-box h3,
.title-box h4 {
    font-family: "PT Sans", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
.title-box h4 {
    font-size: 18px;
}
.title-box table td {
    padding: 0;
	border: 0;
	font-size: 16px;
	margin: 0;
	line-height: 18px;
}
.title-box table td.first-col {
    min-width: 180px;
	max-width: 180px;
}
.title-box table td p {
    margin: 0;
}
#obedove-menu {
    padding-top: 50px;
}
#kontakt-page {
    padding-top: 150px;
}
#dulezite-info:after {
	content: "";
    background: #f7f4f2;
    position: absolute;
	width: 40%;
	height: 100%;
	right: 0;
}
#dulezite-info .shaddow {
    background: #f7f4f2;
    padding: 100px 80px;
}
#dulezite-info h4 {
    font-family: "PT Sans", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
#dulezite-info .swiper-slide {
	background: #fff;
    border: 2px solid #f4f0ed;
	padding: 40px;
}
#dulezite-info .elementor-swiper-button-prev,
#dulezite-info .elementor-swiper-button-next {
    top: 130%;
	border: 1px solid #d1b94a;
    border-radius: 100%;
	padding: 10px;
}
#dulezite-info .elementor-swiper-button-prev:hover,
#dulezite-info .elementor-swiper-button-next:hover {
	background: #d1b94a;
}
#dulezite-info .elementor-swiper-button-prev {
    left: 0;
}
#dulezite-info .elementor-swiper-button-next {
    right: unset;
	left: 10px;
}
#dulezite-info .elementor-swiper-button-prev svg,
#dulezite-info .elementor-swiper-button-next svg {
    width: 18px;
	height: 18px;
}
#dulezite-info table {
    margin-bottom: 0;
}
#dulezite-info .link .elementor-button {
    background: transparent;
    color: #5F6E1E;
    padding: 0;
    font-weight: bold;
}
#dulezite-info .link .elementor-button svg,
#dulezite-info .link .elementor-button svg path {
    fill: #5F6E1E; 
    color: #5F6E1E;
}
#dulezite-info table td p {
    margin: 0;
}
.elementor-location-popup {
    display: block;
    padding: 80px;
}
.elementor-popup-modal .dialog-close-button {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
	align-content: center;
    justify-content: center;
    align-items: center;
}
.elementor-popup-modal .dialog-close-button svg,
.elementor-popup-modal .dialog-close-button svg path {
    color: #fff!important;
	fill: #fff !important; 
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: #fff;
    background: #5f6e1e;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg {
    fill: #ffffff;
}
#copy {
	padding: 25px 0;
}
#copy a:hover {
	text-decoration: underline;
}


.wd-checkout-steps .step-inactive>:is(a,span),
.wd-checkout-steps .step-active>:is(a,span) {
		color: #fff;
}
.wd-checkout-steps .step-active>:is(a,span) {
        text-decoration: underline 2px solid #fff !important;
}

.single-product .product-image-summary {
    margin-top: 100px;
}
.single-product .product-tabs-wrapper {
     display: none;
}
#menu .add_to_cart_button {
    display: inline-flex !important;
}
#menu .tab-content.expirovano .add_to_cart_button {
    display: none !important;
}

li.hidden-desktop {
    display: none !important;
}

@media (max-width: 1600px)  {
	#page-title .icons {
		gap: 50px;
	}	
	#page-title.bistro .icons {
		gap: 20px;
	}
	.wd-nav.wd-gap-m {
		--nav-gap: 20px;
	}
	#main .title-after_title,
	#main h1.title {
		font-size: 52px;
	}
	#icons .elementor-icon svg {
		height: 60px;
	}
}

@media (max-width: 1024px)  {
	#copy .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		justify-content: center !important;
		margin: 0 auto;
	}
	#page-title .icons {
        display: none;
    }
	#kontakt-page {
		padding-top: 0;
	}
	#dulezite-info:after {
		display: none;
	}
	#dulezite-info .elementor-widget-wd_title h2.woodmart-title-container {
		text-align: center;
		max-width: 100% !important;
		width: 100%;
	}
	#dulezite-info .elementor-widget-wd_title h2.woodmart-title-container br {
		display: none;
	}
	#dulezite-info .elementor-swiper-button-prev {
		left: calc(50% - 50px);
	}
	#dulezite-info .elementor-swiper-button-next {
		right: unset;
		left: calc(50% - 30px);
	}
}
@media (max-width: 772px) {
	#main .title-after_title, #main h1.title {
        font-size: 36px;
    }
	.elementor-widget-wd_title h2.woodmart-title-container {
		font-size: 36px;
	}
	#menu .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
		height: unset;
		border-radius: 0;
		border: 0;
	}
	#menu .wd-product.product-list-item .product-list-content > *:nth-child(1), 
	#menu .wd-product.product-list-item .product-list-content > *:nth-child(2) {
		width: 50%;
		text-align: left;
	}
	#menu .tab-content h3 {
		margin-bottom: 0;
	}
    #menu .wd-product .woocommerce-product-attributes {
        position: relative;
        bottom: unset;
        top: -30px;
        box-shadow: unset;
		opacity: 1;
		visibility: visible;
    }
	#menu .wd-product.product-list-item .woocommerce-product-details__short-description {
		display: none;
	}
	#page-title .title-wrapper {
		text-align: center;
	}
	#page-title .elementor-widget-wd_title .title-subtitle:after {
		margin: 10px auto 0;
	}
	#page-title .e-con-full,
	#page-title .ikony {
		justify-content: center;
	}
	#dulezite-info .shaddow {
		padding: 30px 15px 80px;
	}
	#dulezite-info .elementor-swiper-button-prev, 
	#dulezite-info .elementor-swiper-button-next {
		top: 120%;
	}
	.whb-general-header-inner a.btn {
		display: none;
	}
	li.hidden-desktop {
		display: flex !important;
	}
	li.hidden-desktop a  {
		border: 2px solid #5f6e1e !important;
		color: #5f6e1e;
		margin: 5px 15px;
	}
	li.hidden-desktop + li.hidden-desktop a  {
		background: #5f6e1e;
		color: #fff;
	}
	#menu .woocommerce-product-attributes tbody {
		padding: 0;
	}
	.title-box table td,
	#informace .elementor-widget-icon-box .elementor-icon-box-description, #informace table td {
		font-size: 14px;
		line-height: 28px;
	}
	.title-box table td.first-col {
		min-width: unset;
		max-width: unset;
	}
	#dulezite-info .swiper-slide {
		padding: 15px;
	}
	.standard-padding {
		padding: 40px 0;
	}
	.standard-padding + .standard-padding {
		padding-top: 40px;
	}
	#menu .product-element-top.wd-quick-shop .variations_form {
		flex-direction: column;
	}
}	
@media (max-width: 470px) {
	#main .title-after_title, #main h1.title {
        font-size: 28px;
    }
	#main .elementor-widget-wd_text_block {
		font-size: 18px;
	}
	#icons h3.elementor-icon-box-title {
		font-size: 13px;
		letter-spacing: 0;
	}
	#icons .elementor-icon svg {
        height: 40px;
    }
	.nadpis-tlacitka {
        margin-top: -120px;
    }
	#menu .tab-content h3 {
		margin-bottom: 0px;
	}
	#menu .tab-content h3,
	#menu .wd-product.product-list-item h3.wd-entities-title a {
		font-size: 14px;
		line-height: 18px;
	}
	#menu .wd-products-element+h3 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#menu .wd-product.product-list-item .wd-add-btn>a {
		border-radius: 3px;
		max-width: 30px;
		max-height: 30px;
	}
	.wd-add-btn-replace .add-to-cart-loop:before {
		font-size: 16px;
	}
	.elementor-widget-wd_title h2.woodmart-title-container {
        font-size: 28px;
    }
	#kontakt .inner-section {
		padding: 20px 0px 20px;
	}
	#page-title h1.woodmart-title-container {
		font-size: 40px;
	}
	#page-title .elementor-widget-wd_title .title-subtitle {
		font-size: 14px;
		letter-spacing: 0;
	}
	#menu h4 {
		margin-top: 50px;
	}
	#kontakt iframe {
		height: 350px !important;
		pointer-events: none;
	}
	#informace .elementor-widget-icon-box {
		margin-bottom: 30px;
	}
	#informace .elementor-widget-icon-box .elementor-icon-box-icon,
	#informace .elementor-widget-icon-box h3	{
		margin-bottom: 0;
	}
	span.mobile-br {
		display: block;
		clear: both;
	}
	.elementor-location-popup {
		padding: 50px 15px 15px;
	}
		.elementor-location-popup table,
	  .elementor-location-popup thead,
	  .elementor-location-popup tbody,
	  .elementor-location-popup tr,
	  .elementor-location-popup td {
		display: block;
		width: 100%;
	  }

	  .elementor-location-popup table {
		border: none;
	  }

	  .elementor-location-popup tr {
		margin-bottom: 1rem;
		border-bottom: 1px solid #ddd;
		padding-bottom: 0.5rem;
	  }

	  .elementor-location-popup td {
		text-align: left !important;
		padding: 8px 0;
		border: none;
	  }
	.elementor-location-popup td:empty {
	  display: none;
	  height: 0;
	  padding: 0;
	  margin: 0;
	  border: none;
	}
	.elementor-location-popup td {
	  padding: 8px 0;
	}

	/* pokud obsahuje pouze mezery nebo NBSP */
	.elementor-location-popup td:has(p:empty),
	.elementor-location-popup td:has(:not(:has(*)):not(:has(text))) {
	  display: none;
	  height: 0;
	  padding: 0 !important;
	  margin: 0 !important;
	}
	  /* První buňka – nadpis sezóny */
	  .elementor-location-popup td:nth-child(1) {
		font-weight: bold;
		font-size: 1.1em;
	  }

	  /* Druhá buňka – dny */
	  .elementor-location-popup td:nth-child(2)::before {
		content: "Dny: ";
		font-weight: bold;
		display: inline-block;
		width: 70px;
	  }

	  /* Třetí buňka – čas */
	  .elementor-location-popup td:nth-child(3)::before {
		content: "Čas: ";
		font-weight: bold;
		display: inline-block;
		width: 70px;
	  }

	  .elementor-location-popup td p {
		display: inline;
		margin: 0;
	  }
}		