.seal-mb-1 {
		margin-bottom:1em !important;
	}
	
	.seal-mb-075 {
		margin-bottom:0.75em;
	}
	
	.seal-mr-05 {
		margin-right:.5em;
	}
	
	.seal-ml-05 {
		margin-left:.5em;
	}
	
	.seal-mb-05 {
		margin-bottom:.5em;
	}
	
	.seal-mr-02 {
		margin-right:.2em;
	}
	
	.seal-mr-1 {
		margin-right:1em;
	}
	
	.seal-pr-1 {
		padding-right:1em;
	}

	/*
	* The desired layout structure is:
	* - parent div
	* 	- .seal-layour
	* 		- .seal-full || .seal-twoThirds || .seal-oneThird || .seal-oneQuarter, etc.
	*/
	
	.seal-subscription-page {
		max-width: 1090px;
		margin:0 auto;
		font-size:16px;
		line-height:1.6;
		color:rgb(33, 43, 54);
		color:rgb(66, 75, 85);
		color: #424b55;
		display:flex;
		padding-top:1em;
		flex-wrap:wrap;
		clear:both;
		text-align:left;
	}
	
	.seal-subscription-page a {
		color:rgb(66, 75, 85);
		color: #424b55;
	}
	
	.seal-layout {
		margin: -1em -1em 0 -1em;
		display:flex;
		flex-direction:row;
		flex:1 1 100%;
		padding-right: 1em;
		position:relative;
	}
	@media screen and (max-width: 768px) {
		.seal-layout {
			flex-wrap:wrap;
		}
		.seal-dynamic-sectioned {
			padding:1em;
		}
	}
	
	.seal-full {
		flex:1 1 99em;
		flex:1 1 calc(100% - 1em);
		margin: 1em 0 0 1em;
	}
	
	.seal-twoThirds {
		flex:1 1 calc(66% - 1em);
		margin: 1em 0 0 1em;
	}
	.seal-oneThird {
		flex:1 1 calc(33% - 1em);
		margin: 1em 0 0 1em;
	}
	
	.seal-oneQuarter {
		flex:1 1 25em;
		margin: 1em 0 0 1em;
	}
	
	.seal-oneHalf {
		flex:1 1 32em;
		/*flex:1 1 calc(50% - 1em);*/
		margin: 1em 0 0 1em;
	}
	
	.seal-half {
		flex:1 1 32em;
		flex:1 1 calc(50% - 1em);
		margin: 1em 0 0 1em;
	}
	
	.seal-auto {
		flex:1 1 auto;
		margin: 1em 0 0 1em;
	}
	
	.seal-auto-min {
		flex:0 1 auto;
		margin: 1em 0 0 1em;
	}
	
	.seal-container {
		box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
		background:white;
		background: #FFFFFF;
		margin-bottom:1em;
		position: relative;
	}
	
	.seal-sectioned {
		padding:1em;
	}
	
	.seal-container-subdued {
		margin-bottom:0;
	}
	
	.seal-justify {
		justify-content: center;
	}
	
	.seal-flex-column {
		display: flex;
		flex-direction:column;
	}
	
	.seal-flex-align-end {
		display: flex;
		align-items: flex-end;
	}
	
	.seal-subscription-page h1 {
		font-size:2em;
		margin:0 0 1em 0;
		color:rgb(66, 75, 85);
		color: #424b55;
		text-align:left;
		border-bottom: none;
		padding: 0;
		line-height: 1.4;
	}
	
	.seal-subscription-page h2 {
		font-size:1.5em;
		margin:0 0 0.5em 0;
		text-transform: none;
		color:rgb(66, 75, 85);
		color: #424b55;
		text-align:left;
		line-height:1.4;
		padding:0;
	}
	
	.seal-subscription-page h3 {
		font-size:1.1em;
		margin:0 0 0.5em 0;
		text-transform: none;
		font-weight:700;
		color:rgb(66, 75, 85);
		color: #424b55;
		text-align:left;
		padding:0;
	}
	
	.seal-subscription-page .seal-container.seal-sectioned[data-editable-container] h3 {
		max-width:80%;
	}
	
	.seal-subscription-page ul, .seal-subscription-page li  {
		list-style-type: none;
		margin:0;
		padding:0;
		font-size:inherit;
	}
	
	.seal-subscription-page li {
		padding:1em 0;
		border-bottom:1px solid rgba(63, 63, 68, 0.08);
	}
	
	.seal-subscription-page li:last-of-type {
		border-bottom:none;
	}
	
	.seal-flex {
		display:flex;
	}
	
	.seal-tal {
		text-align:left;
	}
	
	.seal-tac {
		text-align:center;
	}
	
	.seal-tar {
		text-align:right;
	}
	
	.seal-flex-right {
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}
	
	.seal-flex-vertical-right {
		align-items: flex-end;
		display: flex;
		justify-content: flex-end;
		flex-direction:column;
	}
	
	.seal-flex-center-vertical {
		align-self: center;
	}
	
	.seal-flex-space-between {
		display:flex;
		flex-direction:row;
		justify-content: space-between;
	}
	
	.seal-flex-wrap {
		flex-wrap:wrap;
	}
	
	
	.seal-flex-right a, .seal-flex-right span {
		display: flex;
	}
	
	.seal-subdued, a.seal-subdued {
		color:rgb(153,153,153);
		color: #999999;
	}
	
	.seal-small {
		font-size:0.75em;
	}
	
	.seal-medium {
		font-size:0.9em;
	}
	
	.seal-t-strong, .seal-strong {
		font-weight:700;
	}
	
	.seal-line-through {
		text-decoration: line-through;
	}
	
	.seal-t-underline {
		text-decoration: underline;
	}
	
	.seal-italic {
		font-style:italic;
	}
	
	.seal-pointer {
		cursor:pointer;
	}
	
	.seal-success {
		color:#108043;
	}
	
	.seal-warning {
		color:RGB(244, 147, 66);
	}
	
	.seal-button {
		text-decoration: none;
		display: inline-block;
		border-radius:4px;
		color: rgb(255,255,255);
		color: #FFFFFF;
		padding: 20.0px 25.0px;
		background:#1990C6;
		background:#1990C6;
		cursor:pointer;
		margin: 0 1em 1em 0;
	}
	
	.seal-button-small {
		padding:0.2em 0.5em;
		margin: 0.2em;
		border-radius: 2px;
	}
	
	.seal-button-plain {
		background:none;
		color:#1990C6;
		color:#1990C6;
		text-shadow: 1px 1px rgba(128, 128, 128, 0.08); /* Added shadow so that if merchants set white text on white background they can see it there. */
	}
	
	.seal-button-plain-red {
		background:none;
		text-shadow: 1px 1px rgba(128, 128, 128, 0.08);
		color:#DE3618;
		color:#DE3618;
	}
	
	.seal-button-red, #seal-unsubscribe-button {
		background:#DE3618;
		background:#DE3618;
		color: rgb(255,255,255);
		color: #FFFFFF;
	}
	
	.seal-button-next-to-input {
		padding: 0.725em;
		width: 100%;
		margin: 0.25em 0;
		font-size: 1em;
		line-height: 1.6;
		text-align: center;
		border: 1px solid #1990C6;
		border: 1px solid #1990C6;
	}
	
	.seal-notification-success {
		background:#1990C6;
		color: rgb(255,255,255);
	}
	
	.seal-notification-error {
		background:#DE3618;
		color: rgb(255,255,255);
	}
	
	.seal-notification-success-plain {
		color: #1990C6;
	}
	
	.seal-notification-error-plain {
		color:#DE3618;
	}
	
	#seal-reactivate-button {
		color: rgb(255,255,255);
		color: #FFFFFF;
		background:#1990C6;
		background:#1990C6;
	}
	
	
	#seal-pause-button {
		background:rgb(236, 142, 63);
		background:#ec8e3f;
		color: rgb(255,255,255);
		color: #FFFFFF;
	}
	
	#seal-resume-button {
		color: rgb(255,255,255);
		color: #FFFFFF;
		background:#1990C6;
		background:#1990C6;
	}
	
	
	/* Confirmation overlay */
	#seal-confirmation-overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.2);
		z-index:9999999;
		font-size:16px;
	}
	
	#seal-confirmation-overlay .question {
		font-size:1.2em;
		margin-bottom:.5em;
	}
	
	#seal-confirmation-overlay .description {
		font-size:0.9em;
		margin-bottom:1em;
	}
	
	#seal-confirmation-box {
		background:white;
		background: #FFFFFF;
		color: #424b55;
		border-radius:4px;
		box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 1em 1em 0 1em;
		transform: translate(-50%, -50%);
	}
	
	@media screen and (max-width: 768px) {
		#seal-confirmation-box {
			width: 90%;
		}	
	}
	
	/* Cancellation flow overlay */
	#seal-cancellation-flow-overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.2);
		z-index:9999999;
		font-size:16px;
	}
	
	#seal-cancellation-flow-overlay .question {
		font-size:1.2em;
		margin-bottom:.5em;
	}
	
	#seal-cancellation-flow-overlay .description {
		font-size:0.9em;
		margin-bottom:1em;
	}
	
	#seal-cancellation-flow-box {
		max-width: 1000px;
		width: 90%;
		background:white;
		background: #FFFFFF;
		color: #424b55;
		border-radius:4px;
		box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 1em 1em 0 1em;
		transform: translate(-50%, -50%);
		overflow: auto;
		max-height: 99%;
	}
	
	.seal-cancellation-reason-description {
		background: #ffffdd;
		padding: 0.5em;
	}
	
	.cancellation-reason-label {
		font-weight:bold;
	}
	
	@media screen and (max-width: 768px) {
		#seal-cancellation-flow-box {
			width: 90%;
		}	
	}
	
	/* Alert box overlay */
	#seal-alert-overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.2);
		z-index:9999999;
		font-size:16px;
		text-align: center;
	}
	
	#seal-alert-overlay .title {
		font-size:1.2em;
		margin-bottom:.5em;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	
	#seal-alert-overlay .message {
		font-size:1em;
		margin-bottom:1em;
	}
	
	#seal-alert-box {
		background:white;
		background: #FFFFFF;
		color: #424b55;
		border-radius:4px;
		box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 1em 1em 0 1em;
		transform: translate(-50%, -50%);
	}
	
	@media screen and (max-width: 768px) {
		#seal-alert-box {
			width: 90%;
		}	
	}
	
	/* Editable modal */
	#seal-editable-modal-overlay, .seal-modal-overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.2);
		z-index:9999999;
		font-size:16px;
		text-align: center;
	}
	
	#seal-editable-modal, .seal-modal {
		background:white;
		border-radius:4px;
		box-shadow:0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 1em 1em 0 1em;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 90%;
		overflow-y: auto;
		color: rgb(11, 21, 43);
	}
	
	.seal-modal h3 {
		color: rgb(11, 21, 43);
	}
	
	@media screen and (max-width: 768px) {
		#seal-editable-modal, .seal-modal {
			width: 90%;
		}	
	}
	
	@media screen and (max-width: 375px) {
		#seal-editable-modal, .seal-modal {
			width: 100%;
		}	
	}
	
	
	.seal-loading {
		color:rgba(0,0,0,0) !important;
		position:relative;
		min-height:1em;
	}
	.seal-loading::after {
		content:"";
		display:block;
		border-radius:50%;
		border:2px solid #fff;
		border-top:2px solid transparent;
		animation: seal-spin 500ms infinite linear;
		height:1em;
		width:1em;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	
	.seal-tar.seal-loading::after {
		left:unset;
		right:0%;
	}
	
	.seal-button-plain.seal-loading::after {
		border:2px solid #1990C6;
		border:2px solid #1990C6;
		border-top:2px solid transparent;
	}
	
	.seal-loading-gray::after {
		border:2px solid #cdcdcd;
		border-top:2px solid transparent;
	}
	
	.seal-loading-large {
		height:2em;
	}
	.seal-loading-large::after {
		height:2em;
		width:2em;
	}
	
	@keyframes seal-spin {
		from {
			transform:translate(-50%, -50%) rotate(0deg);
		}
		to {
			transform:translate(-50%, -50%) rotate(360deg);
		}
	}
	
	.seal-red {
		color:#DE3618;
	}
	
	.seal-orange {
		color:RGB(244, 147, 66);
	}
	
	.seal-blue {
		color:#1990C6;
		color:#00848E;
	}
	
	span.seal-sm-hide {
		display:inline;
	}
	
	span.seal-sm-display {
		display:none;
	}
	
	@media screen and (max-width: 768px) {
		.seal-sm-tal {
			text-align:left;
		}
	}
	
	@media screen and (max-width: 768px) {
		.seal-subscription-page h1 {
			font-size:2em;
			margin:0 0 0 0;
		}
		/*
		.seal-tar {
			text-align:left;
		}*/
		
		/*
		.seal-tac {
			text-align:left;
		}
		*/
		/*
		.seal-flex-right {
			justify-content: start;
		}
		*/
		.seal-flex-sm-left {
			justify-content: start;
		}

		.seal-oneQuarter {
			margin-top:0.5em;
		}
		
		.seal-layout {
			margin-bottom: 1em;
		}
		
		.seal-sm-mt-1 {
			margin-top: 1em;
		}
		
		span.seal-sm-hide {
			display:none;
		}
		
		span.seal-sm-display {
			display:inline;
		}
	}
	
	@media screen and (max-width: 375px) {
		.seal-xs-full {
			flex: 1 1 calc(100% - 1em);
		}
	}
		
	
	.seal-separator {
		border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	}
	
	.seal-separator-top:not(:first-of-type) {
		border-top: 1px solid rgba(63, 63, 68, 0.1);
		margin-top: 1em;
	}
	.seal-separator-top-medium {
		border-top: 1px solid rgba(63, 63, 68, 0.1);
		margin-top: 0.5em;
		padding-top: 0.5em;
	}
	
	[data-editable-container] {
		position:relative;
	}
	
	[data-show-on-edit], [data-show-on-edit-flex] {
		display:none;
	}
	
	[data-edit-modal-content] {
		display:none;
	}
	
	[data-seal-country-dependent] {
		display:none;
	}
	
	.seal-editing [data-show-on-edit] {
		display:inline-block;
	}
	.seal-editing [data-show-on-edit-flex] {
		display:flex;
	}
	
	.seal-editing [data-hide-on-edit] {
		display:none;
	}
	
	[data-seal-items-count="0"] [data-remove-item], [data-seal-items-count="1"] [data-remove-item] {
		display:none;
	}
	
	.seal-input, input.seal-input[type="text"], input.seal-input[type="number"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		
		width:auto;
		color: inherit;
		background: inherit;
		padding: 0.5em;
		border: 1px solid rgb(144, 144, 144);
		border: 1px solid rgb(217, 217, 217);
		font-size:inherit;
		margin:0;
		border-radius:3px;
		line-height:1.6;
		box-shadow:none;
		box-sizing:border-box;
		height:auto;
	}
	
	.seal-input:focus {
		border-color: rgb(118, 118, 118);
	}
	
	textarea.seal-input {
		width:100%;
	}
	
	.seal-label {
		margin:0.25em 0;
	}
	
	.seal-input-form, input.seal-input-form[type="text"], input.seal-input-form[type="number"] {
		margin:0.25em 0;
	}
	
	.seal-input-small, input.seal-input-small[type="text"], input.seal-input-small[type="number"]  {
		width: 4em;
		height:auto !important;
	}
	
	.seal-edit-buttons-wrapper {
		position:absolute;
		top:0;
		right:0;
	}
	
	.seal-edit-button[data-action="cancel"] {
		margin-right:-0.2em;
	}
	
	.seal-edit-mode-by-default .seal-edit-button[data-action="cancel"] {
		display:none;
	}
	
	.sls-select, select.sls-select {
		margin-top: 10px;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		border-radius: 2px;
		max-width: 100%;
		font-size: 1em;
		padding: .445em 10px;
		line-height: 1.6;
		border: 1px solid #E3E3E3 !important;
		border: 1px solid rgb(217, 217, 217) !important;
		display: inline-block;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/img/app/dwn.svg);
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-color: #FFFFFF;
		padding-right: 28px;
		text-indent: 0.01px;
		text-overflow: "";
		cursor: pointer;
		background-size: auto;
		min-height: unset !important;
		height: auto;
		color: rgb(77, 77, 77);
		font-size:inherit;
		width:auto;
	}
	.sls-select.seal-tight {
		padding:0.2em 8px;
		padding-right: 28px;
	}
	select.sls-select::-ms-expand {
		display:none;
	}
	@media screen and (max-width: 554px) {
		.sls-select {
			font-size: 1em;
			font-size: 16px;
		}
	}
	
	/** Floating label CSS **/
	.seal-floating-label {
		position:relative;
	}
	.seal-floating-label .seal-input, .seal-floating-label input.seal-input[type="text"], .seal-floating-label input.seal-input[type="number"] {
		font-size:1em;
		padding: 1.2em 0 0.25em 0.5em;
		width:100%;
	}
	
	.seal-floating-label select.seal-input {
		max-width:100% !important;
	}
	
	.seal-floating-label label {
		position:absolute;
		transition: all .3s ease;
		font-size:0.95em !important;
		top:0.25em;
		left:0.5em;
		pointer-events: none;
		margin:0;
		padding:0;
		color:rgb(115, 115, 115);
		font-weight:normal !important;
		line-height:1.6;
		text-transform: none;
		letter-spacing: inherit !important;
		text-transform: inherit !important;
		width:auto;
	}
	/** End of floating label CSS **/
	
	.seal-button-back, .seal-button-back:hover {
		margin:0.5em 0.5em 0.5em 0;
		background: #1990C6 !important;
		background: #1990C6 !important;
		color: #FFFFFF !important;
		color: #FFFFFF  !important;
	}
	@media screen and (max-width: 1090px) {
		.seal-button-back, .seal-button-back:hover {
			margin:0.5em;
		}
	}
	
	.seal-subscription-page .card-icon {
		border-radius: 3px;
		height: 2.4em;
		width: 3.8em;
		border: .1rem solid rgb(223, 227, 232);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.seal-subscription-page div.card-icon:empty {
		display:block;
	}
	.seal-subscription-page .card-visa {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/visa.svg);
	}
	.seal-subscription-page .card-mastercard {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/mastercard.svg);
	}
	.seal-subscription-page .card-amex {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/american-express.svg);
	}
	.seal-subscription-page .card-jcb {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/jcb.svg);
	}
	.seal-subscription-page .card-discover {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/discover.svg);
	}
	.seal-subscription-page .card-diners-club {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/diners-club.svg);
	}
	.seal-subscription-page .seal-paypal {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/paypal-v2.svg);
	}
	
	.seal-subscription-page .seal-card-shoppay {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/shoppay.svg);
	}
	
	
	div.seal-loading:empty {
		display:block;
	}
	/*
	.seal-x-button {
		position:absolute;
		width:1em;
		height:1em;
		top:-.75em;
		right:-.75em;
		background: transparent;
		border-radius: 50%;
		cursor:pointer;
	}
	
	.seal-x-button:before, .seal-x-button:after {
		position: absolute;
		left: 0;
		content: "";
		height: 100%;
		top: 0;
		width: 2px;
		background-color: rgb(66, 75, 85);
	}
	.seal-x-button:before {
		transform: rotate(45deg);
	}
	.seal-x-button:after {
		transform: rotate(-45deg);
	}
	*/
	
	.seal-add-item-content {
		/*max-width:90vw;*/
		width:auto;
		max-height:90vh;
	}
	
	@media screen and (min-width: 560px) {
		#seal-add-item-modal {
			/*min-width:calc(500px + 1em + 1px);*/
			min-width:500px;
		}
		.seal-add-item-content {
			/*min-width:500px;*/
		}
	}
	
	#seal-add-item-products-list {
		position:relative;
		min-height:4em;
	}
	#seal-add-item-content .seal-loading {
		opacity:0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	
	#seal-add-item-content.seal-loading-active .seal-loading {
		opacity:1;
	}
	
	#seal-add-item-content.seal-loading-active #seal-add-item-inner-products-list {
		opacity:0;
	}
	
	.seal-close::after {
		transform: rotate(-45deg);
	}
	.seal-close::before, .seal-close::after {
		position: absolute;
		left: calc(16px - 1px);
		content: "";
		height: 20px;
		top: 8px;
		width: 2px;
		background-color: rgb(111, 111, 111);
	}
	.seal-close::before {
		transform: rotate(45deg);
	}
	.seal-close {
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		right: 0px;
		cursor: pointer;
		border: none;
		box-sizing: border-box;
		display:block;
	}
	.seal-close:empty {
		display:block;
	}
	
	
	.seal-pl-0 {
		padding-left:0;
	}
	
	.seal-mr-0 {
		margin-right:0;
	}
	
	.seal-ml-0 {
		margin-right:0;
	}
	
	.seal-pr-0 {
		padding-right:0;
	}
	
	
	.seal-mb-0 {
		margin-bottom:0;
	}
	
	.seal-pb-0 {
		padding-bottom:0;
	}
	
	.seal-mt-15 {
		margin-top:1.5em;
	}
	
	.seal-portal-hide {
		display:none;
	}
	
	.seal-flex-grow-2 {
		flex-grow:2;
	}
	
	#seal-subscription-loyalty-discounts-list-container {
		background:rgb(254, 216, 63);
		background: rgb(254, 216, 63);
		border: 4px solid rgba(255, 255, 255, 0.4);
		color: rgb(66, 75, 85);
		color: rgb(66,75,85);
	}
	
	#seal-subscription-loyalty-discounts-list-container h3 {
		color: rgb(66, 75, 85);
		color: rgb(66,75,85);
	}
	
	.seal-loyalty-discount-savings-badge {
		background-color: rgb(254, 216, 63);
		background-color: rgb(254, 216, 63);
		background-color: rgb(254, 216, 63);
		color: rgb(0, 0, 0);
		color: rgb(0, 0, 0);
		color: rgb(0, 0, 0);
		width: auto;
		border-radius: 2px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		text-transform: uppercase;
		font-size: 0.75em;
		letter-spacing: 1px;
		line-height: 2;
		padding: 0em 0.5em 0em 0.5em;
		margin-left: 1em;
		position: relative;
		display: inline-block;
		transform: rotate(5deg) translate(0, 2px);
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
	}
	
	.seal-loyalty-discount-savings-badge::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		width: 2em;
		left: calc(-2em + 1px);
		background: conic-gradient(transparent 45deg, rgb(254, 216, 63) 45deg 135deg, transparent 125deg 360deg);
		background: conic-gradient(transparent 45deg, rgb(254, 216, 63) 45deg 135deg, transparent 125deg 360deg);
		background-repeat: repeat;
		background-size: auto;
		background-size: 100% 51%;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	#seal-subscription-loyalty-discounts-list .seal-loyalty-discount-savings-badge {
		background:rgb(253, 224, 108);
		background:rgb(255, 231, 134);
		background: rgb(255, 231, 134);
		color: rgb(0,0,0);
	}
	
	#seal-subscription-loyalty-discounts-list .seal-loyalty-discount-savings-badge::before {
		background: conic-gradient(transparent 45deg, rgb(255, 231, 134) 45deg 135deg, transparent 125deg 360deg);
		background: conic-gradient(transparent 45deg, rgb(255, 231, 134) 45deg 135deg, transparent 125deg 360deg);
	}
	
	.seal-discount-applied-checkmark-overlay {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		height: 1.5em;
		display: block;
		background: white;
	}
	
	.seal-checkmark {
		width: auto;
		height: 1.5em;
		display: block;
		stroke-width: 3;
		stroke: rgb(70, 103, 167);
		stroke: RGB(70, 103, 167);
		margin: 0 auto;
	}
	
	/*----- CALENDAR ----*/
	
	#mc-btn__clear {
		display:none;
	}
	
	.mc-calendar--modal {
		font-size:16px;
		letter-spacing:initial;
	}
	
	.mc-calendar--modal .mc-display__day {
		font-size: clamp(1em,8vw,1.25em);
	}
	.mc-calendar--modal .mc-picker__header {
		font-size: clamp(1em,8vw,1.25em);
	}
	.mc-calendar--modal .mc-select__data {
		font-size: 1em;
	}
	.mc-calendar--modal .mc-select__data--month, .mc-calendar--modal .mc-select__data--month span {
		min-width: 5em;
		max-width: 6.25em;
	}
	
	.mc-calendar--modal .mc-select__data--year, .mc-calendar--modal .mc-select__data--year span {
		min-width: 3em;
		max-width: 3.5em;
	}
	
	.mc-calendar--modal .mc-select__data {
		height: calc(8vw + .25em);
		min-height: 1.75em;
		max-height: 2em;
	}
	
	.mc-calendar--modal .mc-display__date {
		font-size:clamp(5em,40vw,7em);
	}
	.mc-calendar--modal .mc-display__month {
		font-size:clamp(1.2em,9vw,1.5em);
	}
	.mc-calendar--modal .mc-display__year {
		font-size:clamp(2.4em,18vw,3em);
	}
	
	.mc-calendar--modal .mc-display h1, .mc-calendar--modal .mc-display h2, .mc-calendar--modal .mc-display h3, .mc-calendar--modal .mc-display h4 {
		font-family:inherit;
		font-weight: normal;
		letter-spacing:initial;
	}
	
	
	.seal-variant-image {
		max-width:64px;
		object-fir:cover;
		object-fit: cover;
		border-radius: 3px;
		margin-right: 0.8em;
		border: 1px solid gray;
		min-width: 64px;
		background: rgba(128, 128, 128, 0.11);
	}
	
	.seal-one-time-purchase-label {		
		background: rgb(255, 255, 0);
		color: rgb(80, 89, 98);
		padding: 0.5em;
		margin-top: 0.5em;
		display: inline-block;
	}
	
	.seal-button-disabled {
		cursor: not-allowed;
		opacity:0.5;
	}
	
	@media screen and (max-width: 768px) {
		.seal-billing-attempts .seal-layout {
			margin-bottom:0;
		}
	}
	
	.mc-btn {
		width: auto;
		height: auto;
	}
	
	.mc-picker button {
		width:auto;
	}

@media screen and (max-width: 768px) {
	.seal-oneThird {
		flex:1 1 32em;
		margin: 1em 0 0 1em;
	}
	.seal-layout {
		margin: -1em -1em 0 -1em;
	}
}

