.seal-mb-1 {
		margin-bottom:1em;
	}
	
	.seal-mb-075 {
		margin-bottom:0.75em;
	}
	
	.seal-mr-05 {
		margin-right:.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-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-subscription-page h1 {
		font-size:2em;
		margin:0 0 1em 0;
		color:rgb(66, 75, 85);
		color: #424b55;
		text-align:left;
	}
	
	.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;
	}
	
	.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;
	}
	
	.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-right a, .seal-flex-right span {
		display: flex;
	}
	
	.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:#738063;
		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:#738063;
	}
	
	.seal-button-plain-red {
		background:none;
		color:#DE3618;
		color:#DE3618;
	}
	
	.seal-button-red, #seal-unsubscribe-button {
		background:#DE3618;
		background:#DE3618;
		color: rgb(255,255,255);
		color: #FFFFFF;
	}
	
	#seal-reactivate-button {
		color: rgb(255,255,255);
		color: #FFFFFF;
		background:#1990C6;
		background:#738063;
	}
	
	
	#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:#738063;
	}
	
	
	/* 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;
		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%;
		}	
	}
	
	/* 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;
	}
	
	#seal-alert-overlay .message {
		font-size:1em;
		margin-bottom:1em;
	}
	
	#seal-alert-box {
		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%);
	}
	
	@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);
	}
	
	@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-button-plain.seal-loading::after {
		border:2px solid #1990C6;
		border:2px solid #738063;
		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;
	}
	
	.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);
	}
	
	.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;
	}
	
	.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;
		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;
		top:0.25em;
		left:0.5em;
		pointer-events: none;
		margin:0;
		padding:0;
		color:rgb(115, 115, 115);
		font-weight:normal;
		line-height:1.6;
		text-transform: none;
	}
	/** End of floating label CSS **/
	
	.seal-button-back, .seal-button-back:hover {
		margin:0.5em 0.5em 0.5em 0;
		background: #1990C6 !important;
		background: #738063 !important;
		color: #FFFFFF !important;
		color: #FFFFFF  !important;
	}
	@media screen and (max-width: 1090px) {
		.seal-button-back, .seal-button-back:hover {
			margin:0.5em;
		}
	}
	
	.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;
	}
	.card-visa {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/visa.svg);
	}
	.card-mastercard {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/mastercard.svg);
	}
	.card-amex {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/american-express.svg);
	}
	.card-jcb {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/jcb.svg);
	}
	.card-discover {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/discover.svg);
	}
	.card-diners-club {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/diners-club.svg);
	}
	.seal-paypal {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/paypal.svg);
	}
	
	.seal-card-shoppay {
		background-image: url(https://cdn-app.sealsubscriptions.com/shopify/public/proxy/img/cards/shoppay.svg);
	}
	
	/*
	.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;
	}
	
	
	
	.seal-mr-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;
	}
