.productSinglePage .pageWrapper {
	padding: 25px 0px;
}
.productSinglePage .productLeft {
	width: 100%;
	float: left;
}
.productSinglePage .productLeft .productImageBlock {
	position: relative;
	width: 50%;
	height: 500px;
	float: left;
	overflow: hidden;
}
.productSinglePage .productLeft .productImageBlock .productImage {
	width: 85%;
	height: 100%;
	float: left;
	margin-right: 1%;
}
.productSinglePage .productLeft .productImageBlock .productImage .icon {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	width: auto;
	height: auto;
}
.productSinglePage .productLeft .productImageBlock .productImage .productImageWrapper {
	width: 100%;
	height: 85%;
	padding: 0% 5%;
	border: 1px solid #dadada;
	visibility: hidden;
	cursor: pointer;
}
.productSinglePage .productLeft .productImageBlock .productImage img {
	width: 100%;
	height: auto;
}
.productSinglePage .productLeft .productImageBlock .productImageList {
	width: 14%;
	float: left;
}
.productSinglePage .productLeft .productImageBlock .productImageList .upArrow {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	width: 14%;
	padding: 20px 0px 15px;
	text-align: center;
	cursor: pointer;
}
.productSinglePage .productLeft .productImageBlock .productImageList .upArrow img {
	vertical-align: top;
}
.productSinglePage .productLeft .productImageBlock .productImageList .downArrow {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	width: 14%;
	padding: 20px 0px 15px;
	text-align: center;
	cursor: pointer;
}
.productSinglePage .productLeft .productImageBlock .productImageList .downArrow img {
	vertical-align: top;
}
.productSinglePage .productLeft .productImageBlock .productImageList.long .downArrow {
	display: block;
}
.productSinglePage .productLeft .productImageBlock .productImageThumb {
	width: 100%;
	height: 100px;
	margin-bottom: 7px;
}
.productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper {
	height: 90%;
	/*border: 1px solid #dadada;*/
	padding: 5%;
	cursor: pointer;
}
.productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper {
	cursor: auto;
}
.productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper,
.productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper:hover {
	border: 1px solid #414141;
}
.productSinglePage .productLeft .productImageBlock .productImageThumb img {
	width: 100%;
	vertical-align: top;
}
.productSinglePage .productLeft .productInfo {
	width: 50%;
	float: left;
}
.productSinglePage .productLeft .productInfoWrapper {
	padding: 0px 40px;
	/*border-right: 1px solid #dadada;*/
}
.productSinglePage .productLeft .productTitle {
	font-size: 25px;
	line-height: 24px;
	/* text-transform: uppercase; */
	/* font-family: "Roboto Condensed", sans-serif; */
	font-weight: 500;
	margin-bottom: 15px;
}
.productSinglePage .productLeft .productSubtitle {
	font-size: 16px;
	line-height: 28px;
	/*text-transform: uppercase;*/
	/*font-family: "Roboto Condensed", sans-serif;*/
	/*margin-bottom: 15px;*/
}
.productSinglePage .productLeft .productText {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 20px;
}
.productSinglePage .productLeft .productComment label {
	color: #4d4d4d;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 5px;
	display: block;
	padding-left: 5px;
}
.productSinglePage .productLeft .productComment textarea {
	width: 96%;
	padding: 7px 2%;
	border: 1px solid #dadada;
}
.productSinglePage .productLeft .productPrice {
	margin-bottom: 20px;
	display: none;
}
.productSinglePage .productLeft .productPrice.active {
	display: block;
}
.productSinglePage .productLeft .productAmountSize {
	display: none;
}
.productSinglePage .productLeft .productAmountSize.active {
	display: block;
}

.productSinglePage .productLeft .currentPrice {
	font-size: 40px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	float: right;
	width: 100%;
}
.productSinglePage .productLeft .oldPrice {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #979797;
	margin-top: 10px;
}
.productSinglePage .productLeft .oldPrice span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
	text-decoration: line-through;
	margin-left: 5px;
}
.productSinglePage .productRight {
	width: 25%;
	float: right;
}
.productSinglePage .productRight .productStore {
	padding: 20px 10px;
}
.productSinglePage .productRight .productStore .deliveryRow img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.productSinglePage .productRight .productStore .deliveryRow span {
	display: inline-block;
	vertical-align: middle;
}
.productSinglePage .productRight .productStore .deliveryRow {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	margin-bottom: 20px;
}
.productSinglePage .productRight .productStore .label {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 20px;
}
.productSinglePage .productRight .productStore .storeBtn {
	font-size: 14px;
	background: #dadada;
	margin-bottom: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.productSinglePage .productRight .productStore .storeBtn a {
	display: block;
	padding: 15px 10px;
}
.productSinglePage .productRight .productStore .storeBtn:hover {
	background: #e6e6e6;
	text-decoration: underline;
}
.productSinglePage .productRight .productStore .storeImage {
	height: 140px;
}
.productSinglePage .productRight .productStore .storeImage img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.productSinglePage .productRight .productStore .storeTitle {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}
.productSinglePage .productRight .productStore .storeSubtitle {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.productSinglePage .productRight .productStore .storeInfo {
	margin-bottom: 20px;
}
.selectDiv {
	/*width: 85%;*/
	/*margin: 0 auto;*/
	margin-top: 0px;
    background: none;
    position: relative;
    margin-bottom: 10px;
	height: 40px;
	border: 1px solid #151515;
}
.sortingBlock .selectDiv {
	/*width: 85%;*/
}
.selectDivWrapper {
    font-size: 16px;
    cursor: pointer;
    padding: 0px 4px;
}
.selectDiv .arrowDown {
	position: absolute;
	background: none;
	pointer-events: none;
	top: 20px;
	right: 15px;
}
.selectDiv .arrowDown img {
	position: relative;
	vertical-align: top;
}

.selectDiv .selectDivWrapper {
	color: #4d4d4d;
	/* font-family: "Roboto Condensed", sans-serif; */
	font-size: 16px;
	/* text-transform: uppercase; */
	font-weight: 400;
	line-height: 35px;
}
.selectDiv .label {
	padding: 4px 0px 4px 0px;
	/* border-bottom: 1px solid #dadada; */
	/* display: none; */
	height: 45px;
}
.selectDiv .currentLabel {
	position: absolute;
	width: 85%;
	/*width: calc(100% - 100px);*/
	top: 5px;
	left: 20px;
	margin-left: 0px;
	text-align: left;
	margin-right: 35px;
	z-index: 0;
	pointer-events: none;
}

.selectDiv .currentLabel.changeable {
	width: 50px;
	left: 50%;
	margin-left: 0;
	margin-right: 0px;
	z-index: 1;
	left: 20px;
}
.selectDiv .currentLabel .amountInput {
	border: 0;
	margin-top: -4px;
	width: 50px;
	padding: 0;
	text-align: left;
}
.selectDiv .selectOptions {
	display: none;
	background: #ffffff;
	position: absolute;
	padding: 10px 20px;
	width: 92%;
	z-index: 2;
	left: -1px;
	border: 1px solid #151515;
	top: 45px;
}
.selectDiv .selectOptions .option {
	margin-bottom: 10px;
}
.selectDiv .selectOptions .option.active {
	text-decoration: underline;
}
.selectDiv.active {
	/*background: #f2f2f2;*/
}
.selectDiv.active .selectOptions {
	display: block;
}
.otherProducts .productList .productItem {
	width: 23.5%;
	margin-right: 1.5%;
}
.productImageMobile {
	display: none;
}
.selectDiv.active .arrowDown {
	top: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.deliveryRow i {
	margin-right: 10px;
}

.productSinglePage .addToBasketBtn {
	position: relative;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #522721;
	color: #fff;
	padding: 15px 30px 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	text-align: center;
}
.productSinglePage .addToBasketBtn .addedConfirm {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('elementsOutput/white.png') center center no-repeat #01b527;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.productSinglePage .addToBasketBtn .loader {
	display: none;
}
.productSinglePage .addToBasketBtn .loader img {
	width: 20px;
}
.productSinglePage .addToBasketBtn:hover {
	/*background: #522721;*/
}
.productSinglePage .addToBasketBtn span,
.productSinglePage .addToBasketBtn img {
	vertical-align: middle;
}
.productSinglePage .addToBasketBtn img {
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.productSinglePage .freeDelivery {
	margin-top: 20px;
}
.productSinglePage .freeDelivery .deliveryRow:nth-child(1){ display: none; }

.productSinglePage .freeDelivery .deliveryRow img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	height: 20px;
	position: relative;
	top: -2px;
}
.productSinglePage .freeDelivery .deliveryRow span {
	display: inline-block;
	vertical-align: middle;
}
.productSinglePage .freeDelivery .deliveryRow {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	color: #797979;
	/*font-style: italic;*/
}
.productSinglePage .otherProducts {
	margin-top:20px;
	padding: 15px 0px;
	/*border-top: 1px solid #cecece;*/
}
.productSinglePage .otherProductsTitle {
	margin-bottom: 25px;
	font-size: 20px;
	text-align: center;
	margin-top: 100px;
}
.productSinglePage .otherProductsTitle span {
	font-size: 30px;
	font-weight: 300;
	font-family: "Roboto";
	font-style: normal;
	margin-left: 10px;
	display: none;
}
section.bread-crumbs .back {
	color: #797979;
}
section.bread-crumbs {
	margin-top: 50px;
}
@media screen and (max-width: 1000px) {
	.productSinglePage .productLeft {
		width: 100%;
		float: none;
	}
	.productSinglePage .productRight {
		width: 100%;
		float: none;
	}
	.productSinglePage .productLeft .productInfoWrapper {
		border-right: 0;
		padding: 18px 0px 18px 20px;
	}
	.productSinglePage .productRight .productStore .storeImage {
		max-width: 60%;
		margin: 0 auto;
	}
}
.owl-carousel .item {
}
.productImageBlock {
	display: block;
}
.productImageBlockMobile {
	display: none;
}
@media screen and (max-width: 600px){
	.fancybox-nav span {
		visibility: visible !important;
	}
	.upperMenuWrapper {
		display: none;
	}
	.header .headerTop {
		text-align: center;
	}
	.productList .productItem:hover .buyBtn {
		display: none;
	}
	.productImageMobile {
		width: 100vw;
		overflow: hidden;
		position: relative;
		left: -6.5%;
		display: block;
	}
	.productImageBlock {
		display: none;
	}
	.productImageBlockMobile {
		display: block;
		width: 85%;
		margin-left: 7.5%;
		margin-top: 25px;
	}
	.productImageBlockMobile .item {
		max-height: 370px;
		overflow: hidden;
	}
	.owl-carousel .owl-stage-outer {
		 overflow: unset !important;
	}

	.productSinglePage {
		padding: 0 3%;
	}
	.otherProducts .productList .productItem {
		width: 49%;
		margin-right: 2%;
	}
	.otherProducts .productList .productItem:nth-child(2n) {
		margin-right: 0;
	}
	.otherProducts .productList .productItem.last {
		margin-right: 0px;
	}
	.productSinglePage .pageWrapper {
		padding: 0px;
	}
	.productSinglePage .productLeft {
		float: none;
		width: 100%;
	}
	.productSinglePage .productRight {
		float: none;
		width: 100%;
	}
	.productSinglePage .productLeft .productImageBlock {
		width: 100%;
		height: auto;
		float: none;
	}
	.productSinglePage .productLeft .productInfo {
		width: 100%;
		float: none;
	}
	.productSinglePage .productLeft .productImageBlock .productImage {
		width: 100%;
		height: 400px;
		float: none;
	}
	.productSinglePage .productLeft .productImageBlock .productImage .icon {
		bottom: 145px;
		left: 0;
	}
	.productSinglePage .productLeft .productImageBlock .productImageList {
		width: 10000%;
		float: none;
	}
	.productSinglePage .productLeft .productImageBlock .productImageList.long .downArrow {
		bottom: 37px;
		width: 55px;
		padding: 20px 0px;
	}
	.productSinglePage .productLeft .productImageBlock .productImageList .downArrow img {
		-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	    transform: rotate(-90deg);
	    margin-left: 7px;
	}
	.productSinglePage .productLeft .productImageBlock .productImageList.long .upArrow {
		top: auto;
		left: 0;
		right: auto;
		bottom: 37px;
		width: 55px;
		padding: 20px 0px;
	}
	.productSinglePage .productLeft .productImageBlock .productImageList .upArrow img {
		-ms-transform: rotate(-90deg); /* IE 9 */
	    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	    transform: rotate(-90deg);
	    margin-left: 7px;
	}
	.productSinglePage .productLeft .productImageBlock .productImage .productImageWrapper {
		border: 0;
	}
	.productSinglePage .productLeft .productInfoWrapper {
		border-right: 0;
		padding: 18px 0px;
	}
	.productSinglePage .productLeft .productImageBlock .productImageThumb {
		float: left;
		width: 32%;
		margin-right: 10px;
	}
	.productSinglePage .freeDelivery .deliveryRow {
		display: inline-block;
		vertical-align: middle;
		font-size: 11px;
		margin-right: 10px;
	}
	.productSinglePage .addRow {
	/*	position: fixed;
		bottom: 0;
		left: 0;
		width: 92%;
		padding: 0px 4% 10px;
		background: #fff;
		z-index: 10;
		-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.52);
		-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.52);
		box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.52);*/
	}
	.productSinglePage .productRight .productStore {
		padding: 20px 25px;
		text-align: center;
	}
	.productSinglePage .productRight .productStore .storeInfo {
		text-align: center;
	}
	.productSinglePage .productRight .productStore .storeImage {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 450px){
	.productSinglePage .productRight .productStore .storeImage {
		height: 85px;
	}

	.productSinglePage .freeDelivery .deliveryRow {
		font-size: 10px;
	}
	.productSinglePage .otherProductsTitle {
		/*font-size: 16px;*/
	}
	.productSinglePage .otherProductsTitle span {
		font-size: 18px;
	}
}
