@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Forum&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --black: #000; 
  --dark: #333; 
  --wgold: #fff5d9; 
  --gold1: #ffdc73; 
  --gold2: #bf9b30; 
  --gold3: #bf9b30; 
  --white: #fff; 
  --lightgrey: #dfdfdf; 
  --lightgrey0: #f2f2f2; 
}

body {
	font-family: "Jost", serif;
	font-weight: 300;
	background-color: #fff;
	font-size: 16px;
}

h1 {
	font-family: "Jost", serif, sans-serif;
	font-size: 41px;
	margin-top: 15px;
	margin-bottom: 25px
}

h2 { font-size: 2rem; font-weight: 300; text-transform: uppercase; }	
h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
h4 { font-size: 1rem; text-transform: uppercase;}
h5 { font-size: 0.9rem; text-transform: uppercase;}
h6 { font-size: 0.8rem; text-transform: uppercase;}

.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
}

.bg-lightgray {
background-color: #efefef;
}

.bg-gray {
 background-color: #f6f9fc;
}

.bg-black {
	background-color: #000;
	color: #fff;
}

.bg-wgold {
	background-color: var(--wgold);
	color: var(--dark);
}
.bg-gold1 {
	background-color: var(--gold1);
	color: var(--dark);
}
.bg-gold2 {
	background-color: var(--gold2);
	color: var(--dark);
}
.bg-gold3 {
	background-color: var(--gold3);
	color: var(--dark);
}

.btn-info {
	color:#fff;
}


.btn-blue {
	border: 1px solid #1aa5e2;
	background-color: #1aa5e2;
	color: #fff;
	padding: 8px 25px;
	font-size: 17px;
	border-radius: 3em;
}

.txtRed { color:red; }

.headerIcon {
	width: 24px;
	height: 24px;
}

.txtGold { color: var(--gold3); }

a { color: var(--gold3); }
a:hover { color: var(--dark); }
/*a:visited { color: var(--dark); }*/

.aGold { color: var(--gold3); }
.aGold:hover { color: var(--dark); }
.aGold:visited { color: var(--dark); }

.aBlack { color: var(--black); }
.aBlack:hover { color: var(--dark); }
.aBlack:visited { color: var(--black); }

.aBlackGold { color: var(--black); }
.aBlackGold:hover { color: var(--gold2); }
.aBlackGold:visited { color: var(--black); }

#header {  

	background-color: rgba(255,255,255,1); 
	box-shadow: 0px 0px 7px #acacac;
}
#header .headerCol1 {  
	
}
#header .headerCol2 {
	
}
#header .headerCol3 {  
	
}

#topLine {
 border-bottom: 0px groove rgba(255,255,255,0.6);
 box-shadow: 0px 0px 5px #fff;
 background-color: #000;
 display:none;
}
#topLine a { color:#fff; font-size:13px; text-decoration:none; }
#topLine a:hover { color:#ddd; }

.fixed-top #topLine {
 border-bottom: 0px groove rgba(255,255,255,0.6);
 box-shadow: 0px 0px 5px #fff;
 background-color: transparent;
 display: none;
}
.fixed-top #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top #topLine a:hover { color:#fff; }

.fixed-top-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-top-scroll #topLine {
	border-bottom: 0px groove rgba(255,255,255,0.6);
	box-shadow: 0px 0px 5px #fff;
	background-color: #000000e6;
}
.fixed-top-scroll #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top-scroll #topLine a:hover { color:#fff; }
.fixed-top-scroll #header { padding-top:0px; background-color: rgba(255,255,255,0.85); }


.fixed-top-site {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-top-site #topLine {
	border-bottom: 0px groove rgba(255,255,255,0.6);
	box-shadow: 0px 0px 5px #fff;
	background-color: #000;
}
.fixed-top-site #topLine a { color:#fff; font-size:13px; text-decoration:none; }
.fixed-top-site #topLine a:hover { color:#fff; }
.fixed-top-site #header { background-color: #fff; }

.g-recaptcha { display:inline-block; }

#mobileMenuBtnTop {
	box-shadow: none!important;
	border: 0px solid #fff!important;
	transition: transform 0.3s ease;
	 transform: rotate(0deg);
}
#mobileMenuBtnTop:visited,
#mobileMenuBtnTop:hover,
#mobileMenuBtnTop:active,
#mobileMenuBtnTop:focus {
	box-shadow: none!important;
	border: 1px solid transparent!important;
	
}

#mobileMenuBtnTop .headerIcon {
    display: inline-block;
    transition: transform 0.3s ease;
}

#mobileMenuBtnTop.menu-open .headerIcon {
    transform: rotate(90deg);
}

#headLine {
	
}

#header {
	
}

.baksketBreadcrumb {  margin: 1rem 0; }
.baksketBreadcrumb .breadcrumb {  display:none; }
.baksketBreadcrumb .breadcrumb a { color: var(--gold2); }
.baksketBreadcrumb .breadcrumb a:hover { color: var(--dark); }
.baksketBreadcrumb .breadcrumb-item.active { color: var(--gold2); font-weight:400; }

.searchInput { 
	border: 0px solid #ccc; 
	margin: 5px 0px;
}
.searchInput .searchTxt{ border: 0px solid #ccc;	font-size:28px; }
.searchInput img{ 
	width: 30px;
	height: 30px;
	opacity: 0.4;
	margin: 5px 10px;
}
.searchInput #suggestPanel {}
.searchInput #suggestPanel ul {}
.searchInput #suggestPanel ul li {}
.searchInput #suggestPanel ul li .searchItem {}
.searchInput #suggestPanel ul li .searchItem:hover {}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

#sidebarMenu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.carousel-caption {
  position: absolute;
  right: 14%;
  top: 40%;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 41%;
}
.carousel-caption > div {
	display:inline-block;
	padding: 15px 25px;
	background-color: rgba(0, 0, 0, 0.27);
	margin: auto;
}
.carousel-caption h1 {
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}
.carousel-caption h2 {
	font-size: 1.1rem;
	font-weight: 300;
}
.carousel-caption p {}
.carousel-caption a {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 2rem;
	border-radius: 0px;
	padding: 8px 15px;
	min-width: 100px;
	background-color: #000;
}
.carousel-caption a:hover {
	background-color: #000;
	color: #fff;
}

.carousel-control-prev-icon {
	background-color: transparent;
	color: #333;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	width: 40px;
	height: 40px;
}
.carousel-control-prev-icon > i { display:none; }

.carousel-control-next-icon {
	background-color: transparent;
	color: #333;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	width: 40px;
	height: 40px;
}
.carousel-control-next-icon > i { display:none; }
.carousel-control-next, .carousel-control-prev {
 width: 5%;
}
/*.carousel-inner { max-height: 500px; }*/
.carousel-item {
  overflow: hidden;
  max-height: 600px;
}
.carousel-item-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 600px;
}

.contentDiv { background-color: #fff; margin-bottom: 0; font-size: 16px; padding:0; }
.footerDiv { position: relative; }

.nav { display: block; width:100%; text-align:center; }
.nav-item { display:inline-block; font-family: "Jost",sans-serif; font-weight: 300; padding-left:0px; padding-right:0px; margin-bottom:3px; text-transform: uppercase; letter-spacing: 2px; }

.nav-item a {
 color: #000;
 font-size: 13px;
 font-weight: 300;
 border-radius: 0rem;
 border-bottom: 1px solid #fff;
}
.nav-item a:hover { color:var(--gold2); border-bottom: 1px solid #000; }
.nav-item .active { color:var(--gold2); border-bottom: 1px solid var(--gold2); border-radius: 0px; font-weight:bold; }

#footerMenu {text-align: center;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 15px 0px;padding-bottom: 10px;margin-bottom: 0;}
#footerMenu .nav-item { display:inline-block; font-family: "Jost",sans-serif; padding-left:5px; padding-right:5px; margin-bottom:3px; border-left: ;border-right: ;}

#footerMenu .nav-item a {
 color: #000;
 font-size: 12px;
 font-weight: 300;
}
#footerMenu .nav-item a:hover { background-color: #fff; color:#000; border-radius:0px; }
#footerMenu .nav-item .active { background-color: #fff; color:#000; border-radius:0px; }

.btnIcon {
  color: #fff;
  height: auto;
  width: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  padding: 6px 8px;
  float: right;
}

.btn > i {
	margin-right:5px;
}

.productPrice {
	margin:15px 0px;
}

.productBuyBtn {
	
}

.productBuyBtn .buyControl {
	border:1px solid #e1eaf1;
	background-color: var(--gold1);
}

.productBuyBtn .putbskCount {
	border: 1px solid #e1eaf1;
	background-color: #fff;
	font-size: 15px;
	text-align: center;
	max-width: 50px;
	padding: 12px 10px;
}
.productBuyBtn .qtyminus {
  background-color: var(--gold1);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.productBuyBtn .qtyminus img {
	padding: 14px 10px;
	font-size: 13px;
	cursor:pointer;
	background-color:var(--gold1);
}
.productBuyBtn .qtyplus {
  background-color: var(--gold1);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.productBuyBtn .qtyplus img {
	padding: 14px 10px;
	font-size: 13px;
	cursor:pointer;
	background-color: var(--gold1);
}
.productBuyBtn .cart {
 background-color: #000;
 color: #fff;
 padding: 10px 25px;
 text-decoration: none;
 font-size: 18px;
 cursor: pointer;
 background-color: #000;
 margin-left: 15px !important;
 display: inline-block;
}
.productBuyBtn .cart i { 
	cursor:pointer;
}

.productLabelPanel { display: none; }
.productLabelPanel .prodLabel {} 
.productLabelPanel .prodLabel .sale {}

.productLabelPanel .prodLabel .hl1 {}
.productLabelPanel .prodLabel .hl2 {}
.productLabelPanel .prodLabel .hl3 {}

#basketCount {
  background-color: transparent;
  color: red;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 0;
  border-radius: 0;
  padding: 0px;
  border: 0;
  font-size: 9px;
  box-shadow: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.basketItemTable {}
.basketItemTable .thumbnail-img { text-align:center; max-width:40px; }
.basketItemTable .thumbnail-img img { max-height:80px; }

.basketItemTable .name-pr {
  max-width: 300px;
  vertical-align: middle;
  text-transform: uppercase;
}
.basketItemTable .price-pr { width:150px; vertical-align: middle; }
.basketItemTable .quantity-box { width:200px; vertical-align: middle; }
.basketItemTable .total-pr { max-width:80px; vertical-align: middle; font-weight:400; }

/*.fixed-top .nav-item a {
 color: #fff;
 font-size: 13px;
 font-weight: 300;
 letter-spacing: 2px;
}
.fixed-top .nav-item a:hover { background-color: #fff; color:#000; border-radius:4px; }
.fixed-top .nav-item .active { background-color: #fff; color:#000; border-radius:4px; }
*/
.fixed-top .btnIcon { color:#000; }

.rightCol { text-align:right; }

#navbarNavDropdown { margin-top: 0px; }

/*.carousel-item{
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease,-webkit-transform 2s ease;
} */

.carousel-indicators {}
.carousel-control.left, .carousel-control.right {
 left: 0;
 z-index: 1;
}
.carousel-indicators button {
	border-radius: 50%!important;
	height: 8px!important;
	width: 8px!important;
	background-color: transparent!important;
	border: 1px solid #fff!important;
}
.carousel-indicators .active {
	border-radius: 50%!important;
	height: 8px!important;
	width: 8px!important;
	background-color: #fff!important;
	border: 1px solid #fff!important;
}

.navbar-light .navbar-toggler {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	border-width: 0!important;
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}
.navbar-light .navbar-toggler:hover {
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}
.navbar-light .navbar-toggler:focus{
	outline: none!important;
	border: none !important;
	background-color: transparent;
	box-shadow: none;
}

.logoImg {
  max-height: 55px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.invert { filter: invert(1); }

#slider {
	height: 90vh;
}
#slider #carouselMain {
	height: 90vh;
}
#slider #carouselMain .carousel-inner {
	height: 90vh;
}
#slider #carouselMain .carousel-inner .carousel-item{
	max-height: 100%!important;
	height: 100%!important;
}

.fgpassPanel {
	color:#000;
}

.fgpassPanel a {
	color:#000;
	text-decoration: none;
}
.fgpassPanel a > b {
	font-weight: 400;
}
.fgpassPanel .form-control {
	border-color: var(--gold2);
}

.loginPanel {
	color:#000;
}

.loginPanel a {
	color:#000;
	text-decoration: none;
}
.loginPanel .form-control {
	border-color: var(--gold2);
}
.loginPanelInner {
	margin-top: 5%;
	border-radius: 8px;
	padding: 15px;
}
.fgpassPanelInner {
	margin-top: 5%;
	border-radius: 8px;
	padding: 15px;
}

.userdataPanelInner a {
	color:#000;
	text-decoration: none;
}
.userdataPanelInner a > b {
	font-weight: 400;
}
.userdataPanelInner .form-control {
	border-color: var(--gold2);
}

.btn-orange {
 color: #000;
 background-color: #ff5a00;
 border-color: #ff5a00;
}
.btn-orange:hover {
	color: #333;
}
.btn-red {
 color: #fff;
 background: #ff5a00;
 padding: 5px 7px;
 border-radius: 3px;
 border: 0;
 background: #cd0a2e;
 background: -moz-linear-gradient(top,#cd0a2e 0,#870019 100%);
 background: -webkit-linear-gradient(top,#cd0a2e 0,#870019 100%);
 background: linear-gradient(to bottom,#cd0a2e 0,#870019 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0a2e', endColorstr='#870019', GradientType=0);
 border-color: #a30421;
}
.btn-red:hover {
	background: #ff5a00;
	color: #000;
}


.centerWrapper {
 display: table;
 width: 100%;
 height: 100%;
 vertical-align: middle;
}
.centered {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.mainBox {position:relative;font-size: 16px;color: #000;border-color: #ddd;box-shadow: 0px 0px 7px #acacac;}
.mainBox .boxImg { margin: 1px; }
.mainBox .boxImg img {max-width:100%;}
.mainBox .boxContent {position: relative;width: 100%;background-color: #fff;display: inline-block;margin: 0; text-align:center;border-color: #ddd;padding: 5px 15px;}
.mainBox .boxContent a {font-size: 13px;color: #000;text-decoration:none;}

.shop-cat-box-title {
	margin: 0px;
	margin-bottom: 3rem;
}
.shop-cat-box-title h2 {
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	font-size:2rem;
	margin:0;
}
.shop-cat-box-panel {
	display: flex;
	flex-direction: row;
	position: relative;
	flex-wrap: wrap;
}
.shop-cat-box {
	text-align: center;
	flex: 1;
	position: relative;
	min-width: 300px;
}
.shop-cat-box img {max-width:100%;}
.shop-cat-box a {
	font-weight:400; 
	background-color: #fff;
	display: inline-block;
	margin: 0 8%;
	border-radius: 0;
	font-size: 16px;
	color: #000;
	text-decoration:none;
	position: absolute;
	left: 0;
	bottom: 5%;
}


.shdw {
	border-color: #ddd;
	box-shadow: 0px 0px 7px #acacac;
}

.korona {
	width: 1em;
	height: 1em;
	background-image: url(/files/imgs/logo_korona.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}

.all-title-box {
  background-size: auto;
  background-position: right center;
  height: 400px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2rem;
  background-color: var(--gold1);
  background-repeat: no-repeat;
}
.all-title-box h2 { text-transform: uppercase; }

.all-title-box .container {
	color: #000;
	background-color: rgba(255,255,255,0.5);
	display:flex;
	width:100%;
	height: 100%;
	max-width:100%!important;
}
.all-title-box .row {
	margin: auto;
	text-align: center;
}

.products-single {
	margin-bottom: 3rem;
}

/*BLOCK CSS*/
.defrow {
	margin: 0 auto;
	padding: 0;
}
#pagecontentpanel .titleTop > div { padding-left:0; padding-right:0;padding-top:15px;}
.contentBlocks {}
.contentBlocks .blockrow { margin:0; }
.contentBlocks .blockrowbg { 
	margin: 15px 0; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contentBlocks .pItem {}
.contentBlocks .htmlItem { width:100%; height: 100%; }
.contentBlocks .imgItem { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgItem img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgAItem {}
.contentBlocks .imgAItem img { max-width:100%; width: 100%; margin-bottom: 0px; }
.contentBlocks .imgGalItem {}
.contentBlocks .imgGalItem img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgATxtItem {}
.contentBlocks .imgATxtItem { color : inherit; text-decoration: none; }
.contentBlocks .imgATxtItem:hover { color : inherit; text-decoration: none; }
.contentBlocks .imgATxtItemImgHolder {}
.contentBlocks .imgATxtItemImgHolder img { max-width:100%; width: 100%; margin-bottom: 5px; }
.contentBlocks .imgATxtItemContentHolder {}
.contentBlocks .h1Item { font-size: 30px; }
.contentBlocks .h2Item { font-size: 25px; }
.contentBlocks .h3Item {}
.contentBlocks .h4Item {}
.contentBlocks .h5Item {}
.contentBlocks .h6Item {}

#mainpage { margin-top:30px; }
.contentBlocks .mainpageblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .mainpageblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

#story { margin-top:30px; }
.contentBlocks .storyblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .storyblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

#promotions { margin-top:30px; }
.contentBlocks .promotionblock { margin-bottom:25px; margin-top:0; position:relative;}
.contentBlocks .promotionblock > a { border: 0px solid #efefef; display: inline-block;box-shadow: 0px 0px 10px #c4c4c4; }

.contentBlocks .video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.contentBlocks .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.contentBlocks .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contactForm {}
#contactForm input[type="text"] {
	border: 1px solid #c1c0c0;
	background-color: #fff5d9;
}
#contactForm input[type=tel]{ 
	border: 1px solid #c1c0c0;
	background-color: #fff5d9;
}
#contactForm input[type=email]{ 
	border: 1px solid #c1c0c0;
	background-color: #fff5d9;
}
#contactForm textarea { 
	border: 1px solid #c1c0c0;
	background-color: #fff5d9; 
	height:100px; width: 100%; 
}

.sendLinkMailBlock { position: absolute;background-color: transparent;display: inline-block;left: 15px;right: 20px;text-align: right;top: 10px; }
.sendLinkMailBlock > i { color: #ff5a00; padding: 9px;background-color: rgba(255,255,255,0.6); border-radius: 50%;font-size: 13px; border: 1px solid #fff; } 
.sendLinkMailBlock > i:hover { padding: 9px;background-color: rgba(255,255,255,1); border-radius: 50%;font-size: 13px; cursor:pointer; border: 1px solid #ff5a00;} 

#sendpdflinkPanel {
	overflow: auto;
	overflow-x: hidden;
}

#productPage {
	color: var(--black);
}

#productPage .zoom-icon {
	color: var(--white);
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	width: 25px;
	height: 25px;
	filter: invert(0.5);
}

.ratio-17x9 {
  --bs-aspect-ratio: calc(9 / 17 * 100%);
}

#productPage .gallery-link {
	width: 100%;
	text-align: right;
	display: inline-block;
	color: var(--dark);
	position: relative;
	z-index: 1;
}
#productPage .mainProdImage {
	max-width: 100%;
}	
#productPage .imagesPanel {
	width:100%;
	display:flex;
	position:relative;
}	

#productPage .imagesPanel .active {
	border: 1px solid var(--gold2);
}
#productPage .imagesPanel .img-item {
	max-width: 150px;
}
#productPage .imagesPanel .img-item .prodImage {
	max-width: 100%;
}	

#productPage .imagesPanel .images-nav {
	position: absolute;top: 0;left: 0;right: 0;z-index: 3;width: 100%;height: 1px;
}	
#productPage .imagesPanel .images-prev {
	width: 30px;float: left;margin-top: 52px;margin-left: -35px;
}	
#productPage .imagesPanel .images-next {
	width: 30px;float: right;margin-top: 52px;margin-right: -35px;
}	

.lightbox-caption {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  color: #000!important;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}
.lightbox-caption > em { font-style: normal; }

.productName small {
 color: var(--dark);
 font-size: 14px;
 font-weight: normal;
}
.productName h2 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.productName p { 
	padding-top:15px; padding-bottom:15px; 
	color: var(--dark);
	font-size: 14px;
	font-weight: normal;
	margin:0;
	padding:0;
}
.productName a {
	text-decoration: none;
	color: var(--dark);
}


.productShortDesc { 
	padding-top:15px; padding-bottom:15px; 
	color: var(--dark);
	font-size: 14px;
	font-weight: normal;
	margin:0;
	padding:15px 0;
}

.productPrice .moneyOld {
 font-weight: 400;
 font-size: 19px;
 margin-right: 5px;
 color: #f40909;
 display: inline-block;
 text-decoration: line-through;
 font-style: italic;
}
.productPrice .money {
	font-weight: 400;
	font-size: 26px;
	margin-right: 15px;
	color: var(--dark);
	display: inline-block;
	padding: 5px 15px;
}

.productPrice > .moneyOld {
	width: 100%;
}

#productDesc { margin: 15px 0px; padding: 0px 0px; }
#productDesc h3 {
  padding: 1.5rem 0;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  border-top: 1px solid var(--lightgrey);
  margin: 0;
}
#productDesc img { float:right; }
#productDesc .pDesc {
	padding: 0;
	padding-bottom: 0px;
	padding-bottom: 15px;
	font-size: 14px;
}
#productDesc i { float:right; font-size:18px; }


#floatingPanel {
	display:none;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#floatingPanelWindow {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  border: 1px solid var(--gold1);
  border-top: 0px;
  margin: auto;
  min-height: 200px;
}
#floatingPanelWindowCloseBtn {
	
	background-color: var(--gold1);
	border-radius: 0;
	color: #000;
}
#floatingPanelHead {
	background-color: var(--gold1);
	color:var(--black);
	width: 100%;
	display: block;
	float: left;
	padding-left: 8px;
}
#floatingPanelContent {
 border-bottom: 0px solid var(--black);
}
#floatingPanelContent .video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

#floatingPanelContent .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

#floatingPanelContent .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagecontentpanel { position:relative; }
#pagecontentpanel #infoMsgPanel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
#pagecontentpanel #errMsgPanel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.wsProdControl {
 background-image: url(../files/imgs/xmas.png);
 background-position: center right;
 background-size: auto 100%;
 background-repeat: no-repeat;
} 

.special-list {
	display: flex;
	justify-content: center;
}

.products-single {}
.products-single .box-img-hover {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lightgrey);
}
.products-single .box-img-hover:hover { background-color: #ddd; border:1px solid var(--gold2); }
.products-single .type-lb {position: absolute;top: 0;left: 0;right: 0;}

.products-single .prodImgWrapper {}
.products-single .prodImgWrapper .prodImgWrapperInner {}
.products-single .prodImgWrapper .prodImgWrapperInner > img {}
.products-single .prodData { text-align: center; display:block; width:100%; }
.products-single .prodData .prodName {
  display: flex;
  width: 100%;
  line-height: 1rem;
  padding: 10px 0px;
  font-size: 16px;
  height: auto;
  overflow: hidden;
}
.products-single .prodData .prodName > a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
	width: 100%;
	white-space: nowrap;        
	overflow: hidden;           
	text-overflow: ellipsis;    
	display: inline-block;      
	max-width: 100%;
	padding: 0px 5px;  
}
.products-single .prodData .prodName > a > i {
	margin-right:5px;
}
.products-single .prodBtns  { justify-content: space-between; margin-top:10px; }
.products-single .prodBtns  a { text-decoration:none; }
.products-single .prodBtns  a:hover { text-decoration:none; }
.products-single .prodDesc  { overflow: hidden; height:2.2rem; margni-bottom: 5px;}
.products-single .pricePanel {
  display: block;
  text-align: center;
  font-size: 14px;
}
.products-single .pricePanel a { color: var(--lightgray); text-decoration:none; }
.products-single .pricePanel a:hover { color: var(--lightgray); text-decoration:none; }
.products-single .pricePanel .curr { font-size: 80%; }
.products-single .pricePanel > .moneyOld { display:inline-block; padding:0 5px; text-decoration: line-through; font-style: italic; }
.products-single .pricePanel > .money { display:inline-block;  padding:0 5px; }

.products-single:hover .mask-icon {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.products-single .mask-icon {
  background: rgba(255, 238, 185, 0.8);
  left: -100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
    transition-delay: 0.5s;
}
.mask-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.mask-text {
  top: 40%;
  left: 0;
  right: 0;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  color: var(--black);
}
.mask-text > h4{  }
.mask-text > p{ font-style:italic; }
.products-single .mask-icon ul { list-style-type: none; margin: 0;display: flex;justify-content: space-evenly;padding: 15px 5px; position: absolute; bottom:2rem; left:0; right:0;padding: 8px 0;}
.products-single .mask-icon ul li { text-align: center; padding: 5px 10px;  text-decoration:none;}
.products-single .mask-icon ul li a { color: var(--white); background-color: var(--black); padding:8px 15px; text-decoration:none; }
.products-single .mask-icon ul li a > i { font-size:12px; }
.products-single .mask-icon ul li a:hover { color: var(--gold1);  text-decoration:none; }

.animated-image {
    position: absolute;
    opacity: 0.5;
    transition: all 1s ease-in-out;
}

.alert-success {
  margin-bottom: 0;
}

option {
    font-family: Arial, sans-serif;
	font-size: 13px;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea {  background-color: var(--wgold); }
select.form-control {
  background-color: var(--wgold) !important;
  background-image: none !important; /* ha kell */
}
textarea.form-control {
  background-color: var(--wgold) !important;
  background-image: none !important; /* ha kell */
}

.custom-check .form-check-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.custom-check .form-check-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

.custom-check .form-check-label::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border: 2px solid #ccc;
  border-radius: 0px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

.custom-check .form-check-input:checked + .form-check-label::before {
  background-color: var(--gold1);
  border-color: var(--gold1);
}

.custom-check .form-check-label::after {
  content: '';
  position: absolute;
  left: 7px; top: 50%;
  width: 6px; height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.custom-check .form-check-input:checked + .form-check-label::after {
  opacity: 1;
}

input::-webkit-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}
input::-moz-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}
input:-ms-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}
textarea::-webkit-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}
textarea::-moz-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}
textarea:-ms-input-placeholder { 
  opacity: 0.5;
  font-style: italic;
  font-weight:300;
  font-size:70%;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-white {
  color: #333;
  background-color: #fff;
  border: 1px solid #000;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #fff;
  background-color: #000;
  border-color: #333;
}

.btn-gold {
  color: var(--dark);
  background-color: var(--gold1);
  border: 1px solid var(--gold2);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active {
  color: var(--white);
  background-color: var(--gold2);
  border-color: var(--gold3);
}

.btn-solid {
  color: var(--black);
  background-color: transparent;
  border: 0px solid transparent;
  margin: 0;
  padding: 0;
}

.btn-solid:hover,
.btn-solid:focus,
.btn-solid:active,
.btn-solid.active {
  color: var(--black);
  background-color: transparent;
  border: 0px solid transparent;
}

.btn-whitegold {
  color: var(--gold2);
  background-color: var(--white);
  border: 1px solid var(--gold2);
}

.btn-whitegold:hover,
.btn-whitegold:focus,
.btn-whitegold:active,
.btn-whitegold.active {
  color: var(--dark);
  background-color: var(--gold1);
  border-color: var(--gold2);
}

.cart-body {
  background: #fff;
  width: 350px;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 99999;
  height: 100%;

  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-body .close-btn {
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 1px solid var(--lightgrey);
}

.cart-body .close-btn button.close-cart {
  color: #444444;
  background: transparent;
  border: none;
  font-weight: 600;
  padding: 0;
}

.cart-body .close-btn button.close-cart img {
  max-width: 10px;
  margin-right: 8px;
  margin-top: -3px;
}

.cart-body .cart-box {
  padding: 0px 20px ;
}

.cart-body #bskPanelitemListLi {
}
.cart-body #cart-total-price {
	font-weight:400;
}

.cart-body .cart-bottom {
  padding: 20px 20px;
}

.cart-body #bskPanelitemListLi .cart-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.cart-body .cart-box .cart-heading h5 {
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}

.cart-body .cart-box .cart-content {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
  padding-right: 15px;
}

.cart-body .cart-box .cart-content .content-item {
  margin-bottom: 0px;
}

.cart-body .cart-box .cart-content .content-item .cart-item-name a {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  text-decoration: none;
  color: var(--dark);
  padding-right: 5px;
}

.cart-body .cart-box .cart-content .content-item .cart-item-name a > span {
  font-weight: 400;
}

.cart-body .cart-box .cart-content .content-item .cart-item-img a {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.cart-body .cart-box .cart-content .content-item .cart-item-img a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width:100%;
  max-height:60px!important;
}

.cart-body .cart-box .cart-content .content-item .cart-item-disc p a {
  font-size: 15px;
}

.cart-body .cart-box .cart-content .content-item .cart-item-disc p a:hover {
  color: #000;
  text-decoration: underline;
}

.cart-body .cart-box .cart-content .content-item .cart-item-disc span {
  font-size: 14px;
  color: #222222;
  font-weight: 300;
}

.cart-body .cart-box .cart-content .content-item .delete-btn a i {
  color: #969696;
  margin-top: 15px;
}

.cart-body .cart-box .cart-content .content-item .delete-btn a i:hover {
  color: #444444;
}

.cart-body .cart-btm p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart-body .cart-btm p span {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  margin-left: 10px;
}

.cart-body .cart-btm a {
  font-size: 16px;
  color: #fff;
  background: #000;
  display: block;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  border-radius: 5px;
}

.cart-body .cart-btm a:hover {
  text-decoration: underline;
}

.cart-body.open {
  right: 0;
}

.cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99990;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.cart-overlay.visible {
  visibility: visible;
  opacity: 1;
}

#carouselTeaserHL1 .owl-item {
	padding: 0 5px;
	box-sizing: border-box;
}
#carouselTeaserHL1 .owl-nav {
	position: absolute;
	top: 30%;
	left: -3%;
	right: -3%;
}
#carouselTeaserHL1 .owl-prev { 
	float:left; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); 
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL1 .owl-next { 
	float:right; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016' fill='%23000'%3e%3cg transform='scale(-1,1)%20translate(-16,0)'%3e%3cpath d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL1 .owl-prev > i { display:none; }
#carouselTeaserHL1 .owl-next > i { display:none; }
/*----*/
#carouselTeaserHL2 .owl-item {
	padding: 0 5px;
	box-sizing: border-box;
}
#carouselTeaserHL2 .owl-nav {
	position: absolute;
	top: 30%;
	left: -3%;
	right: -3%;
}
#carouselTeaserHL2 .owl-prev { 
	float:left; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); 
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL2 .owl-next { 
	float:right; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016' fill='%23000'%3e%3cg transform='scale(-1,1)%20translate(-16,0)'%3e%3cpath d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL2 .owl-prev > i { display:none; }
#carouselTeaserHL2 .owl-next > i { display:none; }
/*----*/
#carouselTeaserHL3 .owl-item {
	padding: 0 5px;
	box-sizing: border-box;
}
#carouselTeaserHL3 .owl-nav {
	position: absolute;
	top: 30%;
	left: -3%;
	right: -3%;
}
#carouselTeaserHL3 .owl-prev { 
	float:left; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); 
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL3 .owl-next { 
	float:right; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016' fill='%23000'%3e%3cg transform='scale(-1,1)%20translate(-16,0)'%3e%3cpath d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserHL3 .owl-prev > i { display:none; }
#carouselTeaserHL3 .owl-next > i { display:none; }
/*----*/
#carouselTeaserCC .owl-item {
	padding: 0 5px;
	box-sizing: border-box;
}
#carouselTeaserCC .owl-nav {
	position: absolute;
	top: 30%;
	left: -3%;
	right: -3%;
}
#carouselTeaserCC .owl-prev { 
	float:left; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); 
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserCC .owl-next { 
	float:right; 
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016' fill='%23000'%3e%3cg transform='scale(-1,1)%20translate(-16,0)'%3e%3cpath d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselTeaserCC .owl-prev > i { display:none; }
#carouselTeaserCC .owl-next > i { display:none; }
/*----*/

#infoMsgPanel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

#errorMsgPanel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}


#jquery-lightbox { top: 0!important; }

.productDataSheet { 
	padding-top: 2rem; 
	padding-left:2rem; 
	padding-right:2rem; 
}

#SimplePayForm {
	
}
#SimplePayForm > button {
	border: 1px solid #1aa5e2;
	background-color: #1aa5e2;
	color: #fff;
	padding: 8px 25px;
	font-size: 17px;
	border-radius: 3em;
}

.extraFeliratBlock {
  background-color: var(--gold1);
  padding: 15px;
}
.extraFeliratBlock b { font-size: 20px; }
.extraFeliratBlock a { text-decoration: none; }
.extraFeliratBlock .productExtraText {margin-top: 0;margin-bottom: 5px;font-weight: 300;}
.extraFeliratBlock .productExtra {background-color: #fff;}
.extraFeliratBlock .charCount { 
	background-color: var(--black);
	color: #fff;
	display: inline-block;
	width: 80px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.productDataSheet { 
		padding-top: 2rem; 
		padding-left:2rem; 
		padding-right:2rem; 
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.productDataSheet { 
		padding-top: 2rem; 
		padding-left: 2rem; 
		padding-right: 2rem; 
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	.productDataSheet {
		padding-top: 3rem;
		padding-left: 15px; 
		padding-right: 15px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.productDataSheet {
		padding-top: 3rem;
		padding-left: 3rem; 
		padding-right: 3rem;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	.productDataSheet {
		padding-top: 3rem;
		padding-left: 3rem; 
		padding-right: 3rem;
	}
}
