.hidden {
	display: none;
}
.frontpage .pageWrapper {
	/*padding: 19px 0px;*/
}
.frontpage .topBlock .leftColumn {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.frontpage .topBlock {
	margin-bottom: 40px;
	margin-top: 40px;
}
.frontpage .topBlock .leftColumn .dealImage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .topBlock .leftColumn .dealImage img {
	width: 100%;
	vertical-align: top;
}
.frontpage .topBlock .leftColumn .dealImage .dealLink {
	position: absolute;
	color: #fff;
	font-size: 20px;
	/*font-family: "Roboto Condensed", sans-serif;*/
	text-transform: uppercase;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.frontpage .topBlock .leftColumn .dealImage .dealLink a {
	padding: 17px 0px 19px 0px;
	width: 270px;
	display: inline-block;
	border: 2px solid #fff;
}
.frontpage .topBlock .rightColumn {
	float: left;
	width: 49%;
}
.frontpage .highlightBlock {
	margin-bottom: 52px;
	border: 1px solid #979797;
}
.frontpage .highlightBlock .highlightColumn {
	float: left;
}
.frontpage .highlightBlock .firstColumn {
	background: #000;
	color: #fff;
	width: 25%;
}
.frontpage .highlightBlock .firstColumn .columnWrapper {
	position: relative;
	padding: 30px 10px 20px;
}
.frontpage .highlightBlock .firstColumn .arrowRight {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #000;
	z-index: 10;
}
.frontpage .highlightBlock .firstColumn .saleTitle {
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
}
.frontpage .highlightBlock .firstColumn .saleText {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	/*font-family: 'Merriweather',serif;*/
	font-style: italic;
}
.frontpage .highlightBlock .secondColumn {
	width: 75%;
	overflow: hidden;
	position: relative;
}
.frontpage .highlightBlock .highlightButton {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 9;
}
.frontpage .highlightBlock .highlightButton .active {
	display: none;
}
.frontpage .highlightBlock .highlightButton.left {
	left: 20px;
}
.frontpage .highlightBlock .highlightButton.right {
	right: 10px;
}
.frontpage .highlightBlock .highlightButton img {
	width: 40px;
	height: 40px;
}
.frontpage .highlightBlock .highlightButton:hover .inactive {
	display: none;
}
.frontpage .highlightBlock .highlightButton:hover .active {
	display: block;
}
.frontpage .highlightBlock .highlightProduct {
	float: left;
	width: 33.33%;
}
.frontpage .highlightBlock .highlightProduct .productWrapper {
	border-left: 1px solid #e6e6e6;
	padding: 20px 0px 20px;
}
.frontpage .highlightBlock .highlightProduct .productImage {
	width: 80%;
	margin: 0 auto;
	height: 150px;
	margin-bottom: 15px;
}
.frontpage .highlightBlock .highlightProduct .productImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.frontpage .highlightBlock .highlightProduct .productTitle {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	margin-bottom: 10px;
}
.frontpage .highlightBlock  .productPriceRow .priceWrapper {
	position: relative;
	font-size: 18px;
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-weight: 700;
	text-align: center;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .oldPrice {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
	text-decoration: line-through;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .currentPrice {
	display: inline-block;
	vertical-align: middle;
	color: #262626
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	/*font-family: "Roboto Condensed", sans-serif;*/
	color: #000;
	background: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 3px 20px 4px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left: 10px;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn img {
	vertical-align: middle;
}
.frontpage .highlightBlock .productPriceRow .priceWrapper .buyBtn .hover {
	display: none;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn {
	color: #fff;
	background: #6c9f3a;
	border: 1px solid #6c9f3a;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn .nothover {
	display: none;
}
.frontpage .highlightBlock .highlightProduct:hover .buyBtn .hover {
	display: inline-block;
}
.frontpage .relatedBlock {
	margin-bottom: 52px;
}
.frontpage .relatedBlock .relatedProduct {
	float: left;
	width: 48%;
	margin-right: 4%;
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-size: 16px;
	line-height: 21px;
}
.frontpage .relatedBlock .relatedProduct .relatedProductWrapper {
	padding: 30px 20px;
	border: 1px solid #d0d0d0;
}
.frontpage .relatedBlock .relatedProduct.last {
	margin-right: 0;
}
.frontpage .relatedBlock .relatedProduct .relatedProductImage {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	height: 250px;
}
.frontpage .relatedBlock .relatedProduct .relatedProductImage img {
	width: 100%;
	vertical-align: top;
}
.frontpage .relatedBlock .relatedProduct .productInfo {
	float: left;
	width: 50%;
	text-align: center;
}
.frontpage .relatedBlock .relatedProduct .productTitle {
	font-weight: 700;
}
.frontpage .relatedBlock .relatedProduct .productSubtitle {

}
.frontpage .relatedBlock .relatedProduct .productPriceRow {
	margin-top: 20px;
	margin-bottom: 30px;
}

.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper {
	position: relative;
	font-size: 18px;
	/*font-family: "Roboto Condensed", sans-serif;*/
	font-weight: 700;
	text-align: center;
}
.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper .oldPrice {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
	text-decoration: line-through;
}
.frontpage .relatedBlock .relatedProduct .productPriceRow .priceWrapper .currentPrice {
	display: inline-block;
	vertical-align: middle;
	color: #262626
}
.frontpage .relatedBlock .relatedProduct .buyBtn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #414141;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
}
.frontpage .relatedBlock .relatedProduct .buyBtn:hover {
	color: #fff;
	background: #6c9f3a;
	border: 1px solid #6c9f3a;
}

.frontpage .categoryBlock {
	margin-bottom: 58px;
}
.frontpage .categoryBlock .categoryNew {
	position: relative;
	float: left;
	width: 23.5%;
	height: 300px;
	margin-bottom: 43px;
	margin-right: 2%;
}
.cat-overlay {
	position: absolute;
	background: #151515 ;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.frontpage .categoryBlock .categoryNew:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.frontpage .categoryBlock .categoryNew.last {
	margin-right: 0;
}
.frontpage .categoryBlock .categoryNew .categoryNewImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .categoryBlock .categoryNew .categoryNewImage img {
	width: 120%;
	height: auto;
	vertical-align: top;
	margin-left: -10%;
}
.frontpage .categoryBlock .categoryNew .categoryText {
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}
.frontpage .categoryBlock .categoryNew .categoryText .categoryTextDown {
	margin-top: 6px;
	/*font-weight: 700;*/
}
.frontpage .longBlock {
	width: 100%;
	position: relative;
	height: 310px;
	margin-bottom: 30px;
}
.frontpage .longBlock.shopBlock {
	border: 1px solid #3b3b3b;
}
.frontpage .longBlock .longImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.frontpage .longBlock .deliveryText {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	text-align: center;
	font-size: 54px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
}
.frontpage .longBlock .shopText {
	width: 80%;
	position: absolute;
	top: 90px;
	left: 50px;
	text-align: left;
	font-size: 54px;
	line-height: 65px;
	font-weight: 700;
	color: #414141;
}
.frontpage .instagramBlock {
	background: #fafafa;
	padding: 30px 0px;
}
.frontpage .instagramBlock .instagramTitleRow {
	text-align: center;
}
.frontpage .instagramBlock .instagramTitle {
	font-size: 30px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	/*font-family: "Merriweather", serif;*/
	font-style: italic;
	font-weight: 700;
	padding: 0px 40px 0px 25px;
}
.frontpage .instagramBlock .followUs {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background: #414141;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.frontpage .instagramBlock .tag {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #979797;
	font-weight: 700;
}
.frontpage .instagramBlock .instagramImageList {
	margin-top: 35px;
}
.frontpage .instagramBlock .instagramImageBlock {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.frontpage .instagramBlock .instagramImageBlock.last {
	margin-right: 0;
}
.frontpage .instagramBlock .instagramImageBlock .instagramImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.newBlockTitle {
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.bestSellerTitle {
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.newProduct {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
}
.bestSellerProduct {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
}
.oldPrice {
	text-decoration: line-through;
}
.newProduct:nth-child(3n) {
	margin-right: 0;
}
.bestSellerProduct:nth-child(3n) {
	margin-right: 0;
}
.productTitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-top: 15px;
}
.productPriceRow {
	margin-top: 20px;
	font-size: 16px;
	line-height: 19px;
}
.productImage {
	text-align: center;
}
.newProduct .buyBtn {
	display: none;
}
.bestSellerProduct .buyBtn {
	display: none;
}
.productBrand {
	color: #797979;
	margin-top: 5px;
	font-size: 16px;
	line-height: 19px;
}
.imageBlockImage img {
	width: 100%;
}
.imageBlock.half-width {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.imageBlock. {
	width: 100%;
	float: left;
}
.imageBlock.half-width.last {
	margin-right: 0;
}
.imageBlockImage img {
	position: absolute;
}
.imageBlockImage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	height: 560px;
}
.imageBlock {
	position: relative;
	height: 660px;
	text-align: center;
	margin-top: 50px;
}
.imageBlockTitle {
	padding-top: 575px;
	font-size: 25px;
	line-height: 38px;
	font-weight: bold;
}
.imageBlockText {
	font-size: 18px;
	line-height: 26px;
}
.imageBlockLink {
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
	text-decoration: underline;
}




.imageSlider{
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	/*visibility: hidden;*/
}
.imageSlider .sliderContent {
	position: relative;
	height: 100%;
	width: 10000%;
}
.imageSlider .sliderItem {
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.imageSlider .sliderImage {
	width: 100%;
	height: 100%;
}
.imageSlider .sliderImage img {
	/*width: 100%;*/
	/*vertical-align: top;*/
	/*position: relative;*/
	/*top: 0 !important;*/
	/*left: 0 !important;*/
	/*height: auto !important;*/
	/*width: auto !important;*/
	position: absolute;
}
/*.imageSlider .sliderImage img {*/
/*	width: 100%;*/
/*	vertical-align: top;*/
/*	position: relative;*/
/*	top: 0 !important;*/
/*	height: 100% !important;*/
/*	width: auto !important;*/
/*}*/
.imageSlider .sliderText {
	position: absolute;
	width: 45%;
	top: 40px;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	z-index: 10;
	/* text-align: center; */
	left: 10%;
	line-height: 28px;
	z-index: 101;
}
.imageSlider .sliderSubTitle {
	position: absolute;
	width: 45%;
	left: 10%;
	top: 140px;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	z-index: 10;
	z-index: 101;
}
.imageSlider .sliderTitle {
	position: absolute;
	width: 45%;
	left: 10%;
	top: 180px;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	z-index: 10;
	z-index: 101;
}
.imageSlider .right .sliderText {
	text-align: right;
	z-index: 101;
}
.imageSlider .center .sliderText {
	text-align: center;
	z-index: 101;
}
.imageSlider .bottom .sliderText {
	top: auto;
	bottom: 80px;
}
.imageSlider .sliderControl {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
	background: url("elementsOutput/arrows.png") no-repeat;
	display: none;
}
.imageSlider .sliderLeft {
	background-position: 0px 0px;
	left: 10px;
}
.imageSlider .sliderRight {
	background-position: -30px 0px;
	right: 10px;
}
.imageSlider .sliderPager {
	display: none;
	position: absolute;
	text-align: center;
	bottom: 20px;
}
.imageSlider .sliderPage {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background:  url("elementsOutput/sliderInactive.png") no-repeat center;
	margin-left: 3px;
	cursor: pointer;
}
.imageSlider .sliderPage.active {
	width: 17px;
	height: 17px;
	background:  url("elementsOutput/sliderActive.png") no-repeat center center;
}
.imageSlider .downArrow {
	position: absolute;
	bottom: 17px;
	left: 50%;
	margin-left: -21px;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.imageSlider .sliderLink {
	position: absolute;
	color: #522721;
	font-size: 20px;
	/* font-family: "Roboto Condensed", sans-serif; */
	width: 45%;
	left: 10%;
	bottom: 175px;
	text-align: center;
	z-index: 101;
	width: 200px;
	height: 45px;
	background: #fff;
	line-height: 45px;
	border-radius: 33px;
	z-index: 101;
}
.imageSlider .sliderLink.differentBtn {
	color: #000;
}
.imageSlider .sliderLink.differentBtn a {
	border: 2px solid #000;
}
.imageSlider .sliderItem .sliderLink.differentBtn:hover a {
	color: #fff;
	background: #000;
}
.imageSlider .sliderLink a {
	display: inline-block;
}
.imageSlider .sliderItem .sliderLink:hover a {
	/*background: #fff;*/
	/*color: #000;*/
}
.imageSlider .dots {
	position: absolute;
	right: 50%;
	bottom: 3rem;
	z-index: 99;
	transform: translateX(50%);
}

.imageSlider .dots .dot {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin-left: 0.7rem;
	cursor: pointer;
	margin-right: 0.7rem;
}

.imageSlider .dots .akt {
	/*background: #AF4839;*/
}

.slider-overlay{
	z-index: 100 !important;
	pointer-events: none;
}


.productImage img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.IRoverflowHidden img {
	vertical-align: top;
}
.IRrelativeClass {
	position: relative;
}

.productImage {
	position: relative;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	text-align: left;
}

.IRoverflowHidden {
	overflow: hidden;
}

.productImageWrapper {
	position: relative;
}

@media screen and (max-width: 1600px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1400px){
	.imageSlider {
		height: 400px;
	}
}
@media screen and (max-width: 1200px){
	.imageSlider {
		height: 350px;
	}
	.imageSlider .sliderText {
		font-size: 45px;
	}
}

@media screen and (max-width: 1200px){
	.imageSlider .sliderText {
		font-size: 45px;
	}
}
@media screen and (max-width: 1000px){
	.frontpage .longBlock .deliveryText {
		font-size: 35px;
		line-height: 45px;
	}
	.frontpage .longBlock .shopText {
		font-size: 35px;
		line-height: 45px;
	}
	.frontpage .topBlock {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.imageSlider .sliderText {
		width: 80%;
		top: 50% !important;
		transform: translateY(-50%);
		font-weight: 300;
		font-size: 18px;
		left: 10%;
		line-height: 24px;
	}
	.frontpage .insideContainer {
		width: 100%;
		overflow: hidden;
	}
	.imageSlider {
		height: 450px !important;
	}
	.imageSlider .sliderSubTitle {
		top: 40px;
		font-size: 18px;
		line-height: 28px;
		width: 100%;
	}
	.imageSlider .sliderTitle {
		top:60px;
		font-size: 40px;
		line-height: 60px;
		width: 100%;
	}
	.imageSlider .sliderTitle .insideContainer {
		padding: 0 !important;
	}
	.imageSlider .sliderText .insideContainer {
		padding: 0 !important;
	}
	.imageSlider .sliderLink {
		bottom: 70px;
		width: 165px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.imageSlider .dots {
		bottom: 25px;
	}
	.newColumnWrapper {
		/*margin: 0 3%;*/
	}
}
@media screen and (max-width: 770px) {
	.imageSlider .sliderImage img {
		/*top: 0 !important;*/
		/*!*height: 100% !important;*!*/
		/*!*width: auto !important;*!*/
		/*left: 50% !important;*/
		/*transform: translateX(-50%)*/
	}
	.frontpage .pageWrapper {
		padding: 0px;
	}
	.imagesBlocks {
		/*padding: 0 3%;*/
	}
	.newProduct:nth-child(3n) {
		margin-right: 3%;
	}
	.newProduct {
		width: 48%;
		float: left;
		margin-right: 3%;
		margin-bottom: 50px;
	}
	.productImage img {
		max-width: 100%;
	}
	.newProduct:nth-child(2n) {
		margin-right: 0;
	}
	.frontpage .topBlock {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.frontpage .topBlock .leftColumn {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.frontpage .topBlock .rightColumn {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.frontpage .highlightBlock {
		margin-bottom: 20px;
		border: 0;
	}
	.frontpage .highlightBlock .firstColumn {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .firstColumn .arrowRight {
		bottom: 0px;
		top: auto;
		right: auto;
		left: 50%;
		margin-left: -5px;
		margin-top: 0;
	}
	.frontpage .highlightBlock .secondColumn {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .highlightProduct {
		float: none;
		width: 100%;
	}
	.frontpage .highlightBlock .highlightButton {
		display: none;
	}
	.frontpage .categoryBlock {
		margin-bottom: 20px;
	}
	.frontpage .categoryBlock .categoryNew {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 75px;
	}
	.frontpage .relatedBlock {
		margin-bottom: 20px;
	}
	.frontpage .relatedBlock .relatedProduct {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.frontpage .longBlock {
		margin-bottom: 10px;
	}
	.frontpage .longBlock .shopText {
		font-size: 30px;
		line-height: 45px;
	}
	.frontpage .longBlock .deliveryText {
		font-size: 30px;
		line-height: 45px;
	}
	.frontpage .longBlock.shopBlock {
		border: 0;
	}
	.frontpage .instagramBlock .instagramImageBlock {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.frontpage .categoryBlock .categoryNew .categoryText {
		text-underline-offset: 15px;
		text-decoration-thickness: 1px;
	}
	.productImage {
		min-height: 241px;
	}
}
@media screen and (max-width: 450px){
	.frontpage .instagramBlock {
		padding-top: 0;
	}
	.frontpage .instagramBlock .instagramTitle {
		display: block;
		margin-bottom: 20px;
	}
	.frontpage .longBlock {
		height: 220px;
	}
	.frontpage .longBlock .shopText {
		font-size: 20px;
		line-height: 35px;
	}
	.frontpage .longBlock .deliveryText {
		font-size: 20px;
		line-height: 35px;
	}
}

