body {
	background: #f5f5f5;
}

.pfm-header {
	text-align: center;
	background: #f5f5f5;
}

.pfm-header__logo svg {
	margin: 50px 0;
}

.pfm-content-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.pfm-content {
	display: flex;
	overflow: hidden;
	border-radius: 6px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
}

/*Form styling*/
.pfm__form, .pfm__section {
	width: 490px;
	position: relative;
	z-index: 2;
	background: white;
}

.pfm__form-wrapper {
	padding: 50px;
}

.pfm__form-wrapper--footer {
	height: calc(100vh - 200px);
}

.pfm-form .label-light {
	color: #57584E;
	font-size: 15px;
	margin-right: 20px;
	width: 75px;
}

.pfm-form .input {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	padding-left: 10px;
	color: #57584E;
}

.pfm-form .input:focus {
	border: 1px solid #135694;
	outline: none;
}

.pfm-form .select {
	line-height: 24px;
	height: 38px;
	color: #57584e;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #919191 50%),
	linear-gradient(135deg, #919191 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px),
	calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	font-size: 14px;
	padding-left: 10px;
}

.pfm-form .select2-container--default {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	font-size: 14px;
	color: #57584E;
	resize: none;
	font-family: inherit;
	height: 36px;
	width: 100% !important;
}

.pfm-form .select2-container--default .select2-selection {
	border: none;
	outline: none;
	background-color: transparent;
}

.pfm-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	top: 0;
	right: 10px;
}

.pfm-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.pfm-form .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	border: 1px solid #135694;
	outline: none;
	border-radius: 4px;
}

.select2-results__option--selectable {
	font-size: 14px;
	padding: 8px 12px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: rgb(38, 132, 255) !important;
}

.select2-search__field {
	outline: none;
	border-radius: 4px;
	height: 36px;
}

.select2-search__field:focus {
	border: 1px solid #135694 !important;
}

.pfm-form .select2-selection__rendered {
	height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #cecece !important;
}

.pfm-form .select:focus {
	border: 1px solid #135694;
	outline: none;
}

.pfm-form .textarea {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	font-size: 14px;
	padding-left: 10px;
	color: #57584E;
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: inherit;
}

.pfm-form .textarea:focus {
	border: 1px solid #135694;
	outline: none;
}

.pfm-form .input::placeholder {
	color: #C1C1C1;
}

.pfm-form .textarea::placeholder {
	color: #C1C1C1;
}

.pfm-input-group__title {
	color: #57584E;
	font-size: 14px;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

.pfm-input-group__container {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.pfm__form-wrapper {
	padding: 50px;
}

.pfm__form-wrapper--full-height {
	height: calc(100vh - 1px);
}

.pfm__form-wrapper.disabled {
	opacity: 0.1;
	pointer-events: none;
}

.pfm__form__notification {
	font-size: 10px;
	color: #57584E;
	text-align: center;
}

.pfm-input-group__row {
	margin-bottom: 8px;
}

.pfm-cta {
	border-radius: 6px;
	padding: 10px 25px;
	border: 0;
	outline: none;
	width: 100%;
	height: 50px;
	font-weight: 600;
}

.pfm-cta[disabled] {
	opacity: 0.3;
}

.pfm-cta:hover {
	opacity: 0.8;
}

.pfm-cta span {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}

.flex-basis-30 {
	flex-basis: 30%;
}

.flex-basis-70 {
	flex-basis: 70%;
}

/*End form styling*/

/*Pay for me review styling*/
.pfm__review {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 50px;
}

.pfm__review-store-title {
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.pfm__review-images {
	display: flex;
	justify-content: center;
	padding: 0 30px;
	border-radius: 5px;
}

.pfm__review-image {
	border-radius: 5px;
	display: flex;
	margin: 0 10px;
	width: 33%;
	height: 120px;
	object-fit: cover;
}

.pfm__review-product-title {
	font-weight: 600;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

.pfm__review-product-subtitle {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.pfm__review-receiver-container {
	border: 1px solid #EEF2F5;
	border-radius: 6px;
	box-sizing: border-box;
	background: #F9FBFC;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.pfm__review-receiver-info {
	padding: 15px;
}

.pfm__review-receiver-header {
	color: #57584E;
	line-height: 20px;
	font-size: 12px;
}

.pfm__review-receiver-text {
	font-weight: bold;
	font-size: 12px;
	color: #57584E;
	line-height: 20px;
	margin-bottom: 0;
}

.pfm__review-show-products-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}

.pfm__review-show-products,
.pfm__review-hide-products {
	font-size: 10px;
	font-weight: bold;
	color: #919191;
}

.pfm__review-gift-img {
	margin-top: 16px;
	margin-right: 20px;
}

.pfm__review-product-summary {
	max-height: 220px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-right: -22px;
	padding-right: 25px;
	display: none;
}

.pfm__review-product-summary .ps__rail-y {
	opacity: 0.6;
}
.pfm__review-product-summary .ps__thumb-y {
	width: 3px;
	border-radius: 2px;
}

.pfm__review-product-summary-container {
	padding: 17px 0;
	margin: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pfm__review-product-summary-container:first-child {
	padding-top: 0;
}

.pfm__review-product-summary-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 0;
	justify-content: space-between;
}

.pfm__review-product-summary-item:first-child {
	margin-top: 0;
}

.pfm__review-product-summary-item:last-child {
	margin-bottom: 0;
}

.pfm__review-variant-name-wrapper p {
	margin: 0;
}

.pfm__review-footer {
	margin-top: 25px;
	padding: 16px 12px;
	border-radius: 4px;
}

.pfm__review-variant-summary-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 3px 0 0;
	justify-content: space-between;
}

.pfm__review-product-price {
	font-weight: 600;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
.pfm__review-product-price.white {
	color: #ffffff;
}

.pfm__review-variant-price {
	color: #ffffff;
	font-weight: 400;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}

.pfm__review-variant-name-wrapper {
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
}

.pfm__review-variant-discount {
	text-decoration: line-through;
	opacity: 0.6;
}

.pfm__review-variant-extras {
	text-transform: capitalize;
}

.pfm__review-product-name-wrapper {
	max-width: 300px;
}

.pfm__review-product-name-wrapper > p:first-of-type {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
}

.pfm__review-product-name-wrapper > p:nth-of-type(2) {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

.pfm__review-shipping-text-label {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}

.pfm__review-shipping-text-price {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
}

.pfm__review-shipping-divider {
	opacity: 0.25;
	border: 1px dashed #ffffff;
	margin: 12px 0;
}

/*End pay for me review styling*/

@media all and (max-width: 1050px) {
	.pfm-content {
		display: block;
	}

	.pfm__form, .pfm__section {
		width: 100%;
	}
}

@media all and (max-width: 640px) {
	#formPayForMe {
		padding: 30px;
	}

	.pfm-content {
		overflow: auto;
	}

	.pfm__form, .pfm__section {
		width: 100%;
	}

	.pfm__form-wrapper {
		height: auto;
		margin-bottom: 70px;
		padding: 0;
	}
}

.pfm-container.container-blurred {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.pfm.payment-pending-info__container {
	text-align: center;
	padding: 20px;
}

.out-of-stock {
	text-align: center;
}

.out-of-stock svg {
	margin-top: 76px;
	margin-bottom: 30px;
}

.out-of-stock p {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #57584E;
	margin-bottom: 0;
}

.out-of-stock span {
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #57584E;
}

.order-completed {
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
	border-radius: 6px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 85px 0 75px 0;
	cursor: default;
}

.order-completed__header {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #57584E;
	margin: 5px 0;
}

.order-completed__subtitle {
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
}

.pfm.payment-success-info__container {
	padding: 30px;
}

/*Error page*/
.pfm__error-view {
	width: 100%;
	height: 100vh;
	background-image: url(/assets/subscription/img/bg-pattern.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.pfm__error-page-header {
	margin-top: 35px;
}

.pfm__error-page-content {
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pfm__error-page-title {
	font-size: 24px;
	color: #12193b;
	font-family: 'Boing', 'Graphik', sans-serif;
	font-weight: 600;
	margin: 0 5px;
	cursor: default;
}

.pfm__error-page-info {
	font-size: 16px;
	color: #232b4a;
	opacity: 0.7;
	margin: 10px;
	cursor: default;
}

.pfm__error-page-link {
	cursor: pointer;
	color: #232B4A;
	opacity: 0.7;
	text-decoration: underline;
	font-size: 15px;
	margin: 0 5px;
}

.pfm__error-page-link:hover {
	color: #000000;
}

.pfm__error-page-footer {
	margin-bottom: 35px;
	color: #fafafa;
	font-size: 14px;
	text-align: center;
}

.pfm__error-page-footer-link {
	cursor: pointer;
	color: #fafafa;
	text-decoration: underline;
	font-size: 14px;
}

.pfm__error-page-footer-link:hover {
	color: #fafafa;
}

.pfm__notification {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	backdrop-filter: blur(6px);
	z-index: 101;
	left: 0;
	top: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.pfm__notification__container {
	margin: auto;
	padding: 0 20px;
}

.pfm__notification__dialog {
	max-width: 425px;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 6px;
}

.pfm__notification__dialog-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pfm__notification__dialog-message-container {
	margin-top: 20px;
	text-align: center;
}

.pfm__notification__dialog-message {
	font-size: 14px;
	color: #57584E;
}

.pfm__notification__button-container {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.pfm__notification__button {
	width: 72px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	cursor: pointer;
}

.pfm__notification__button span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (min-width: 500px) {
	.pfm__error-page-content {
		min-width: 450px;
		min-height: 270px;
	}
}

@media screen and (max-width: 500px) {
	.pfm__error-page-content {
		min-width: 80%;
		min-height: 200px;
	}
}
