html, body {
	font: 17px 'Poppins', 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #fff;
	margin: 0;
	/* background: #2A2620; */
	/* background: #50483a; */
	background: #3e3022;
	overflow-x: hidden;
}


/* Text elements
-------------------------------------------------------------- */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400; 
}

.h1, h1 {
	font-size: 2rem;
	font-weight: 300; 

}

h1, h2, h3, h4 {
	/* color: #DBC999; */
	color: #ffe39a;
}

p {
	line-height: 155%;
	font-size: 1em;
	position: relative;
	text-align: justify;
}

ul {
	margin: 30px 0;
}

li {
	line-height: 160%;
}


a {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
}
b, strong{
	font-weight: bold;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
img, iframe, video{
	max-width: 100%;
}
video{
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin: 30px 0;
	border: 1px solid #DBC999;
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
}

table th {
	padding: .5em 1em;
	text-align: left;
	font-size: 1em;
	font-weight: 300;
	border-bottom: 1px solid #DBC999;
}

table td {
	padding: .5em 1em;
	border-bottom: 1px solid #DBC999;
}

table td.nowrap {
	white-space: nowrap;
}

table p {
	margin: 0;
	padding: 0;
	text-align: inherit;
}

/**/

.lead {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 155%;
}

.btn{
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-line-height: 1.8;
	text-transform: uppercase;
	text-shadow: none;

}

.btn-primary, .btn-default {
	background: #D67200;
	border-color: #D67200;
	
}

.btn-primary:hover, .btn-default:hover {
	background: #FFF;
	border-color: #D67200;
	color: #D67200;
}

.btn-primary:focus, .btn-default:focus, .btn-primary:active:focus, .btn-default:active:focus {
	background: #D67200;
	border-color: #D67200;
	box-shadow: 0 0 0 0.25rem #D6720050;
	color: #FFF;
}



.btn-secondary {
	background: #524c40;
	border-color: #524c40;
}

.btn-secondary:hover {
	background: #FFF;
	border-color: #524c40;
	color: #524c40;
}

.btn-secondary:focus, .btn-secondary:active:focus {
	background: #524c40;
	border-color: #524c40;
	box-shadow: 0 0 0 0.25rem #524c4050;
	color: #FFF;
}



.modal {
	color: #000;
	z-index: 9999999;
}

/**/

body:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 500px;
	/* UI Properties */
	background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.5;
}


.header {
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 20px 0;
	height: 90px;
	position: relative;
}

.header a {
	text-decoration: none;
}

.header a:hover {
	/*color: #CBBF9E;*/
	color: #ffe39a;
}

.header-logo {
	flex: 1;
}

.header-logo img {
	max-width: 40vw;
}

.header-nav {
	background: #2A2620;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	box-shadow: 0px 10px 15px #000;
}

.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-direction: column;
}

.header-nav li {
	list-style: none;
	border-bottom: 0;
	position: relative;
	border-bottom: 2px solid #000;
	overflow: hidden;
}

.header-nav li a.active {
	color: #ffe39a;
}

.header-nav li a {
	display: block;
	color: #fff;
	/*text-transform: uppercase;*/
	text-decoration: none;
	padding: 1em 20px;
	transition: all .2s ease;
}




.header-social {
	border-bottom: 2px solid #000;
	padding: 1em .2em;
}

.header-cart {
	margin-right: 10px;
}

.header-cart a {
	position: relative;
}

.header-cart img {
	margin-left: 5px;
}

.header-cart .badge {
	position: absolute;
	left: 100%;
	top: 0;
	background: #D67200;
	padding: 3px 6px;
}

.header-nav-toggler button {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 0 20px;
    z-index: 99999;
    position: relative;
}

.header-nav-toggler button img {
    width: 40px;
    vertical-align: middle;
}








#content {

	position: relative;
}

#content div[class*="block-"] {
	margin-bottom: 60px;
}

.section {
	/*margin-top: 60px;*/
}

.page.id_23 .section {
	margin-top: 0;
}
.block-slider .item::before  {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	/* UI Properties */
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.8;

}


.block-slider .owl-carousel-content {
	position: absolute;
	top: 0;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 0px;
	display: flex;
	align-items: center;
}

.block-slider .owl-carousel-content h2 {
	color: #fff;
	font-size: 2em;
}
.block-slider .owl-carousel-content p {
	display: none;
}
.block-slider .item  .description {
	text-shadow: 3px 3px 20px black;
}

.block-slider .item > a:hover .description {
	color: white;
	text-decoration: none;
}

/*.owl-item{
	aspect-ratio: 16 / 10;
}*/
.owl-carousel .owl-item img{
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.owl-nav {
	display: none;
}

.owl-prev, .owl-next {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.owl-prev {
	width: 8.33333333%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	color: white;
	transition: all .2s ease;
	text-indent: 9999px;
}

.owl-next {
	width: 8.33333333%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: left;
	color: white;
	transition: all .2s ease;
	text-indent: -9999px;
}

.owl-next::before, .owl-prev::before {
	content: "";
	width: 60px;
	height: 60px;
	transform: rotate(-45deg);
	border-bottom: 2px solid #DBC999;
	border-right: 2px solid #DBC999;
	position: absolute;
}

.owl-next::before {
	right: 35%;
}

.owl-prev::before {
	left: 35%;
	transform: rotate(135deg);
}

.owl-next:hover, .owl-prev:hover {
	background: rgba(10, 10, 10, .3);
}

.owl-carousel .owl-dots {
	position: absolute;
	z-index: 10000;
	bottom: -30px;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-dot {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #FFF;
	display: block;
	margin: 0 6px;
}

.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover {
	background: #D67200;
}


/**/
ul.cat {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

li.cat_0 {
	width: 49%;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
}

li.cat_0 a {
	display: block;
	text-align: center;
	top: 0;
	margin: 1px;
	padding: 0 .1em;
	font-size: 1.4em;
	overflow: hidden;
	text-decoration: none;
}

li.cat_0 a img {
	width: 125%;
	-webkit-transition: all 0.2s linear 1s;
	transition: all 0.2s linear;
	display: block;
	opacity: 1;
	position: relative;
	margin: 20px auto 0 auto;
}

li.cat_0 a:hover {
	color: #000;
}

li.cat_0 a:hover img {
	opacity: 0.7;
	width: 115%;
}

/*  catalog   */

.category {
	margin-top: 60px;
	margin-bottom: 60px;
}

.category h1 {
	text-align: center;
}

.category-text {
	font-size: 1.1em;
}

#productListDisplay {
	margin-top: -45px;
	text-align: right;
	display: none;
}

#productListDisplay a {
	display: inline-flex;
	text-decoration: none;
	position: relative;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0);
	height: 36px;
}

#productListDisplay a:hover, #productListDisplay a.activeDisplay {
	border: 1px solid #CBBF9E;
}

#productListDisplay svg {
	opacity: 0.2;
}

#productListDisplay a:hover svg, #productListDisplay a.activeDisplay svg {
	opacity: 1;
}

#productListDisplay a:first-of-type {
	margin-right: 5px;
}


.product-item {
	margin-bottom: 20px;
	position: relative;

	text-align: left;
	border-radius: 3px;
	transition: all .2s ease;

	overflow: hidden;
}


.product-item a {
	position: relative;

}


.product-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .2s ease;

	aspect-ratio: 3/ 2 ;
	object-fit: cover;

	mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%,rgb(0 0 0 / 0%) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%,rgb(0 0 0 / 0%) 100%);

	transition: all ease 0.3s;
}

.product-item a:hover img{ 
	transform: scale(1.1);
}

.product-item .meta {
	transition: all .2s ease;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.product-item .add-to-cart {
	position: absolute;
	transition: all .2s ease;
	/* color: #D67200; */
	color: #ff8800;
	font-weight: bold;
	position: absolute;
	text-underline-offset: 10px;
	right: 20px;
	bottom: 20px;
}

.product-item h3 {
	color: #fff;
	text-shadow: 0 0 30px black;
}

.product-item .price {
	margin: 0;
}

.product-item .price strong {
	font-weight: 600;
	padding: 0;
}


.product-item .price del {
	color: red;
	padding-left: 10px;
}

.product-item:hover {

/*	opacity: .8; */
	z-index: 99999;
}

.product-item > a:hover {
	color: #fff;
}

.product-item > a:hover img {
	/* box-shadow: 0 0 20px rgba(0, 0, 0, .2); */
}



.product-item .code {
	color: #fff;
	position: absolute;
	top: 1em;
	right: 1em;
}

.product-item .badges {
	position: absolute;
	top: 0;
	padding: .8em;
}

.product-list.list .product-item .badges {
	top: 65px;
	padding: .8em .8em .8em 115px;
}


/**/
.product-list.list [class*="col"] {
	-ms-flex: 0 0 96%;
	flex: 0 0 96%;
	max-width: 96%;
}

.product-list.list .product-item {
	clear: both;
	min-height: 50px !important;
	margin: 5px 0 -4px 00;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.product-list.list .product-item:after {
	content: '';
	display: block;
	clear: both;
}

.product-list.list .product-item span.sleva {
	position: absolute;
	right: 20px;
	top: 10px;
}

.product-list.list .product-item h3 {
	float: left;
}

.product-list.list .product-item h3 a {
	display: table;
}

.product-list.list .product-item h3 br {
	display: none;
}

.product-list.list .product-item h3 img {
	display: table-cell;
	width: 100px;
	padding: 1px;
}

.product-list.list .product-item h3 span {
	display: table-cell;
	vertical-align: middle;
}

.product-list.list .product-item span.price {
	float: right;
	padding: 30px 20px 0px 0px;
}

.product-list.list .product-item .code {
	color: #999;
	left: 115px;
	top: 1em;

}


/*    breadcrumbs   */
.breadcrumb {
	padding: 0;
	background: none;
	font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.breadcrumb a {
	color: #CBBF9E;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #FFF;
}


/*    order    */

.cart-thumb{
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 120px;
	margin-right: 1em;
}

.section-order th {
	padding: 1em .5em;
	background: #CBBF9E25;
}

.section-order td {
	padding: 1em .5em;
}

.section-order ul {
	margin-top: 40px;
	margin-left: 0;
	padding-left: 0;
}

.section-order li {
	list-style: none;
	border-bottom: 1px solid #CBBF9E50;
	padding: 30px 0;
}

.section-order ul li:first-child {
	border-top: 1px solid #CBBF9E50;
}

.section-order li label {
	margin-left: 20px;
}

.section-order .order-success {
	border: 1px solid #CBBF9E;
	text-align: center;
	padding: 60px 10px;
}

.section-order .order-dp {
	border-top: 1px solid #CBBF9E50;
	padding-top: 30px;	
}

.order-dp .order-dp-name {
	font-size: 25px;
	margin-bottom: 7px;
}

.order-dp .order-dp-desc {
	font-size: 20px;
	color: #CBBF9E;
}

.easy-autocomplete {
	width: 90% !important;
}


.tab-novat {
	display: none;
}

td.tab-vat {
	white-space: nowrap;
}

.total th {
	font-weight: 500;
	font-size: 1.1em;
	white-space: nowrap;
}

#frm-dodaciUdaje-deliveryDataForm-ShippingAddress, #frm-dodaciUdaje-deliveryDataForm-CompanyPurchase {
	margin-right: .3em;
}


#frm-dopravaPlatba-dpForm .form-check-label {
	font-size: 25px;
}

.form-check {
	display: flex;
	align-items: center;
}

.form-check-input {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.form-check-input:checked {
	background: #2A2620;
	border: 2px solid #CBBF9E;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23D67200'/%3e%3c/svg%3e");
	background-size: 40px;
    background-position: center;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem #CBBF9E25;
}



.dp-desc {
	font-size: 20px;
	color: #CBBF9E;
	margin-top: 10px;
}


/*    page specific     */


/*    product    */

.buy {
	text-align: center;
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #CBBF9E;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.product-param{
	display: none;
}

.dostupnost-popis {
	padding-top: .1em;
}

.detail_right p.price {
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
	position: relative;
}

.detail_right p.price strong {
	font-size: 1.6em;
	font-weight: 600;
}

.detail_right p.price small strong {
	font-size: 1em;
}


.detail_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.detail_img .badges {
	position: absolute;
	top: 0;
	padding: 1em;
}

#productVariation {
    padding: 0.5em;
	width: 100%;
	font-weight: 300;
}
option{
	font-weight: 300;
}

blockquote {
    padding: 2em 3em;
    border-radius: 20px;
    background: #0000001f;
    text-align: center;
}

.product-delivery {
	border-bottom: 1px solid #CBBF9E50;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.badge {
	font-weight: 500;
	padding: .35em .6em;
}

.thumbnails {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-right: -5px;
    margin-left: -5px;
}

.thumbnails a {
	width: 33.33333333%;
	padding-right: 5px;
    padding-left: 5px;
	transition: all .2s ease;
	overflow: hidden;
	margin-bottom: 10px;
	aspect-ratio: 16/10;
}

.thumbnails a:hover {
	opacity: .8;
}

.thumbnails a img {
	width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-desc{
	display: grid;
	column-gap: 3rem;
	grid-template-columns: 1fr 1fr 1fr;
}
.product-desc *{
	grid-column: 2 / 4;
}
.product-desc h2{
	grid-column: 1 / 2;	
}
.product-desc hr{
	grid-column: 1 / 4;	
	margin-bottom: 3rem;
	opacity: 0.1;
}


/**/

.multiply {
	mix-blend-mode: multiply;
}

.darken {
	mix-blend-mode: darken;
}


.btn-link {
	color: #e60012;
}

.red {
	color: #e60012;
}



.page.id_4 h3 {
	margin-bottom: 30px;
}

#block-25 img {
	margin-right: 20px;
}


#block-25 .mail {
	background: url('/frontend/img/ico/ico_mail_border.svg') no-repeat left center;
}

#block-25 .phone {
	background: url('/frontend/img/ico/ico_phone_border.svg') no-repeat left center;
}

#block-25 .mail, #block-25 .phone {
	text-decoration: none;
    font-size: 30px;
    display: block;
    line-height: 43px;
    padding-left: 60px;}

#block-25 .mail:hover, #block-25 .phone:hover {
	color: #CBBF9E;
}




/* footer */
#footer {
	margin: 0;
	position: relative;
	height: 188px;
	display: flex;
	align-items: center;
	border-top: 1px solid #CBBF9E25;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

.counters {
	display: none;
}



.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

div#ajax-spinner {
	height: 50px;
	width: 50px;
	background: url("/frontend/img/loading.gif") no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000;
}

.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
	color: #fff;
}

.cart-step a {
	color: #CBBF9E50;
	text-decoration: none;
}

.cart-step a:hover {
	color: #FFF;
}

.cart-step .nav-link.active {
	border-radius: 0;
	background: none !important;
	border-bottom: 2px solid #CBBF9E !important;
}

.cart-step .nav-link.active a {
	color: #FFF;
}

.cart-remove {
	font-size: 25px;
	color: #FF0000;
	border: none;
}

.cart-remove:hover {
	border: none;
}

.row{
	--bs-gutter-x: 2.5rem;
}

/*    responsive    */

/**/
@media (min-width: 576px) {

	.header-logo img {
		width: 240px;
	}



	.section-order th {
		padding: 1.5em 1em;
	}

	.section-order td {
		padding: 1.5em 1em;
	}

	.tab-novat {
		display: table-cell;
	}

	#cartProductAddModal {
		--bs-modal-width: 556px;
	}

}

/**/
@media (min-width: 768px) {

	.owl-carousel .owl-item img{
		aspect-ratio: 16 / 7;
	}
	

	.block-slider .owl-carousel-content {
		left: calc(8.33333333% + 1.5rem);
		right: calc(8.33333333% + 1.5rem);
		bottom: 80px;
		align-items: end;
	}
	.block-slider .owl-carousel-content p {
		display: block;
	}
	.block-slider .item .description{
		padding-right: 17%;
	}
	

	.owl-nav {
		display: block;
	}


	.owl-carousel .owl-dots {
		bottom: -35px;
	}

	.img-content {
		max-width: 50%;
	}


	#productListDisplay {
		display: block;
	}

	
	.buy {
		padding: 30px;
		flex-direction: row;
	}

	.detail_right p.price {
		margin: 0px;
	}


	.page.id_4 h3 {
		margin-bottom: 40px;
	}



}

/**/
@media (min-width: 992px) {

	.h1, h1 {
		font-size: 3rem;
		letter-spacing: -0.04em;
	}

	.header-logo {
		flex: unset;
		/*width: 200px;*/
		margin-right: 40px;
	}

	.header-nav {
		background: unset;
		position: relative;
		top: 0;
		text-align: center;
		box-shadow: unset;
		justify-content: space-between;
	}

	.header-nav ul {
		display: flex;
		flex-direction: row;
	}

	.header-nav li {
		border-bottom: none;
	}

	.header-nav li a span {
		position: relative;
	}

	.header-nav li a span:after {
		content: '';
    	opacity: 0;
    	position: absolute;
    	bottom: -10px;
    	left: 0;
    	height: 2px;
    	width: 0px;
    	transition: all ease 0.3s;
	}

	.header-nav li a.active span:after, .header-nav li a:hover span:after {
		opacity: 1;
	    width: 100%;
	    /*background: #CBBF9E;*/
		background: #ffe39a;
	}


	.header-social {
		margin-right: 50px;
		border-bottom: none;
	}

	.block-slider .owl-carousel-content {
		font-size: 1.25em;
	}

	.owl-carousel .owl-dots {
		bottom: -40px;
	}



	#content div[class*="block-"] {
		margin-bottom: 80px;
	}



	.product-item .meta {
		left: 50px;
		bottom: 50px;
	}


	.product-item .add-to-cart {
		right: 50px;
		bottom: 50px;
	}





	li.cat_0 {
		width: 33%;
	}

	li.cat_0 a {
		height: 310px;
		padding: 0 .5em;
	}






}

@media (min-width: 1100px) {

	.header-logo {
		margin-right: 60px;
	}

}

/*		*/
@media (min-width: 1200px) {



	#intro {
		min-height: 450px
	}

	

	li.cat_0 a {
		height: 430px;
	}

	.category-text {
		padding: 0 8vw;
	}

	.buy {
		text-align: right;
	}


	.detail_right p.price {
		text-align: right;
		margin: 12px 0;

	}
}


/*		*/
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
}
}


/*		*/
@media (min-width: 1420px) {

	#intro {
		min-height: 600px
	}

}
