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

.ui-dialog {
	max-width: 96%;
	border-radius: var(--border-radius-lg);
}
.ui-widget {
	font-family: var(--font-family);
	font-size: 1.3rem;
}
.ui-widget-overlay {
	background-color: #000;
	opacity: .5 !important;
	filter: Alpha(Opacity=50) !important;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: center !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	padding: 1rem 1.6rem !important;
	min-width: 120px;
	margin: 0.5rem 3rem 0.5rem 0;
	background-color: var(--btn-primary-bg-color);
	border: none;
	border-radius: var(--border-radius-sm);
	color: var(--btn-primary-text-color);
	outline: 0;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
	margin-right: 0;
}
.ui-dialog .ui-dialog-title {
	font-size: 1.6rem;
	white-space: normal;
}
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar-close {
	border:none !important;
	background: none !important;
	text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close {
	font-size:0;
}
/* Override the font size so UI won't be zoomed in on mobile browser */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: var(--font-size-base);
}

div.spinner-overlay-bg {
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	top:0;
	left:0;
	z-index:1000;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
div.spinner-overlay {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-image: url(//cdn.simplytoimpress.com/images/loadingwheel.svg);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 20% !important;
	/*opacity:0;*/

	-webkit-animation: fadein .5s 0.5s forwards; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .5s 0.5s forwards; /* Firefox < 16 */
	-ms-animation: fadein .5s 0.5s forwards; /* Internet Explorer */
	-o-animation: fadein .5s 0.5s forwards; /* Opera < 12.1 */
	animation: fadein .5s 0.5s forwards;
}

div.spinner-overlay.white {
	background-image: url(//cdn.simplytoimpress.com/images/loadingwheel-white.svg);
}
div.spinner-overlay.small {
	position:fixed;
	width: 300px;
	height: 50px;
	left: calc(50% - 150px);
	top: calc(50% - 150px);

	-webkit-animation: fadein 0s 0s forwards; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 0s 0s forwards; /* Firefox < 16 */
	-ms-animation: fadein 0s 0s forwards; /* Internet Explorer */
	-o-animation: fadein 0s 0s forwards; /* Opera < 12.1 */
	animation: fadein 0s 0s forwards;
}

.ui-dialog.medium-font .ui-dialog-title {
	font-size: 1.8rem;
}
.ui-dialog.medium-font .ui-dialog-content,
#showAlert,
#showConfirm {
	font-size: 1.6rem;
	line-height: 1.5;
}
#showAlert a,
#showConfirm a {
	text-decoration: underline;
}
#showAlert a:hover,
#showConfirm a:hover {
	color: var(--link-color-primary);
}

.promo_code_remove_link {
	text-decoration: underline;
}

.verify_guest_email_message {
	padding: 2rem;
	font-size: 1.6rem;
	max-width: 114rem;
	margin: 0 auto;
}
.verify_guest_email_message h2 {
	margin-bottom: 2rem;
}
.verify_guest_email_message a {
	text-decoration: underline;
}
.llane .order-btn {
	font-size: 1.6rem;
}

/* This should exists component but quickfilter.js use this style as well */
.component-price {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
}

.card_banner.category_thunmbs_banner .card-banner-wrapper .card-banner-main {
	display: none;
}

@media (min-width: 576px) {
	#section-co-workers {
		padding: 0 calc(6% + 3rem);
	}
	#section-co-workers .card-container {
		margin-left: 6rem;
	}
}
@media (min-width: 1900px) {
	#section-co-workers .card-container .card-content .card-header {
		font-size: 5.5rem;
	}
	#section-co-workers .card-container .card-content .card-footer .g-btn {
		width: 35rem;
	}
}