.main_menu nav > ul > li > a,
h2, h3, h4, h5, h6,
button,
.breadcrumbs_area .breadcrumb_content *,
.single_blog .post_title a,
.product_content .product_name a,
.product_content .product_name,
.checkout_btn a,
.offcanvas_main_menu a,
.blog_section .section_title h2 {
	text-transform: none !important;
}

.single_slider .slider_content p,
.single_slider .slider_content h1,
.single_slider .slider_content h2,
.single_slider .slider_content h3,
.single_slider .slider_content h4 {
	color: white;
}

.single_slider .slider_content p {
	font-size: 140%;
	line-height: 1.5;
}

.header_middle .logo > a > img {
	max-width: none;
}

.blog_content .post_content h1 {
	margin: 30px 0 20px;
}

.blog_content .image_gallery .image img {
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.categories_menu_toggle .top > a {
	padding-left: 0;
}

.label_product {
	position: relative;
}

.label_product .labels {
	position: absolute;
	top: 20px;
	left: 10px;
}

.label_product_list .labels {
	position: absolute;
	top: 10%;
	left: 10px;
}

.label_product .labels .label,
.label_product_list .labels .label {
	position: relative;
	margin-right: 10px;
	text-transform: uppercase;
	color: white;
	background: #40A944;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	padding: 0 5px;
}

.label_product .labels .label.label-new,
.label_product_list .labels .label.label-new {
	background: red;
}

.product_info_content ul {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0 20px;
}

.product_info_content li {

}

.tag_cloud a.active {
	background-color: #40A944;
	color: white;
}

.u-dn {
	display: none;
}

.order-notes textarea {
	height: auto;
}

.sticky-block {
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.off_canvars_overlay.active {
	z-index: 80;
}

/* Fixní pozicování pouze na mobilech */
@media screen and (max-width: 768px) {
	.sticky-block.is-sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	#scrollUp {
		bottom: 20px;
	}
}

.product_content .product_name {
	height: 2.4em;
}

.cart_button a {
	text-transform: uppercase;
	color: white;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	padding: 13px 0px 11px;
	border: 1px solid #ededed;
	background: #937950;
}

.cart_button a:hover {
	background: #937950;
	color: #fff;
}

.cart-items-wrapper {
	max-height: 90vh;
	overflow-y: auto;
}

.sidebar_widget li a.active {
	color: #937950;
}

@media screen and (max-width: 768px) {
	.cart-items-wrapper {
		max-height: 75vh;
		overflow-y: auto;
	}

	.shop_toolbar_btn {
		display: none;
		visibility: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.sticky-header.sticky .mini_cart {
		top: 0 !important;
	}

	.table_desc .cart_page tbody td.product_name {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {

	.table_desc .cart_page table tbody tr td {
		display: inline-block;
		width: auto !important;
		margin: 0 auto;
		border: 0;
	}

	.table_desc .cart_page table tbody tr td.product_total {
		display: none;
	}

	.breadcrumbs_area {
		background: none;
	}

	.shopping_cart_area {
		margin-top: 0 !important;
	}

	.table_desc .cart_page table tbody tr td.product_name {
		text-align: left;
	}
}