<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo-header {
	text-align: center;
	margin-top:20px;
	margin-bottom: 15px;
}

.bookingLoginForm {
	width: 360px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-left: auto;
	margin-right: auto;
}

.bookingLoginForm__title {
	font-family: "Poppins", San-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #112437;
}


@media screen and (min-width: 200px) and (max-width: 500px) {
	.logo-header img { width: 70%; }
	.bookingLoginForm {
		width: 100%;
	}
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}

.nav-bars-style { 
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background: #FFF;
	border-left-width: 0px;
	border-right-width: 0px;
	
	border-radius: 0px !important;
	
	
	font-family: "Open Sans", sans-serif;
	
}
.navbar-default.nav-bars-style .navbar-nav&gt;li&gt;a:hover, .navbar-default.nav-bars-style .navbar-nav&gt;li&gt;a:focus {
	color: #FFF;
	background-color: #222222;
	margin: -5px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-last {
	margin-right: -30px;
}


#cartButton:before {
	content: "";
	border-left: solid 1px #eee;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
#cartButton .badge {
	background-color: #3071a9 !important;
}

.session-module {
	min-height: 120px;
}
.session-module .header-text { 
	float: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.session-module .price-text { 
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.session-module .btn-primary {
	color: #B8B8B8;
	background-color: transparent;
	border-color: #B8B8B8;
	border-radius: 0px !important;
	border-width: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px !important;
	font-family: "Open Sans", sans-serif;
}
.session-module .btn-primary:hover, .session-module .btn-primary:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.session-module .btn-primary.active {
	color: #FFF !important;
	background-color: #3071a9 !important;
	border-color: #285e8e !important;
	border-radius: 0px !important;
	border-width: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px !important;
	font-family: "Open Sans", sans-serif;
}

.session-image { width: 100%; }
/*
.session-image-link:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.session-image-link:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
}
*/


.right { float: right; }
.hidden { display: none; }

.cart-menu{ width: 425px; }

.successful {
	color: white;
	padding: 6px 8px 6px 32px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #87ba17 url(/admin/icons/green-background.png) repeat-x;
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a7cf34), to(#87ba17));
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, -webkit-linear-gradient(top, #a7cf34, #87ba17);
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, -moz-linear-gradient(top, #a7cf34, #87ba17);
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, -ms-linear-gradient(top, #a7cf34, #87ba17);
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, -o-linear-gradient(top, #a7cf34, #87ba17);
	background: url(/admin/icons/ok-white.png) 10px center no-repeat, linear-gradient(top, #a7cf34, #87ba17);
	border: 1px solid #6d960c;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
}

#datepickerForServices { 
	width: 225px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
}
.Zebra_DatePicker {
	position: relative !important;
}
.Zebra_DatePicker td.dp_selected {
	background: #31b0d5 !important;
	color: #FFF !important;
}
.Zebra_DatePicker .dp_header {
	width: 100% !important;
}
.Zebra_DatePicker .dp_footer {
	width: 100% !important;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	width: 100% !important;
}



.jumbotron {
	min-height: 400px; /* 360px; */
}


@media (min-width: 851px) {
	.timeslotHolder {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		padding: 0 24px;
		width: 65%;
	}
}



@media screen and (min-width: 200px) and (max-width: 500px) {
	.timeslotHolder { 
		margin-left: 15px;
		float: left;
		width: 100%;
	}
	.jumbotron {
		min-height: 100px;
	}
}
@media screen and (min-width: 350px) and (max-width: 400px) {
	.jumbotron {
		min-height: 110px;
	}
}
@media screen and (min-width: 401px) and (max-width: 450px) {
	.jumbotron {
		min-height: 120px;
	}
}
@media screen and (min-width: 451px) and (max-width: 500px) {
	.jumbotron {
		min-height: 130px;
	}
}

.timeslotChooseText  {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #101828;
}





@media screen and (min-width: 500px) and (max-width: 850px) {
	.timeslotHolder {
		margin-left: 20px;
		float: left;
		width: 55%;
	}
	.jumbotron {
		min-height: 260px;
	}
}

@media (min-width: 768px) {
	.jumbotron {
		min-height: 250px;
	}
}
@media (min-width: 992px) {
	.jumbotron {
		min-height: 330px;
	}
}

@media (min-width: 1200px) {
	.jumbotron {
		min-height: 400px;
	}
}


#timeslotLoading {
	float: left;
	margin-left: 20px;
	font-weight: bold;
	font-size: 11px !important;
	font-family: "Open Sans", sans-serif;
}

.timeslotHolder .btn-info {
	color: #5bc0de;
	background-color: transparent;
	border-color: #46b8da;
	border-radius: 0px !important;
	border-width: 2px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 11px !important;
	font-family: "Open Sans", sans-serif;
	margin: 2px;
}
.timeslotHolder .btn-info:hover, .timeslotHolder .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.checkout-login {
	display: flex;
}

.checkout-login-column {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-right: 24px;
	padding-left: 24px;
}

@media (max-width: 768px) {
	.checkout-login {
		flex-direction: column;
	}

	.checkout-login-column {
		width: 100%;
	}
}

.checkout-login-column__title {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #112437;
}

.checkout-login-column__subtitle {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #475467;
}

.checkout-login__form{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.checkout-forget__form {
	display: none;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	justify-content: flex-end;
}

.checkout-forget__form .form-actions {
	display: flex;
	justify-content: space-between;
}

.checkout-login__section {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.checkout-login__label {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #324A64;
}

.checkout-login__forget-password {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #475467;
}


.continueAsGuest {
	/*
	float: left;
	height: 425px;
	padding: 0 35px 0 85px;
	width: 48%;
	*/
}
/*.continueAsGuest p {*/
/*	color: #727376;*/
/*	font-weight: bold;*/
/*	font-size: 12px;*/
/*}*/
/*.existingCustomer {*/
/*	border-left: 2px solid #E6E7E9;*/
/*	!**/
/*	float: left;*/
/*	height: auto;*/
/*	padding: 0 15px 0 75px;*/
/*	width: 48%;*/
/*	min-height: 425px;*/
/*	*!*/
/*}*/
/*.existingCustomer p {*/
/*	color: #727376;*/
/*	font-weight: bold;*/
/*	font-size: 12px;*/
/*}*/
/*.existingCustomer label {*/
/*	color: #000;*/
/*	font-size: 13px;*/
/*	font-weight: bold;*/
/*	display: block;*/
/*}*/
/*.existingCustomer .smaller {*/
/*	color: #999;*/
/*	font-size: 12px;*/
/*	font-weight: normal;*/
/*}*/


.breadcrumb .active {
	background: url("//www.pixifi.com/images/bullet_green.png") no-repeat scroll -3px 1px Transparent;
	color: #000000;
	font: bold 16px/30px Arial,Helvetica,sans-serif !important;
	padding-left: 15px;
}
.breadcrumb .normal {
	background: url("//www.pixifi.com/images/tick.png") no-repeat scroll 0px 1px Transparent;
	color: #000000;
	font: normal 14px/30px Arial,Helvetica,sans-serif !important;
	padding-left: 20px;
}
.breadcrumb .disabled {
	background: url("//www.pixifi.com/images/bullet_black.png") no-repeat scroll -3px 1px Transparent;
	color: #9B9B9B;
	font: 14px/30px Arial,Helvetica,sans-serif;
	padding-left: 15px;
}
@media screen and (min-width: 200px) and (max-width: 500px) {
	.breadcrumb .active {
		font: bold 12px/30px Arial,Helvetica,sans-serif !important;
	}
	.breadcrumb .normal {
		font: normal 11px/30px Arial,Helvetica,sans-serif !important;
	}
	.breadcrumb .disabled {
		font: 11px/30px Arial,Helvetica,sans-serif;
	}
}



@media screen and (min-width: 200px) and (max-width: 500px) {
	.width225 {	width: 50% !important;	}
	.width225 .cmf-skinned-select {
		width: 170px !important;
	}
	input#firstName {	width: 120px;	}
	input#lastName {	width: 120px;	}
	input#phone {	width: 200px;	}
	input#email {	width: 200px;	}
	input#address {	width: 200px;	}
	input#address1 {	width: 200px;	}
	input#city {	width: 120px;	}
	input#username {	width: 150px;	}
	input#password {	width: 150px;	}
}




/* Top Cart Styles */
.topCartDIV {
    background-color: #FEFEFE;
    border: 1px solid #CACACA;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    position: absolute;
    float: right;
    top: 31px;
    width: 425px; /*330px; */
    z-index: 99;
    right: 0px;
    
    border-radius: 6px;
	-webkit-border-raduis: 6px;
	-moz-border-raduis: 6px;
}

.top-cart-details-content {
	margin: 0;
    padding: 15px 20px 20px;
}

.top-cart-details-content #top-count-product {
    border-bottom: 1px dotted #666666;
    color: #333333; /* #AAAAAA; */
    display: block;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 8px;
    text-align: right;
    text-transform: uppercase;
}

ul#top-productInCart {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#top-productInCart h3 {
    border-bottom: 1px dotted #666666;
    color: #666666;
    padding-top: 8px;
    font-size: 12px;
}


ul#top-productInCart li {
    background: url("/admin/icons/topc.jpg") repeat-y scroll right top #555555;
    border: 1px solid #3A3A3A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #CACACA;
    font-size: 11px;
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    padding: 5px 10px;
    position: relative;
}

ul#top-productInCart li .topcart-productname , .topcart-productname {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 50%;
}

/* added on [08.27.20] : TH */
.topcart-pricechange-name {
	display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 50%;
    padding-left: 10px;
    font-size: 12px;
}
.topcart-pricechange-price {
	display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 85px;
    float: right;
}



.topcart-productname .smallText {
	color: #A1A1A1;
}

ul#top-productInCart div .topcart-productcost , .topcart-productcost {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 85px;
    float: right;
}

.topcart-date {
	font-size: 11px;
}
.topcart-timeslot {
	font-size: 11px;
}
.subTotalSeparator {
	border-top: 1px dotted #666666;
    height: 15px;
    margin-top: 10px;
}
.top-cart-details-content .topcart-buttons {
    border-top: 1px dotted #666666;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0 0;
}
.topcart-buttons a.topcart-empty {
    background: url("/admin/icons/basket_delete.png") no-repeat scroll left center transparent;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 25px;
}
.topcart-buttons a.topcart-checkout {	    
    float: right;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;	    
}

ul#top-productInCart div {
	position: relative;
}

ul#top-productInCart div a.topcart_delete_per {
    background: url("/admin/icons/bullet_cross.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 3px;
    width: 20px;
}
ul#top-productInCart div:hover &gt; a.topcart_delete_per {
    display: block;
}

.top-cart-details-content .topcart-totaltext {
    color: #333333;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 8px 0 0;
    text-align: right;;
    float: right;
    width: 147px;
}
.top-cart-details-content #topcart-totalvalue {
    color: #333333;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 8px 0 0;
    text-align: right;
    float: right;
    width: 78px;
}
.top-cart-details-content .topcart-excludetext {
    display: block;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}

/* Info Form */
.informationForm {
	/*
	float: left;
	width: 550px;
	position: relative;
	*/
	border-right: 2px solid #E6E7E9;
}
.informationForm label {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.informationForm .smaller {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.formRow {
	margin: 10px 0 15px 0;
}
.width225 {
	display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
}
.width450{
	display: inline;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 450px;
}
.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 0px solid #D6D6D6;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.textBlock {
	color: #000000;
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url("/admin/images/txt.gif") repeat-x scroll 0 0 #FFF;
	border:1px solid #999999;
	padding:5px 2px;
}

.textBlock.error {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
}
.textBlock.blur {
	color: #999;
}

.textBlock.readOnly {
	color: #CACACA;
	border: 1px solid #CACACA;
}
select.styled{width:200px;height:16px;cursor:pointer}
.cmf-skinned-select{float:left;padding:7px;display:block;margin-right:5px;border:1px solid #bbb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#fff url('/admin/images/combobox_thumb.jpg') center right no-repeat!important}
.cmf-skinned-select.error {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
	box-shadow: inset 0 0 0 1px rgba(255, 30, 0, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 51, 51, 0.75);
}


/*.cmf-skinned-select:hover{background:url('/admin/images/combobox_thumb_hover.jpg') center right no-repeat}*/
.cmf-skinned-text{padding:5px 7px;font-family:"Lucida Grande",Verdana,sans-serif;font-size:14px;color:#333;overflow:hidden;display:block;
	height: 25px!important;	/*height: 28px!important; */
	margin-right:30px
}

.failure {
	padding: 6px 8px 6px 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #931a03;
	color: white;
	background: #d52607 url(/admin/icons/red-background.png) repeat-x;
	/*-webkit-background-size: 100% 100%; 
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;*/
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e24913), to(#d52607));
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -webkit-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -moz-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -ms-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, -o-linear-gradient(top, #e24913, #d52607);
	background: url(/admin/icons/caution-white.png) 10px center no-repeat, linear-gradient(top, #e24913, #d52607);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 5px rgba(0, 0, 0, 0.4);
}
.clearSmall { display: inline-block; height: 0px; overflow:hidden; clear: right; font-size: 0; }
.normalThinRowStyle {
	padding: 5px;
	display: block;	
	background-color: transparent;
}
.alternateThinRowStyle {
	padding: 5px;
	display: block;
	background: #F9F9F9;
	border: solid 1px #D6D6D6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.alternateThinRowStyleLight {
	padding: 5px;
	display: block;	
	background: #F9F9F9;
	border: solid 1px #D6D6D6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



/* Overview Box */
.cartOverviewDIV {
	/*
	float: right; 
	width: 40%;
	*/ /*350px; */
}
.spcBoxOrderSummary {
    float: right;
    margin-right: 17px;
    position: relative;
    width: 95%; /*260px;*/
}

body .spcBox, body .spcBox input, body .spcBox select, body .spcBox textarea {
    font-size: 13px;
}
.spcBoxOrderSummary {
    border: 0 none;
    margin-bottom: 15px;
}
.spcBoxGray {
    background: none repeat scroll 0 0 #FFFFFF;
}
.spcBox {
    margin-bottom: 25px;
}
.spcBoxRow {
	clear: both;
}
.spcBoxContent {
}
.booking-pages-custom-fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.spcBoxOrderSummary .spcBoxBorder {
    border: 5px solid #EFEFEF;
}
.spcBoxOrderSummary .spcBoxHeader {
    background: none repeat scroll 0 0 #EFEFEF;
}
.spcBoxOrderSummary .spcBoxHeader h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 1px 0 6px 15px;
    margin: 0;
    color: #000;
}
.spcOrderTotal {
	float: left;
	width: 100%;
	text-align: left;	
	border-top: 1px solid #E6E7E9;
	padding-top: 5px;
	margin-top: 5px;
}

.spcOrderTotal .orderTotalBottom {
	float: left;
	text-align: left;
}
.spcOrderTotal .finalAmount {
	color: #333333;
    font: bold 18px/20px Helvetica,Arial,sans-serif;
    text-align: right;
}

.finalAmount {
	float: right;
}

.spcLabelWrap {
	float: left;
}

.footerBottom {
	margin-top: 30px;
	margin-bottom: 20px;
}
.leftTitle {
	display:block;
	font-weight:700;
	float:left;
}
.rightTitle {
	display:block;
	float:right;
	clear:right;
}


.couponTotal {
	display: inline;
	float: right;
	margin-right: 5px;
	color: #FF0000;
	font: normal 14px/20px Helvetica,Arial,sans-serif;
}
.couponDelete {
	display: inline;
	float: right;
}
.subTotalDollarAmount {
	display: inline;
	float: right;
	margin-right: 10px;
	width: 140px;
	color: #333;
	font: bold 14px/20px Helvetica,Arial,sans-serif;
	text-align: right;
}




.payButton {
	overflow: hidden;
	display: inline-block;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#28a0e5, #015e94);
	background-image: -moz-linear-gradient(#28a0e5, #015e94);
	background-image: -ms-linear-gradient(#28a0e5, #015e94);
	background-image: -o-linear-gradient(#28a0e5, #015e94);
	background-image: linear-gradient(#28a0e5, #015e94);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.payButton::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.payButton span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.payButton span.smaller {
	height: 25px;
	line-height: 25px;
}

.payButton:not(:disabled):active,
.payButton.active {
  background: #005d93;
}
.payButton:not(:disabled):active span,
.payButton.active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -ms-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
.payButton:disabled,
.payButton.disabled {
  background: rgba(0,0,0,0.2);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payButton:disabled span,
.payButton.disabled span {
  color: #999;
  background: #f8f9fa;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}


/* Multi-checkbox combo */
.ui-multiselect {
	height: 30px !important;
}

.final-checkout-wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px;
}

.final-checkout-main {
	grid-column: span 7;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.final-checkout-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.final-checkout-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.final-checkout-row .final-checkout-item {
	width: 50%;
}

.final-checkout-item label{
	font-family: Poppins, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #344054;
}

.final-checkout-sidebar {
	grid-column: span 5;
}

.payment__title {
	font-family: Poppins, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	text-align: left;
	color: #101828;
}

.payment__title-price {
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	text-align: left;
}

.contract-signature {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.contract-signature__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contract-signature__label {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
}

@media (max-width: 992px) {
	.final-checkout-main {
		grid-column: span 12;
	}

	.final-checkout-sidebar {
		grid-row: 1;
		grid-column: span 12;
	}
}
</pre></body></html>