.image.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image.background-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.image.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}

.image.background-top-left {
	background-position: top left;
	background-repeat: no-repeat;
}

.full-size {
	width: 100%;
	height: 100%;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.centered-block {
	margin: auto;
}

.absolute-container {
	position: relative;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.absolute-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.absolute-for-transform {
	position: absolute;
	left: 0;
	top: 0;
}

.absolute-right {
	position: absolute;
	right: 0;
}

.no-pointer-events {
	pointer-events: none;
}

.all-pointer-events {
	pointer-events: all;
}

.cursor-pointer {
	cursor: pointer;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.no-overflow {
	overflow: hidden;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.hidden-space {
	width: 0;
	display: inline-block;
}

.layer-order-high {
	z-index: 3;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.border-box-sizing {
	box-sizing: border-box;
}

a.custom-styled-link {
	text-decoration: none;
	color: inherit;
}.flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink0 {
	flex-shrink: 0;
}

.flex-row.justify-between,
.flex-column.justify-between {
	justify-content: space-between;
}

.flex.justify-center,
.flex-row.justify-center,
.flex-column.justify-center {
	justify-content: center;
}

.flex-row.justify-end,
.flex-column.justify-end {
	justify-content: flex-end;
}

.flex-row.vertically-center-items {
	align-items: center;
}

.flex-row.align-items-end {
	align-items: flex-end;
}

.flex-row .flex-row-item {
	
}

.flex-row .flex-row-item:first-of-type {
	margin-left: 0rem;
}

.flex-row .flex-row-item:last-of-type {
	margin-right: 0rem;
}

.flex-row.singles > .flex-row-item {
	width: 100%;
}

.flex-row.halfs > .flex-row-item {
	width: 50%;
}

.flex-row > .flex-row-item.half {
	width: 50%;
}

.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
	width: 33.33%;
}

.flex-row.quarters > .flex-row-item {
	width: 25%;
}

.flex-row > .flex-row-item.quarter {
	width: 25%;
}

.flex-column.halfs > .flex-column-item {
	height: 50%;
}

.flex-row .flex-row-item .reset-flex-row-item-size .flex-row-item {
	width: initial;
}

.flex-column.all-grow .flex-column-item {
	height: 0%;
}

.flex-column .flex-column-item:first-of-type {
	margin-top: 0rem;
}

.flex-column .flex-column-item:last-of-type {
	margin-bottom: 0rem;
}

.flex-vertical-line {
	width: 0.1rem;
	flex-grow: 0;
	flex-shrink: 0;
}

.flex-horizontal-line {
	height: 0.1rem;
	flex-grow: 0;
	flex-shrink: 0;
}

.flex-no-resize {
	flex-grow: 0;
	flex-shrink: 0;
}

.flex-resize {
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-90 {
	width: 90%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-80 {
	width: 80%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-70 {
	width: 70%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-60 {
	width: 60%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-50 {
	width: 50%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-40 {
	width: 40%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-30 {
	width: 30%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-25 {
	width: 25%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-20 {
	width: 20%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row-item.width-10 {
	width: 10%;
	flex-grow: 1;
	flex-shrink: 1;
}

.flex-row.align-end .flex-row-item {
	align-self: flex-end;
}

.flex-row.uniform-item > .flex-row-item {
	width: 1%;
	flex-grow: 1;
	flex-shrink: 1;
}

.centered-cell-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-column-desktop {
	display: flex
}

.flex-row-desktop {
	display: flex;
	flex-direction: column;
}

.align-items-mobile {
	align-items: center;
}

@media (min-width: 800px) {
	.flex-column-desktop {
		flex-direction: column;
	}

	.flex-row-desktop {
		flex-direction: row;
	}
	
	.align-items-mobile {
		align-items: normal;
	}
}

.flex-grow-1 {
	flex-grow: 1;
}

.flex-mobile-row {
	display: flex;
	flex-direction: row;
}

.flex-mobile-wrap {
	flex-wrap: wrap;
}

@media (min-width: 600px) {
	.flex-mobile-row {
		display: flex;
		flex-direction: column;
	}

	.flex-mobile-wrap {
		flex-wrap: nowrap;
	}
}

@media(min-width: 1024px) {
	.flex-desktop {
		display: flex;
	}
}

.align-items-start {
	align-items: flex-start;
}

.flex-basis-130 {
	flex: 0 0 13rem;
}

.justify-evenly {
	justify-content: space-evenly;
}

.align-self-end {
	align-self: flex-end;
}

.content-space-between {
	justify-content: space-between;
}

.flex-row.align-items-baseline {
	align-items: baseline;
}.inline-list {
	
}

.inline-list .inline-list-item {
	display: inline-block;
}

.inline-list .inline-list-item:first-of-type {
	margin-left: 0rem;
}

.inline-list .inline-list-item:last-of-type {
	margin-right: 0rem;
}

.row-list {
	
}

.row-list .row-list-item {
	
}

.row-list .row-list-item:first-of-type {
	margin-top: 0rem;
}

.row-list .row-list-item:last-of-type {
	margin-bottom: 0rem;
}

.inline-list .row-list-item {
	display: inline-block;
}

.row-list .row-list-item:first-of-type {
	margin-top: 0rem;
}

.row-list .row-list-item:last-of-type {
	margin-bottom: 0rem;
}.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.vertical-text-top {
	vertical-align: text-top;
}

.font-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
}.border-box {
	border-width: 0.1rem;
	border-style: solid;
	border-color: #333333;
}form.woocommerce-checkout .woo-gray-box {
	background-color: #FFFFFF !important;
}

form.woocommerce-checkout #customer_details {
	background-color: #FFFFFF !important;
}

form.woocommerce-checkout #customer_details label {
	color: #111;
}.flex-row.small-item-spacing > .flex-row-item {
	margin-left: 10px;
	margin-right: 10px;
}

.flex-row.small-item-spacing > .flex-row-item:first-of-type {
	margin-left: 0rem;
}

.flex-row.small-item-spacing > .flex-row-item:last-of-type {
	margin-right: 0rem;
}

.spacing.small {
	height: 10px;
}

.spacing.standard {
	height: 20px;
}