/** Shopify CDN: Minification failed

Line 1687:0 Unexpected "}"
Line 3661:0 Unexpected "}"

**/
/*.account-page .halo-page-header {
	background-color: var(--navigation-bg);
}
.login-rowItem .page-subheader {
}
.login-rowItem .form-message {
	margin-top: 20px;
}
.account-page .halo-page-content {
	padding-bottom: 80px
}*/
/*
.login-row {
	
	letter-spacing: 0;
}
.login-rowItem {
	padding-top: 30px;
	padding-bottom: 50px
}
.login-rowRight {
	padding-left: 15px;
	padding-right: 15px;
}
.login-rowItem .page-subheader {
	margin-bottom: 8px;
	margin-top: 0;
}
.login-row .form-message {
	max-width: 450px;
	margin-bottom: 20px;
}
.login-item {
	margin-bottom: 50px;
}
.login-item:last-child {
	margin-bottom: 0
}
.login-item .login-text {
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-normal);
	color: var(--color-text);
	line-height: var(--body-line-height);
	letter-spacing: var(--body-letter-spacing);
	margin: 0 0 26px 0;
}
.login-item .login-message {
	margin: 0 0 30px 0;
}
.login-item .form-actions {
	margin-top: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.login-item .form-actions .button {
	display: inline-block;
	width: auto;
	min-width: 135px;
	margin: 0;
}
.login-rowRight .login-item .form-actions .button,.register-page .login-item .form-actions .button {
	min-width: 256px;
}
.login-item .form-actions a {
	font-size: var(--font-body-size);
	display: inline-block;
	margin-left: 30px
}
.login-item .form-actions .forget-password .text,.login-item .form-actions a.cancel .text {
	text-decoration: underline;
	text-underline-offset: 0.2rem;
	text-decoration-color: var(--color-link-underline);
}
.login-item .login-action a+a {
	margin-top: 15px;
}
.login-item#recover {
	display: none;
}
.login-item#recover:target {
	display: block;
}
.login-item#recover:target~.login-item#login {
	display: none;
}
/* .login-item .form-input{
	padding-top: 11px;
	padding-bottom: 10px;
	max-width: 450px;
}
*/
/*
.login-item .form-field+.form-field {
	margin-top: 14px;
}
.login-item .accepts-marketing {
	margin-top: 15px;
}
/* Login Page */
/*
.login-page .login-rowRight {
	background: var(--bg-global);
}
.login-item #customer_login_guest .button {
	max-width: 450px;
	margin: 0
}
/* START: Account */
/*
.account {
	display: block;
}
.account-page .account-item {
	padding: 0 0 30px 0;
}
.account-title,.address-title {
	display: block;
	position: relative;
	font-family: var(--font-heading-family);
	font-size: calc(var(--font-body-size) + 2px);
	font-weight: var(--font-heading-weight);
	text-transform: var(--heading-text-transform);
	letter-spacing: var(--heading-letter-spacing);
	line-height: cal(var(--font-body-size) + 10px);
	color: var(--color-text);
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid var(--border_global)
}
.account-desc {
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-normal);
	color: var(--color-text);
	letter-spacing: var(--body-letter-spacing);
	line-height: var(--body-line-height);
	background: var(--color-info-bg);
	color: var(--color-info);
	padding: 13px 15px;
	text-align: center;
}
.order-page .account-desc {
	margin-bottom: 25px;
}
.account-desc p {
	margin: 0 0 34px 0;
}
.account-desc p:last-child {
	margin: 0;
}
.account-desc svg {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	stroke: none
}
.account-desc address p {
	font-size: var(--font-size);
	margin-bottom: 0;
}
.account-message {
	display: block;
	margin: 0 0 40px 0;
}
.account-page .account-item+.account-item {
	padding-top: 30px;
}
.account table {
	table-layout: auto;
	border-collapse: collapse;
	box-shadow: none;
	width: 100%;
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-normal);
	line-height: var(--body-line-height);
	letter-spacing: var(--body-letter-spacing);
	color: var(--color-text);
	position: relative;
	border-bottom: 0.01rem solid var(--form-input-border);
}
.account table .icon {
	width: 16px;
	height: 16px;
	margin-right: 0.5rem;
}
.account table dl {
	margin: 0;
}
.account table dd {
	margin-left: 0;
}
.account table dd s {
	color: var(--color-grey);
}
.account table .fulfillment {
	width: fit-content;
	border: 0.01rem solid var(--form-input-border);
	padding: 1rem;
	margin-top: 1rem;
	text-align: left;
}
.account table .fulfillment a {
	margin: 0.7rem 0;
}
.account table .fulfillment span {
	display: block;
}
.account table .cart-discount {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.account thead {
	background-color: #f1f1f1;
}
.account th,.account td {
	border: none;
	padding: 0;
}
.account td:empty {
	display: initial;
}
.account tbody td {
	padding: 12px 0px 10px 0px;
}
.account tbody tr {
	border-top: 0.01rem solid var(--form-input-border);
}
.account tbody a {
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
}
.account tbody .content a {
	font-weight: var(--font-weight-normal);
	text-transform: capitalize;
}
.account tbody .properties {
	margin-top: 1rem;
}
.account tbody .properties span {
	display: block;
}
.account thead th {
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	padding: 9px 15px 6px 15px;
	text-align: left;
}
.account tfoot td:first-of-type,.account tfoot td {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.account tfoot td:first-of-type {
	text-align: left;
}
.account tfoot tr:first-of-type td {
	padding-top: 2rem;
}
.account tfoot tr:last-of-type td {
	padding-bottom: 2rem;
}
.account thead::after,.account tfoot::before {
	content: " ";
	height: 0.1rem;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: var(--form-input-border);
}
.account-list {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.my-account-page .account-list+.account-action {
	margin-top: 0px;
}
.account-listItem {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	vertical-align: top;
}
.account-product {
	border: 1px solid #e6e6e6;
	padding: 19px 15px 20px 15px;
	min-height: 200px;
}
.account-product-title {
	display: block;
	position: relative;
	font-family: var(--font-heading-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-semibold);
	line-height: var(--heading-line-height);
	letter-spacing: var(--heading-letter-spacing);
	color: var(--color-text);
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.account-product-text {
	font-size: calc(var(--font-body-size) - 2px);
	font-weight: var(--font-weight-medium);
	line-height: var(--body-line-height);
	letter-spacing: var(--body-letter-spacing);
	height: auto;
	padding: 2px 6px;
	background-color: var(--sold-out-badge-bg);
	color: var(--sold-out-badge-color);
	text-transform: capitalize;
	margin-left: 4px;
}
.account-product-label {
	display: none;
}
.account-product-detail li {
	display: block;
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-normal);
	line-height: var(--body-line-height);
	letter-spacing: var(--body-letter-spacing);
}
.account-product-detail+.account-product-detail {
	margin-top: 8px;
}
.account-page .account-action {
	margin: 15px 0 0 0;
	max-width: 270px
}
.account-page .account-action .count {
	min-width: 23px;
	min-height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	font-size: var(--font-body-size);
	font-weight: var(--font-weight-normal);
	letter-spacing: var(--body-letter-spacing);
	background-color: var(--btn-1-color);
	color: var(--btn-1-bg);
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	margin-top: -3px;
}
.account-pag .account-action a:hover .count {
	background-color: var(--btn-1-color-hover);
	color: var(--btn-1-bg-hover);
}
.order-pagination {
	margin: 40px 0 0 0;
}
.order-pagination .pagination__item-arrow {
	position: relative;
	top: auto;
	transform: none;
}
.order-pagination .pagination__item {
	width: var(--arrow-width);
	height: var(--arrow-height);
}
/* END: Account */
/* START: Address */
/*
.addresses-page .account-item {
	padding-bottom: 0;
}
.address-new {
	margin: 0 0 30px 0;
}
.address-new>button {
	max-width: 250px;
	margin-left: 0;
	margin-top: 5px;
}
.address-new>button:before {
	height: 1em;
	width: 0.2em;
}
.address-new>button:after {
	height: 0.2em;
	width: 1em;
}
.address-content {
	margin-bottom: 1.5rem;
}
.address-content p {
	margin-top: 0;
	margin-bottom: 0;
}
.address-button {
	display: inline-block;
	width: calc(50% - 5px);
	margin-right: 5px;
	min-width: unset;
}
.address-button+.address-button {
	margin-left: 5px;
	margin-right: 0;
}
.address-form {
	margin: 52px 0 50px 0;
	font-size: var(--font-body-size);
}
.address-form .address-title {
	font-size: calc(var(--font-size) + 4px);
	text-align: left;
}
.address-form .form-field+.form-field {
	margin-top: 12px;
}
/* .address-form .form-field input,.address-form .form-field .select__select {
	max-width: 450px;
}
*/
/*
.address-form input[type=checkbox]+.form-label--checkbox:before {
	top: 3px;
}
.address-form input[type=checkbox]+.form-label--checkbox:after {
	top: 6px;
}
.address-form .form-actions {
	margin-top: 20px;
	max-width: 450px;
}
.address-form .button+.button {
	margin-top: 15px;
}
.addresses li,.account-listItem {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.addresses li address {
	border: 1px solid #cecece;
	padding: 10px 15px 15px 15px;
	min-height: 200px;
	font-style: normal;
	font-size: var(--font-body-size);
}
.addresses li address .acc-name {
	text-transform: uppercase;
	font-weight: var(--font-weight-semibold);
	font-size: var(--font-body-size);
	margin-bottom: 7px;
}
.addresses li address .acc-name .default,.address-form .address-title .default {
	padding: 2px 6px 1px 6px;
	background: var(--sold-out-badge-bg);
	color: var(--sold-out-badge-color);
	font-size: calc(var(--font-body-size) - 2px);
	line-height: calc(var(--font-body-size) + 2px);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	text-transform: capitalize;
	margin-left: 4px;
}
.addresses li .cus-addr {
	display: block;
	padding: 1px 0;
}
.account-action .back-account .text {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: var(--color-link-underline);
}
.addresses [aria-expanded="false"]~div[id] {
	display: none;
}
.addresses [aria-expanded="true"]~div[id] {
	display: block;
}
.pagination__list .pagination__item {
	font-size: var(--font-body-size);
}
.addresses .pagination__list li {
	width: auto;
	min-width: unset;
	padding: 0 10px;
}
/* END ADDRESS */
/*
.customer:not(.account, .order) {
	margin: 6rem auto 9rem;
	max-width: 33.4rem;
	padding: 0 1.5rem;
	text-align: center;
}
.customer form {
	margin-top: 4rem;
}
.customer button {
	margin: 4rem 0 1.5rem;
}
.customer ul {
	line-height: 1.6;
	padding-left: 4.4rem;
	text-align: left;
	margin-bottom: 4rem;
}
.customer ul a {
	display: inline;
}
.customer strong {
	font-weight: normal;
	color: var(--color-foreground);
}
.customer h2.form__message {
	font-size: 1.8rem;
}
.customer .field {
	margin: 2rem 0 0 0;
}
.customer .field:first-of-type {
	margin-top: 0;
}
/* Customer Table */
/*
.customer table {
	table-layout: auto;
	border-collapse: collapse;
	border-bottom: 0.01rem solid var(--color-foreground-20);
	box-shadow: none;
	width: 100%;
	font-size: 1.6rem;
	position: relative;
}
.customer tbody {
	color: var(--color-foreground)
}
.customer th,.customer td {
	font-weight: 400;
	line-height: 1;
	border: none;
	padding: 0;
}
.customer tbody td {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.customer td:empty {
	display: initial;
}
.customer thead th {
	font-size: 1.2rem;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
}
.customer tbody td:first-of-type {
	padding-top: 4rem;
}
.customer tbody td:last-of-type {
	padding-bottom: 4rem;
}
.customer tbody tr {
	border-top: 0.01rem solid var(--color-foreground-20);
}
.customer tfoot td:first-of-type,.customer tfoot td {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.customer tfoot td:first-of-type {
	text-align: left;
}
.customer tfoot tr:first-of-type td {
	padding-top: 4rem;
}
.customer tfoot tr:last-of-type td {
	padding-bottom: 4rem;
}
/* works around colspan phantom border issues */
/*
.customer thead::after,.customer tfoot::before {
	content: " ";
	height: 0.1rem;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: var(--color-foreground-20);
}
/* Pagination */
/*
.customer .pagination {
	margin-top: 5rem;
	margin-bottom: 7rem;
}
.customer .pagination ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.customer .pagination li {
	flex: 1 1;
	max-width: 4rem;
}
.customer .pagination li:not(:last-child) {
	margin-right: 1rem;
}
.customer .pagination li :first-child {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 4rem;
	width: 100%;
	padding: 0;
	text-decoration: none;
}
.customer .pagination li :first-child svg {
	height: 0.6rem;
}
.customer .pagination li:first-of-type svg {
	margin-left: -0.2rem;
	transform: rotate(90deg);
}
.customer .pagination li:last-of-type svg {
	margin-right: -0.2rem;
	transform: rotate(-90deg);
}
.customer .pagination li [aria-current]::after {
	content: '';
	display: block;
	width: 2rem;
	height: 0.01rem;
	position: absolute;
	bottom: 0.08rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: currentColor;
}
/* Login */
/*
.login a {
	display: block;
	margin: 0 auto;
	width: fit-content;
}
.login a[href='#recover'] {
	margin-left: 0;
	margin-right: 0;
}
.login .field+a {
	margin-top: 1rem;
}
.login p {
	margin: 1.5rem 0;
}
.login h3 {
	margin-top: 1.5rem;
	text-align: left;
	font-size: 1.6rem;
}
#customer_login_guest button {
	margin-top: 0;
}
#recover:target {
	display: inline;
}
#recover:target+div {
	display: block;
}
#recover:target~#login,#recover:target~#login+div {
	display: none;
}
.activate button[name="decline"],.addresses li>button,.addresses form button[type] {
	background-color: transparent;
	box-shadow: 0 0 0 0.1rem var(--color-base-outline-button-labels);
	color: var(--color-base-outline-button-labels);
}
.activate button[name="decline"]:hover,.addresses li>button:hover,.addresses form button[type]:hover {
	box-shadow: 0 0 0 0.2rem var(--color-base-outline-button-labels);
}
/* Account/Order */
/*
.account h1+a {
	display: inline-flex;
	align-items: center;
}
.account a svg {
	width: 1.5rem;
	margin-right: 1rem;
}
.account table td:first-of-type a {
	text-decoration: none;
	box-shadow: 0 0 0 0.1rem rgba(var(--color-base-outline-button-labels-rgb), 0.2);
	font-size: 1.2rem;
}
.account table td:first-of-type a:hover {
	box-shadow: 0 0 0 0.2rem rgba(var(--color-base-outline-button-labels-rgb), 0.2);
	color: var(--color-base-outline-button-labels);
}
.order td:first-of-type {
	align-items: initial;
}
.order tfoot tr:last-of-type td,.order tfoot tr:last-of-type th {
	font-size: 2.2rem;
	padding-top: 1.5rem;
	padding-bottom: 4rem;
}
.order tfoot tr:last-of-type td:before {
	font-size: 2.2rem;
}
.order table p,.order>div:nth-of-type(2)>div:first-of-type h2,.order>div:nth-of-type(2)>div:last-of-type h2+p {
	margin-bottom: 0;
}
.order>div:nth-of-type(2)>div:first-of-type h2~p {
	margin-bottom: 0;
	font-size: 1.4rem;
}
.order>div:nth-of-type(2)>div:first-of-type h2~p:last-of-type {
	margin-bottom: 3rem;
}
.order .item-props {
	font-size: 1.4rem;
	margin-top: 0.05px;
	display: flex;
	flex-direction: column;
}
.order .item-props>span {
	word-break: break-all;
	line-height: 1.2;
}
.order .fulfillment {
	width: fit-content;
	border: 0.01rem solid var(--color-foreground-20);
	padding: 1rem;
	margin-top: 1rem;
	font-size: 1.2rem;
	text-align: left;
}
.order .fulfillment a {
	margin: 0.7rem 0;
}
.order .fulfillment span {
	display: block;
}
.order .cart-discount {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
}
.order tbody ul {
	list-style: none;
	font-size: 1.2rem;
	text-align: right;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 0;
}
.order table a {
	color: var(--color-foreground-85);
	line-height: 1.2;
}
.order table a:hover {
	color: var(--color-foreground-75);
}
.order tbody tr:first-of-type td:first-of-type>div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.order .properties {
	font-size: 1.4rem;
	margin-top: 1rem;
}
.order .properties span {
	display: block;
	line-height: 1.2;
}
.order svg {
	width: 1.1rem;
	color: var(--color-base-accent-2);
	margin-right: 0.5rem;
}
.order dl {
	margin: 0;
}
.order dd {
	margin-left: 0;
	line-height: 1.3;
}
.order dd s {
	color: var(--color-foreground-70);
}
.reset-password .button-2 {
	margin-top: 25px;
}
.reset-password .login-text {
	margin-bottom: 15px;
}
.reset-password.customer h2.form__message {
	font-size: var(--font-body-size);
}
.reset-password.customer .form__message {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.login-row {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
	}
	.login-rowLeft {
		padding-right: 15px;
	}
	.login-rowItem {
		width: 50%;
	}
	.login-item .login-action {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.login-item .login-action a.back-to-store {
		order: -1;
	}
	.login-item .login-action a+a {
		margin-top: 0;
	}
	/* Login Page */
/*
	.login-page .login-rowLeft {
		padding-right: 60px;
	}
	.login-page .login-rowRight {
		padding-left: 30px;
		padding-right: 30px;
	}
	.account-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.addresses ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-pack: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.addresses li,.account-listItem {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	/* Account */
/*
	.account table {
		border: none;
		box-shadow: 0 0 0 0.1rem var(--form-input-border);
	}
	.account tbody td {
		padding: 12px 15px 10px 15px;
	}
	.account tfoot td {
		padding: 0px 15px;
	}
	.order-page .account thead th:last-of-type,.order-page .account tbody td:last-of-type,.order-page .account tfoot td:last-of-type {
		text-align: right;
	}
	.account thead th#ColumnQuantity,.account tbody td.ColumnQuantity {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.login-rowLeft {
		padding-top: 0;
	}
	.login-page .login-rowRight {
		padding-bottom: 35px
}
	.account-listItem:last-child,.addresses li:last-child {
		margin-bottom: 0;
	}
	.account-list+.account-action {
		margin-top: 40px
}
	/* START: Account */
/*
	.account thead,.account th,.account tfoot td:first-of-type {
		display: none;
	}
	.account td {
		display: flex;
		text-align: right;
	}
	.account tbody tr:first-of-type {
		border-top: none;
	}
	.account tbody tr {
		margin-bottom: 15px;
	}
	.account tbody tr+tr {
		padding-top: 15px;
	}
	.account td::before {
		content: attr(data-label);
		padding-right: 2rem;
		text-transform: uppercase;
		flex-grow: 1;
		text-align: left;
		font-weight: var(--font-weight-medium);
	}
	.account td:first-of-type {
		display: flex;
		align-items: center;
	}
	.account tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	/* END: Account */
/*
	.order-pagination .pagination-arrow {
		margin-bottom: 40px !important;
	}
}
@media (max-width: 551px) {
	.account-page .account-action {
		max-width: 100%;
	}
	.my-account-page .account-list+.account-action {
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.addresses li,.account-listItem {
		width: 33.33%;
	}
}
@media (min-width: 1025px) {
	.login-rowItem {
		padding-top: 55px;
		padding-bottom: 60px
}
	.login-page .login-rowLeft {
		width: calc(100% - 570px)
}
	.login-page .login-rowRight {
		padding-left: 60px;
		padding-right: 60px;
		width: 570px;
	}
	.account-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.addresses li,.account-listItem {
		width: 25%;
		padding: 0 15px;
	}
	.addresses li address {
		padding: 20px 30px 30px 30px;
	}
	.button--secondary.button-delete:hover {
		background: transparent;
		color: var(--btn-3-border);
		border-color: var(--btn-3-border)
}
}
@media screen and (min-width: 750px) {
	.customer:not(.account, .order) {
		max-width: 47.8rem;
	}
	.customer h2.form__message {
		font-size: 2.2rem;
	}
	.customer table {
		border: none;
		box-shadow: 0 0 0 0.1rem var(--color-foreground-20);
	}
	.customer td {
		padding-right: 2.2rem;
	}
	.customer tbody td {
		padding-top: 0;
		padding-bottom: 0;
	}
	.customer th,.customer td:first-of-type {
		text-align: left;
		padding-left: 0;
		padding-right: 2.2rem;
	}
	.customer thead th,.customer tbody td:first-of-type {
		padding-top: 2.4rem;
		padding-bottom: 2.4rem;
	}
	.customer th:first-of-type,.customer td:first-of-type {
		padding-left: 2.2rem;
	}
	.customer tbody td:first-of-type {
		padding-top: 2.4rem;
	}
	.customer tbody td:last-of-type {
		padding-bottom: 0;
	}
	.customer tbody tr:first-of-type {
		border-top: none;
	}
	.customer tfoot tr:first-of-type td,.customer tfoot tr:first-of-type th {
		padding-top: 2.4rem;
	}
	.customer tfoot tr:last-of-type td,.customer tfoot tr:last-of-type th {
		padding-bottom: 2.4rem;
	}
	.activate button[name="decline"] {
		margin-top: inherit;
		margin-left: 1rem;
	}
	.order thead th:nth-last-child(-n+3),.order td:nth-last-child(-n+3) {
		text-align: right;
	}
	.order td .cart-discount {
		display: none;
	}
	.order tfoot tr:last-of-type td,.order tfoot tr:last-of-type th {
		padding-bottom: 2.4rem;
	}
	.order tbody ul {
		text-align: left;
	}
	.order tbody tr:first-of-type td:first-of-type>div {
		align-items: flex-start;
	}
}
@media screen and (max-width: 749px) {
	.customer thead,.customer th,.customer tfoot td:first-of-type {
		display: none;
	}
	.customer td {
		display: flex;
		text-align: right;
	}
	.customer td::before {
		content: attr(data-label);
		padding-right: 2rem;
		text-transform: uppercase;
		flex-grow: 1;
		text-align: left;
	}
	.customer td:first-of-type {
		display: flex;
		align-items: center;
	}
	.customer tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
}
@media screen and (min-width: 990px) {
	.customer .pagination {
		margin-top: 7rem;
		margin-bottom: 10rem;
	}
	:is(.account, .order)>div:nth-of-type(2)>div:first-of-type {
		flex-grow: 1;
		padding-right: 3.2rem;
	}
}
@media screen and (min-width: 750px) and (max-width: 989px) {
	.order>div:nth-of-type(2)>div:last-of-type {
		display: flex;
	}
	.order>div:nth-of-type(2)>div:last-of-type div {
		padding-right: 3.2rem;
	}
}
/* ************************************************************************* */
/**,*:before,*:after {
	box-sizing: border-box;
	padding: 0;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #ffffff;
}
.tip {
	font-size: 20px;
	margin: 40px auto 50px;
	text-align: center;
}
.cont {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 900px;
	height: 650px;
	margin: 0 auto 100px;
	background: #fff;
	box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.3), 10px 10px 15px rgba(70, 70, 70, 0.15), inset -10px -10px 15px rgba(255, 255, 255, 0.3), inset 10px 10px 15px rgba(70, 70, 70, 0.15);
}
.form {
	position: relative;
	width: 640px;
	height: 100%;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
	padding: 50px 30px 0;
}
.sub-cont {
	overflow: hidden;
	position: absolute;
	left: 640px;
	top: 0;
	width: 900px;
	height: 100%;
	padding-left: 260px;
	background: #fff;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.cont.s--signup .sub-cont {
	-webkit-transform: translate3d(-640px, 0, 0);
	transform: translate3d(-640px, 0, 0);
}
button {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 36px;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.img {
	overflow: hidden;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 100%;
	padding-top: 360px;
}
.img:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 900px;
	height: 100%;
	background-image: url("ext.jpg");
	opacity: .8;
	background-size: cover;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url('three.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.cont.s--signup .img:before {
	-webkit-transform: translate3d(640px, 0, 0);
	transform: translate3d(640px, 0, 0);
}
.img__text {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img__text h2 {
	margin-bottom: 10px;
	font-weight: normal;
}
.img__text p {
	font-size: 14px;
	line-height: 1.5;
}
.cont.s--signup .img__text.m--up {
	-webkit-transform: translateX(520px);
	transform: translateX(520px);
}
.img__text.m--in {
	-webkit-transform: translateX(-520px);
	transform: translateX(-520px);
}
.cont.s--signup .img__text.m--in {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.img__btn {
	overflow: hidden;
	z-index: 2;
	position: relative;
	width: 100px;
	height: 36px;
	margin: 0 auto;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
}
.img__btn:after {
	content: '';
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 30px;
}
.img__btn span {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}
.img__btn span.m--in {
	-webkit-transform: translateY(-72px);
	transform: translateY(-72px);
}
.cont.s--signup .img__btn span.m--in {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cont.s--signup .img__btn span.m--up {
	-webkit-transform: translateY(72px);
	transform: translateY(72px);
}
h2 {
	width: 100%;
	font-size: 26px;
	text-align: center;
}
.forgot-pass {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #cfcfcf;
}
.submit {
	margin-top: 40px;
	margin-bottom: 20px;
	background: #d4af7a;
	text-transform: uppercase;
}
.fb-btn {
	border: 2px solid #d3dae9;
	color: #8fa1c7;
}
.fb-btn span {
	font-weight: bold;
	color: #455a81;
}
.sign-in {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transform: translate3d(640px, 0, 0);
	transform: translate3d(640px, 0, 0);
}
.sign-up {
	-webkit-transform: translate3d(-900px, 0, 0);
	transform: translate3d(-900px, 0, 0);
}
.cont.s--signup .sign-up {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#CustomerPassword{
	border-bottom: 1px solid black;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
}
.rendered-form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea{
	height:30px;
}
.sign-up{
	margin-top:-30px;
}
#file-1656562999388-0.form-control{
	height:45px;
}
input.button.button--primary{
	margin-top:-10px;
}
#MainContent{
	background-color:#243849;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
*/
/* *****************************************/
/*
*,*:before,*:after {
	box-sizing: border-box;
	/* margin: 0;
	*/
/*
	padding: 0;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #ffffff;
}
/* input,.account-page button {
	border: none;
	outline: none;
	background: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
*/
/*
.tip {
	font-size: 20px;
	margin: 40px auto 50px;
	text-align: center;
}
.cont {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 750px;
	margin: 0 auto 100px;
	background: #fff;
	box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.3), 10px 10px 15px rgba(70, 70, 70, 0.15), inset -10px -10px 15px rgba(255, 255, 255, 0.3), inset 10px 10px 15px rgba(70, 70, 70, 0.15);
}
.cont1 {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	width: 1200px;
	/* height: 750px; */
/*
	margin: 0 auto 100px;
	background: #fff;
	box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.3), 10px 10px 15px rgba(70, 70, 70, 0.15), inset -10px -10px 15px rgba(255, 255, 255, 0.3), inset 10px 10px 15px rgba(70, 70, 70, 0.15);
}
.form {
	position: relative;
	width: 640px;
	height: 100%;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
	padding: 50px 30px 0;
}
.sub-cont {
	overflow: hidden;
	position: absolute;
	left: 640px;
	top: 0;
	width: 1200px;
	height: 100%;
	padding-left: 260px;
	background: #fff;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.cont.s--signup .sub-cont {
	-webkit-transform: translate3d(-640px, 0, 0);
	transform: translate3d(-640px, 0, 0);
}
button {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 36px;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.img {
	overflow: hidden;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 100%;
	padding-top: 360px;
}
.img:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 900px;
	height: 100%;
	background-image: url("ext.jpg");
	opacity: .8;
	background-size: cover;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.6);
	*/
	/* background:#b7868699;
	*/
/*
    background: url('three.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.cont.s--signup .img:before {
	-webkit-transform: translate3d(640px, 0, 0);
	transform: translate3d(640px, 0, 0);
}
.img__text {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	-webkit-transition: -webkit-transform 1.2s ease-in-out;
	transition: -webkit-transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out;
	transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.img__text h2 {
	margin-bottom: 10px;
	font-weight: normal;
}
.img__text p {
	font-size: 14px;
	line-height: 1.5;
}
.cont.s--signup .img__text.m--up {
	-webkit-transform: translateX(520px);
	transform: translateX(520px);
}
.img__text.m--in {
	-webkit-transform: translateX(-520px);
	transform: translateX(-520px);
}
.cont.s--signup .img__text.m--in {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.img__btn {
	overflow: hidden;
	z-index: 2;
	position: relative;
	/* width: 140px;
	height: 50px;
	*/
/*
	height: 65px;
	width: 200px;
	margin: 0 auto;
	margin-top: 10%;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
}

.img__btn:after {
	content: '';
	z-index: 2;
	position: absolute;
   
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* border: 2px solid #fff; */
/*
    border: 1px solid #fff;
	border-radius: 30px;
}
.img__btn span {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}
.img__btn span.m--in {
	-webkit-transform: translateY(-72px);
	transform: translateY(-72px);
}
.cont.s--signup .img__btn span.m--in {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cont.s--signup .img__btn span.m--up {
	-webkit-transform: translateY(72px);
	transform: translateY(72px);
}
h2 {
	width: 100%;
	font-size: 26px;
	text-align: center;
}
/* label {
	display: block;
	width: 260px;
	margin: 25px auto 0;
	text-align: center;
}
label span {
	font-size: 12px;
	color: #cfcfcf;
	text-transform: uppercase;
}
*/
/* .account-page.login-page input {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
*/
/*
.forgot-pass {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #cfcfcf;
}
.submit {
	margin-top: 40px;
	margin-bottom: 20px;
	background: #d4af7a;
	text-transform: uppercase;
}
.fb-btn {
	border: 2px solid #d3dae9;
	color: #8fa1c7;
}
.fb-btn span {
	font-weight: bold;
	color: #455a81;
}
.sign-in {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transform: translate3d(640px, 0, 0);
	transform: translate3d(640px, 0, 0);
}
.sign-up {
	-webkit-transform: translate3d(-900px, 0, 0);
	transform: translate3d(-900px, 0, 0);
}
.cont.s--signup .sign-up {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#CustomerPassword {
	/* border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
}
.rendered-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bss-b2b-registration-form-render input,#bss-b2b-registration-form-render textarea {
	height: 30px;
}
.sign-up {
	/* margin-top:-30px;
	*/
	/* margin-left:285px;
	*/
/*
	margin-left: 30%;
}
.sign-up .login-text {
	/* margin-left:150px;
	*/
	/* margin-left: 20%;
	*/
}
/*
#file-1656562999388-0.form-control {
	height: 45px;
}
input.button.button--primary {
	margin-top: -10px;
}
/* #MainContent {
	background-color: #243849;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
*/
/*
.demo {
	margin-top: 50px;
}
.rendered-form {
	margin-top: 6%;
	margin-left: -44%;
	width: 100%;
}
#create_customer.create-customer-form {
	margin-top: 5%;
}
.new {
	display: flex;
	margin-left: 3%;
	justify-content: space-between;
}
.signup-firstname {
	width: 40%;
}
.signup-firstname label {
	display: block;
	width: 180px;
	text-align: center;
}
.signup-firstname input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 30px;
	text-align: center;
}
.signup-lastname {
	width: 35%;
	margin-right: 15%;
}
.signup-lastname label {
	display: block;
	width: 180px;
	text-align: center;
}
.signup-lastname input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 30px;
	text-align: center;
}
.signup-email {
	width: 200px;
}
.signup-email label {
	display: block;
	width: 180px;
	margin-left: -125%;
	text-align: center;
}
.signup-email input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 30px;
	text-align: center;
}
.signup-password {
	width: 600px;
}
.signup-password label {
	margin-top: -11%;
}
.signup-password input {
	margin-right: 65%;
	margin-left: 30px;
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 30px;
	text-align: center;
}
.formbuilder-checkbox-group-label {
	padding-top: 15px;
}
.demo {
	margin-left: 46%;
	margin-top: 20px;
}
.sign-in label {
	display: block;
	width: 260px;
	margin: 25px auto 0;
	text-align: center;
}
.login-submit .button.button-2 {
	margin-top: 50px;
	border-bottom: 1px solid black;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 260px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	margin-left: 160px;
	margin-bottom: 20px;
}
.login-pass input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 45px;
	text-align: center;
}
.login-email input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 45px;
	text-align: center;
}
.recover-submit .button.button-2 {
	margin-top: 50px;
	border-bottom: 1px solid black;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 260px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	margin-left: 160px;
	margin-bottom: 20px;
}
.recover-email input {
	/* border: none;
	border-bottom: 1px solid black;
	*/
/*
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	height: 45px;
	text-align: center;
}
.recover-submit {
	display: block;
}
.recover-submit span {
	margin-left: 130px;
}
/* @media screen and (min-width: 1300px) {
	.login-submit.form-actions a{
		margin-left: 27%;
	}
	.sign-up .login-text {
		margin-left: 20%;
	}
	.cont{
		height:800px;
	}
	.accepts-marketing{
		margin-left: -83%;
		margin-top: -20px;
	}
	.form-actions{
		margin-top: 20px;
	}
	.box2 .txt.txtup{
		display:flex;
		margin-top: 20px;
	}
	.box2 ._btn{
		margin-top: 19px;
		margin-left: 10px;
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	.box2{
		margin-top:-4%;
	}
}
*/
/*
 #bss-b2b-registration-form-render .formbuilder-select.form-group.field-state-field{
   display:none;
 }


@media screen and (min-width: 1300px) {
   #login .form-message{
    margin-top: -6%;
    width: 240px;
    margin-left: 29%;
    height: 40px;
  }
     #recover .form-message{
      margin-left: 27%;
    width: 270px;
    margin-top: -2%;
    height: 40px;
 }
	.login-submit.form-actions a{
		margin-left: 27%;
	}
	.sign-up .login-text {
		margin-left: 20%;
	}
	.cont{
		height:800px;
	}
	.accepts-marketing{
		margin-left: -83%;
		margin-top: -20px;
	}
	.form-actions{
		margin-top: 20px;
	}
	/* .box2 .txt.txtup{
		display:flex;
		margin-top: 20px;
	}
	.box2 ._btn{
		margin-top: 19px;
		margin-left: 10px;
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	.box2{
		margin-top:-4%;
	}
	*/
/*
	.cont{
		/* height: 1000px; */
/*
      height:660px;
	}
	.form.sign-up{
		margin-top: -3%;
	}
	.new{
		margin-top: -2%;
	}
	.signup-firstname{
		margin-left: 9px;
	}
	.signup-firstname span{
		margin-left: -55%;
	}
	.signup-firstname input,.signup-lastname input,.signup-email input{
		height: 45px;
		width: 250px;
	}
	.signup-lastname{
		margin-left: 22%;
	}
	.signup-lastname span{
		margin-left: -56%;
	}
	.signup-email{
		margin-left: 9px;
		margin-top: -1%;
	}
	.signup-email span{
		margin-left: -67%;
	}
	.signup-password label{
		margin-top: -14%;
	}
	/* .signup-password span{
		margin-left: 11%;
	}
	*/
/*
	.password-field input{
		height: 45px;
		/* margin-right: 47%; */
/*
          margin-right: 47.33%;


		margin-left: 11%;
	}
	.icon-show-hide-password{
		margin-right: 47%;
		margin-top: 3%;
	}
	.rendered-form{
		width: 580px;
		padding-left: 20px;
	}
	#bss-b2b-registration-form-render .rendered-form input, #bss-b2b-registration-form-render .rendered-form textarea{
		width: 250px;
		height: 45px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0{
		height: 45px;
		width: 500px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:500px;
	}
	.formbuilder-checkbox-group.form-group.field-accepts-marketing label{
		padding-top: 30px;
	}
	.accepts-marketing label{
		margin-left: 17px;
		margin-top: 10px;
	}
	.form-actions{
		margin-top: 6%;
		margin-left: 22px;
	}
	.box2{
		margin-left: 24px;
		padding-top: 10px;
	}
	.recover-submit span{
		margin-left: 210%;
	}
	.recover-submit .button.button-2, .login-submit .button.button-2{
		margin-left: 24.5%;
	}
	.login-submit span{
		margin-left: -15px;
	}
	.signup-password #passw{
		padding-left:11%;
	}
	.form.sign-up .login-text{
		margin-left: 24%;
	}
	.new{
		margin-top: 3%;
	}
	.accepts-marketing{
		margin-top: 6%;
		padding-left: 5%;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:560px;
	}
	.sub-cont .img__btn{
		height: 60px;
		width: 250px;
		margin: 10% auto 0;
		background: transparent;
		color: black;
		text-transform: uppercase;
		font-size: 15px;
		cursor: pointer;
		font-weight: bolder;
		border: 1px solid black;
	}
	.img__btn:after {
		content: "";
		z-index: 2;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border:none;
		border-radius:none;
	}
	 .sub-cont .img__btn:hover {
		background-color: black ;
		color: white ;
	}
  /*
	.img__btn {
		transition: white 0.6s ease, black 0.6s ease;
	} */
/*
	.form.sign-in .login-item .halo-page-wrapper {
		margin-top:10%;
	}
	#customer_login{
		margin-top: 7%;
	}
	#login{
		padding-top: 5%;
	}
	.sub-cont .img__btn{
		margin-top: 20%;
		height: 45px;
	}
  #create_customer .bss-error-msg{margin-top: -4%;
    margin-bottom: -2%;}

  .demo{margin-top: 8px;}
   

}
@media screen and (max-width: 1300px) {
  #create_customer .bss-error-msg{
    margin-top: -3%;
    margin-bottom: 4%;}

  #login .form-message{
    margin-top: -6%;
    width: 240px;
    margin-left: 29%;
    height: 40px;
  }
     #recover .form-message{
      margin-left: 27%;
    width: 270px;
    margin-top: -2%;
    height: 40px;
 }
	/* .signup-password #passw{
		margin-left: 14%;
	}
	*/
/*
	.img{
		width:270px;
	}
	.sign-up{
		margin-left: -1%;
	}
	.cont{
		width:900px;
		height: 800px;
	}
	.login-submit.form-actions a{
		margin-left: 27%;
	}
	.sign-up .login-text {
		/* margin-left:150px;
		*/
/*
		margin-left: 20%;
	}
	.accepts-marketing{
		margin-left: -83%;
		margin-top: -20px;
	}
	.form-actions{
		margin-top: 20px;
	}
	/* .box2 .txt.txtup{
		display:flex;
		margin-top: 20px;
	}
	.box2 ._btn{
		margin-top: 19px;
		margin-left: 10px;
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	.box2{
		margin-top:-4%;
	}
	*/
/*
	.new{
		margin-top: -2%;
	}
	.signup-firstname{
		margin-left: -12px;
	}
	.signup-firstname span,.signup-lastname span{
		margin-left: -60%;
	}
	.signup-firstname input,.signup-lastname input{
		width: 280px;
		height: 45px;
	}
	.signup-lastname{
		padding-left: 15px;
	}
	.demo{
		margin-top: 5px;
	}
	.signup-email span{
		margin-left: -85%;
	}
	.signup-email input{
		width: 280px;
		margin-left: -12px;
		height:45px;
	}
	.signup-password #passw{
		margin-left: 8%;
	}
	.password-field input{
		margin-left: 8%;
		margin-right: 45.6%;
	}
	.icon-show-hide-password{
		/* margin-right: 45%; */
/*
      margin-right: 45.5%;
		margin-top: 20px;
	}
	.rendered-form{
		width: 590px;
		margin-top: 10px;
	}
	#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea {
		height: 45px;
		width: 280px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0{
		width:100%;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:400px;
	}
	.formbuilder-checkbox-group.form-group.field-accepts-marketing{
		margin-top: 10px;
	}
	.form.sign-up{
		margin-top: -3%;
	}
	.cont{
		/* height: 920px; */
/*
      height:650px;
	}
	.password-field{
		margin-top: -16px;
	}
	.accepts-marketing{
		margin-top: 2px;
	}
	.signup-password{
		height: 630px;
		margin-top: -26%;
	}
	.signup-password #passw{
		margin-left: 8%;
	}
	.password-field{
		margin-top: 1px;
	}
	.password-field input{
		height: 45px;
	}
	/* .formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:590px;
	}
	*/
/*
	.form.sign-up .welcome{
		margin-top: -1%;
	}
	.form.sign-up .form-actions{
		margin-left: 15px;
		width: 580px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:580px;
	}
	#bss-b2b-registration-form-render .rendered-form{
		padding-left: 11px;
	}
	.accepts-marketing{
		margin-top: -10%;
		padding-left: 10px;
	}
	.signup-firstname{
		padding-left: 10px;
	}
	.signup-email{
		padding-left: 5px;
	}
	.form.sign-up .login-text{
		margin-left: 24%;
	}
	.sub-cont .img__btn {
    height: 60px;
    width: 210px;
    margin: 10% auto 0;
    background: transparent;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bolder;
    /* border: 2.2px solid black; */
/*
      border: 1px solid black;
    position: relative; /* Add position relative for absolute positioning of :after pseudo-element */
    /* transition: background-color 0.6s ease, color 0.6s ease;  */
/*
}

.img__btn:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: none;
}

/* .sub-cont .img__btn:hover {
    background-color: black;
    color: white;
} */
/*
	
	.form.sign-in .login-item .halo-page-wrapper {
		margin-top:10%;
	}
	#customer_login{
		margin-top: 7%;
	}
	#login{
		padding-top: 5%;
	}
	.sub-cont .img__btn{
		margin-top: 42%;
		height: 45px;
	}
}
.box, .box2, .boxx{
	display:none;
}
.sign-in .login-text{
	text-align: center;
}
@media screen and (max-width: 950px) {
 
  #create_customer .bss-error-msg{
    margin-top: -3%;
    margin-bottom: -4%;}

	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0{
		width:500px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:500px;
	}
	.cont{
		box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.1);
	}
	.accepts-marketing{
		margin-left: -63%;
		margin-top: -20px;
	}
	.box2 ._btn{
		margin-top: 0px;
		margin-left: 0px;
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	.img{
		display:none;
	}
	.sign-up .login-text {
		/* margin-left:150px;
		*/
/*
		margin-left: 20%;
	}
	.cont{
		width:625px;
		/* height:790px;
		*/
		/* height: 1000px; */
/*
      height:650px
	}
	.form.sign-up{
		margin-left: -30%;
	}
	.form-actions{
		width:600px;
		margin-top: 30px;
	}
	.icon-show-hide-password{
		margin-right: 60%;
		margin-top: 2%;
	}
	/* .signup-password span{
		margin-left:14%;
	}
	*/
/*
	.content{
		font-weight: 400;
		text-underline-offset: 0.2rem;
		text-decoration-color: var(--color-link-underline);
	}
	.box{
		display:block;
		width: 625px;
		/* margin-left: 15%;
		*/
/*
		margin-left: 23%;
	}
	.txt{
		display: flex;
		align-items: center;
		width: 625px;
		margin-left: 4%;
	}
	.img_btn, .imgg_btn{
		/* margin-left: 7%;
		*/
		/* border: 1px solid black;
		*/
/*
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	._btn{
		/* margin-left: 7%;
		*/
		/* border: 1px solid black;
		*/
/*
		width: 80px;
		color:#1d1dbe;
		text-decoration:underline;
	}
	.m--up{
		margin-left: 11%;
	}
	.login-submit a{
		padding-left: 22%;
	}
	.login-submit span{
		margin-left: -90%;
	}
	/* .recover-submit span{
		margin-left: 90px;
	}
	*/
	/* .txtup {
		display: none;
	}
	.txt.active {
		display: block;
	}
	*/
/*
	.form.sign-up{
		margin-top: -3%;
	}
	.rendered-form{
		width: 530px;
		padding-left: 65px;
		margin-top: 6%;
		margin-left: -44%;
	}
	.rendered-form .form-group{
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.formbuilder-text-label{
		margin-top:-14%;
	}
	.formbuilder-required{
		margin-left:0px;
	}
	#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea{
		height: 45px;
		width: 210px;
	}
	.rendered-form .form-group {
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.signup-password label {
		margin-top: -14%;
	}
	.signup-password {
		width: 600px;
	}
	/* .signup-password .form-label span{
		margin-left:0px;
	}
	*/
/*
	.signup-password input {
		/* margin-right: 55%; */
/*
          margin-right: 55.8%;

		margin-left: 55px;
		display: block;
		width: 100%;
		margin-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		height: 45px;
		text-align: center;
	}
	.icon-show-hide-password {
		margin-right: 55%;
		margin-top: 20px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 input{
		width: 500px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 input{
		width:100%;
	}
	#text-1680985086950-0{
		width: 500px;
	}
	#passw{
		padding-left: 10%;
	}
	.form-actions{
		width: 460px;
		margin-left: 11%;
	}
	.box {
		display: block;
		width: 625px;
		margin-left: 15%;
	}
	.txt.txtup{
		margin-left: -4%;
		margin-top: 3%;
	}
	.signup-firstname{
		margin-left: 1px;
	}
	.signup-firstname span{
		margin-left: 10px;
	}
	.signup-firstname input {
		height: 45px;
		text-align: center;
		width: 210px;
		margin-left: 30%;
	}
	.accepts-marketing{
		margin-top: 10px;
	}
	.signup-password #passw{
		margin-left: -2px;
	}
	.signup-lastname{
		padding-left:0px;
	}
	.signup-lastname span{
		margin-left: -50px;
	}
	.signup-lastname input {
		height: 45px;
		text-align: center;
		width: 210px;
		margin-left: 15%;
	}
	.signup-email span{
		margin-left: -15px;
	}
	.signup-email input {
		font-size: 16px;
		height: 45px;
		text-align: center;
		width: 210px;
		margin-left: 30%;
	}
	/* .signup-password span{
		margin-left: 10%;
	}
	*/
/*
	.login-submit .button.button-2{
		margin-left: 20%;
	}
	.recover-submit .button.button-2{
		margin-left: 20%;
	}
	.box{
		margin-left: 31%;
	}
	.recover-submit span{
		margin-left: 120%;
	}
  .recover-submit{
        margin-left: 11.5%;

  }
	.box2{
		display:block;
		margin-left: 15%;
		margin-top: -10px;
	}
	/* .formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:462px;
	}
	*/
/*
	.form.sign-up .welcome{
		margin-left: 4%;
	}
	.form.sign-up .login-text{
		margin-left: 26%;
	}
	.new{
		margin-top: 4%;
	}
	#bss-b2b-registration-form-render .rendered-form{
		padding-left: 13%;
		margin-top: 4%;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:450px;
	}
	.accepts-marketing{
		margin-top: -1%;
	}
	.box2{
		margin-left: 17%;
	}
	.form.sign-up .form-actions{
		margin-left: 14%;
		width: 78%;
	}
	.boxx{
		display:block;
		margin-left:29%;
	}
	.form.sign-in .login-item .halo-page-wrapper {
		margin-top:10%;
	}
	#customer_login{
		margin-top: 7%;
	}
	#login{
		padding-top: 5%;
          margin-top: -7%;

	}
  .sub-cont{    margin-top: 5%;
}
  .form.sign-up .halo-page-wrapper{
        margin-top: 6%;

  }
  .new{    margin-top: 7%;
}
   #recover .form-message{
      margin-left: 27%;
    width: 270px;
    margin-top: -2%;
    height: 40px;
 }
   #login .form-message{
    margin-top: -6%;
    width: 240px;
    margin-left: 29%;
    height: 40px;
  }
  
  
}
/* @media screen and (max-width: 690px) {
	.cont{
		width: 450px;
		height: 860px;
	}
	.form.sign-in{
		width: 450px;
	}
	.login-submit .button.button-2{
		margin-left: 20%;
	}
	.login-submit.form-actions a{
		margin-left: 36%;
	}
	.img_btn{
		margin-left: 1%;
	}
	._btn{
		margin-left: 1%;
	}
	.signup-lastname span{
		margin-left: -60%;
	}
	.signup-lastname input{
		margin-left: -35%;
		width: 97%;
	}
	.signup-password input{
		margin-left: 5%;
	}
	.password-field input{
		margin-right: 76%;
		margin-left: -5%;
	}
	.icon-show-hide-password, .bi.bi-eye{
		margin-left:-910%;
	}
	.rendered-form{
		width: 410px;
		padding-left: 2%;
	}
	.form-actions{
		width: 70%;
		margin-left: 2%;
	}
	.recover-submit .button.button-2{
		margin-left:20%;
	}
	.recover-submit span{
		margin-left: 25px;
	}
	.sign-up .login-text{
		margin-left:12%;
	}
}
*/
/*
@media screen and (max-width: 675px) {
	.box{
		margin-left:10%;
	}
}
@media screen and (max-width: 700px) {
  #create_customer .bss-error-msg{
    margin-top: -3%;
    margin-bottom: -4%;
    margin-left:-20%;
  }
	.box2{
		display:block;
	}
	.signup-password #passw{
		margin-left: -51%;
	}
	.signup-password{
		margin-top: 10px;
	}
	.cont{
		width: 500px;
		height: 1460px;
		box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.1);
	}
	.form.sign-up .login-text{
		margin-left: 15%;
	}
	.new{
		display: block;
		margin-left: 5px;
	}
	.signup-firstname{
		/* margin-left: -7%;
		*/
		/* padding-left: 8px;
		*/
/*
		margin-left: -7.5%;
		padding-left: 1%;
	}
	.signup-firstname span {
		margin-left: 10px;
	}
	.signup-firstname input{
		width: 440px;
	}
	.signup-lastname{
		/* margin-left: -2%;
		padding-left: 8px;
		*/
/*
		margin-left: -12px;
		padding-top: 10px;
	}
	.signup-lastname span {
		margin-left: -50px;
	}
	.signup-lastname input,.signup-email input{
		width: 440px;
	}
	.signup-email{
		/* margin-left: -17%;
		*/
/*
		padding-left: 4px;
		margin-left: -59px;
	}
	.signup-email span {
		margin-left: -15px;
	}
	.signup-password label {
		margin-top: 3%;
	}
	#passw{
		/* margin-left: -41%;
		*/
/*
		margin-left: -50%;
	}
	.signup-password .password-field{
		margin-left: -53%;
		margin-right: 75%;
	}
	.signup-password .password-field input{
		margin-left: 15%;
		width: 440px;
	}
	.icon-show-hide-password{
		padding-bottom: 16px;
		margin-top: -4%;
		margin-right: 24%;
	}
	.rendered-form{
		display: block;
		padding-left: 20px;
		margin-top: 3%;
	}
	.formbuilder-checkbox-group.form-group.field-accepts-marketing{
		margin-bottom: 6%;
		margin-top: -7%;
	}
	.formbuilder-checkbox-group.form-group.field-accepts-marketing label{
		margin-top: 17px;
	}
	/* .checkbox-group{
		border: 2px solid black;
		width: 15px;
		height: 15px;
		margin-top: 7%;
	}
	*/
/*
	.formbuilder-checkbox{
		margin-top: 10%;
	}
	#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea{
		height: 45px;
		width: 440px;
	}
	.icon-show-hide-password{
		/* margin-right: 1%;
		*/
/*
		margin-top: 4%;
		padding-bottom: 16px;
		margin-right: -9%;
	}
	.password-field{
		margin-right: 68%;
	}
	.password-field input{
		/* margin-right: -47px; */
/*
          margin-right: -42.3px;
		margin-left: 16%;
	}
	.form-actions{
		margin-top: 20px;
		margin-left: 4%;
		width: 437px;
	}
	.accepts-marketing{
		margin-top: -6%;
		margin-left: -77%;
	}
	.box2{
		margin-top: -15px;
		margin-left: 50px;
	}
	.login-submit .button.button-2{
		margin-left: 17%;
	}
	.box{
		margin-left: 26%;
	}
	.form.sign-in{
		width: 500px;
	}
	.recover-submit .button.button-2{
		margin-left: 16.5%;
	}
	.recover-submit .text{
		margin-left: 80%;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 .formbuilder-text-label, .formbuilder-file.form-group.field-file-1656562999388-0 .formbuilder-file-label{
		width:440px;
	}
	.accepts-marketing{
		margin-top: 105%;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:440px;
	}
	.form.sign-up .welcome{
		margin-left: -10%;
	}
	#bss-b2b-registration-form-render .rendered-form{
		padding-left: 17px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0{
		display: table-caption;
	}
	.accepts-marketing{
		margin-top: 105%;
		margin-left: -82%;
	}
	.form.sign-up .form-actions{
		margin-left: 3%;
		width: 440px;
	}
	.box2{
		margin-left: 7%;
	}
	.cont{
		/* height:1500px; */
/*
      height:650px;
	}
	.boxx{
		display:block;
		    margin-left: 23%;

	}
	.form.sign-in .login-item .halo-page-wrapper {
		margin-top:10%;
	}
	#customer_login{
		margin-top: 7%;
	}
	#login{
		padding-top: 5%;
          margin-top: -7%;
	}
  .sub-cont .form.sign-up{    margin-top: 1%;
}
  .sub-cont .halo-page-wrapper{    margin-top: 6%;
}
  .new{    margin-top: 7%;
}

  #login .form-message{
    margin-top: -6%;
    width: 240px;
    margin-left: 23%;
    height: 40px;
  }
  #recover .form-message{
      margin-left: 20%;
    width: 270px;
    margin-top: -4%;
    height: 40px;
 }
  

	
}
@media screen and (max-width: 550px) {
   #create_customer .bss-error-msg{
    margin-top: -3%;
    margin-bottom: -4%;
    margin-left:-30%;
     width:350px;
  }
  
	.box2{
		display:block;
	}
	.cont{
		width: 400px;
	 /* height: 1520px;  */
/*
		box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.1); */
/*
	}
	.form.sign-up .login-text{
		margin-left: 7%;
	}
	.signup-firstname input,.signup-lastname input,.signup-email input{
		width: 340px;
	}
	.password-field input{
		width: 340px;
		margin-right: 12%;
	}
	#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea{
		width:340px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 .formbuilder-text-label{
		display: table-caption;
		width: 300px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 .formbuilder-file-label{
		display: table-caption;
		width: 300px;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0{
		width:340px;
	}
	.formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:340px;
	}
	.form-actions{
		width: 340px;
	}
	.icon-show-hide-password{
		margin-right: 12%;
	}
	.form.sign-in{
		width: 400px;
	}
	.login-submit .button.button-2{
		margin-left: 8%;
	}
	.recover-submit .button.button-2{
		margin-left: 8%;
	}
	.recover-submit .text{
		margin-left: 1%;
	}
	.box{
		margin-left: 20%;
	}
	.accepts-marketing{
		margin-top: 127%;
	}
	.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
		width:335px;
	}
	.form.sign-up .welcome{
		margin-left: -17%;
	}
	.cont{
		/* height:1550px; */
/*
         height:650px; 

	}
	.accepts-marketing{
		margin-top: 120%;
	}
	.form.sign-up .form-actions{
		width: 340px;
	}
	.boxx{
		display:block;
		margin-left:16%;
	}
	.form.sign-in .login-item .halo-page-wrapper {
		margin-top:10%;
	}
	#customer_login{
		margin-top: 7%;
	}
#login{
		padding-top: 5%;
          margin-top: -7%;
	}
   .sub-cont .form.sign-up{    margin-top: 1%;
}
  .sub-cont .halo-page-wrapper{    margin-top: 6%;
}
  .new{    margin-top: 7%;
}
    #login .form-message{
    margin-top: -6%;
    width: 240px;
    margin-left: 23%;
    height: 40px;
  }
 #recover .form-message{
      margin-left: 11%;
    width: 270px;
    margin-top: -4%;
    height: 40px;
 }

}
.formbuilder-checkbox-group.form-group.field-accepts-marketing{
	display:none;
}
.formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0, .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0{
	max-width:none !important;
}

@media screen and (max-width: 450px) {
  #create_customer .bss-error-msg{
    margin-top: -3%;
    margin-bottom: -6%;
    margin-left: 1%;
    width: 300px;
  }
    .cont {
        width: 330px;
    }
    .form.sign-up .welcome {
        margin-left: -22%;
    }
    .form.sign-up .login-text {
        margin-left: 10px;
    }
    .signup-firstname {
        margin-left: -10%;
    }
    .signup-firstname input,
    .signup-lastname input,
    .signup-email input {
        width: 300px;
    }
    .signup-lastname {
        margin-left: -4.2%;
    }
    .signup-email {
        margin-left: -22.5%;
    }
    .signup-password #passw {
        margin-left: -52.5%;
    }
    .signup-password .password-field input {
        margin-left: 12.5%;
        margin-right: 23%;
    }
    .icon-show-hide-password {
        margin-right: 23%;
    }
    #bss-b2b-registration-form-render .rendered-form {
        padding-left: 6px;
    }
    #bss-b2b-registration-form-render .rendered-form input,
    #bss-b2b-registration-form-render .rendered-form textarea {
        width: 300px;
    }
    .formbuilder-text.form-group.field-text-1680985086950-0 #text-1680985086950-0,
    .formbuilder-file.form-group.field-file-1656562999388-0 #file-1656562999388-0 {
        width: 300px;
    }
    .form.sign-up .form-actions {
        width: 300px;
        margin-left: 9px;
    }
    .box2 {
        margin-left: 25px;
    }
    .form.sign-in .login-item h2 {
        /* margin-left: -10%; */
/*
        margin-left: -1%;
    }
    .form.sign-in .login-text {
        width: 280px;
    }
    .form.sign-in .login-email {
        margin-left: -20%;
    }
    .form.sign-in .login-pass {
        margin-left: -20%;
    }
    .login-submit {
        margin-left: -6%;
    }
    .box {
        /* margin-left: 10%; */
/*
        margin-left: 12%;
    }
    #recover .login-text {
        /* margin-left: 8%; */
/*
    }
    #recover h2 {
        /* padding-left: 15%; */
/*
    }
    #recover .boxx {
        display: block;
        /* margin-left:16%; */
/*
        margin-left: 8%;
    }
    .form.sign-in .login-item .halo-page-wrapper {
        margin-top: 10%;
    }
    #customer_login {
        margin-top: 7%;
    }
    #login {
        padding-top: 5%;
        margin-top: -7%;
    }
    /* .form.sign-in #login{
        padding-left: 10%;
  }
  .form.sign-in #customer_login{    padding-left: 20px;
}
  .form.sign-in .login-submit{        margin-left: -15%;
}
  .sub-cont{    margin-left: 8%;
}
    */
/*
    .form.sign-in {
        width: 340px;
    }
    .form.sign-in #customer_login {
        margin-left: 15%;
    }
    .login-submit.form-actions {
        margin-left: -26%;
    }
    .recover-submit.form-actions {
        margin-left: -6%;
    }
  #login .form-message{
        margin-left: -10%;
    width: 235px;
  }
}


/* -------------------*/


/* .bss-error-msg{margin-top: -4%;
    margin-bottom: -2%;} */

/*
#recover .bss-error-msg, #login .bss-error-msg{
  /* visibility:hidden; */
/*
  display:none;
}
.new .form-message{
  display:none;
}*/

/*animated form */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

#animatedLoginForm {
  position: relative;
  min-height: 100vh;
  /* background-color: #f8dd30; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
 
}

.halo-page-title {
            text-align: center;
}
.halo-page-wrapper {
            text-align: center;
            
}

.imgBx {
            position: relative;
            display: inline-block;
        }

        .imgBx img {
            width: 100%;
            height: auto;
            display: block;
        }

        .signupAnimated {
            position: absolute;
            /* top: 15%;
            left: 30.5%;
            transform: translate(-50%, -50%); */
            text-align: center; /* Center text within the div */
            color: black; /* Set the text color to contrast with the image */
        }

        .signupAnimated a {
            text-decoration: none;
            color: inherit; /* Inherit the text color from the parent */
        }
.signupAnimatedResponsive {
            display: none;
        }

.signupAnimatedResponsive {
            font-size: 1.5rem; /* Adjust font size as needed */
        }

        .signupAnimatedResponsive a {
            text-decoration: none;
            color: blue; /* Set the initial color of the text */
            transition: color 0.3s ease; /* Add a smooth transition for color change */
        }

        .signupAnimatedResponsive a:hover {
            color: #e74c3c; /* Change the color on hover */
        }

.signinAnimatedResponsive {
            display: none;
        }

.signinAnimatedResponsive {
            font-size: 1.5rem; /* Adjust font size as needed */
        }

        .signinAnimatedResponsive a {
            text-decoration: none;
            color: blue; /* Set the initial color of the text */
            transition: color 0.3s ease; /* Add a smooth transition for color change */
        }

        .signinAnimatedResponsive a:hover {
            color: #e74c3c; /* Change the color on hover */
        }


        .signinAnimated {
            position: absolute;
            /* top: 15%; */
            /* left: 25%;
            transform: translateX(-50%); */
            text-align: center;
            color: black;
            font-size: 1.7rem; /* Adjust font size as needed */
        }

        .signinAnimated a {
            text-decoration: none;
            color: #3498db; /* Set the initial color of the link */
            transition: color 0.3s ease; /* Add a smooth transition for color change */
        }

        .signinAnimated a:hover {
            color: #e74c3c; /* Change the color on hover */
        }

#animatedLoginForm .containerAnimated {
  position: relative;
   border-radius: 25px;
  width: 1000px;
  height: 650px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#animatedLoginForm .containerAnimated .userAnimated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

#animatedLoginForm .containerAnimated .userAnimated .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
  /* background: #ff0; */
  transition: 0.5s;
}

#animatedLoginForm .containerAnimated .userAnimated .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#animatedLoginForm .containerAnimated .userAnimated .formBx {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  /*
  display: flex;
  */
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: 0.5s;
 
}

#animatedLoginForm .containerAnimated .userAnimated .formBx form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

#animatedLoginForm .containerAnimated .userAnimated .formBx form input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}
#animatedLoginForm .containerAnimated .userAnimated .formBx form select {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}
#animatedLoginForm .containerAnimated .userAnimated .formBx form input[type='submit'] {
  max-width: 100px;
  background: #677eff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
 
}
.form-actions{
   margin-top:10% !important;
}
.formBx {
  overflow-x: hidden !important;
  overflow-y: auto !important;
   
}

.signupAnimated a {
    color: blue; /* Initial color */
    
}

.signupAnimated a:hover {
    color: red; /* Color when hovering */
}

.link-underline {
        margin-top: 2%; 
    }

.signupAnimated{
  /* margin-top : 77% !important; */
}

.signinAnimated a {
    color: blue; /* Initial color */
    
}

.signinAnimated a:hover {
    color: red; /* Color when hovering */
}

.link-underline {
        margin-top: 2%; 
    }

.signinAnimated{
  margin-top : 3% !important;
}


#animatedLoginForm .containerAnimated .userAnimated .formBx form .signupAnimated {
  
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

#animatedLoginForm .containerAnimated .userAnimated .formBx form .signupAnimated a {
  font-weight: 600;
  text-decoration: none;
  color: #677eff;

}

#animatedLoginForm .containerAnimated .userAnimated .form-field {
  margin-bottom: 20 px;
  margin-top : 20px;
}



#animatedLoginForm .containerAnimated .signupBxAnimated {
  pointer-events: none;
}

#animatedLoginForm .containerAnimated.active .signupBxAnimated {
  pointer-events: initial;
}

#animatedLoginForm .containerAnimated .signupBxAnimated .formBx {
  left: 100%;
}

#animatedLoginForm .containerAnimated.active .signupBxAnimated .formBx {
  left: 0;
}

#animatedLoginForm .containerAnimated .signupBxAnimated .imgBx {
  left: -100%;
}

#animatedLoginForm .containerAnimated.active .signupBxAnimated .imgBx {
  left: 0%;
}

#animatedLoginForm .containerAnimated .signinBxAnimated .formBx {
  left: 0%;
}

#animatedLoginForm .containerAnimated.active .signinBxAnimated .formBx {
  left: 100%;
}

#animatedLoginForm .containerAnimated .signinBxAnimated .imgBx {
  left: 0%;
}



#animatedLoginForm .containerAnimated.active .signinBxAnimated .imgBx {
  left: -100%;
}

#animatedLoginForm .containerAnimated .signinBxAnimatedRecover .formBx {
  left: 0%;
}

#animatedLoginForm .containerAnimated.active .signinBxAnimatedRecover .formBx {
  left: 100%;
}

#animatedLoginForm .containerAnimated .signinBxAnimatedRecover .imgBx {
  left: 0%;
}



#animatedLoginForm .containerAnimated.active .signinBxAnimatedRecover .imgBx {
  left: -100%;
}

@media (max-width: 991px) {
  #animatedLoginForm .containerAnimated {
    max-width: 400px;
    margin: 0 auto;
    
  }

  #animatedLoginForm .containerAnimated .imgBx {
    display: none;
  }

  #animatedLoginForm .containerAnimated .userAnimated .formBx {
    width: 100%;
  }
  .signupAnimatedResponsive {
            display: block;
        }
  .signinAnimatedResponsive {
            display: inline-block;
        }

  .signupAnimated {
            display: block;
        }
  .signinAnimated {
            display: inline-block;
        }
 
}
.icon-show-hide-password{
  padding-top: 4.5% !important;
}
.formbuilder-checkbox-group-label
{
  display : none;
}
.page-subheader {
  padding-bottom : 4%;
}
.halo-page-wrapper h3 {
    margin-bottom: 4%;
}

}


/* #signup:target {
  display: block;
}

#signup:target ~ #recover,
#signup:target ~ #recover + div {
  display: none !important;
}
 */

.account-page .halo-page-header {
    background-color: var(--navigation-bg);
 
}

.login-rowItem .page-subheader {

}

.login-rowItem .form-message {
  margin-top: 20px;
}

.account-page .halo-page-content {
  padding-bottom: 80px
}

.login-row {
  /* font-size: 0; */
  letter-spacing: 0;
}

.login-rowItem {
  padding-top: 30px;
  padding-bottom: 50px
}

.login-rowRight {
  padding-left: 15px;
  padding-right: 15px;
}

.login-rowItem .page-subheader {
  margin-bottom: 8px;
  margin-top: 0;
}

.login-row .form-message {
  max-width: 450px;
  margin-bottom: 20px;
}

.login-item {
  margin-bottom: 50px;
}

.login-item:last-child {
  margin-bottom: 0
}

.login-item .login-text {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    margin: 0 0 26px 0;
}

/* .login-item .login-message{
     margin: 0 0 30px 0;
} */
.login-message{
     margin: 0 0 30px 0;
}
.login-item .form-actions{
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.login-item .form-actions .button {
  display: inline-block;
  width: auto;
  min-width: 135px;
  margin: 0;

}

.login-rowRight .login-item .form-actions .button,
.register-page .login-item .form-actions .button {
  min-width: 256px;
  
}

.login-item .form-actions a {
    font-size: var(--font-body-size);
    display: inline-block;
    margin-left: 30px
}

.login-item .form-actions .forget-password .text,
.login-item .form-actions a.cancel .text{
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    text-decoration-color: var(--color-link-underline);
  
}

.login-item .login-action a + a{
    margin-top: 15px;
}

/* .login-item#recover{
    display: none;
}

.login-item#recover:target {
    display: block;
}

.login-item#recover:target ~ .login-item#login{
    display: none;
}
 */
.login-item .form-input{
    padding-top: 11px;
    padding-bottom: 10px;
    max-width: 450px;
}

.login-item .form-field + .form-field{
    margin-top: 14px;
}

.login-item .accepts-marketing {
    margin-top: 15px;
}

/* Login Page */
.login-page .login-rowRight {
  background: var(--bg-global);
}
.login-item #customer_login_guest .button{
  max-width: 450px;
  margin: 0
}

/* START: Account */
    .account {
        display: block;
    }

    .account-page .account-item{
        padding: 0 0 30px 0;
    }

    .account-title,
    .address-title{
        display: block;
        position: relative;
        font-family: var(--font-heading-family);
        font-size: calc(var(--font-body-size) + 2px);
        font-weight: var(--font-heading-weight);
        text-transform: var(--heading-text-transform);
        letter-spacing: var(--heading-letter-spacing);
        line-height: cal(var(--font-body-size) + 10px);
        color: var(--color-text);
        margin-top: 0;
        margin-bottom: 25px;
        padding: 0 0 10px 0;
        border-bottom: 2px solid var(--border_global)
    }

    .account-desc {
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        color: var(--color-text);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        background: var(--color-info-bg);
        color: var(--color-info);
        padding: 13px 15px;
        text-align: center;
    }

    .order-page .account-desc {
      margin-bottom: 25px;
    }

    .account-desc p {
        margin: 0 0 34px 0;
    }

    .account-desc p:last-child{
        margin: 0;
    }

    .account-desc svg {
      width: 24px;
      height: 24px;
      margin-right: 5px;
      stroke: none
    }

    .account-desc address p{
        font-size: var(--font-size);
        margin-bottom: 0;
    }

    .account-message{
        display: block;
        margin: 0 0 40px 0;
    }

    .account-page .account-item + .account-item{
        padding-top: 30px;
    }

    .account table{
        table-layout: auto;
        border-collapse: collapse;
        box-shadow: none;
        width: 100%;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        color: var(--color-text);
        position: relative;
        border-bottom: 0.01rem solid var(--form-input-border);
    }

    .account table .icon{
        width: 16px;
        height: 16px;
        margin-right: 0.5rem;
    }

    .account table dl {
        margin: 0;
    }

    .account table dd {
        margin-left: 0;
    }

    .account table dd s {
        color: var(--color-grey);
    }

    .account table .fulfillment{
        width: fit-content;
        border: 0.01rem solid var(--form-input-border);
        padding: 1rem;
        margin-top: 1rem;
        text-align: left;
    }

    .account table .fulfillment a {
        margin: 0.7rem 0;
    }

    .account table .fulfillment span {
        display: block;
    }

    .account table .cart-discount{
        display: block;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .account thead{
        background-color: #f1f1f1;
    }

    .account th,
    .account td {
        border: none;
        padding: 0;
    }

    .account td:empty {
        display: initial;
    }

    .account tbody td {
        padding: 12px 0px 10px 0px;
    }

    .account tbody tr {
        border-top: 0.01rem solid var(--form-input-border);
    }

    .account tbody a{
        font-weight: var(--font-weight-bold);
        text-transform: uppercase;
    }

    .account tbody .content a{
        font-weight: var(--font-weight-normal);
        text-transform: capitalize;
    }

    .account tbody .properties{
        margin-top: 1rem;
    }

    .account tbody .properties span{
        display: block;
    }

    .account thead th {
        letter-spacing: 0.07rem;
        text-transform: uppercase;
        padding: 9px 15px 6px 15px;
        text-align: left;
    }

    .account tfoot td:first-of-type,
    .account tfoot td {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .account tfoot td:first-of-type {
        text-align: left;
    }

    .account tfoot tr:first-of-type td {
        padding-top: 2rem;
    }

    .account tfoot tr:last-of-type td {
        padding-bottom: 2rem;
    }

    .account thead::after,
    .account tfoot::before {
        content: " ";
        height: 0.1rem;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        background: var(--form-input-border);
    }

    .account-list{
        font-size: 0;
        letter-spacing: 0;
        margin-left: -5px;
        margin-right: -5px;
    }

    .my-account-page .account-list + .account-action {
      margin-top: 0px;
    }

    .account-listItem{
      display: inline-block;
      width: 100%;
      padding: 0 5px;
      vertical-align: top;
    }

    .account-product{
        border: 1px solid #e6e6e6;
        padding: 19px 15px 20px 15px;
        min-height: 200px;
    }

    .account-product-title{
        display: block;
        position: relative;
        font-family: var(--font-heading-family);
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-semibold);
        line-height: var(--heading-line-height);
        letter-spacing: var(--heading-letter-spacing);
        color: var(--color-text);
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .account-product-text{
        font-size: calc(var(--font-body-size) - 2px);
        font-weight: var(--font-weight-medium);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        height: auto;
        padding: 2px 6px;
        background-color: var(--sold-out-badge-bg);
        color: var(--sold-out-badge-color);
        text-transform: capitalize;
        margin-left: 4px;
    }

    .account-product-label {
      display: none;
    }

    .account-product-detail li{
        display: block;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
    }

    .account-product-detail + .account-product-detail{
        margin-top: 8px;
    }

    .account-page .account-action {
        margin: 15px 0 0 0;
        max-width: 270px
    }

    .account-page .account-action .count {
      min-width: 23px;
      min-height: 23px;
      line-height: 23px;
      text-align: center;
      border-radius: 50%;
      font-size: var(--font-body-size);
      font-weight: var(--font-weight-normal);
      letter-spacing: var(--body-letter-spacing);
      background-color: var(--btn-1-color);
      color: var(--btn-1-bg);
      display: inline-block;
      margin-left: 8px;
      vertical-align: middle;
      margin-top: -3px;
    }

    .account-pag .account-action a:hover .count {
      background-color: var(--btn-1-color-hover);
      color: var(--btn-1-bg-hover);
    }

    .order-pagination{
        margin: 40px 0 0 0;
    }
    .order-pagination .pagination__item-arrow {
      position: relative;
      top: auto;
      transform: none;
    }
    .order-pagination .pagination__item {
        width: var(--arrow-width);
        height: var(--arrow-height);
    }
    
/* END: Account */

/* START: Address */
    .addresses-page .account-item {
      padding-bottom: 0;
    }

    .address-new{
        margin: 0 0 30px 0;
    }

    .address-new > button{
        max-width: 250px;
        margin-left: 0;
        margin-top: 5px;
    }

    .address-new > button:before{
        height: 1em;
        width: 0.2em;
    }

    .address-new > button:after{
        height: 0.2em;
        width: 1em;
    }

    .address-content{
        margin-bottom: 1.5rem;
    }

    .address-content p{
        margin-top: 0;
        margin-bottom: 0;
    }

    .address-button{
        display: inline-block;
        width: calc(50% - 5px);
        margin-right: 5px;
        min-width: unset;
    }

    .address-button + .address-button{
        margin-left: 5px;
        margin-right: 0;
    }

    .address-form{
        margin: 52px 0 50px 0;
        font-size: var(--font-body-size);
    }

    .address-form .address-title{
        font-size: calc(var(--font-size) + 4px);
        text-align: left;
    }

    .address-form .form-field + .form-field{
        margin-top: 12px;
    }

    .address-form .form-field input,
    .address-form .form-field .select__select {
      max-width: 450px;
    }

    .address-form input[type=checkbox] + .form-label--checkbox:before{
        top: 3px;
    }

    .address-form input[type=checkbox] + .form-label--checkbox:after{
        top: 6px;
    }

    .address-form .form-actions{
        margin-top: 20px;
        max-width: 450px;
    }

    .address-form .button + .button{
        margin-top: 15px;
    }

    .addresses li,
    .account-listItem {
      font-size: 0;
      letter-spacing: 0;
      margin-bottom: 40px;
    }

    .addresses li address {
      border: 1px solid #cecece;
      padding: 10px 15px 15px 15px;
      min-height: 200px;
      font-style: normal;
      font-size: var(--font-body-size);
    }

    .addresses li address .acc-name {
      text-transform: uppercase;
      font-weight: var(--font-weight-semibold);
      font-size: var(--font-body-size);
      margin-bottom: 7px;
    }

    .addresses li address .acc-name .default,
    .address-form .address-title .default {
      padding: 2px 6px 1px 6px;
      background: var(--sold-out-badge-bg);
      color: var(--sold-out-badge-color);
      font-size: calc(var(--font-body-size) - 2px);
      line-height: calc(var(--font-body-size) + 2px);
      font-weight: var(--font-weight-medium);
      letter-spacing: 0;
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px;
      text-transform: capitalize;
      margin-left: 4px;
    }

    .addresses li .cus-addr {
      display: block;
      padding: 1px 0;
    }

    .account-action .back-account .text{
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-color: var(--color-link-underline);
    }

    .addresses [aria-expanded="false"] ~ div[id] {
        display: none;
    }

    .addresses [aria-expanded="true"] ~ div[id] {
        display: block;
    }

    .pagination__list .pagination__item {
      font-size: var(--font-body-size);
    }
    
    .addresses .pagination__list li {
      width: auto;
      min-width: unset;
      padding: 0 10px;
    }
/* END ADDRESS */

.customer:not(.account, .order) {
  margin: 6rem auto 9rem;
  max-width: 33.4rem;
  padding: 0 1.5rem;
  text-align: center;
}

.customer form {
  margin-top: 4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: 1.6;
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: var(--color-foreground);
}

.customer h2.form__message {
  font-size: 1.8rem;
}

.customer .field {
  margin: 2rem 0 0 0;
}

.customer .field:first-of-type {
  margin-top: 0;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid var(--color-foreground-20);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}

.customer tbody {
  color: var(--color-foreground)
}

.customer th,
.customer td {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

.customer tbody tr {
  border-top: 0.01rem solid var(--color-foreground-20);
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: " ";
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: var(--color-foreground-20);
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
  
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 0.5rem;
}

#customer_login_guest button {
  margin-top: 0;
}

.activate button[name="decline"],
.addresses li > button,
.addresses form button[type] {
  background-color: transparent;
  box-shadow: 0 0 0 0.1rem var(--color-base-outline-button-labels);
  color: var(--color-base-outline-button-labels);
}

.activate button[name="decline"]:hover,
.addresses li > button:hover,
.addresses form button[type]:hover {
  box-shadow: 0 0 0 0.2rem var(--color-base-outline-button-labels);
}

/* Account/Order */
.account h1 + a {
  display: inline-flex;
  align-items: center;
}

.account a svg {
  width: 1.5rem;
  margin-right: 1rem;
}

.account table td:first-of-type a {
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-base-outline-button-labels-rgb), 0.2);
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-base-outline-button-labels-rgb), 0.2);
  color: var(--color-base-outline-button-labels);
}

.order td:first-of-type {
  align-items: initial;
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: 1.2;
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid var(--color-foreground-20);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.order table a {
  color: var(--color-foreground-85);
  line-height: 1.2;
}

.order table a:hover {
  color: var(--color-foreground-75);
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: 1.2;
}

.order svg {
  width: 1.1rem;
  color: var(--color-base-accent-2);
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: 1.3;
}

.order dd s {
  color: var(--color-foreground-70);
}

.reset-password .button-2 {
  margin-top: 25px;
}

.reset-password .login-text {
  margin-bottom: 15px;
}

.reset-password.customer h2.form__message {
  font-size: var(--font-body-size);
}

.reset-password.customer .form__message {
  margin-top: 10px;
}

@media (min-width: 768px){
  .login-row{
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      width: 100%;
  }
  .login-rowLeft {
    padding-right: 15px;
  }
  .login-rowItem{
      width: 50%;
  }

  .login-item .login-action{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .login-item .login-action a.back-to-store{
      order: -1;
  }

  .login-item .login-action a + a{
      margin-top: 0;
  }

  /* Login Page */
  .login-page .login-rowLeft {
    padding-right: 60px;
  }
  .login-page .login-rowRight {
    padding-left: 30px;
    padding-right: 30px;
  }
  .account-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .addresses ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .addresses li,
  .account-listItem {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Account */
  .account table {
    border: none;
    box-shadow: 0 0 0 0.1rem var(--form-input-border);
  }

  .account tbody td {
    padding: 12px 15px 10px 15px;
  }

  .account tfoot td {
    padding: 0px 15px;
  }
  .order-page .account thead th:last-of-type,
  .order-page .account tbody td:last-of-type,
  .order-page .account tfoot td:last-of-type {
    text-align: right;
  }

  .account thead th#ColumnQuantity,
  .account tbody td.ColumnQuantity{
    text-align: center;
  }
}

@media (max-width: 767px) {
  .login-rowLeft {
    padding-top: 0;
  }
  .login-page .login-rowRight {
    padding-bottom: 35px
  }
  .account-listItem:last-child, .addresses li:last-child {
    margin-bottom: 0;
  }
  .account-list+.account-action {
    margin-top: 40px
  }

  /* START: Account */
    .account thead,
    .account th,
    .account tfoot td:first-of-type {
        display: none;
    }

    .account td {
        display: flex;
        text-align: right;
    }

    .account tbody tr:first-of-type {
      border-top: none;
    }
    .account tbody tr {
      margin-bottom: 15px;
    }
    .account tbody tr + tr {
      padding-top: 15px;
    }
    .account td::before {
        content: attr(data-label);
        padding-right: 2rem;
        text-transform: uppercase;
        flex-grow: 1;
        text-align: left;
        font-weight: var(--font-weight-medium);
    }

    .account td:first-of-type {
        display: flex;
        align-items: center;
    }

    .account tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
  /* END: Account */
  .order-pagination .pagination-arrow {
      margin-bottom: 40px !important;
  }
}

@media (max-width: 551px) {
  .account-page .account-action{
    max-width: 100%;
  }

  .my-account-page .account-list+.account-action{
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .addresses li,
  .account-listItem {
    width: 33.33%;
  }
}

@media (min-width: 1025px) {

  .login-rowItem {
    padding-top: 55px;
    padding-bottom: 60px
  }
  .login-page .login-rowLeft {
    width: calc(100% - 570px)
  }
  .login-page .login-rowRight {
    padding-left: 60px;
    padding-right: 60px;
    width: 570px;
  }
  
  .account-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .addresses li,
  .account-listItem {
    width: 25%;
    padding: 0 15px;
  }
  .addresses li address {
    padding: 20px 30px 30px 30px;
  }
  .button--secondary.button-delete:hover {
    background: transparent;
    color: var(--btn-3-border);
    border-color: var(--btn-3-border)
  }
}

@media screen and (min-width: 750px) {
  .customer:not(.account, .order) {
    max-width: 47.8rem;
  }

  .customer h2.form__message {
    font-size: 2.2rem;
  }

  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem var(--color-foreground-20);
  }

  .customer td {
    padding-right: 2.2rem;
  }

  .customer tbody td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }

  .customer thead th,
  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }

  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }

  .customer tbody tr:first-of-type {
    border-top: none;
  }

  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }

  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }

  .activate button[name="decline"] {
    margin-top: inherit;
    margin-left: 1rem;
  }

  .order thead th:nth-last-child(-n+3),
  .order td:nth-last-child(-n+3) {
    text-align: right;
  }

  .order td .cart-discount {
    display: none;
  }

  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }

  .order tbody ul {
    text-align: left;
  }

  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer td {
    display: flex;
    text-align: right;
  }

  .customer td::before {
    content: attr(data-label);
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }

  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

.recoverRegister:target {
  display: inline;
}

.recoverRegister:target + div {
  display: block;
}

.recoverRegister:target ~ .loginRegister,
.recoverRegister:target ~ .loginRegister + div {
  display: none ;
  
}

.loginRegister:target {
  display: inline;
}

.loginRegister:target + div {
  display: block;
}

.loginRegister:target ~ .recoverRegister,
.loginRegister:target ~ .recoverRegister + div {
  display: none ;
  
}
#bss-b2b-registration-form-render input, #bss-b2b-registration-form-render textarea, #bss-b2b-registration-form-render select {
    max-width: 600px !important;
}
.signupAnimatedReset {
    /* margin-top: 53% !important; */
}

.signupAnimatedReset {
            position: absolute;
            /* top: 15%;
            left: 30.5%;
            transform: translate(-50%, -50%); */
            text-align: center; /* Center text within the div */
            color: black; /* Set the text color to contrast with the image */
        }

        .signupAnimatedReset a {
            text-decoration: none;
            color: inherit; /* Inherit the text color from the parent */
        }

.signupAnimatedReset a {
    color: blue; /* Initial color */
    
}

.signupAnimatedReset a:hover {
    color: red; /* Color when hovering */
}
@media screen and (min-width: 150px) and (max-width: 250px) {
   #animatedLoginForm .containerAnimated {
    max-width: 150px;
    margin: 0 auto;
    
  }}
@media screen and (min-width: 250px) and (max-width: 450px) {
   #animatedLoginForm .containerAnimated {
    max-width: 300px;
    margin: 0 auto;
    
  }}

@media screen and (min-width: 760px) and (max-width: 990px) {
   #animatedLoginForm .containerAnimated {
    max-width: 500px;
    margin: 0 auto;
    
  }}
  
