

/* Start:/local/templates/ezco_login/css/main.css?17748157689386*/
.container {
	max-width: 112rem;
	padding: 0 15px;
	margin: 0 auto;
}
@font-face {
	font-family: "Circe";
	src:
		local("Circe"),
		local("Circe-Regular"),
		url(/local/templates/ezco_login/css/../fonts/Circe/Circe-Regular.woff2) format("woff2"),
		url(/local/templates/ezco_login/css/../fonts/Circe/Circe-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
body,
html {
	overflow-x: hidden;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}
body {
	margin: 0;
	background-color: #e6e6e6;
	min-width: 320px;
	overflow: auto;
	background: #e6e6e6;
	color: #141414;
	font-family: "Circe", sans-serif;
	font-weight: 400;
	font-size: 1em;
}
details,
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: inherit;
	text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
figure,
picture {
	display: inline-block;
}
picture {
	font-size: 0;
}
figure {
	margin: 0;
}
q::after,
q::before {
	content: '"';
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus,
button:focus,
input:focus {
	outline: 0;
}
br {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
body.scroll-disabled {
	height: 100vh;
	overflow-y: hidden;
}
body::-webkit-scrollbar {
	background-color: #e6e6e6;
	width: 16px;
}
body::-webkit-scrollbar-track {
	background-color: #e6e6e6;
}
body::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 16px;
	border: 4px solid #e6e6e6;
}
body::-webkit-scrollbar-button {
	display: none;
}
::-moz-selection {
	background-color: #141414;
	color: #e6e6e6;
}
::selection {
	background-color: #141414;
	color: #e6e6e6;
}
.sm-only {
	display: none;
}
.page {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-content {
	margin: auto;
}
.form {
	position: relative;
	width: 37.55em;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	padding: 7.9em 3.875em 1.125em;
	text-align: center;
}
.form--recover,
.form--register {
	display: none;
}
.form .error {
	position: absolute;
	left: 50%;
	top: 20rem;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: crimson;
	font-size: 1.6rem;
}
.form .errortext {
	color: crimson;
}
.form-footer {
	margin-top: 6.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-footer a {
	color: #5c6abc;
	text-decoration: underline;
	font-size: 1.325em !important;
	margin-bottom: 1.055rem !important;
}
.form-footer a:focus,
.form-footer a:hover {
	text-decoration: none;
}
.form__title {
	margin: 0;
	margin-bottom: 5.2em;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	text-align: center;
}
.form .input-wrap {
	position: relative;
	display: block;
	margin-bottom: 1.7rem;
}
.form .input-wrap span {
	position: absolute;
	z-index: 2;
	top: 0.85rem;
	left: 1.5rem;
	color: #141414;
	font-size: 1em;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.form .input-wrap span.active,
.form .input-wrap input:focus + span {
	top: 0.25rem;
	left: 1.5rem;
	font-size: 0.85rem;
}
.form .input {
	display: block;
	width: 100%;
	background: #e6e6e6;
	border: 0.1rem solid transparent;
	border-radius: 2.1rem;
	padding: 1.2em 1.45em 0.35em;
	-webkit-box-shadow: 0 0 0 0 #5c6abc;
	box-shadow: 0 0 0 0 #5c6abc;
	color: #141414;
	font-size: 1em;
	font-weight: 700;
	-webkit-transition: all 0.4s cubic-bezier(0.03, 1.8, 0.74, 1.68);
	-o-transition: all 0.4s cubic-bezier(0.03, 1.8, 0.74, 1.68);
	transition: all 0.4s cubic-bezier(0.03, 1.8, 0.74, 1.68);
}
.form .input:hover {
	border-color: #5c6abc;
}
.form .input:focus {
	border: 0.1rem solid #5c6abc;
	-webkit-box-shadow: 0 0 0 0.3rem rgba(92, 106, 188, 0.5);
	box-shadow: 0 0 0 0.3rem rgba(92, 106, 188, 0.5);
}
.form .input.error {
	background-color: rgba(173, 33, 33, 0.1);
}
.form .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #141414;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
}
.form .checkbox__input {
	display: none;
}
.form .checkbox__input + span {
	position: relative;
	margin-right: 1rem;
	margin-top: -0.2rem;
	border: 0.1rem solid #1c2030;
	width: 1em;
	height: 1em;
}
.form .checkbox__input + span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 0.5rem;
	height: 0.5rem;
	background-color: #dcae1d;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition:
		transform 0.2s ease-in,
		-webkit-transform 0.2s ease-in;
	will-change: transform;
}
.form .checkbox__input:checked + span::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.form .submit,
.form .submit:hover {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(255, 255, 255, 0.13)),
		to(rgba(0, 0, 2, 0.13))
	);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.13) 0%, rgba(0, 0, 2, 0.13) 100%);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.13) 0%, rgba(0, 0, 2, 0.13) 100%);
}
.form .submit {
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 0.55em 2.9em;
	margin: 0 auto;
	margin-top: 1.25em;
	border: 0;
	border-radius: 2.2rem;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	cursor: pointer;
	background-color: #4859b4;
}
.form .submit:hover {
	background-color: #a2ade8;
}

@media (max-width: 768px) {
	html {
		font-size: 12px;
	}
	.form {
		width: 95vw;
		margin: auto;
		padding: 7em 1.5em 1.125em;
	}
	.form__title {
		margin-bottom: 4em;
		font-size: 1.45em;
	}
	.form .input {
		font-size: 1.35em;
	}
	.form .input-wrap span {
		top: 1.1rem;
		left: 1.95rem;
		font-size: 1.35em;
	}
	.form .input-wrap span.active,
	.form .input-wrap input:focus + span {
		font-size: 1.2rem;
		top: 0.3rem;
		left: 1.95rem;
	}
	.form .checkbox {
		font-size: 1.25em;
	}
	.form .submit {
		font-size: 1.45em;
	}
	.form-footer a {
		font-size: 1.5em !important;
	}
	.form .errortext {
		font-size: 1.35em;
	}
	.form p {
		font-size: 1.15em;
	}
}

/* End */


/* Start:/local/templates/ezco_login/template_styles.css?15853910931358*/
ul li {
    list-style-position: inside;
}

/* ORDER MODAL STYLES */

body .ui-dialog {
    padding: 0;
    z-index: 110;
}
body .ui-widget-header {
    border-color: #4bc7e1;
    background: #4bc7e1;
}
body .ui-state-default .ui-icon {
    background-image: url("/local/templates/ezco_login/order/jquery/images/ui_icons_custom.png");
}
body .ui-widget.ui-state-hover {
    border: 1px solid #4bc7e1;
    background: white;
}
body .owl-dots .owl-dot {
    border: 1px solid #4bc7e1;
}

#order-form label {
    font-size: 14px;
    display: block;
}
#order-form label.iDiscountLabel {
    cursor: pointer;
}
#order-form input[type=text] {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #A1B1BC;
    margin-bottom: 10px;
}
#order-form input[type=submit] {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    background: #4bc7e1;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
#order-form input[type=submit]:hover,
#order-form input[type=submit]:focus {
    background: #399aad;
}

/* END ORDER MODAL STYLES */
/* End */
/* /local/templates/ezco_login/css/main.css?17748157689386 */
/* /local/templates/ezco_login/template_styles.css?15853910931358 */
