@charset "utf-8";
/* CSS Document */


p {
		letter-spacing: 1.4px;
line-height: 24px;
    font-size: 15px;
    font-family: 'Calluna';
}
p.required, .red {
    color: #f00;
}
.ri_label {
  
  user-select: none;
  word-wrap: break-word;
}
.cms-page-view .white-section, .cms-page-view .grey-section {
	padding: 50px 0 !important;
}

.ri_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 15px;
	height: 19px;
	width: 19px;
	background-color: #fbf9fa;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	bottom: 0;
	margin: auto;
}
.checkedlabel {
  background-color:#f8f8f8;
}
.ri_label:hover input ~ .checkmark {
}
.ri_label:hover {
  background-color: #ddd;
}
.ri_label input:checked ~ .checkmark {
  background-color: #666;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ri_label input:checked ~ .checkmark:after {
  display: block;
}
label input[class="mage-error"] + span.checkmark {
	border: 1px solid #ce4924 !important;
}
label.ri_label .mage-error span.checkmark {
	border: 1px solid #ce4924;
} 
.ri_label .checkmark::after {
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
	bottom: 0;
	right: 0;
	margin: auto;
}

.mb-30 {
	margin-bottom: 30px;
}

.mail-pop .modal-header {
    padding: 10px !important;
}
.mail-pop .modal-inner-wrap h3 {
    font-size: 27px;
    letter-spacing: 1.4px;
    margin: 0;
    line-height: 38px;
    font-family: 'Calluna';
    padding: 0 0 10px;
}
.mail-pop.modal-slide .action-close {
    top: 10px;
    right: -5px;
    z-index: 1;
    height: 28px !important;
    background: rgba(255,255,255,0.3) !important;
    font-weight: 600;
    line-height: normal !important;
    border-radius: 25px !important;
    padding: 0 5px 0 7px !important;
}
.mail-pop.modal-slide .action-close:hover {
    height: 28px !important;
    background: rgba(255,255,255,1) !important;
    font-weight: 600;
    line-height: normal !important;
    border-radius: 25px !important;
    padding: 0 5px 0 7px !important;
}
.mail-pop .modal-inner-wrap .modal-content .email-form-wrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #e02b27;
}

.cms-page-view .columns .column h4 {
    font-size: 18px !important;
    line-height: 24px;
}

.opc-progress-bar {
	 margin: 0 auto 30px !important;
    font-family: 'Calluna';
    padding: 0;
	max-width: 74%;
	text-align: center;
}
.ritual-finder-question-page .opc-progress-bar-item {
    width: 8% !important;
}
.ritual-finder-question-page .opc-progress-bar-item:nth-child(1), .ritual-finder-question-page .opc-progress-bar-item:nth-child(2), .ritual-finder-question-page .opc-progress-bar-item:nth-child(3){
	width: 8% !important;
}
.ritual-finder-question-page .opc-progress-bar-item::before {
	width: 128% !important;
	left: -5px !important;
	height: 7px !important;
	background: #e8e8e8 !important;
	border: 1px solid #e8e8e8 !important;
	top: 17px !important;
}
  .opc-progress-bar-item:before {
    background: #bfbfbf !important;
    border-color: #bfbfbf !important;
  }
  .opc-progress-bar-item > span:before {
    background: #bfbfbf !important;
    border-color: #bfbfbf !important;
  }
  .opc-progress-bar-item > span:after {
    border-color: #bfbfbf !important;
	color: #666;
	font-family: 'Calibre';
		line-height: 30px;
  }
  .opc-progress-bar-item._active:before {
    background: #d2ab67 !important;
    border-color: #d2ab67 !important;
  }

  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }

  .opc-progress-bar-item._active > span:before {
    background: #d2ab67 !important;
    border-color: #d2ab67 !important;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #d2ab67 !important;
    content: '\e610';
    font-family: 'luma-icons';
	color: #666;
	line-height: 26px;
  }
.opc-progress-bar-item._complete:before {
    background: #606060 !important;
	border-color: #606060 !important;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #666 !important;
	border-color: #666 !important;
  }
.opc-progress-bar-item._complete > span:before {
    background: #606060 !important;
	border-color: #606060 !important;
  }
.opc-progress-bar-item._complete > span:after {
	color: #666;
	line-height: 26px;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #666 !important;
	border-color: #666 !important;
  }
  .opc-progress-bar-item._complete > span {
    color: #000000;
  }
 
.opc-progress-bar-item > span {
  
    color: #333;
    font-weight: 300;
    font-size: 14px !important;
}

p.calluna {
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Calluna';
    margin-top: 10px;
}
.ritual-finder-landing { 
    background-image: url("../img/Ritual-finder-desktop-bg.jpg");
    background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 50px 0;
height:76vh;
	width: 100vw;
}
	.ritual-subtitle {}
	.ritual-title {
	text-transform: uppercase;
	margin-bottom: 30px !important;
}
.ritual-content {
	width: 50%;
	margin: 0 auto 30px;
}
	.ritual-content p{
		font-size: 15px;
	}
.ritual-start-join {
    letter-spacing: 2.8px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
	.ritual-start-join span{}
	.ritual-start-join span a {
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 20px 100px 17px;
	display: inline-block;
}
	.ritual-start-join span a:hover {
		background: #d2ab67;
	}
.page-footer {
	margin-top: 0 !important;
}
.ritual-finder-question-page {
    padding-bottom: 9rem;
}	
.ritual-finder-bg {
    background: url(../img/ritual-bg-desktop.jpg) no-repeat center center fixed;
}
	.ritual-finder-bg.face-bg {
    background: url(../img/ritual-face-bg-desktop.jpg) no-repeat center center fixed;
}
.ritual-finder-bg.hair-bg {
    background: url(../img/ritual-hair-bg-desktop.jpg) no-repeat center center fixed;
}
.ritual-finder-bg.body-bg {
    background: url(../img/ritual-body-bg-desktop.jpg) no-repeat center center fixed;
}
.ritual-finder-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: calc(108vh - 110px);
	display: block;
}
.ritual-finder-question-page .ritual-finder-question-box {
    width: 40rem;
    min-height: 18.3125rem;
    padding: 2.25rem 2rem;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-top: 1.125rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.ritual-finder-question{ text-align: center;}
.ritual-finder-form{}
ul.radio-options{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.radio-options label{
	font-weight: normal;
}
li.focus-outline {
    display: block;
    margin-bottom: 8px;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    position: relative;
}
.position-absolute {
    position: absolute!important;
}
.ritual-finder-question-box-wrap .ritual-finder-question-box .ritual-finder-form li input[type=radio] {    
	left: 10px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
}
.ritual-finder-question-page .ritual-finder-question-box .ritual-finder-form li input[type=radio]:focus ~ label {
    border-color: #333;
}
.ritual-finder-question-page .ritual-finder-question-box .ritual-finder-form label {
	  padding:15px 10px 12px 50px;
	  margin-bottom: 5px;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
		border-radius: 8px;
		background-color: #FFFFFF;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); 
		margin: 0;
		position: relative;
		font-size: 16px;
		font-weight: 400;
		height: 100%;
		-webkit-transition: all 0.25s linear;
		-ms-flex-align: center;
		align-items: flex-end;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #ffffff;
}
	.ritual-finder-question-page .ritual-finder-question-box .ritual-finder-form span.ri-tab.active label
	{
		 border: 1px solid #333;
		background-color: #fbf9f9;
	}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.m-0 {
    margin: 0!important;
}
.radio-pro{
	width: 1em;
	font-size: 1em;
	overflow: visible;
	display: inline-block;
	    height: 1em;
	vertical-align: -12.5%;
	margin-right: 1em !important;
} 
.radio-disable{
	
}
.ritual-finder-question-page .ritual-finder-question-box .ritual-finder-form li input[type=radio]:checked+label .ra-check-circle {
	display:block;
}
.ra-circle{display:none;}
.more-info {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    top: 28%;
    bottom: 28%;
    cursor: pointer;
}
.more-info:after {
    
    font-family: "FontAwesome";
    content: "\f29c";
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    
    display: flex;
    align-items: center;
}
.more-info:hover:after {
    color: #d2ab67;
}


.ri-tab {
	
	margin-bottom: 8px;
    border-radius: 8px;
    width: 100%;
    min-height: 48px;
    position: relative;
display: block;
}
.ri-tab.active {
	
}
input.ri_age {
    margin: 0 0.5em 0 0;
}
input.ri_radio {
    margin: 0 0.5em 0 0;
}
.ri-next-button {
    width: fit-content;
    letter-spacing: 2.8px;
    margin: 30px auto;
    text-transform: uppercase;
}
	.ri-next-button a.ri-next{position: relative; display: block; background: #000; color: #fff; padding: 15px 20px;}
	.ri-next-button a.ri-next {
    position: relative;
    display: block;
    background: #000;
    color: #fff;
    padding: 17px 60px 15px;
	text-decoration: none;
}
	.ri-next-button a.ri-next:hover{
		background: #d2ab67;
	}
.ri-next-button a.ri-next::after {
	content: '';
	display: inline-block;
	width: 15px;
	background: url(../img/arrow-right-white.svg) no-repeat center;
	height: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

h2.ritual-finder-question {
	max-width: 32%;
	margin: 15px auto !important;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}	
	.ritual-result-banner{
		position: relative;
	}	
.result-banner-content {
    position: absolute;
    z-index: 2;
    max-width: 1240px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    align-self: center;
    padding: 2% 2% 1.5%;
    width: 50%;
    top: 30%;
    text-align: center;
    font-size: 46px !important;
    letter-spacing: 2.4px !important;
    line-height: 56px !important;
    font-family: 'Calluna';
    text-transform: initial;
    text-shadow: 0px 1px 0px #333;
    bottom: 30%;
}
	.banner-caption{
		font-size: 12px;
	}	
	.ritual-product-recommendation {}
.ritual-product-recommendation .products {
	margin: 0 0 30px;
}
.column.main .ritual-product-recommendation .product-items {
	margin-left: 0;
}
.ritual-product-recommendation .items {
	margin: 0;
	padding: 0;
	list-style: none none;
}
.column.main .ritual-product-recommendation .product-item {
	padding-left: 0;
}
.ritual-product-recommendation .products-list .product-item {
	display: table;
	width: 100%;
}
.ritual-product-recommendation .products-list .product-item-info {
    display: block;
    width: 50%;
}
.ritual-product-recommendation .page-products .product-item-info {
	width: 100%;
}
.ritual-product-recommendation .products-list .product-item-photo {
    padding: 0 30px 0 0;
    vertical-align: top;
    width: 100%;
    /* flex: 1; */
    /* height: 100%; */
}	
.ritual-product-recommendation .product-item-photo {
	display: block;
	cursor: pointer;
}
.ritual-product-recommendation .product-image-container {
	background: #f2f2f2;
	width: 100% !important;
	display: inline-block;
max-width: 100%;
}
.ritual-product-recommendation .product-image-wrapper {
	display: block;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}	
.ritual-product-recommendation .products-list .product-image-wrapper .product-image-photo {
	position: static;
}	
.ritual-product-recommendation .product-image-photo {
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.ritual-product-recommendation .products-list .product-item-details {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 70%;
}
.ritual-product-recommendation .product-item-name {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	display: block;
	hyphens: auto;
	margin: 5px 0;
	word-wrap: break-word;
}
.ritual-product-recommendation .abs-product-link > a:visited, .ritual-product-recommendation .product-item-name > a:visited, .ritual-product-recommendation .product.name a > a:visited {
	color: #333;
	text-decoration: underline;
}
.ritual-product-recommendation .products.wrapper.list .product-reviews-summary {
	margin-bottom: 30px !important;
}
.ritual-product-recommendation .product-item .product-reviews-summary .rating-summary {
	margin: 0 4px 0 0;
}
.ritual-product-recommendation .product-reviews-summary .rating-summary {
	display: inline-block;
	vertical-align: middle;
}
.ritual-product-recommendation .rating-summary {
	overflow: hidden;
	white-space: nowrap;
}
.ritual-product-recommendation .product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ritual-product-recommendation .rating-summary .rating-result {
	width: 88px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}	
.ritual-product-recommendation .rating-summary .rating-result::before {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	color: #c7c7c7;
	font-family: 'luma-icons';
	font-size: 16px;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	content: '\e605' '\e605' '\e605' '\e605' '\e605';
	display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;
}	
.ritual-product-recommendation .rating-summary .rating-result > span {
	display: block;
	overflow: hidden;
}
.ritual-product-recommendation .rating-summary .rating-result > span::before {
	position: relative;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	color: #ff5501;
	font-family: 'luma-icons';
	font-size: 16px;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	content: '\e605' '\e605' '\e605' '\e605' '\e605';
	display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;
}
.ritual-product-recommendation .rating-summary .rating-result > span span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ritual-product-recommendation .product-item .product-reviews-summary .reviews-actions {
	font-size: 12px;
	margin-top: 5px;
	text-transform: lowercase;
}	
.ritual-product-recommendation .product-reviews-summary .reviews-actions {
	display: inline-block;
	font-size: 11px;
	vertical-align: middle;
}	
.ritual-product-recommendation .product-reviews-summary .reviews-actions a {
	color: #421505 !important;
	text-decoration: underline;
}	
.ritual-product-recommendation .page-products .product-item-actions {
	position: relative;
	z-index: 1;
}
.ritual-product-recommendation .product-item-actions {
	display: block;
}
.ritual-product-recommendation li.item.product.product-item {
    background: #fbf9f9;
    display: flex;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}	
.ritual-product-recommendation .product-item-ritual {
    width: 50%;
}
.ritual-product-recommendation .product-item-description {
    margin: 0 0 0 4%;
}
.ritual-product-recommendation .product-item-description h2{
		margin-top: 0 !important;
	}	
.ritual-product-recommendation .product-item-description p {
    letter-spacing: 1.4px;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Calluna';
    margin-top: 0;
}	
.result-wrapper {
	background: url(../img/result-wrap.jpg);
	padding: 10px;
	background-position: center center;
	margin: 0 0 30px 0;
	background-size: cover;
}
.result-wrapper-in {
	background: rgba(0,0,0,0.2);
	display: flex;
	padding: 10px;
}
	.result-wrapper .result-offer{
		display: flex;
		width: 75%;
		margin-right: 5%;
	}
	.result-wrapper .result-offer .offer-thumb{
		width: 20%;
		margin-right: 2%;
	}
.result-wrapper .result-offer .offer-text {
    width: 80%;
    color: #fff;
}
/*.result-wrapper .result-total-wrap {
    width: 20%;
    background: #ffffff;
    padding: 5px;
    display: flex;
    flex-direction: column;
}*/
.result-wrapper .result-total-wrap {
	width: 50%;
	padding: 5px;
	display: flex;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
}

.result-wrapper .result-total-wrap .total-price {
	flex-grow: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 1.4px;
	width: 50%;
	padding-top: 5px;
}
.result-total-price{
	display: flex;
	width: 50%;
}

.result-wrapper .result-total-wrap .total-cart-button {
    flex: 1;
}
.result-wrapper .total-cart-button button#product-addto-cart-cat-total {
    width: 100%;
    background: #d2ab67;
    color: #fff;
	height: 100%;
	border: 1px solid #d2ab67;
	font-size: 15px;
	padding: 7px 0 5px;
}	
.result-wrapper .total-cart-button button#product-addto-cart-cat-total:hover{
		background: #000;
		border: 1px solid #d2ab67;
	font-size: 15px;
	}	
.product-item-ritual button#product-addto-cart-cat {
    background: #000 !important;
    color: #fff !important;
}
.product-item-ritual button#product-addto-cart-cat:hover {
    background: #d2ab67 !important;
    color: #fff !important;
	border: 1px solid #d2ab67 !important;
}
	.mb-30{
		margin-bottom: 30px;
	}	
	.ritual-help-wrap{background: url(../img/ritual-result-desktop.jpg) no-repeat;
	padding: 70px 0;
    color: #fff;
    background-size: cover;
	}
	.ritual-help {
    background: rgba(0,0,0,0.5);
    width: fit-content;
    margin: auto;
    padding: 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
	.ritual-help h2{
		color: #fff;
    text-shadow: 1px 1px 7px rgb(0 0 0 / 80%);
		margin-bottom: 15px !important;
	}
.ritual-help-button {
	margin: 30px auto 20px;
	width: fit-content;
	max-width: fit-content;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}
	.ritual-help-button a{background: #d2ab67;
		padding: 17px 40px 15px 40px; display: block;
		border: 1px solid #d2ab67;
	color: #fff;}
	.ritual-help-button a:hover{
		background: #000000;
		border: 1px solid #000000;
		color: #fff;
		text-decoration: none;
	}
.product-img-content {
    display: flex;
    width: 50%;
}	
.how-to-use-tip {
	background: #fff;
	padding: 10px 10px 8px 10px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.09);
	line-height: 24px;
	font-size: 15px;
	font-family: 'Calluna';
	letter-spacing: 1.4px;
}
	
.tip-ico {
	background: url(../img/expert-tip.png) no-repeat;
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 5px 0;
}	
.modal-body-content h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px !important;
}	
.product.name.product-item-name {
	font-size: 15px !important;
	font-family: 'Muli-Light';
	line-height: 20px;
	text-transform: capitalize;
}	
.product-size {
	display: block;
	margin-top: 10px;
}
.product-item-name, .product.name a:hover{
	text-decoration: none;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	@media only screen and (max-width: 991px) { 
		.ritual-finder-question-page .opc-progress-bar-item::before {
	width: 128% !important;
	left: -10px !important;
	height: 5px !important;
	background: #e8e8e8 !important;
	border: 1px solid #e8e8e8 !important;
	top: 14px !important;
}
		.ritual-finder-question-page .opc-progress-bar-item {
	width: 12% !important;
}
.ritual-finder-question-page .opc-progress-bar-item:nth-child(1), .ritual-finder-question-page .opc-progress-bar-item:nth-child(2), .ritual-finder-question-page .opc-progress-bar-item:nth-child(3) {
	width: 12% !important;
}
		.cms-page-view .page-main {
	margin: 0;
}
		.cms-page-view .white-section, .cms-page-view .grey-section {
	padding: 30px 0 !important;
}
	.ritual-title {
	text-transform: uppercase;
	margin-bottom: 30px !important;
	font-size: 2em !important;
	line-height: 1.5em !important;
}
		.ritual-subtitle {
	font-size: 1.8em !important;
	line-height: 1.4em !important;
}
		.ritual-content {
	width: 100%;
	margin: 0 auto 30px;
}
		.cms-page-view .columns .column.main {
    padding: 0;
}
		.result-banner-content {
    padding: 3% 3% 3%;
    width: 90%;
    top: 20%;
    font-size: 36px !important;
    line-height: 46px !important;
    bottom: 20%;
}
.ritual-product-recommendation li.item.product.product-item {
    display: flex;
flex-wrap: wrap;
}		
h2.ritual-finder-question {
    max-width: 100%;
    margin: 15px auto !important;
    text-align: center;
}		
.ritual-finder-question-page .ritual-finder-question-box {
    width: 100%;
}		
	.ritual-finder-question-box-wrap {
	width: 90%;
	margin: 0 auto;
}
		.ritual-finder-question-page {
	padding-bottom: 0;
}
		.ritual-finder-bg {
			min-height: calc(90vh - 110px);
}
		
.ritual-product-recommendation .product-img-content {
	width: 100%;
	order: 2;
}
.ritual-product-recommendation .product-item-description {
	margin: 0;
}
.ritual-product-recommendation .products.wrapper.list .product-reviews-summary {
	margin-bottom: 15px !important;
}
.ritual-product-recommendation .products-list .product-item-info {
	display: block;
	width: 44%;
}
		.product-item-ritual {
	width: 56%;
}
	.ritual-product-recommendation .products-list .product-item-details {
	width: 100%;
	order: 1;
	margin-bottom: 30px;
}
.result-wrapper {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	bottom: 0;
	z-index: 8;
	margin: 0;
	width: 100%;
	background-size: initial;
}
.ritual-product-recommendation .products-list .product-item-photo {
	padding: 0;
	vertical-align: top;
	width: 90%;
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	background: #f0f0f0;
	margin: 0 10% 0 0;
}
.result-wrapper-in {
	background: none;
	padding: 5px 0;
	width: 100%;
}
.ritual-product-recommendation .product-item .price-box {
	margin: 5px 0 5px;
}
.result-wrapper .result-offer {
	display: flex;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
}
	.result-wrapper .result-offer .offer-thumb {
	width: 30%;
	margin-right: 2%;
}
		.result-wrapper .result-offer .offer-text {
	width: 70%;
	color: #fff;
}
		.result-wrapper .result-offer .offer-text h3 {
	line-height: normal;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
		.result-wrapper .result-offer .offer-text p {
			margin-bottom: 0 !important;
		}
.result-wrapper .result-total-wrap {
    width: 100%;
    flex-direction: initial;
    margin: 0px 5px 0px 5px;
    padding: 0;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
}
.cms-ritual-result #fc_frame, .cms-ritual-result #fc_frame.fc-widget-small {
	min-height: 73px;
	min-width: 65px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 5px !important;
	z-index: 2147483600;
	bottom: 158px !important;
}	
.cms-ritual-result #myBtn {
	bottom: 162px !important;
	left: 10px;
}		

		.opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
	max-width: 100%;
}
.opc-progress-bar-item {
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 14% !important;
}
		.opc-progress-bar-item._complete {
    cursor: pointer;
}
		.opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:before {
    top: 13px;
    transition: background 0.3s;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
		.opc-progress-bar-item._complete > span {
    color: #000000;
}
.opc-progress-bar-item > span {
    padding-top: 20px;
    width: 100%;
    word-wrap: break-word;
    font-weight: 300;
    display: block;
}
.opc-progress-bar-item > span:before {
    border: 1px solid #cccccc;
    height: 30px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 30px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}
.opc-progress-bar-item > span:after {
	 border: 1px solid #cccccc;
    transition: background 0.3s;
    border-radius: 50%;
    left: 50%;
    position: absolute;	
    background: #ffffff;
    height: 22px;
    margin-left: -15px;
    top: 4px;
    width: 22px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.4rem;
line-height: 25px;
}
.opc-progress-bar-item._active > span::after {
	line-height: 23px;
}
.opc-progress-bar-item._complete > span::after {
	line-height: 23px;
}
		.opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
}
.ritual-help {
    background: rgba(0,0,0,0.5);
    width: 90%;
    margin: auto;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.result-wrapper .total-cart-button button#product-addto-cart-cat-total {
	font-size: 13px;
}	
.result-wrapper .total-cart-button button#product-addto-cart-cat-total:hover{
	font-size: 13px;
	}
		.ritualfinder-index-result #fc_frame, .ritualfinder-index-index #fc_frame {
	display: none !important;
}
		.ritualfinder-index-result #myBtn, .ritualfinder-index-index #myBtn{
	bottom: 84px !important;
}
		
.product.name.product-item-name {
	font-size: 13px !important;
	font-family: 'Muli-Light';
	line-height: 20px;
	text-transform: capitalize;
	margin-top: 0;
}
.product-size {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
		.ritual-product-recommendation .product-item-description p:last-child {
			margin-bottom: 0;
		}
		.ri-next-button {
	width: 100%;
	letter-spacing: 2.8px;
	margin: auto;
	text-transform: uppercase;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
}
		.ri-next-button a.ri-next::after {
	right: 30%;
	top: 0%;
}
}	
	
@media only screen and (max-width: 767px){
.proceed-button a.button, .submit-button button {
    width: 100%;
}
.ritual-finder-bg {
    background: url(../img/ritual-bg-mobile.jpg) no-repeat center center fixed;
}
	.ritual-finder-bg.face-bg {
    background: url(../img/ritual-face-bg-mobile.jpg) no-repeat center center fixed;
}
.ritual-finder-bg.hair-bg {
    background: url(../img/ritual-hair-bg-mobile.jpg) no-repeat center center fixed;
}
.ritual-finder-bg.body-bg {
    background: url(../img/ritual-body-bg-mobile.jpg) no-repeat center center fixed;
}
	}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.cms-page-view .full-img .image-caption-area .image-caption h1 {
    line-height: 44px;
}
}

.thank-you {
	font-size: 60px;
	color: #333;
}
.thank-you .fa {
    vertical-align: text-bottom;
}
.pt-30{
	padding-top: 30px;
}




