@import url('./slide_gallery.css');

body,
html {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman, serif;
	font-size: 11pt;
	color: #6a552b;
	text-align: center;
}

html {
	background-color: #f5ecdb;
}

body,
html,
#topLine {
	min-width: 999px;
}

img {
	border: none;
}

a {
	color: #ed6238;
	text-decoration: underline;
}

a:hover {
	color: #f96e44;
	text-decoration: none;
}

h1 {
}

.clear {
	height: 0;
	line-height: 0;
	clear: both;
	width: 100%;
}

#switchSizePage {
	display: block;
	text-align: center;
	margin: -10px 0 20px 0;
	font-size: 15px;
}

#respoMenu,
#footerMenu,
#respoMainImg,
#switchPageSize,
#respoOtherImages,
#respoSearch,
#actionItems div.product,
#referenceFooter,
#respoPhone {
	display: none;
}

input:focus,
textarea {
	outline: none;
}

.bad,
.good {
	padding: 4px 0px 6px 0px;
	font-weight: bold;
	margin: 15px 0px;
	text-align: center;
	background-color: white;
}

.good {
	color: green;
	border: 1px solid green;
}

.bad {
	color: red;
	border: 1px solid red;
}

.good img,
.bad img {
	margin: 0px 15px -6px 15px;
}

#topLine {
	width: 100%;
	height: 112px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
}

#all {
	width: 999px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	min-height: 600px;
}

#header {
	width: 100%;
	/*height: 172px;*/
	float: left;
}

#header .miniCoin {
	background: url('./img/miniCoin.png') 9px 7px no-repeat;
	padding: 0px 0px 0px 28px;
}

#header .topPart {
	width: 100%;
	height: 112px;
}

#header #logo img {
	float: left;
}

#header .leftPart {
	float: left;
}

#header .bottomPart {
	width: 100%;
	height: 154px;
	margin: 10px 0 7px 0;
	position: relative;
}

#header .bottomPart ul.slider {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
	width: 495px;
	height: 150px;
	list-style-type: none;
	position: relative;
}

#header .bottomPart ul.slider li {
	position: absolute;
	left: 0;
	top: 0;
}

#header .bottomPart ul.first {
	margin-left: 0;
}

#header .bottomPart .leftPart {
	width: 233px;
	height: 100%;
	background: url('./img/coins.jpg') left top no-repeat;
}

#header .bottomPart ul.menu {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header .bottomPart ul.menu.right {
	left: 517px;
}

#header .bottomPart ul.menu li {
	float: left;
	width: 11px;
	height: 11px;
	background: url('./img/buttonBanner.png') 50% 50% no-repeat;
	margin: 0 3px 0 0;
	cursor: pointer;
}

#header .bottomPart ul.menu li.active {
	background-image: url('./img/buttonBannerActive.png');
}

#header .middlePart {
	width: 573px;
	float: left;
}

#header .bottomPart .middlePart {
	height: 60px;
	background: url('./img/contentHeader2.jpg') left top no-repeat;
}

#header .topPart .headline.middlePart {
	height: 67px;
	/*background: url('./img/headlineText.png') 30px 0px no-repeat;*/
	background: url('./img/phone.png') 30px 15px no-repeat;
}

#header .rightPart {
	float: right;
	width: 193px;
}

#header .rightPart.slogan {
	height: 23px;
	font-size: 13pt;
	color: #e2bf73;
	font-weight: bold;
	font-style: italic;
	padding: 4px 0px 0px 0px;
}

#header .rightPart.cart {
	height: 40px;
	overflow: hidden;
	background: url('./img/cart.jpg') left top no-repeat;
	position: relative;
}

#header .rightPart.cart .cartSign {
	font-size: 13pt;
	font-weight: bold;
	color: #f8e6c0;
	position: absolute;
	left: 46px;
	top: 10px;
}

#header .rightPart.cart .cartContent {
	position: absolute;
	left: 97px;
	top: 12px;
	color: #dfb157;
	font-weight: bold;
	width: 86px;
}

#header .rightPart.cart .cartContent a {
	color: #dfb157;
	text-decoration: none;
}

#header .rightPart.search {
	height: 45px;
}

#header .rightPart.search .searchInput {
	border: none;
	width: 130px;
	padding: 5px 7px 2px 7px;
	margin: 10px 0px 0px 2px;
	color: #dfb157;
	font-size: 11pt;
	font-family: Times New Roman, serif;
	background: transparent;
	float: left;
	border-bottom: 1px solid #dfb157;
	background-color: black;
}

#header .rightPart.search .searchInput::-webkit-input-placeholder {
	color: #dfb157;
}

#header .rightPart.search .searchInput::-moz-placeholder {
	color: #dfb157;
}

#header .rightPart.search .searchInput:-ms-input-placeholder {
	color: #dfb157;
}

#header .rightPart.search .searchInput:-moz-placeholder {
	color: #dfb157;
}

#header .rightPart.search .searchButton {
	border: none;
	margin: 7px 0px 0px 6px;
	padding: 0px;
	width: 32px;
	height: 29px;
	float: left;
	background: url('./img/searchButton.png') 0px 0px no-repeat;
	cursor: pointer;
}

#header .rightPart.search .searchButton:active {
	background-position: 0px 1px;
}

#contentHolder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #fefdfc url('./img/menuBg.jpg') 0px 0px repeat-y;
}

.bottomBg {
	background: url('./img/bottomMenu.png') 0 100% no-repeat;
}

.sticky-holder {
	position: sticky;
	top: 0;
	background: url('./img/menuBg.jpg') 0px 0px repeat-y;
}

#rightSideContent {
	background: url('./img/menuBg.jpg') 100% 0 repeat-y;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 193px;
	flex: 0 0 193px;
	max-width: 193px;
}

#rightSideContent #actionHeadline {
	height: 41px;
	background: url('./img/action.jpg') 0px 0px no-repeat;
}

#rightSideContent #actionItems {
	/*background: #f5ecdb url('./img/actionBg.png') 0px 0px no-repeat;*/
	background: url('./img/itemBgLine.png') 0 50% repeat-y;
	background-color: #fff;
	padding: 12px 0px 0px 0px;
	height: 975px;
	list-style-type: none;
	margin: 0;
}

#rightSideContent #actionItems .product {
	padding: 0px 0px 10px 0px;
	height: 230px;
	position: relative;
}

#rightSideContent #actionItems .product h3,
#rightSideContent #actionItems .product img,
#rightSideContent #actionItems .product .coinButtons {
	position: absolute;
}

#rightSideContent #actionItems .product h3 {
	text-align: center;
	padding: 0px 7px 3px 8px;
	left: 0;
	top: 20px;
	width: 178px;
}

#rightSideContent #actionItems .product img {
	width: 120px;
	display: block;
	margin: 0px auto;
	left: 36px;
	bottom: 42px;
}

#rightSideContent #actionItems .product .coinButtons {
	margin: 5px auto 0px auto;
	left: 26px;
	bottom: 0;
}

#rightSideContent #contact {
	height: 126px;
	background: url('./img/ourStoreBg_zlin.jpg') 0px 0px no-repeat;
	padding: 10px 15px;
	background-size: contain;
}

body.branch-2 #rightSideContent #contact {
	background-image: url('./img/ourStoreBg.jpg');
}

#rightSideContent #contact h3 {
	margin: 0px;
	padding: 0px;
	color: #c18e07;
	font-size: 17pt;
	font-weight: normal;
	line-height: 15pt;
}

#rightSideContent #contact p {
	margin: 0px;
	padding: 10px 0px;
}

#rightSideContent #contact h3 a {
	color: #c18e07;
}

#rightSideContent #contact a {
	text-decoration: none;
	color: #6a552b;
	display: block;
}

.product .coinButtons {
	width: 139px;
	height: 34px;
	background: url('./img/buyHolder.png') 0px 0px no-repeat;
}

.product .coinButtons input.buyButton,
.product .coinButtons a.ifnfoButton,
#productVariants input.buyButton,
.product .coinButtons a.buyButton {
	display: block;
	float: left;
	color: #c09f57;
	text-decoration: none;
	font-size: 9pt;
	border: none;
	cursor: pointer;
}

.product .coinButtons input.buyButton,
#productVariants input.buyButton,
.product .coinButtons a.buyButton {
	border: none;
	padding: 2px 0px 1px 25px;
	margin: 8px 0px 0px 6px;
	background: url('./img/buyButton.png') 0px 0px no-repeat;
	font-family: Times New Roman, serif;
}

.product .coinButtons a.buyButton.soldOut {
	background-image: none;
	padding-left: 5px;
}

.product .coinButtons a.ifnfoButton {
	margin: 8px 0px 0px 6px;
	padding: 2px 0px 1px 19px;
	background: url('./img/coinInfo.png') 0px 2px no-repeat;
}

.product .coinButtons.reservation a.buyButton {
	padding-left: 0;
	background-image: none;
}

.product h3,
.product h3 a {
	margin: 0px 0px;
	padding: 0px;
	color: #6a552b;
	font-size: 12pt;
	text-decoration: none;
}

.mainMenu {
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-size: 11pt;
	font-weight: bold;
}

@media (min-width: 1001px) {
	.mainMenu {
		padding-left: 17px;
	}
}

.mainMenu li {
	float: left;
	position: relative;
}

.mainMenu li a {
	text-decoration: none;
	color: #f8e6c0;
	display: block;
	padding: 15px 20px 14px 20px;
}

.mainMenu li a:hover {
	text-decoration: underline;
}

.mainMenu li a.first {
	padding-left: 17px;
	background-image: none;
}

.mainMenu li a.last {
	padding-right: 10px;
}

.mainMenu li.active {
	background: url('./img/mainMenuActive.png') left top repeat-x;
}

.mainMenu li.active a {
	color: #e8c974;
	text-decoration: underline;
}

.mainMenu li a:active {
	padding-top: 15px;
	padding-bottom: 11px;
}

.mainMenu li:hover ul {
	display: block;
}

.mainMenu li ul {
	position: absolute;
	background: #000;
	left: 1px;
	top: 43px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
	z-index: 2;
}

.mainMenu li ul li {
	font-size: 10pt;
	width: 145px;
}

.mainMenu li ul li a {
	background-image: none;
	padding: 14px 10px 12px 10px;
	display: block;
}

#contentHolder .vaclav > .bottomBg.left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#leftSideContent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 233px;
	flex: 0 0 233px;
	max-width: 233px;
}

#categoryHeadline {
	width: 100%;
	height: 58px;
	background: url('./img/categoryMenuHeadline2.png') left top no-repeat;
}

ul.categoryMenu {
	width: 231px;
	margin: 0px;
	padding: 12px 0px 12px 0px;
	list-style-type: none;
	/*border-left: 1px solid #574524;
	border-right: 1px solid #65573b;
	border-bottom: 1px solid #74674d;*/
	/*background: #3a3017 url('./img/categoryMenuBg.png') left top no-repeat;*/
}

ul.categoryMenu li {
	/*background: url('./img/categoryMenuSeparator.png') left top no-repeat;*/
	line-height: 20px;
}

ul.categoryMenu li:hover,
ul.categoryMenu li.active:hover {
	background-color: rgba(118, 94, 48, 0.2);
}

ul.categoryMenu li.first {
	background-image: none;
}

ul.categoryMenu li.active {
	/*background-color: #211A0A;*/
}

ul.categoryMenu li.active:hover {
	background: none;
}

ul.categoryMenu li a {
	/*color: #e3c177;*/
	color: #000000;
	text-decoration: none;
	font-size: 11.5pt;
	font-weight: bold;
	display: block;
	/*padding: 12px 5px 10px 30px;*/
	padding: 0 5px 1px 18px;
	/*background: url('./img/categoryMenuList.png') 12px 17px no-repeat;*/
}

ul.categoryMenu li a:active {
	padding-top: 1px;
	padding-bottom: 0;
	/*padding-bottom: 9px;*/
	/*background-position: 12px 18px;*/
}

ul.categoryMenu li.highLight a {
	background: url('./img/iconMenuWave.png') 4px 7px no-repeat;
	color: #642303;
}

ul.categoryMenu li ul {
	display: none;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 25px;
}

ul.categoryMenu li ul li {
	line-height: 18px;
}

ul.categoryMenu li.first ul li {
	/*background: url('./img/categoryMenuSeparator.png') left top no-repeat;*/
}

ul.categoryMenu li ul li a {
	/*padding: 8px 5px 6px 10px;*/
	font-weight: normal;
	color: #000000;
	background: url('./img/submenuButton.png') no-repeat 5px 6px;
}

ul.categoryMenu li ul li a:active {
	/*padding-top: 9px;*/
	/*padding-bottom: 5px;*/
	padding-top: 0;
	padding-bottom: 1px;
}

ul.categoryMenu li.active > ul {
	display: block;
}

ul.categoryMenu li ul a {
	background-image: none;
}

ul.categoryMenu li.separator {
	height: 20px;
}

ul.categoryMenu li.separator:hover {
	background: none;
}

#newsHeadline {
	width: 100%;
	height: 41px;
	background: url('./img/aktualityHeadline.jpg') left top no-repeat;
}

#newsContent {
	width: 206px;
	height: 137px;
	background: url('./img/aktualityBg.jpg') left top no-repeat;
	overflow: hidden;
	color: #444444;
	padding: 18px 10px 5px 17px;
	position: relative;
	font-size: 11pt;
}

#newsContent p {
	line-height: 14pt;
	margin: 0px;
	padding: 10px 0px;
}

#newsContent p a {
	display: block;
	text-decoration: none;
	color: #444;
	height: 100px;
}

#newsContent .headline {
	font-size: 13pt;
	font-weight: bold;
	color: #785202;
}

#newsContent a.moreInfo {
	position: absolute;
	bottom: 10px;
	left: 17px;
	display: block;
	text-decoration: none;
	color: #9c7b33;
	font-size: 12pt;
	font-weight: bold;
	background: url('./img/info.png') 0px 0px no-repeat;
	padding: 0px 0px 0px 24px;
	width: 100%;
}

#newsletter {
	height: 54px;
	background: #fefdfc;
}

#newsletter .newsletterInput {
	margin: 15px 0px 0px 0px;
	padding: 5px 7px 2px 7px;
	background: url('./img/newsletterInput.png') 0px 0px no-repeat;
	font-size: 11pt;
	font-family: Times New Roman, serif;
	color: #5d4a27;
	float: left;
	border: none;
	width: 138px;
}

#newsletter .okButton {
	margin: 13px 0px 0px 8px;
}

.okButton {
	width: 33px;
	height: 26px;
	float: left;
	background: url('./img/okButton.jpg') 0px 0px no-repeat;
	border: none;
	cursor: pointer;
}

.okButton:active {
	background-position: 0px 1px;
}

#content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 523px;
	flex: 0 0 523px;
	max-width: 523px;
	min-height: 50px;
	background: #fefdfc url('./img/contentBg.png') 0px 0px no-repeat;
	padding: 15px 25px 25px 25px;
	position: relative;
	font-size: 15px;
}

#content h1,
#content h2 {
	color: #d0a13c;
	font-weight: bold;
	margin: 0px;
}

#content h1 {
	font-size: 17pt;
	padding: 0px 0px 10px 0px;
}

#content h2 {
	font-size: 16pt;
	padding: 10px 0px;
}

#content p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#content #items {
	width: 534px;
	margin: 0px 0px 0px -7px;
	float: left;
}

#content .product {
	width: 250px;
	height: 245px;
	float: left;
	position: relative;
	background: url('./img/itemBg.png') 50% 0% no-repeat;
	margin: 0px 0px 20px 0px;
}

#content .product:before {
	content: '';
	clear: both;
	display: table;
}

#content .product h3,
#content .product .description {
	left: 130px;
}

#content .product h3 {
	top: 15px;
	margin-top: 15px;
	text-align: center;
}

#content .product .description {
	top: 55px;
	line-height: 11pt;
}

#content .product .product__images {
	text-align: center;
	padding-top: 15px;
	font-size: 0;
	margin-bottom: 10px;
	height: 120px;
}

#content .product h3 + .product__images {
	padding-top: 10px;
	margin-bottom: 5px;
}

#content .product .product__images + h3 {
	margin-top: 0;
}

#content .product .product__images a {
	display: inline-block;
}

#content .product .product__images a + a {
	margin-left: 5px;
}

#content .product img {
	left: 0px;
	top: 15px;
	height: 120px;
}

#content .product .price {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #d0a13c;
	font-size: 11pt;
	font-weight: bold;
	width: 110px;
	text-align: center;
}

#content .product .price.soldOut {
	color: #ed6238;
}

#content .product .price.green {
	color: green;
}

#content .product .coinButtons {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer {
	width: 999px;
	color: #cdb176;
	font-size: 11pt;
	float: left;
	text-align: right;
	padding: 10px 0px;
}

#footer a.surfaceLink {
	font-weight: bold;
	color: #caad6f;
	background: url('./img/surfaceLogo.png') right center no-repeat;
	padding: 5px 27px 5px 0px;
	display: inline-block;
}

#footer a.surfaceLink:hover {
	color: black;
	background-image: url('./img/surfaceLogoActive.png');
}

#content .contactTable {
	margin: 0px 0px 30px 0px;
	width: 100%;
	border: none;
	font-size: 18px;
}

#content .contactTable td {
	vertical-align: top;
}

#content .contactTable td.firstColumn {
	width: 330px;
}

#content .contactTable h3 {
	margin: 40px 0 5px 0;
	padding: 0;
}

#subcatList {
	margin: 30px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	list-style-type: none;
}

#subcatList li {
	float: left;
}

#subcatList li a {
	display: block;
	padding: 4px 10px;
	width: 150px;
	margin-right: 10px;
	height: 40px;
	color: #6a552b;
	text-decoration: none;
}

#subcatList li a:hover {
	text-decoration: underline;
}

#rightInfo {
	float: right;
	width: 248px;
}

#productMainImg {
	float: left;
}

#rightInfo,
#productMainImg {
	margin-top: 20px;
	margin-bottom: 20px;
}

#productAttr {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
	background: #f7e7c8 url('./img/attrBg.png') 50% 0% no-repeat;
	/*height: 285px;*/
}

#productAttr th,
#productAttr td {
	padding: 3px 0px;
	vertical-align: top;
}

#productAttr th {
	width: 49%;
	padding-left: 17px;
}

#productAttr th {
	padding-right: 17px;
}

#productAttr td.blank.first {
	height: 24px;
}

#productContent {
	clear: both;
}

#productVariants {
	clear: both;
	margin: 35px 0px 35px 0px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

#productVariants,
#productVariants td {
	border: none;
	padding: 3px 7px;
}

#productVariants tr.odd td.name {
	background: url('./img/attributeOddBg.png') 0px 0px repeat-y;
}

#productVariants tr.odd td.variantPhoto {
	background: url('./img/attributeOddBg.png') -220px 0px repeat-y;
}

#productVariants tr.odd td.price {
	background: url('./img/attributeOddBg.png') -250px 0px repeat-y;
}

#productVariants tr.odd td.buy {
	background: url('./img/attributeOddBg.png') -375px 0px repeat-y;
}

#productVariants tr:hover td,
#productVariants tr.odd:hover td {
	background: #f5ecdb;
}

#productVariants tr:hover td.noHover {
	background-color: transparent;
}

#productVariants td {
	margin: 0px;
	height: 29px;
	/* border-top: 1px solid #F5ECDB;*/
	border-top: 2px solid white;
}

#productVariants td h2 {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px;
}

#productVariants td.name {
	width: 220px;
	font-weight: bold;
	background: url('./img/attributeBg.png') 0px 0px repeat-y;
}

#productVariants td.variantPhoto {
	width: 30px;
	background: url('./img/attributeBg.png') -220px 0px repeat-y;
}

#productVariants td.price {
	text-align: center;
	width: 105px;
	background: url('./img/attributeBg.png') -260px 0px repeat-y;
}

#productVariants td.buy {
	text-align: right;
	background: url('./img/attributeBg.png') -365px 0px repeat-y;
}

#productVariants input.amount {
	float: left;
	width: 25px;
	text-align: center;
	margin: 4px 0px 0px 0px;
	padding: 3px 3px;
	border: 1px solid #9c7b33;
	color: #9c7b33;
}

ul.productList {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}

ul.productList li {
	margin: 0 0;
	position: relative;
	z-index: 1;
}

ul.productList li a {
	display: block;
	text-decoration: none;
	color: #6a552b;
	font-weight: bold;
	padding: 4px 135px 4px 5px;
}

ul.productList li a:hover {
	text-decoration: underline;
	color: #d0a13c;
	background-color: #f9f4eb;
}

ul.productList li span.onStock,
ul.productList li span.notAvailable {
	position: absolute;
	width: 60px;
	height: 19px;
	text-align: center;
	font-weight: normal;
	right: 0;
	top: 0;
	padding: 4px 0 0 0;
	border: 1px solid #f5ecdb;
}

ul.productList li span.onStock,
a.onStock {
	color: green;
}

ul.productList li span.notAvailable {
	color: #ed6238;
}

ul.productList li.first span.onStock,
ul.productList li.first span.notAvailable {
	border-top: 1px solid #f5ecdb;
}

ul.productList li.last span.onStock,
ul.productList li.last span.notAvailable {
	border-bottom: 1px solid #f5ecdb;
}

#popupHolder .popup {
	display: none;
	width: 510px;
	min-height: 100px;
	position: absolute;
	right: -90px;
	top: 0;
	border: 1px solid #6a552b;
	border-radius: 4px;
	font-weight: normal;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(223, 222, 221, 1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(223, 222, 221, 1);
	box-shadow: 0px 5px 10px 0px rgba(223, 222, 221, 1);
	background: white;
	z-index: 2;
}

/*ul.productList li:hover .popup {
	display: block;
}*/

#popupHolder .popup .img {
	position: absolute;
	left: 2px;
	top: 50%;
	margin: -48px 0 0 0;
	/*transform: translateY(-48%);*/
	text-align: center;
	width: 195px;
}

#popupHolder .popup img {
	width: 95px;
}

#popupHolder .popup .holder.attr {
	width: 309px;
	min-height: 70px;
	float: right;
	background: #f8f1e7 url('./img/popup.jpg') 0 0 repeat-y;
	padding: 15px 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#popupHolder .popup table {
	float: right;
	border-collapse: collapse;
}

#popupHolder .popup table td {
	padding: 1px 11px;
	text-align: left;
	vertical-align: top;
}

#popupHolder .popup table td.attrName {
	width: 55px;
	color: white;
	font-weight: bold;
}

#popupHolder .popup table td.attrValue {
	width: 210px;
}

#popupHolder .popup .arrow {
	width: 17px;
	height: 9px;
	position: absolute;
	left: 17px;
	top: -9px;
	background: url('./img/popupArrow.png') 0 0 no-repeat;
}

table th {
	text-align: left;
}

table#cartSummary {
	width: 100%;
	margin: 10px 0px 50px 0px;
	padding: 0px;
}

table#cartSummary tr:hover td {
	background-color: #f5ecdb;
}

table#cartSummary h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}

table#cartSummary td {
	padding: 2px 5px;
}

table#cartSummary th {
	text-align: center;
}

table#cartSummary td.delete {
	width: 30px;
}

table#cartSummary tr.variant td.name {
	width: 230px;
	padding-left: 20px;
}

table#cartSummary tr.variant td.amount {
	width: 40px;
}

table#cartSummary tr.variant td.amount input {
	width: 25px;
	text-align: center;
	padding: 3px 3px;
	border: 1px solid #9c7b33;
	color: #9c7b33;
	margin: 0px auto;
}

table#cartSummary tr.variant td.price {
	width: 80px;
	text-align: right;
	font-size: 11pt;
}

table#cartSummary tr.priceSummary:hover td {
	background: none;
}

table#cartSummary tr.priceSummary td {
	padding: 20px 0px 0px 0px;
	text-align: right;
}

table#cartSummary tr.priceSummary td.totalPrice {
	font-size: 15pt;
	font-weight: bold;
}

table#cartSummary tr.buttonLine td {
	text-align: right;
}

table#cartSummary tr.buttonLine:hover td {
	background: none;
}

#messages {
	margin: 5px 0px 15px 20px;
	padding: 0px;
}

#messages li {
	margin: 2px 0px;
}

#messages li.error {
	color: red;
}

#orderConfirm {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

#orderConfirm small {
	font-size: 90%;
}

#orderConfirm th {
	font-size: 16pt;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #d0a13c;
}

#orderConfirm td.first {
	width: 100px;
}

#orderConfirm tr:not(.payment) td:first-child {
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	vertical-align: top;
}

#orderConfirm tr:not(.payment) td:last-child {
	padding-bottom: 10px;
}

#orderConfirm td.required {
	font-weight: bold;
}

#orderConfirm td input:not(.btn),
#orderConfirm td textArea,
#orderConfirm td select {
	width: 100%;
	padding: 5px 5px;
	margin-bottom: 3px;
	border: 1px solid #dcdcdc;
	color: #9c7b33;
	box-sizing: border-box;
}

#orderConfirm td input:not(.btn):focus,
#orderConfirm td textArea:focus,
#orderConfirm td select:focus {
	border-color: #9c7b33;
}

#orderConfirm td input.btn {
	display: block;
	width: 100%;
}

#orderConfirm td input[type='checkbox'] {
	width: 20px;
}

#orderConfirm td label {
	cursor: pointer;
}

#orderConfirm td textArea {
	max-height: 100px;
	min-height: 60px;
}

#orderConfirm tr.payment td {
	height: 20px;
	border-bottom: 1px solid #dedede;
	padding: 5px 0;
}

#orderConfirm tr.payment input {
	width: 20px;
}

#orderConfirm tr.payment p,
#orderConfirm tr.payment label {
	float: left;
	margin: 0px;
	padding: 0px;
}

#orderConfirm tr.payment p {
	padding-left: 28px;
	margin-bottom: 5px;
}

#orderConfirm tr.payment label {
	width: 100%;
}

#orderConfirm tr.payment label input {
	position: relative;
	top: 2px;
}

#orderConfirm td.agree {
	text-align: left !important;
	padding-top: 15px !important;
	padding-bottom: 20px !important;
}

#orderConfirm td.phoneLabel {
	vertical-align: top;
	padding-top: 4px;
}

#otherImages {
	float: left;
	clear: left;
	width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.img-box {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 9px 9px;
}

.img-box__inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
}

.img-box img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}

ul.partnerLinks {
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px;
	float: left;
}

ul.partnerLinks li {
	float: left;
}

ul.partnerLinks li a {
	display: block;
	padding: 2px 8px;
	border: 1px solid #d0a13c;
	text-decoration: none;
	color: #6a552b;
	margin-right: 3px;
}

ul.partnerLinks li.active a {
	background: #d0a13c;
	color: #6a552b;
}

ul.partnerLinks li.active:hover a {
	color: #6a552b;
}

ul.partnerLinks li a:hover {
	color: #d0a13c;
}

#coinReservation {
	border-collapse: collapse;
	width: 100%;
}

#coinReservation td {
	padding: 2px 2px;
	margin: 0px;
}

#coinReservation td.bottom {
	padding-bottom: 20px;
}

#coinReservation td.upper,
#coinReservation th.upper {
	border-top: 1px solid #f5ecdb;
	padding-top: 7px;
}

#coinReservation td.quality {
	width: 100px;
	padding-right: 15px;
}

#coinReservation td input.count {
	width: 30px;
	text-align: center;
}

#coinReservation td input.fromDate {
	width: 130px;
	margin: 0px 25px 0px 4px;
}

#coinReservation td input.toDate {
	width: 105px;
	margin: 0px 0px 0px 4px;
}

#coinReservation th.reservationCoinName {
	width: 100px;
	font-size: 12pt;
	padding: 12px 0px 5px 0px;
}

#coinReservation .qualityName {
	width: 105px;
	float: left;
}

.relatedProduct {
	float: left;
	width: 166px;
	height: 178px;
	margin: 30px 4px 0px 4px;
	text-align: center;
	position: relative;
}

.relatedProduct h3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	height: 55px;
}

.relatedProduct h3 a {
	color: #6a552b;
	text-decoration: none;
}

#pageCover {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
}

#buySuccessDialog {
	display: none;
	width: 421px;
	height: 250px;
	background: #fefdfc url('./img/contentBg.png') 0px 0px no-repeat;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	margin: -125px 0 0 -200px;
	left: 50%;
	z-index: 51;
}

#buySuccessDialog p {
	font-size: 18px;
}

#buySuccessDialog a {
	width: 49%;
	/*background: #F7F1E4;*/
	/*border: 1px solid #dcd6c9;*/
	/*padding: 18px 15px;*/
	font-size: 20px;
	text-decoration: none;
	color: #6a552b;
	height: 47%;
	position: absolute;
	left: 0;
	bottom: 0;
	vertical-align: middle;
	display: table-cell;
	padding-top: 18%;
}

#buySuccessDialog a.right {
	left: auto;
	right: 0;
}

#buySuccessDialog a span {
	border: 2px solid #e3dccf;
	padding: 15px 0;
	border-radius: 3px;
}

#buySuccessDialog a span.inner {
	border: 1px solid white;
	padding: 15px 10px;
	background: #f7f1e4;
}

#buySuccessDialog .separator {
	position: absolute;
	left: 50%;
	bottom: 5%;
	width: 1px;
	height: 71%;
	background: #c5bcac;
	margin: 0 0 0 -1px;
}

.modal {
	display: none;
	width: 421px;
	/*height: 250px;*/
	background: #fefdfc url('./img/contentBg.png') 0px 0px no-repeat;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	margin: -125px 0 0 -200px;
	padding: 20px 20px 30px 20px;
	left: 50%;
	z-index: 51;
	text-align: center;
}

#content p.modal-text {
	margin-bottom: 35px;
}

.popup__heading {
	display: block;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 900;
}

.popup__icon {
	color: #0a5589;
	font-size: 4rem;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.popup__icon--success {
	color: #00b300;
}

.icon-box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1em;
	height: 1em;
	font-size: 1em;
	flex: 0 0 1em;
}

.icon-box--circle {
	border-radius: 50%;
	padding: 0.25em;
}

.icon-box svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.modal .button {
	font-size: 18px;
	text-decoration: none;
	color: #6a552b;
}

.modal .button span {
	border: 2px solid #e3dccf;
	padding: 11px 0;
	border-radius: 3px;
}

.modal .button span.inner {
	border: 1px solid white;
	padding: 10px 22px;
	background: #f7f1e4;
}

#leftSideContent .fb-like {
	margin-top: 10px;
	margin-left: 10px;
}

#content .fbProduct {
	width: 100%;
	clear: both;
	text-align: right;
	margin: 12px 0 7px 0;
}

#contentHolder .vaclav.active {
	background: url('./img/vaclav.png') 365px 100% no-repeat;
}

#mobileSwitch {
	display: none;
}

input[type='submit'] {
	font-size: 11pt;
}

/* DROBEČKOVÁ NAVIGACE */
#breadcrumb:before,
.breadcrumb:after {
	content: '';
	display: table;
	clear: both;
}

.breadcrumb {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.breadcrumb li {
	float: left;
	font-weight: bold;
	line-height: 1.5;
}

.breadcrumb li:after {
	content: '>';
	display: inline-block;
	margin: 0 5px;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	color: #d0a13c;
}

.breadcrumb--v2 {
}

.breadcrumb--v2 li {
	background-color: #e1e1e1;
	padding: 5px 20px 5px 10px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}

.breadcrumb--v2 li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -5px;
	top: 0;
	border-left: 10px solid #e1e1e1;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	z-index: 2;
}

.breadcrumb--v2 li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -1px;
	top: 0;
	border-left: 10px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	z-index: 1;
}

.breadcrumb--v2 li:nth-last-child(2) {
	padding-right: 10px;
}

.breadcrumb--v2 li:nth-last-child(2):before {
	display: none;
}

.breadcrumb--v2 li:nth-last-child(2):after {
	right: -15px;
}

.breadcrumb--v2 li:last-child {
	margin-left: 10px;
	background-color: transparent;
}

.breadcrumb--v2 li:last-child:before {
	display: none;
}

.breadcrumb--v2 li a {
	color: #000;
	text-decoration: none;
}

.breadcrumb--v2 li a:hover {
	text-decoration: underline;
}

.pluginButton,
.fb-like {
	-webkit-filter: hue-rotate(180deg) !important;
	filter: hue-rotate(180deg) !important;
}

.btn {
	border: 1px solid #876217;
	background-color: #876217;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	font-weight: 700;
}

.btn:hover {
	background-color: #5c4310;
	border-color: #5c4310;
}

.tag-filter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-bottom: 20px;
}

.tag-filter-form__label {
	font-weight: 700;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.tag-filter-form__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tag-filter-form__items > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tag-filter-form__items > label:not(:last-child) {
	margin-right: 10px;
}

.tag-filter-form__items > label > input {
	margin-right: 5px;
}
