.productSinglePage .pageWrapper {
	padding: 16px 25px 30px;
}
.productSinglePage .productLeft {
	width: 75%;
	float: left;
}
.productSinglePage .productLeft .productImageBlock {
	position: relative;
	width: 60%;
	height: 500px;
	float: left;
	overflow: hidden;
}
.productSinglePage .productLeft .productImageBlock .productImage {
	width: 81%;
	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: 90%;
	height: 80%;
	padding: 10% 5%;
	border: 1px solid #dadada;
	visibility: hidden;
	cursor: pointer;
}
.productSinglePage .productLeft .productImageBlock .productImage img {
	width: 100%;
	height: auto;
}
.productSinglePage .productLeft .productImageBlock .productImageList {
	width: 18%;
	float: left;
}
.productSinglePage .productLeft .productImageBlock .productImageList .upArrow {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	width: 18%;
	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: 18%;
	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: 120px;
	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: 40%;
	float: left;
}
.productSinglePage .productLeft .productInfoWrapper {
	padding: 18px 40px;
	border-right: 1px solid #dadada;
}
.productSinglePage .productLeft .productTitle {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}
.productSinglePage .productLeft .productSubtitle {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 15px;
}
.productSinglePage .productLeft .productText {
	font-size: 12px;
	line-height: 20px;
	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;
}
.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: 100%;
	margin: 0 auto;
	margin-top: 0px;
    background: none;
    position: relative;
    margin-bottom: 10px;
}
.selectDivWrapper {
    font-size: 16px;
    cursor: pointer;
    padding: 0px 4px;
}
.selectDiv .arrowDown {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
	pointer-events: none;
	top: 10px;
	right: 15px;
}
.selectDiv .arrowDown img {
	position: relative;
	vertical-align: top;
}

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

.selectDiv .currentLabel.changeable {
	width: 50px;
	left: 50%;
	margin-left: -25px;
	margin-right: 0px;
	z-index: 1;
	left: auto;
	right: 35px;
}
.selectDiv .currentLabel .amountInput {
	border: 0;
	margin-top: -4px;
	width: 50px;
	padding: 0;
	text-align: center;
	border: 1px solid #dadada;
}
.selectDiv .selectOptions {
	display: none;
	background: #f2f2f2;
	position: absolute;
	padding: 10px 5%;
	width: 90%;
	z-index: 2;
	left: 0;
}
.selectDiv .selectOptions .option {
	margin-bottom: 10px;
}
.selectDiv .selectOptions .option.active {
	text-decoration: underline;
}
.selectDiv.active {
	background: #f2f2f2;
}
.selectDiv.active .selectOptions {
	display: block;
}
.selectDiv.active .arrowDown {
	top: 4px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.productSinglePage .addToBasketBtn {
	position: relative;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #01b527;
	color: #fff;
	padding: 14px 30px 16px;
	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: #1a9205;
}
.productSinglePage .addToBasketBtn span,
.productSinglePage .addToBasketBtn img {
	vertical-align: middle;
}
.productSinglePage .addToBasketBtn img {
	margin-left: 10px;
	margin-top: 3px;
}
.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;
}
.productSinglePage .freeDelivery .deliveryRow span {
	display: inline-block;
	vertical-align: middle;
}
.productSinglePage .freeDelivery .deliveryRow {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-style: italic;
}
.productSinglePage .otherProducts {
	margin-top:20px;
	padding: 15px 0px;
	border-top: 1px solid #cecece;
}
.productSinglePage .otherProductsTitle {
	margin-bottom: 15px;
	font-size: 24px;
	font-family: "Merriweather", serif;
	font-weight: 900;
	font-style: italic;
}
.productSinglePage .otherProductsTitle span {
	font-size: 30px;
	font-weight: 300;
	font-family: "Roboto";
	font-style: normal;
	margin-left: 10px;
}
@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;
	}
}
@media screen and (max-width: 600px){
	.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;
	}
}
