@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;
	border: none;
	padding: 0.3rem 0 2rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	padding: 1.5rem 3rem !important;
	min-width: 120px;
	margin: 0.5rem 1rem 0.5rem 0;
	background-color: var(--btn-primary-bg-color);
	border: none;
	border-radius: var(--btn-border-radius);
	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;
	width: 100%;
}
.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;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: none;
}
/* 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;
}

.ui-dialog.large-font .ui-dialog-content {
	font-size: 2rem !important;
	font-family: var(--font-family-heading);
	color: var(--text-color-secondary);
	font-weight: var(--font-weight-semibold);
	text-align: center;
}

#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;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.component-price.with_price_comp_value {
	justify-content: flex-start;
}
.component-price.with_price_comp_value .text-comp-value{
	flex-grow: 0;
}

.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;
	}
}
@supports (-webkit-touch-callout: none) {
	a img {
		cursor: pointer;
	}
}

/**comp-value start**/
.text-comp-value {
	color: var(--text-color-price-strike);
	font-weight: var(--font-weight-medium);
	white-space: nowrap;
	margin-left: 0.3rem;
	font-size: 1.2rem;
	text-transform: capitalize;
}
.container-mini-cart .text-comp-value.col {
	margin-left: 0.3rem !important;
	font-size: 0.8rem;
}
.details_page .component-price .col.space {
	display: none;
}
.details_page .product-info .component-price .message-tip,
.details_page.detail_ucd .container-qty #price-container .message-tip {
	color: var(--text-color-title);
	width: 28rem;
	text-align: center;
}

.container-pdp-details .container-you-may-like .text-comp-value,
.container-you-may-like .text-comp-value {
	font-size: 0.8rem;
}
.container-projects-in-work .container-price {
	min-width: 20rem;
}
.container-projects-in-work .component-price .sale-price.with_price_comp_value,
.container-projects-in-work .component-price .text-comp-value
{
	font-size: 1.2rem;
}
html[ms-theme=default] .container-projects-in-work .container-price .original-price.with_price_comp_value
{
	font-size: 1.2rem;
}
@media (min-width:1420px) and (max-width: 1900px) {
	html[ms-theme=default] .container-cart-items .container-price .sale-price.with_price_comp_value,
	html[ms-theme=default] .container-cart-items .container-price .original-price.with_price_comp_value,
	html[ms-theme=default] .container-cart-items .container-price .text-comp-value {
		font-size: 1rem;
	}
}
@media (min-width:576px) and (max-width: 1420px) {
	html[ms-theme=default] .container-cart-items .container-price .sale-price.with_price_comp_value,
	html[ms-theme=default] .container-cart-items .container-price .original-price.with_price_comp_value,
	html[ms-theme=default] .container-cart-items .container-price .text-comp-value
	{
		font-size: 0.6rem;
	}
}
@media (max-width: 576px) {
	html[ms-theme=default] .product-card .card-item-price {
		font-size: 1.2rem;
		margin-left: 0.3rem;
	}

	html[ms-theme=default] .product-card .card-item-price.has-discount .price-retailer,
	html[ms-theme=default] .container-projects-in-work .container-price .original-price.with_price_comp_value,
	html[ms-theme=default] .favorite-modules .design-thumb-container .sale-price.with_price_comp_value,
	html[ms-theme=default] .favorite-modules .original-price.with_price_comp_value
	{
		font-size: 1rem;
	}
	html[ms-theme=default] #category_thumb_wrapper .page-container .category_thumb .thumb_description .g-text-decoration-linethrough,
	html[ms-theme=default] #category_thumb_wrapper .page-container .category_thumb .thumb_description .highlight-alap
	{
		font-size: 1.2rem;
	}
	html[ms-theme=default] .favorite-modules .design-thumb-container .text-comp-value
	{
		font-size: 0.7rem;
	}
}


@media (min-width:576px) and (max-width: 1420px) {
	.container-you-may-like .sale-price.with_price_comp_value,
	.container-you-may-like .original-price.with_price_comp_value
	{
		font-size: 1rem;
	}
}
@media (max-width: 576px) {
	.container-projects-in-work .component-price.with_price_comp_value {
		justify-content: flex-end;
		width: 130%;
	}
	
    .details_page .tier-product-price {
		display: flex;
		justify-content: flex-start;
	}
    .details_page .tier-product-price .component-price.with_price_comp_value{
        justify-content: flex-end;
        margin: 0 0 0 1rem;
		display: flex;
	}
	.container-projects-in-work .component-price .sale-price.with_price_comp_value,
	.container-projects-in-work .product-price .original-price.with_price_comp_value,
	.container-projects-in-work .component-price .text-comp-value
	{
		font-size: 1rem;
	}
	.card-item-description,
	#category_thumb_wrapper .page-container .category_thumb .thumb_description .highlight-alap,
	.container-you-may-like .design-price .original-price.g-text-decoration-linethrough,
	.container-you-may-like .design-price .sale-price,
	.favorite-modules .design-thumb-container .sale-price
	{
		font-size: 1.2rem;
		margin-left: 0.3rem;
	}
	#category_thumb_wrapper .page-container .category_thumb .thumb_description .g-text-decoration-linethrough,
	.favorite-modules .original-price {
		font-size: 1.2rem;
	}
	.product-card.deals{
		padding: min(2vw,1.5vw) !important;
	}
	.ml5, .ml-5 {
		margin-left: 0.25rem !important;
	}
	.text-comp-value{
		font-size: 0.6rem;
		margin-left: 0.25rem;
	}
	.container-pdp-details .text-comp-value,
	.container-cart .component-price .text-comp-value,
	.top-picked-products .text-comp-value,
	.deal-of-the-day .text-comp-value
	{
		font-size: 1rem;
	}
	#cardThumbnailsContainer .text-comp-value,
	.search-results .text-comp-value,
	.container-favorites .text-comp-value
	{
		font-size: 0.8rem;
	}
	.container-you-may-like .container-designs .container-design{
		width: 45%;
	}
	.product-card .card-item-price {
		flex-wrap: nowrap;
	}
	.container-cart-items  .component-price {
		flex-wrap: nowrap;
	}
	.container-projects-in-work .text-comp-value {
		text-align: right;
	}
	.container-cart-item-addon {
		padding-bottom: 2rem;
	}
	.container-cart-item-addon .container-quantity {
		position: relative;
		top: 2rem;
	}
	#order_confirm_container .component-price .original-price.with_price_comp_value,
	#order_confirm_container .component-price .sale-price.with_price_comp_value{
		font-size: 3.5vw;
	}
	.container-cart-item-addon {
		padding-bottom: 2rem;
	}
	.container-cart-item-addon .container-quantity {
		position: relative;
		top: 2rem;
	}

}

.container-mini-cart .text-comp-value.col {
	margin-left: 0.3rem;
	font-size: 0.8rem;
}
.org-and-sale-price {
	display: inline-flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	text-align: center;
	align-items: center;
}
/**comp-value end**/

/* Checkout */
.checkout-wrapper-container .checkout-step-container {
	margin: 3.2rem 0;
}

/* Checkout END */
@media (min-width: 576px) {
	.favorites-page .account-content-wrapper,
	.account-page .account-content-wrapper {
		padding: 0 1.6rem;
		flex: 0 0 70%;
	}
}
@media (min-width: 576px) {
	.favorites-page .account-content-wrapper,
	.account-page .account-content-wrapper {
		padding: 0 1.6rem;
		flex: 1 0 0;
	}
}

.feature-line-list .feature-line-item .feature-product-container .feature-product .product-info .component-price .text-comp-value {
	font-size: 1rem;
	margin-left: 0.2rem;
}
.order-products-panel .feature-line-list .feature-product .product-summary .quantity {
	margin-left: 1rem !important;
}

#order_confirm_container .component-price .sale-price {
	color: var(--color-highlight-darken);
	font: var(--text-font-base);
	font-weight: bold;
	font-size: 1.6rem;
}

#order_confirm_container .component-price .original-price {
	text-decoration: line-through;
	font: var(--text-font-base);
	color: var(--text-color-default);
	font-size: 1.6rem;
}
.cart-item-price{
	text-align: center;
}
.container-designs .design-image {
	position: relative;
}
.container-designs .designs-tag-new span {
	background: #6076b9;
	bottom: 0;
	color: #ffffff;
	font-size: 1.2rem;
	left: 0;
	line-height: 1.7rem;
	padding: 0 .3rem;
	/*position: absolute;*/
}

.stackable-image-container img:not(.base-image) {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
}
