/*
 * Steps
 */
.shutters-calculator__tip{
	background-color: #E5E5E5;
	padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 250px;
}
.yip-calculator__steps {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 89px;
	padding-bottom: 43px; 
}

.yip-calculator__step {
	margin: 0 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 425px){
	.yip-calculator__step {
		margin: 0 25px !important;
	}
	#container_step1 {
		flex-direction: column !important;
	}
	.input_text-box{
		padding:30px 0 0 0px !important;
	}
	#rn_error_msg, #cw_error_msg, #cd_error_msg{
    padding: 10px !important;
		margin-bottom: 0 !important;
	}
	#num_windoors_step1{
    flex-direction: column !important;
	}
	.select-box{
		padding-left:0 !important;
	}
	#plantation_shutters_step1{
		padding: 15px !important;
	}
	.shutters-calculator__tip{
		padding: 0 !important;
	}
	.select-box__dropdown{
		min-width: 100% !important;
	}
	.yip-calculator__nav a{
		margin-left: 3px;
    margin-right: 3px;
	}
	.select-box.-open .select-box__options{
		z-index: 3 !important;
	}
	#plantation_shutters_step1_receipt{
		padding:20px !important;
		margin-bottom: 40px;
	}
	.yip_calculator_fields{
		flex-direction: column;
	}
	.yip-calculator__room_receipt{
		flex-direction: column;
    padding: 20px !important;
	}
	.yip-calculator__receipt{
		margin-top: 50px !important;
	}
	.shutters_icon_btns{
		padding-top: 50px !important;
	}
	.upload-btn, .copy_from_previous{
    margin-top: 20px !important;
	}
	.yip_calculator_title{
    text-align: center !important;
    padding-top: 30px !important;
    padding-left: 0px !important;
    margin-bottom: 30px !important;
	}
	.shutters_fields_1, .shutters_fields_2{
		padding: 0 !important;
	}
	.input_text-box2{
		padding: 0 !important;	
	}
	.yip-calculator__receipt::after{
		top: 285% !important;
	}
	.yip-calculator__tip_step2{
		margin-bottom: 150% !important;
	}
	.yip-calculator__content[data-step="4"] .yip-calculator__options{
		padding-right: 0 !important;
	}
	.yip-calculator__columns{
		flex-direction: column !important;
	}
	.yip-calculator__columns > div{
    padding: 10px;
	}
	.yip-calculator__content[data-step="4"]{
		padding: 10px !important;
	}
	.yip-calculator__content[data-step="4"] .yip-calculator__option h4{
		margin-bottom: 0 !important;
	}
	.form_close{
    right: -15px !important;
	}
	.yip-calculator__content[data-step="4"] .yip-calculator__tip{
		padding: 150px 0 !important;
	}
}


.yip-calculator__step:first-child {
	margin-left: 0;
}

.yip-calculator__step:last-child {
	margin-right: 0;
}

.yip-calculator__step label {
	width: 114px;
	font-size: 20px;
	color: #919191;
	letter-spacing: -0.8px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: calc(100% + 13px);
	left: 50%;
	transform: translateX(-50%);
}

.yip-calculator__step span {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	font-family: var(--roboto);
	font-weight: 500;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	background-color: #CBCBCB;
}

.yip-calculator__step.-current span {
	background-color: var(--apple);
}

.yip-calculator__step:not(:first-child) span::before,
.yip-calculator__step:not(:last-child) span::after  {
	content: '';
	width: 69px;
	height: 10px;
	background-color: #CBCBCB;
	position: absolute;
	top: calc(50% - 5px);
	z-index: -1;
}

.yip-calculator__step:not(:first-child) span::before {
	right: calc(100% - 1px);
}

.yip-calculator__step:not(:last-child) span::after {
	left: calc(100% - 1px);
}

.yip-calculator__step.-current span::before, 
.yip-calculator__step.-past span::after {
	background-color: #E65A41;
}

/*
 * Calculator
 */
.yip-calculator__container {
	width: 100%;
	max-width: 1150px;
	border: 1px solid #EDEDED;
	background-color: #FAFAFA;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.yip-calculator__container:not([data-current="1"]) {
	padding-bottom: 0;
}

.yip-calculator__container[data-current="2"] {
	background-color: #e5e5e5;
}

.yip-calculator__container h4 {
	text-align: center;
}

.yip-calculator__container h4:last-child {
	font-weight: 400;
	max-width: 617px;
	margin: 0 auto;
}

.yip-calculator__content[data-step="1"] {
	opacity: 0;
	z-index: -1;
	/* position: relative; */
	/* padding: 35px 33px 70px; */
	position: absolute;
}
.yip-calculator__content[data-step="2"] {
	/*display: flex;
	align-items: flex-start;
	justify-content: space-around; */
	background-color: #FAFAFA;
	width: 100%;
	/* max-width: 781px; */
	padding-top: 30px;
	/*padding-top: 30px 70px 112px 70px;*/
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
	 opacity: 0;
	z-index: -1; */
	transform: translateX(100%);
	transition: all .5s ease;
    /*flex-wrap: wrap; */
}
.yip-calculator__room_receipt{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	padding:30px;
}
.yip-calculator__tip_step2{
	display: flex; 
    align-items: center;
    align-content: center;
    flex-direction: row;
    background-color: #E5E5E5;
    padding:20px 10%;
}
.yip-calculator__tip_step2 h2{
	margin:20px; 
}
.yip-calculator__tip_step2 p{
	padding: 2% 3%;
	font-family: var(--roboto);
	letter-spacing: -0.68px;
	font-size: 18px;
}
.yip-calculator__content[data-step="3"], .yip-calculator__content[data-step="4"]{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	background-color: #FAFAFA;
	width: 100%;
	/* max-width: 781px; */
	padding: 30px 70px 112px 70px;
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
	/* opacity: 0;
	z-index: -1; */
	transform: translateX(100%);
	transition: all .5s ease;
    /*flex-wrap: wrap; */
}

.yip-calculator__content.-current[data-step="1"] {
	opacity: 1;
	z-index: 2;
	position: relative;
}

.yip-calculator__content.-current:not([data-step="1"]) {
	transform: none;
	opacity: 1;
	z-index: 2;
	position: initial;
}

.yip-calculator__content[data-step="3"] {
	padding-left: 0;
	max-width: 838px;
}

.yip-calculator__content[data-step="3"] .yip-calculator__options {
	max-width: 543px;
}

.yip-calculator__products {
	/* display: flex;
	flex-wrap: wrap; */
	max-width: 600px;
	justify-content: space-between;
	margin: 55px auto 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 108px;
	grid-row-gap: 55px;
}

.yip-calculator__product {
	text-align: center;
	width: 129px;
}

.yip-calculator__product.-added {
	opacity: 0.4;
}

.yip-calculator__product.-added {
	cursor: default !important;
}

.yip-calculator__product:hover {
	cursor: pointer;
}

.yip-calculator__product-icon {
	border-style: solid;
	border-width: 1px;
	border-radius: 13px;
	width: 129px;
	height: 129px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}

.yip-calculator__product:nth-child(3n+1) .yip-calculator__product-icon {
	border-color: var(--sunset);
}

.yip-calculator__product:nth-child(3n+2) .yip-calculator__product-icon {
	border-color: var(--periwinkle);
}

.yip-calculator__product:nth-child(3n+3) .yip-calculator__product-icon {
	border-color: var(--moss);
}

.yip-calculator__product p {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	letter-spacing: -0.88px;
}

/*
 * Receipt
 */
.yip-calculator__receipt {
	position: relative;
	min-height: 42px;
	width: 211px;
	flex: 0 0 211px;
	z-index: 2;
}

.yip-calculator__receipt::before {
	content: '';
	height: 10px;
	background-image: url('../../images/Receipt_top.svg');
	background-position: top center;
	background-size: 100% auto;
	position: absolute;
	left: -3px;
	right: -3px;
	top: 0;
}
.yip-calculator__receipt-1::before {
    content: '';
    height: 10px;
    background-image: url(../../images/Receipt_top.svg);
    background-position: top center;
    background-size: 100% auto;
    position: absolute;
    left: -3px;
    right: -3px;
    top: -6px;
}
.yip-calculator__receipt::after {
	content: '';
	height: 34px;
	background-image: url('../../images/Receipt_bottom.svg');
	background-position: top center;
	background-size: 100% auto;
	position: absolute;
	left: -1.5px;
	right: -1.5px;
	top: 100%;
}

.yip-calculator__content[data-step="1"] .yip-calculator__receipt::after {
	top: initial;
    bottom: -20px;
    right: -2px;
    left: -2px;
}

.yip-calculator__label {
	padding: 25px;
	/* border-bottom: 1px solid var(--light); */
	margin-top: 5px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 0px 1px #c3ccce;
}

.yip-calculator__label h6 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.yip-calculator__items {
	background-color: #fff;
	box-shadow: 0px 0px 0px 1px #c3ccce;
	min-height: 307px;
	padding: 50px 25px;
}

.yip-calculator__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.yip-calculator__item:not(:last-child) {
	margin-bottom: 30px;
}

.yip-calculator__item > span {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 2px solid #F47F6B;
	border-radius: 50%;
	margin-right: 7px;
	flex: 0 0 14px;
	position: relative;
	cursor: pointer;
}

.yip-calculator__item > span::before {
	content: '';
	width: 4px;
	height: 2px;
	background-color: #F47F6B;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.yip-calculator__item > div {
	flex: 1;
}

.yip-calculator__item p {
	font-family: var(--roboto);
	font-size: 17px;
	line-height: 21px;
	color: #868686;
	margin: 0;
	letter-spacing: -0.68px;
}

.yip-calculator__item-name {
	font-family: var(--josefinsans);
	font-weight: 700;
}

.yip-calculator__item-quality {
	font-weight: 900
}

.yip-calculator__item-price {
	font-weight: 700;
}

.yip-calculator__savings {
	background-color: #FFE6E2;
	box-shadow: 0px 0px 0px 1px #c3ccce;
	padding: 25px;
}

.yip-calculator__savings > span {
	display: block;
	text-align: center;
	font-family: var(--roboto);
}

.yip-calculator__savings > span:first-child {
	font-size: 16px;
	line-height: 19px;
	color: #868686;
	font-weight: 500;
	margin-bottom: 7px;
}

.yip-calculator__savings > span:nth-child(2) {
	font-size: 20px;
	line-height: 20px;
	color: var(--apple);
	font-weight: 900;
}

.yip-calculator__estimate {
	background-color: #fff;
	box-shadow: 0px 0px 0px 1px #c3ccce;
	padding: 50px 25px 25px;
}

.yip-calculator__estimate > span {
	display: block;
	text-align: center;
	font-family: var(--roboto);
	color: #485355;
	line-height: 1;
}

.yip-calculator__estimate > span:first-child {
	font-size: 15px;
	margin-bottom: 17px;
}

.yip-calculator__estimate > span:nth-child(2) {
	font-size: 22px;
	font-weight: 700;
}

/*
 * Options
 */
.yip-calculator__options {
	width: 100%;
	max-width: 436px;
}

.yip-calculator__options h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 50px;
	font-weight: 400;
}

.yip-calculator__option {
	margin-bottom: 36px;
}

.yip-calculator__option label {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
	color: #5A5A5A;
	font-weight: 300;
	display: block;
}

.yip-calculator__option input[type="range"] {
	width: 100%;
	/* cursor: pointer; */
}

.yip-calculator__option .slider-range {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	margin-bottom: 15px;
}

.yip-calculator__option .slider-range label {
	margin: 0;
}

.yip-calculator__option .slider-range label.-selected {
	font-weight: 700;
}

.yip-calculator__option .slider-range .dashed {
	display: inline-block;
	background-image: linear-gradient(to right, #cbcbcb 50%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 12px 1px;
	background-repeat: repeat-x;
	width: 85%;
	height: 1px;
}

.yip-calculator__option.-thumb {
	display: flex;
}

.yip-calculator__option .thumb {
	width: 77px;
	height: 77px;
	border-radius: 13px;
	border: 1px solid #8590C8;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yip-calculator__option.-kitchen .thumb {
	border-color: #FBB04B;
}

.yip-calculator__option.-shutters .thumb {
	border-color: #8B8D57;
}

.yip-calculator__option.-thumb > div:nth-child(2) {
	flex: 1;
}

.yip-calculator__option.-flooring > div:nth-child(2) > label {
	font-weight: 700;
	color: #8590C8;
}

.yip-calculator__option.-kitchen > div:nth-child(2) > label {
	font-weight: 700;
	color: #FBB04B;
}

.yip-calculator__option.-shutters > div:nth-child(2) > label {
	font-weight: 700;
	color: #8B8D57;
}

/*
 * Range slider
 */
.yip-calculator__option .slider-container {
	position: relative;
	z-index: 1;
}

.yip-calculator__option .slidecontainer {
	padding-bottom: 17px;
 }
.yip-calculator__option .slidecontainer {
	position: relative;
}
.yip-calculator__option .slidecontainer::before {
	content: '';
	height: 7px;
	background-color: #cbcbcb;
	position: absolute;
	left: 0;
	width: 100%;
	border: 1px solid #B7B7B7;
	border-radius: 9px;
	top: 0;
	z-index: -2;
	cursor: pointer;
}

.yip-calculator__option output {
  margin-bottom: 0px;
  position: absolute;
  width: 35px;
	height: 35px;
  background: #FBB04B;
  color: #fff;
	border-radius: 50%;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	z-index: -1;
	box-shadow: 0px 3px 6px #00000029;
}

.yip-calculator__option.-thumb .slidecontainer {
	margin: 0 25px;
}

.yip-calculator__option.-thumb output span {
	width: 7px;
	height: 8px;
	display: inline-block;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.yip-calculator__option .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  background: transparent;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border: 0;
}
.yip-calculator__option .slider:hover {
  opacity: 1;
}
.yip-calculator__option .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* background: #FBB04B; */
  cursor: pointer;
  /* border: 1px solid #fff; */
	background: transparent;
}
.yip-calculator__option .slider ::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* background: #FBB04B; */
  cursor: pointer;
  /* border: 1px solid #fff; */
	background: transparent;
}

/*
 * Radio
 */
.radio-options {
	display: flex;
	align-items: start;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	padding-top: 17px;
}

.radio-option {
	text-align: center;
	cursor: pointer;
}

.radio-option .option {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 123px;
	height: 123px;
	border: 1px solid #CBCBCB;
	border-radius: 50%;
	position: relative;
}

.radio-option.-selected .option {
	border-color: var(--sunset);
	box-shadow: 0px 0px 0px 5px var(--sunset);
}

.radio-option > i {
	display: block;
	font-weight: light;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	font-style: italic;
	margin-top: 19px;
}

.radio-options.more-products {
	border-top: 0;
}

.radio-options.more-products .radio-option .option {
	width: 77px;
	height: 77px;
	border-radius: 13px;
	border-color: #8590C8;
}

.radio-options.more-products .radio-option.-selected .option {
	border-color: var(--sunset);
}

.radio-options.more-products .radio-option > i {
	font-style: normal;
	font-size: 18px;
}
/*
 * Input Text
 */
.input_text-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 30px 0 0 30px;
}
.input_text {
	font-family: "Josefin Sans", sans-serif;
	align-items: center;
	background-color: #fff;
	border-radius: 16px !important;
	/* cursor: pointer; */
	display: flex;
	min-width: 200px;
	justify-content: space-between;
	padding: 20px !important;
	border: 1px solid #0090FF !important;
	font-size: 13px !important;
	line-height: 1 !important;
}
.input_text::placeholder {
  color: #31302E;
  opacity: 1; /* Firefox */
}

.input_text::-ms-input-placeholder { /* Edge 12-18 */
  color: #31302E;
}
/*
 * Select dropdown
 */
.select-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 30px;
}

.select-box__dropdown {
	align-items: center;
	background-color: #fff;
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	min-width: 250px;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid #0090FF;
	font-size: 13px;
	line-height: 1;
}

.select-box__options {
	align-items: center;
	background-color: #fff;
	border: 2px solid #D9E1E7;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-width: 200px;
	max-height: 260px;
	overflow-y: auto;
	left: 0;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(-50%);
	transition: opacity .8s ease, transform .3s ease;
	opacity: 0;
	z-index: -1;
	margin-left: 30px;
}

.select-box.-open .select-box__options {
	opacity: 1;
	transform: none;
	z-index: 2;
}

.select-box__option {
	font-size: 12px;
	line-height: 1;
	color: var(--dark);
	padding: 20px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.select-box__option.-selected {
	color: var(--highlight);
	background-color: #D9E1E7;
}

.select-box__option.-selected::after {
	content: url('../../images/CheckMark.svg');
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.select-box__option:hover {
	background-color: #D9E1E7;
}

/*
 * Nav
 */
.yip-calculator__nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	position: relative;
	bottom: -10%; 
    padding-top: 10%;
}

.yip-calculator__nav a {
	font-size: 15px;
	line-height: 1;
	padding: 12px 38px;
	border-radius: 26px;
	color: #fff;
	background-color: #dedede;
	transition: all .3s ease;
}

.yip-calculator__nav a:last-child {
	background-color: var(--apple);
}

.yip-calculator__nav a:hover {
	text-decoration: none;
	background-color: var(--dark);
}

/*
 * Step 3
 */
.yip-calculator__content[data-step="3"] {
	flex-wrap: wrap;
	padding-bottom: 0;
}

.yip-calculator__content[data-step="3"] .yip-calculator__tip {
	width: 100%;
	background-color: #E5E5E5;
	padding: 50px 0;
	margin-top: 60px;
	position: relative;
	display: none;
	align-items: flex-start;
}

.yip-calculator__content[data-step="3"].-current .yip-calculator__tip {
	display: flex;
}

.yip-calculator__content[data-step="3"] .yip-calculator__tip::before {
	content: '';
	background-color: #E5E5E5;
	width: 50vw;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.yip-calculator__content[data-step="3"] .yip-calculator__tip::after {
	content: '';
	background-color: #E5E5E5;
	width: 50vw;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
}

.yip-calculator__content[data-step="3"] .yip-calculator__tip h2 {
	margin: 0 40px 0 0;
	font-size: 47px;
	letter-spacing: 2.35px;
	color: #485355;
	line-height: 1;
}

.yip-calculator__content[data-step="3"] .yip-calculator__tip p {
	font-family: var(--roboto);
	font-size: 17px;
	line-height: 18px;
	max-width: 212px;
	color: #485355;
	margin: 0;
}
 
/*
 * Step 4 / Last step
 */
.yip-calculator__content[data-step="4"] {
	max-width: 930px;
	padding-top: 70px;
	padding-left: 0;
	padding-bottom: 0;
	flex-wrap: wrap;
}

.yip-calculator__content[data-step="4"] .yip-calculator__options {
	max-width: 630px;
	padding-right: 60px;
}

.yip-calculator__content[data-step="4"] .yip-calculator__option label {
	text-align: center;
	font-weight: 400;
	color: #485355;
	margin-bottom: 16px;
}

.yip-calculator__content[data-step="4"] .yip-calculator__option h4 {
	color: #E65A41;
	margin-bottom: 63px;
	font-weight: 700;
}

.yip-calculator__columns {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.yip-calculator__columns > div {
	flex: 0 0 calc(33.33% - 35px);
	display: flex;
	flex-direction: column;
}

.yip-calculator__columns p {
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 20px;
	text-align: center;
}

.yip-calculator__columns a {
	width: 100%;
	border-radius: 26px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	letter-spacing: -0.6px;
	padding: 12px 24px;
	background-color: #C3CCCE;
	transition: all .3s ease;
	margin-top: auto;
	text-align: center;
}

.yip-calculator__columns > div:nth-child(2) a,.yip-calculator__columns > div:nth-child(3) a  {
	background-color: #E65A41;
}

.yip-calculator__columns a:hover,
.yip-calculator__columns > div:nth-child(2) a:hover {
	background-color: #31302E;
	text-decoration: none;
}

.yip-calculator__content[data-step="4"] .yip-calculator__tip {
	width: 100%;
	background-color: #E5E5E5;
	padding: 77px 0;
	position: relative;
	display: none;
	align-items: flex-start;
	margin-top: -106px;
}

.yip-calculator__content[data-step="4"].-current .yip-calculator__tip {
	display: flex;
}

.yip-calculator__content[data-step="4"] .yip-calculator__tip::before {
	content: '';
	background-color: #E5E5E5;
	width: 50vw;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.yip-calculator__content[data-step="4"] .yip-calculator__tip::after {
	content: '';
	background-color: #E5E5E5;
	width: 50vw;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
}

.yip-calculator__content[data-step="4"] .yip-calculator__tip p {
	font-size: 15px;
	line-height: 32px;
	color: #485355;
	margin: 0;
	max-width: 420px;
}

.yip-calculator__content[data-step="4"] .yip-calculator__items {
	min-height: 409px;
}
.shutters_icon_btns{	
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	align-content: center;
	padding-top: 40px;
	min-width: 165px;
}
.shutters-icon{
	padding:15px;
	border: 1px solid #8B8D57 !important;
	border-radius: 13px !important;
	width: 100px;
}
/* Buttons */
.yip-calculator__btns {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: -10%; 
	flex-direction: column;
}

.yip-calculator__btns a {
	font-size: 15px;
	line-height: 1;
	padding: 14px 10px !important;
	border-radius: 26px !important;
	color: #fff !important;
	background-color: #dedede;
	transition: all .3s ease;
}

.yip-calculator__btns a {
	background-color: var(--apple);
	border-radius: 26px;
	padding: 15px 0px;
    margin: 5px;
}
.yip_calculator_title {
    font-weight: bold;
    letter-spacing: -0.84px;
    font-size: 21px;
    padding-left: 30px;
}
.yip_calculator_fields{
	display: flex;
}

.yip-calculator__options_2 {
	width: 100%;
	max-width: 730px;
}

.yip-calculator__options_2 h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 50px;
	font-weight: 400;
}
.shutters_fields_1{
	padding: 40px 0px 40px 40px;
}
.shutters_fields_2{
	padding: 40px 40px 40px 0px;
}
.door_items{
	margin-top:30px;
}
#rn_error_msg, #cw_error_msg, #cd_error_msg, #s2_error_msg{
	color:#e65a41;
}
.s2_error_msg{
	color:#e65a41;
}
#rn_error_msg{
	padding:20px 30px;
}
#cw_error_msg, #cd_error_msg{
	margin: 0;
	padding:0 60px;
}
#room_name{
    font-size: 18px;
    padding: 0px 20px 5px 20px;
    color: #9ca2a3;
}
.w_how_wide{
	display: none;/**/
}
.d_how_wide{
	display: none;
}
#s2_error_msg{
	text-align: center;
	font-size: 18px;
}
.s2_error_msg{
	text-align: center;
	font-size: 18px;
}
#header_step1 a,#header_step2 a,#header_step3 a{
	color: #ffffff;
	cursor:pointer;
}
#header_step1 a:hover,#header_step2 a:hover,#header_step3 a:hover{
	text-decoration: none;
}

/*
 * Step 2 Input Text
 */
.input_text-box2 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding-left: 30px;
}
.input_text2 {
	font-family: "Josefin Sans", sans-serif;
	align-items: center;
	background-color: #fff;
	border-radius: 16px !important;
	/* cursor: pointer; */
	display: flex;
	min-width: 200px;
	justify-content: space-between;
	padding: 20px !important;
	border: 1px solid #0090FF !important;
	font-size: 13px !important;
	line-height: 1 !important;
}
.input_text2::placeholder {
  color: #31302E;
  opacity: 1; /* Firefox */
}

.input_text2::-ms-input-placeholder { /* Edge 12-18 */
  color: #31302E;
}
.copy_from_previous{
	cursor: pointer;
}
.copy_from_previous:hover{
	text-decoration: none;
}
.upload-btn{
	background-color: var(--apple);
  border-radius: 26px;
  padding: 14px 0px;
  margin: 5px;
  color: #ffffff;
}
.input_text::placeholder,.input_text2::placeholder {
	font-family: "Josefin Sans", sans-serif;
  color: #485355;
  opacity: 1; /* Firefox */
}
/*
 * Calculator form / popup
 */
.yip-calculator__popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -70%);
	opacity: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ECEDEE;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
}


.yip-calculator__popup input[type="submit"] {
	font-size: 15px;
	line-height: 1;
	padding: 12px 38px;
	border-radius: 26px;
	color: #fff;
	transition: all .3s ease;
	margin-top: 15px;
}

.yip-calculator__popup input[type="button"] {
	background-color: #C3CCCE;
	padding: 10px;
	font-size: 15px;
	line-height: 1;
	border: 0;
	border-radius: 0;
}

.yip-calculator__popup input[type="button"]:hover {
	border-radius: 0;
}

.yip-calculator__content[data-step="4"].-popup .yip-calculator__options::after {
	width: 100%;
	height: 100%;
}

.yip-calculator__content[data-step="4"].-popup .yip-calculator__popup {
	opacity: 1;
	z-index: 3;
	transform: translate(-50%, -50%);
}

#calculator_form {
	position: relative;
}

.form_close {
	background-color: #E65A41;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border: 1px solid #E65A41;
	font-size: 10px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -30px;
	top: -30px;
	transform: translate(50%, -50%);
	cursor: pointer;
}

.form_close:hover {
	background-color: #C3CCCE;
}
.yip-calculator__content[data-step="4"] .yip-calculator__options::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}
.yip-calculator__content[data-step="4"].-submitting .yip-calculator__options::after {
	width: 100%;
	height: 100%;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__columns > div:not(:first-child) {
	display: none;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__columns > div:first-child {
	flex: auto;
	align-items: center;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__columns > div:first-child p,
.yip-calculator__content[data-step="4"] .yip-calculator__columns > div:first-child h6 {
	display: none;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__columns > div:first-child h6 {
	display: block;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__columns a {
	width: auto;
	min-width: 139px;
}
.yip-calculator__content[data-step="4"].-submitted .yip-calculator__options > h3,
.yip-calculator__content[data-step="4"].-submitted .yip-calculator__option,
.yip-calculator__content[data-step="4"].-submitted .yip-calculator__nav {
	display: none;
}

.yip-calculator__content[data-step="4"].-submitted .yip-calculator__options {
	margin-top: 100px;
}