#prod-img {
	width: 500px;
	height: 500px;
	height: 460px;
	position: relative;
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	border-radius: 20px;
	float: left;
	}

#prod-img img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.5));
	display: block; 
	margin: -40px auto;
	}

#prod-details {
	width: 700px;
	float: right;
	}

#prod-details h1 {
	font-size: 90px;
	letter-spacing: -5px;
	margin-bottom: 30px;
	}

#options-block {
	width: 200px;
	position: relative;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	margin-top: 40px;

	transition: border .4s ease, border-radius .4s ease;
	}

#options-block.act {
	border: 1px solid #806053;
	border-radius: 16px;
	}

#curr-option {
	font-size: 16px;
	font-weight: 600;
	color: #806053;
	text-align: center;
	margin-left: -20px;
	padding: 15px 0;
	}

#options-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/dropdown-arrow.svg);
	margin-top: -15px;
	top: 50%; right: 10px;

	transition: transform .4s ease;
	}

#options-block.act #options-arrow {
	transform: rotate(180deg);
	}

#options {
	width: 180px;
	position: absolute;
	background: #806053;
	border-radius: 12px;
	opacity: 0;
	display: none;
	z-index: 3;
	margin-top: 20px;

	transition: opacity .4s ease, margin-top .4s ease;
	}

#options.visible {
	display: block;
	}

#options.show {
	opacity: 1;
	margin-top: 8px;
	}

.option {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	padding: 14px 20px;

	transition: background .2s ease;
	}

.option:first-child {
	border-radius: 12px 12px 0 0;
	}

.option:last-child {
	border-radius: 0 0 12px 12px;
	}

.option:nth-child(even) {
	background: #97786b;
	}

.option:nth-child(odd):hover {
	background: #6c5146;
	}

.option:nth-child(even):hover {
	background: #6c5146;
	}

.option.selected {
	font-weight: 600;
	}

#price {
	margin-top: 40px;
	}

#price p {
	position: relative;
	font-size: 52px;
	font-weight: 700;
	color: #806053;
	letter-spacing: -3.4px;
	display: table;
	}

#price p.cross {
	font-size: 38px;
	letter-spacing: -2px;
	}

#price p.cross:after {
	width: 110%;
	height: 4px;
	position: absolute;
	background: red;
	content: "";
	opacity: 0.9;
	top: 50%; left: -5%;
	margin-top: -2px;

	transform: rotate(-3deg);
	}

#price p.discount-price {
	font-size: 48px;
	color: #00b83b;
	}

.btw {
	font-size: 20px;
	color: #806053;
	}

#add {
	background: #c78b79;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	border-radius: 12px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	display: table;
	cursor: pointer;
	padding: 16px 20px;
	margin-top: 30px;

	transition: background .4s ease, box-shadow .4s ease, transform .2s ease;
	}

#add.grow {
	transform: scale(1.03);
	}

#add:hover {
	background: #9d6a5a;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	}

#add-icon {
	width: 30px;
	height: 30px;
	background: url(../img/basket-white.svg);
	float: left;
	margin-right: 24px;
	}

#add-icon:after {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	float: right;
	content: "";
	margin-right: -12px;
	}

#add span {
	float: left;
	margin-top: 3px;
	}

#pt {
	width: 70px;
	height: 70px;
	position: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	opacity: 0;
	z-index: 999;
	top: 0; left: 0;

	transform: scale(0);
	}

#pt.visible {
	display: block;
	transition: all .4s ease;
	}

#pt.popup {
	opacity: 1;
	transform: scale(1.6) rotate(-2deg);
	}

#pt.popup-two {
	transform: scale(1) rotate(10deg);
	}

#pt.move {
	margin-top: 0;
	transform: scale(1.2);

	transition: all 0.8s ease;
	}

#pt.shrink {
	opacity: 0.4;
	transform: scale(0);
	}

#product-info {
	width: 100%;
	position: relative;
	z-index: 2;
	display: table;
	padding-bottom: 200px;
	}

#product-info h2 {
	width: 400px;
	font-size: 84px;
	letter-spacing: -4px;
	margin-bottom: 100px;
	}

.pir {
	width: 700px;
	float: right;
	margin-top: -140px;
	}

#product-info .photo {
	background-color: #aaa;
	}

.photo.big {
	width: 700px;
	}

.photo.small {
	width: 400px;
	}

#product-info p {
	font-size: 18px;
	line-height: 160%;
	color: #4d372e;
	margin-top: 60px;
	}

.block.top {
	height: 800px;
	padding: 0;
	margin-top: -600px;
	}

.usps {
	padding-top: 500px;
	}

.usp {
	width: 30%;
	background: #f2edea;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
	display: inline-block;
	float: left;
	padding: 26px 30px;
	margin-top: 40px;
	margin-right: 5%;
	}

.usp:first-child {
	margin-top: 80px;
	}

.usp:last-child {
	float: right;
	margin-top: 0;
	margin-right: 0;
	}

.usp .icon {
	width: 50px;
	height: 50px;
	background: #eed1c9 url(../img/cl-icon-dark.svg);
	border-radius: 99px;
	float: left;
	margin-right: 20px;
	}

.usp p {
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	padding-top: 13px;
	}

.split {
	width: 100%;
	display: flex;
	}

.st, .si {
	width: 50%;
	position: relative;
	float: left;
	}

.si {
	background-color: #eee;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	}

.si img {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	}

.si:after {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(-90deg, rgba(248, 244, 242, 1) 5%, rgba(248, 244, 242, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	content: "";
	z-index: 2;
	top: 0; left: 0;
	}

.st {
	float: right;
	}

.st.left {
	float: left;
	}

.si.right {
	position: relative;
	float: right;
	}

.si.right:after {
	background: linear-gradient(90deg, rgba(248, 244, 242, 1) 5%, rgba(248, 244, 242, 0.7) 50%, rgba(248, 244, 242, 0) 100%);
	}

.st-holder {
	width: 80%;
	position: relative;
	box-sizing: border-box;
	padding: 200px 80px 240px 80px;
	margin: 0 auto;
	}

.st.left .st-holder {
	margin-right: 0;
	}

.st.right .st-holder {
	margin-left: 0;
	}

.st h2 {
	width: 90%;
	font-size: 70px;
	letter-spacing: -3px;
	margin-bottom: 40px;
	}

.st p {
	font-size: 18px;
	line-height: 180%;
	}

.st .cl {
	margin-top: 40px;
	}

.faq {
	padding-top: 150px !important;
	}

#faq {
	width: 700px;
	position: relative;
	margin: 60px auto 0 auto;
	}

.question {
	width: 100%;
	position: relative;
	background: #ded5d0;
	border-radius: 10px;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.01);
	box-sizing: border-box;
	cursor: pointer;
	padding: 26px;
	margin-bottom: 34px;
	}

.question p {
	width: 87%;
	font-size: 18px;
	letter-spacing: -0.4px;
	line-height: 160%;
	color: #4a403c;
	}

.question .arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../img/arrow.svg);
	margin-top: -30px;
	top: 50%; right: 20px;

	transition: transform .3s ease;
	}

.question.open .arrow {
	transform: rotate(-180deg);
	}

p.answer {
	width: 100%;
	height: 0;
	font-size: 17px;
	line-height: 160%;
	box-sizing: border-box;
	opacity: 0;
	padding: 0 26px;
	margin: 0;

	transition: opacity .3s ease, margin .3s ease;
	}

p.answer.show {
	height: 100%;
	opacity: 1;
	margin: 40px 0;
	}