/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Imports
--------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
	line-height: 1.15;
	scroll-behavior: smooth !important;
}

p {
	font-family: 'Open Sans', sans-serif;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #FF6600 #1C3344;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

*::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #1C3344;
}

*::-webkit-scrollbar-track:hover {
	background-color: #1C3344;
}

*::-webkit-scrollbar-track:active {
	background-color: #1C3344;
}

*::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #FF6600;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #FF6600;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #FF6600;
}

/* Sections
	 ========================================================================== */


body {
	animation: fadeInAnimation linear .5s;
	margin: 0;
}

/* body.loading {
	cursor: progress;
} */

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



.comment-textarea {
	width: 100%;
	padding: 0.5em 0.625em !important;
	color: #282828 !important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0.5em !important;
	border: 0.0625em solid #9CA3AF !important;
	outline: 0;
	font-size: 1em !important;
	line-height: 1.5 !important;
	font-weight: 600;
	margin-top: 0.25em;
	transition-duration: 0.3s;
}

.comment-textarea:focus {
	border: 0.0625em solid #ff6600 !important;
}

.comment-button {
	width: auto !important;
	margin-left: auto !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

input {
	width: 100% !important;
	padding: 0.5em 0.625em !important;
	color: #282828 !important;
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 0.5em !important;
	border: 0.0625em solid #9CA3AF !important;
	outline: 0;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	margin-top: 0.25em !important;
}

input.error,
select.error {
	border: 0.0625em solid #df3c3c !important;
}

input:focus,
select:focus {
	transition-duration: 0.3s;
	outline: 0;
	border: 0.0625em solid #ff6600 !important;
}

input[type='radio'] {
	width: 1.25em !important;
	height: 1.25em !important;
	vertical-align: sub;
	border: 0 !important;
	margin-right: 0.125em;
	margin-bottom: 0.5em;
}

input[type='radio']:after {
	width: 1.25em;
	height: 1.25em;
	border-radius: 100%;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 0.125em solid #fff;
	box-shadow: 0 0 0 0.125em #D0D0D0;
	transition: background 0.3s ease;
}

input[type='radio'].error:after {
	box-shadow: 0 0 0.105em 0.105em #df3c3c !important;
}

input[type='radio']:checked:after {
	width: 1.25em;
	height: 1.25em;
	border-radius: 100%;
	position: relative;
	content: '';
	background-color: #1C3344;
	display: inline-block;
	visibility: visible;
	border: 0.125em solid #fff;
	transition: background 0.3s ease;
}

select {
	width: 100% !important;
	padding: 0.5em 0.625em !important;
	color: #282828 !important;
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 0.5em !important;
	border: 0.0625em solid #9CA3AF !important;
	outline: 0;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	margin-top: 0.25em !important;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	background: none;
	padding: none;
	border: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* input, select{
	filter: blur(0.7px);
} */

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    width: 500px;
}

.info-data-center.text-left {
    display: flex;
    justify-content: center;
	align-items: baseline;
}

p.multiline-truncate {
	display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

p.results-margin {
	margin-left: 10px!important;
}


.ui-menu-item-wrapper.ui-state-active {
	border: 0px solid #fff !important;
	background: #007bff !important;
}

.ui-widget.ui-widget-content,
.ui-widget.ui-widget-content .ui-menu-item,
.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
	overflow: hidden;
}

.ui-autocomplete {
	max-width: 20em !important;
	width: 85% !important;
	overflow: auto !important;
}

.error-tooltip {
	position: relative;
	display: none;
	transition: all 0.2s ease-out;
}

.success-tooltip {
	position: relative;
	display: none;
	transition: all 0.2s ease-out;
}

/* form:hover .error-tooltip .tooltip-content{
	visibility: hidden;
	opacity: 0;
	
} */

.woocommerce-error {
	transition: all 0.2s;
	transition-delay: 0.2s;
	display: block;
	padding: 10px 50px 0 10px !important;
	background-color: #df3c3c;
	border-radius: 4px 4px 4px 3px;
	color: #fff;
	font-size: 16px;
	z-index: 88;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #fff;
	font-family: 'Open Sans' !important;
	position: relative;
	margin-top: 2em;
}


.woocommerce-error li {
	padding-bottom: 10px !important;
}

.woocommerce-error li strong {
	font-weight: 400;
}

.woocommerce-error::after {
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	border: 0;
	color: #fff !important;
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.error-tooltip .tooltip-content {
	transition: all 0.2s;
	transition-delay: 0.2s;
	position: absolute;
	display: block;
	top: -8px;
	width: 300px;
	padding: 10px;
	background-color: #df3c3c;
	border-radius: 4px 4px 4px 3px;
	transform: translate3d(-88%, -100%, 0);
	color: #fff;
	font-size: 0.875em;
	z-index: 88;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	font-size: 0.8125em;
}



.error-tooltip .tooltip-content::after {
	content: "";
	position: absolute;
	border-width: 5px 4px 0 5px;
	border-style: solid;
	border-color: #df3c3c transparent;
	bottom: -5px;
	right: 8px;
}

.success-tooltip .tooltip-content {
	transition: all 0.2s;
	transition-delay: 0.2s;
	position: absolute;
	display: block;
	top: -8px;
	width: 300px;
	padding: 10px;
	background-color: #5EDC60;
	border-radius: 4px 4px 4px 3px;
	transform: translate3d(-88%, -100%, 0);
	color: #fff;
	font-size: 0.875em;
	z-index: 88;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.success-tooltip .tooltip-content::after {
	content: "";
	position: absolute;
	border-width: 5px 4px 0 5px;
	border-style: solid;
	border-color: #5EDC60 transparent;
	bottom: -5px;
	right: 8px;
}


.error-tooltip .tooltip-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.error-tooltip .tooltip-content ul li {
	margin: 0.25em 0;
}

.calc-tooltip {
	cursor: help;
	transition: all 0.2s ease-out;
	position: relative;
}

.calc-tooltip.text-white img {
	filter: brightness(100);
}

.calc-tooltip img {
	vertical-align: bottom;
	margin-bottom: 0.15em;
}

.calc-tooltip[data-tooltip-position='right']::before {
	margin-left: 13px;
	top: 3.5px;
	transform: rotate(90deg);
}

.calc-tooltip[data-tooltip-position='right']::after {
	transform: translate3d(47.35%, -40%, 0);
}

.calc-tooltip[data-tooltip-position='left']::before {
	transform: rotate(0deg);
}

.calc-tooltip[data-tooltip-position='left']::after {
	transform: translate3d(-50%, -100%, 0);
}

.calc-tooltip[data-tooltip-position='center']::before {
	transform: rotate(0deg);
}

.calc-tooltip[data-tooltip-position='center']::after {
	transform: translate3d(-12%, -100%, 0);
}

.calc-tooltip::before,
.calc-tooltip::after {
	position: absolute;
	left: 50%;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.calc-tooltip::before {
	content: "";
	border-width: 5px 4px 0 5px;
	border-style: solid;
	border-color: rgba(56, 56, 56, 0.9) transparent;
	margin-left: -4px;
	top: -8px;
}

.calc-tooltip::after {
	content: attr(data-tooltip);
	top: -8px;
	width: 200px;
	max-width: 200px;
	margin-left: -75px;
	padding: 10px;
	background-color: rgba(56, 56, 56, 0.9);
	border-radius: 4px 4px 4px 3px;
	transform: translate3d(0, -100%, 0);
	pointer-events: none;
	color: #fff;
	font-size: 12px;
	z-index: 88;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	position: absolute;
}

.calc-tooltip:hover::before,
.calc-tooltip:hover::after {
	opacity: 1;

}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

a.hover-orange:hover {
	color: #ff6600;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/




/* Colors
--------------------------------------------- */
.text-bold {
	font-weight: 700;
}

.text-normal {
	font-weight: 400 !important;
}

.text-orange {
	color: #FF6600;
}

.text-dark-blue {
	color: #1C3344;
}

.text-light-blue {
	color: #46515D;
}

.text-gray {
	color: #5B5A5A;
}

.text-common {
	color: #282828;
}

.text-white {
	color: #fff !important;
}

.text-green {
	color: #5EDC60 !important;
}

.text-red {
	color: #EB5757 !important;
}

.text-black {
	color: #000000;
}

.background-orange {
	background: #FF6600;
}

.background-dark-blue {
	background: #1C3344;
}

.background-light-blue {
	background: #46515D;
}

.background-gray {
	background: #F2F1F0;
}

.background-common {
	background: #fff;
}

.shadow-common {
	box-shadow: 0px 0px 8px rgba(22, 22, 22, 0.25);
}

.error-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.error-message {
	color: #EB5757;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: 600;
}

.success-message {
	color: #5EDC60;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: 600;
}

.ui-widget-overlay {
	background: #000 !important;
	opacity: 0 !important;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.ui-widget-overlay.modal-active {
	opacity: .4 !important;
}

.ui-dialog .ui-dialog-title {
	display: none;
}

.close-cart-menu.await {
	opacity: .4;
	pointer-events: none;
}

.close-cart-menu {
	opacity: 1;
	pointer-events: all;
}


#plans-and-values.disabled-cart {
	opacity: 0.5 !important;
	pointer-events: none !important;
}

.ui-button-icon {
	cursor: pointer;
}

div[role="dialog"] .ui-dialog-titlebar,
div[role="dialog"] .ui-dialog-buttonpane {
	/* display: none !important; */
}


div.mini-cart[role="dialog"] {
	transform: translateY(-50%) translateX(-50%) !important;
	position: fixed !important;
	max-width: 90% !important;
	max-height: 90% !important;
}



div[role="dialog"] {
	left: 50%!important;
	top: 50%!important;
	transform: translateY(-50%) translateX(-50%);
	position: fixed !important;
	max-width: 90% !important;
	max-height: 90% !important;
	background: none;
	border: none !important;
	overflow: visible !important;
}

#check-abandoned-mini-cart {
	left: 35vw;
	top: 50%;
}
#check-abandoned-mini-cart-without-account {
    left: 35vw;
	top: 50%;
}

/* .h-100vh {
	height: 100vh;
} */


div[role="dialog"] .ui-dialog-content.modal-active {
	transform: none;
	visibility: visible;
	opacity: 1;
	overflow: visible;
}

/* #confirm-calculation-to-emission.ui-dialog-content.ui-widget-content.modal-active {
	width: 60vw!important;
} */



div[role="dialog"] .ui-dialog-content {
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	border-radius: 1em;
	box-shadow: 0px 0px 8px 0px #16161640;
	padding: 1em;
	background: #fff;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	text-align: right;
}

div[role="dialog"] .ui-dialog-content .close-button {
	cursor: pointer;
}

div[role="dialog"].ui-widget {
	transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.hidden-popup {
	transform: translateY(-50%) translateX(100%) !important;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

div[role="dialog"] p {
	font-family: 'Open Sans', sans-serif;
}

div[role="dialog"] .ui-dialog-buttonpane {
	display: none;
}

div[role="dialog"] .ui-dialog-titlebar {
	border: 0 !important;
	background: 0 !important;
	padding: unset !important;
	/* display: block; */
	display: none;
}

div[role="dialog"] .ui-dialog-titlebar .ui-button {
	border: 0 !important;
	background: 0 !important;
	padding: unset !important;
	transform: translateY(10px);
	z-index: 99;
}

div[role="dialog"] .ui-dialog-titlebar .ui-button:hover {
	border: 0 !important;
	background: 0 !important;
	padding: unset !important;
}




/* Typography
--------------------------------------------- */



.text-montserrat {
	font-family: 'Montserrat', sans-serif;
}

.text-open-sans {
	font-family: 'Open Sans', sans-serif;
}

.letter-spacing-3px {
	letter-spacing: 0.1875em;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize !important;
}

h1 {
	font-size: 1.875em;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

h2.small {
	font-size: 1em;
	line-height: 1.1875em;
	clear: both;
	font-family: 'Montserrat', sans-serif;
}

h3 {
	font-size: 1.25em;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

h4 {
	font-size: 1.125em;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

p {
	font-size: 0.875em;
	line-height: 1.1875em;
	margin: 0;
}

p.big {
	font-size: 1em;
	line-height: 1.375em;
	margin: 0;
}

p.extra-big {
	font-size: 1.25em;
	line-height: 1.375em;
	margin: 0;
}



p.small {
	font-size: 0.75em;
	line-height: 1.375em;
	margin: 0;
}

span {
	font-size: 1em;
	line-height: 1.375em;
	margin: 0;
}

span.required {
	color: #EB5757 !important;
}

span.small {
	font-size: 0.75em;
	line-height: 1.375em;
	margin: 0;
}

span.big {
	font-size: 1.25em;
	line-height: 1.375em;
	margin: 0;
}

li {
	font-size: 0.875em;
	line-height: 1.1875em;
	margin: 0;
}

ol.small li {
	font-size: 0.75em;
	line-height: 1.375em;
	margin: 0;
}

ul.small li {
	font-size: 0.75em;
	line-height: 1.375em;
	margin: 0;
}


.bold {
	font-weight: 600;
}

.extra-bold {
	font-weight: 700;
}

.regular {
	font-family: 400;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	max-width: 100vw;
}

text-content {
	padding: 0.5em 0 1em;
}

.padding-t-4px {
	padding-top: 0. 25em !important;
	margin-bottom: 0;
}

.padding-t-8px {
	padding-top: 0. 5em !important;
	margin-bottom: 0;
}

.padding-t-12px {
	padding-top: 0.75em !important;
	margin-bottom: 0;
}


.padding-t-24px {
	padding-top: 1.5em !important;
	margin-bottom: 0;
}

.padding-t-48px {
	padding-top: 3em !important;
	margin-bottom: 0;
}

.margin-b-4px {
	margin-top: 0;
	margin-bottom: 0.25em !important;
}

.margin-b-8px {
	margin-top: 0;
	margin-bottom: 0.5em !important;
}

.margin-b-12px {
	margin-top: 0;
	margin-bottom: 0.75em !important;
}


.margin-b-24px {
	margin-top: 0;
	margin-bottom: 1.5em !important;
}

.margin-b-48px {
	margin-top: 0;
	margin-bottom: 3em !important;
}

.responsive-image {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1240px;
	padding: 0 0.9375em !important;
	margin: 0 auto;
}

.container.adjust-vh {
	min-height: 60vh;
}

.container-full {
	max-width: 100%;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center !important;
}

.align-items-start {
	align-items: flex-start !important;
	align-content: flex-start !important;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block !important;
}

.margin-align-center {
	margin: 0 auto !important;
}


.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.text-transform-none {
	text-transform: none !important;
}


#step-card {
	width: 100%;
	min-height: 12.5em;
	padding: 0.75em 0.3125em 4em;
}

#step-card .swiper-slide>div {
	border-radius: 1.25em;
	box-shadow: 0 0 0.5em rgba(22, 22, 22, 0.25);
	width: 100%;
}

#step-card .swiper-slide>div img-box {
	width: 100%;
	border-radius: 20px;
}

#step-card .swiper-slide>div .img-box img {
	width: 100%;
	border-radius: 1.25em 1.25em 0 0;
}

#step-card .swiper-slide>div .content-box {
	padding: 2em 1em 1em 1em;
	position: relative;
}

#step-card .swiper-slide>div .content-box .bubble-card {
	color: #fff;
	background-color: #1C3344;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 0.7em;
	border-radius: 100%;
	position: absolute;
	top: -25%;
}

#step-card .swiper-slide>div .content-box .three,
#step-card .swiper-slide>div .content-box .two {
	padding: 0.5em 0.6em !important;
}

#step-card .swiper-button-disabled {
	filter: opacity(0.5);
}


.flex-wrap {
	flex-wrap: wrap;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}


.w-100 {
	width: 100% !important;
}

.w-35 {
	width: 35% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-50 {
	width: 50%;
}

.w-65 {
	width: 65% !important;
}

.w-75 {
	width: 75% !important;
}

/* .pos-relative {
	position: relative;
} */

.pos-absolute {
	position: absolute !important;
}


/* Footer */

#footer {
	display: inline-block;
	width: 100%;
}

#footer #footer-info {
	padding: 1em 0 0.5em;
}

#footer #footer-info p:first-of-type {
	margin-bottom: 0.5em;
}

#footer #footer-contact {
	padding: 1em 3.5em;
}

#footer #footer-contact p {
	margin-bottom: 0.375em;
}

#footer #footer-contact a {
	margin-bottom: 0.75em;
}

#footer #footer-brand {
	padding: 2em 0 1em 0;
}

/* Header */

body.menu-open {
	overflow: hidden;
}

.hover-alt-gray:hover {
	background: #F2F1F0 !important;
	color: #FF6600 !important;
}

#new-password {
	cursor: pointer;
}

.go-to {
	cursor: pointer;
}

#header {
	box-shadow: 0px 3px 6px 0px rgba(204, 204, 204, 0.4);
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 9;
}


#page {
	min-height: 66.6vh;
	max-width: 100vw;
}

.hamburguer-menu-list-item {
	position: fixed;
	background-color: #fff;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	z-index: 99;
	left: 0;
}

hr.hr-hamburguer-menu {
	border: 0.0625em solid #B6B6B6;
	width: 100%;
	margin: 1.5em 0;
}

.all-calculation-complete-content {
	max-height: 40vh;
	overflow: auto;
	padding: 0.5em;
}

.social-logins {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
}

.hamburguer-menu-list-item .menu-list-header {
	padding: 1em 1em 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 100%;
	position: relative;
}


.hamburguer-menu-list-item.active {
	transform: none;
	display: block;
}

.menu-toggle .hamburguer-menu {
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5em;
}

.menu-toggle .hamburguer-menu .bar1 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
}

.menu-toggle .hamburguer-menu .bar2 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
}

.menu-toggle .hamburguer-menu .bar3 {
	width: 0.625em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
}

.menu-toggle .menu-list-header .hamburguer-menu {
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5em;
}

.close-cart-menu {
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5em;
}

.close-cart-menu .bar1 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
	transform: translate(0, 0.3125em) rotate(-45deg);
}

.close-cart-menu .bar2 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
	transform: translate(0, -0.1em) rotate(45deg);
}


.hamburguer-menu-list-item .menu-list-header .close-hamburguer-menu {
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5em;
}

.hamburguer-menu-list-item .menu-list-header .close-hamburguer-menu .bar1 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
	transform: translate(0, 0.3125em) rotate(-45deg);
}

.hamburguer-menu-list-item .menu-list-header .close-hamburguer-menu .bar2 {
	width: 1.25em;
	height: 0.1875em;
	background-color: #FF6600;
	margin: 0.1875em 0;
	transform: translate(0, -0.1em) rotate(45deg);
}

/* {
	display: grid;
	grid-template-columns: 15% 70% 15%;
	align-items: center;
	justify-items: center;
	padding: 0.875em 0;
} */

.woocommerce-notices-wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

#secondary_hamburguer_menu.menu_not_logged_in li:last-of-type {
	opacity: 0.6;
	pointer-events: none;
}

#secondary_hamburguer_menu.menu_current_user li:last-of-type {
	padding-bottom: 0 !important;
}

#secondary_hamburguer_menu.menu_current_user li:last-of-type a {
	pointer-events: none;
	color: #5B5A5A !important;
	font-size: 0.75em !important;
}


#secondary_hamburguer_menu {
	list-style-type: none;
	padding: 0;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #282828;
	text-align: center;
	font-size: 1.25em;
	margin: 0;
}

.hamburguer-menu-list-item .menu-list-content {
	display: flex;
	flex-wrap: wrap;
	padding: 0 1em;
	margin: 24% auto;
}

#secondary_hamburguer_menu li {
	padding: 1em;
	border-bottom: 0.125em solid #D1D5DB;
	color: #282828;
}

#secondary_hamburguer_menu li a {
	color: #282828;
	transition-duration: 0.3s;

}

#secondary_hamburguer_menu li:hover a {
	color: #ff6600;
	transition-duration: 0.3s;
}

#secondary_hamburguer_menu li:first-of-type {
	padding-top: 0 !important;
}

#secondary_hamburguer_menu li:last-of-type {
	border: 0 !important;
}

.hamburguer-menu-span-divider {
	color: #000;
	padding: 1em 0;
	display: flex;
	width: 100%;
	align-items: center;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.hamburguer-menu-span-divider::before,
.hamburguer-menu-span-divider::after {
	content: '';
	height: 0.125em;
	background-color: #D1D5DB;
	width: 100%;
}

.hamburguer-menu-span-divider::before {
	margin-right: 2%;
}

.hamburguer-menu-span-divider::after {
	margin-left: 2%;
}


#header {
	display: flex;
	padding: 0;
	justify-content: space-between;
	align-items: center;
}

#primary_menu {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
}

#primary_menu>li {
	padding-right: 2.2em;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#primary_menu>li:last-of-type {
	padding-right: 0;
}

#primary_menu li a {
	color: #282828;
	transition-duration: 0.3s;
}

#primary_menu li:hover a {
	color: #ff6600;
}


/* Banner calculation */

#banner-calculation {
	background-image: url('/wp-content/uploads/2023/06/Calculo-Online-banner-mobile.png.webp');
	background: linear-gradient(180deg, rgba(255, 102, 0, 0) 36.46%, #FF6600 100%), url('/wp-content/uploads/2023/06/Calculo-Online-banner-mobile.png.webp');
	min-height: 25em;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-top: 18.75em;
	margin-bottom: 1.5em;
	background-position: center;
}

#banner-calculation .div-inside-banner {
	padding: 0.75em 1.875em;
	width: 100%;
}

#banner-calculation .div-inside-banner img {
	margin-top: 0.875em;
	transition-duration: 0.3s;
}

#banner-calculation .div-inside-banner img:hover {
	transform: scale(1.05);
}

#custom-combobox-banks {
	position: relative;
}



/* Cta calculation */

#cta-calculation {
	background-image: url('/wp-content/uploads/2023/06/Calculo-Online-Teste-agora.png.webp');
	background: linear-gradient(180deg, rgba(255, 102, 0, 0) 36.46%, #FF6600 100%), url('/wp-content/uploads/2023/06/Calculo-Online-Teste-agora.png.webp');
	min-height: 25em;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-top: 18.75em;
	margin-bottom: 1.5em;
	background-position: center;
}

#cta-calculation .div-inside-banner {
	padding: 0.75em 1.875em;
	width: 100%;
}

#cta-calculation .div-inside-banner img {
	margin-top: 0.875em;
	transition-duration: 0.3s;
}

#cta-calculation .div-inside-banner img:hover {
	transform: scale(1.05);
}

.div-counter h2 {
	font-size: 2em;
	font-weight: 600;
}

.div-counter h2 span.bigger {
	font-size: 1.6em;
	font-weight: 600;
}

/* Cta report */

#cta-report {
	background-image: url('/wp-content/uploads/2023/07/Calculo-Revisional-CTA-Laudo-Profissional-mobile.png.webp');
	background: linear-gradient(180deg, rgba(255, 102, 0, 0) 36.46%, #FF6600 100%), url('/wp-content/uploads/2023/07/Calculo-Revisional-CTA-Laudo-Profissional-mobile.png.webp');
	min-height: 25em;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-top: 18.75em;
	margin-bottom: 1.5em;
	background-position: center;
}

#cta-report .div-inside-banner {
	padding: 0.75em 1.875em;
	width: 100%;
}

#cta-report .div-inside-banner img {
	margin-top: 0.875em;
	transition-duration: 0.3s;
}

#cta-report .div-inside-banner img:hover {
	transform: scale(1.05);
}

.div-counter h2 {
	font-size: 2em;
	font-weight: 600;
}

.div-counter h2 span.bigger {
	font-size: 1.6em;
	font-weight: 600;
}


/* Banner calculation */

#banner-home {
	background-image: url('/wp-content/uploads/2023/06/Calculo-Revisional-home-banner.png.webp');
	background: linear-gradient(180deg, rgba(255, 102, 0, 0) 36.46%, #FF6600 100%), url('/wp-content/uploads/2023/06/Calculo-Revisional-home-banner.png.webp');
	min-height: 25em;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-top: 20.75em;
	margin-bottom: 1.5em;
	background-position: center;
}

#banner-home .div-inside-banner {
	padding: 0.75em 1.875em;
	width: 100%;
}

#banner-home .div-inside-banner img {
	margin-top: 0.875em;
	transition-duration: 0.3s;
}

#banner-home:hover .div-inside-banner img {
	transform: scale(1.05);
}


/* About us */
#about-us {
	padding-top: 1.5em;
	background: rgb(28, 51, 68);
	background: linear-gradient(150deg, rgba(28, 51, 68, 1) 67.9%, rgba(255, 255, 255, 1) 68%);
}

.cards-about-us #mission {
	padding: 1em;
	background: #F2F1F0;
	border-radius: 0.6875em;
	transition-duration: 0.3s;
}

.cards-about-us #mission:hover {
	background: #FF6600;
	transform: scale(1.02);
}

.cards-about-us #mission:hover img {
	filter: brightness(0) invert(1);
}

.cards-about-us #mission:hover h4,
.cards-about-us #mission:hover p {
	color: #fff;
}

.cards-about-us #vision {
	padding: 1em;
	background: #F2F1F0;
	border-radius: 0.6875em;
	transition-duration: 0.3s;
}

.cards-about-us #vision:hover {
	background: #FF6600;
	transform: scale(1.02);
}

.cards-about-us #vision:hover img {
	filter: brightness(0) invert(1);
}

.cards-about-us #vision:hover h4,
.cards-about-us #vision:hover p {
	color: #fff;
}

/* Step card */
.swiper-pagination {
	height: 0;
	--swiper-pagination-bullet-size: 0.8125em;
	--swiper-pagination-bullet-width: 0.8125em;
	--swiper-pagination-bullet-height: 0.8125em;
	bottom: 5% !important;
}

.swiper-pagination-bullet {
	background: #D9D9D9 !important;
	opacity: 1 !important;
	border: 1px solid #5B5A5A;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #5B5A5A !important;
	opacity: 1;
}

#step-card .swiper-button-prev {
	bottom: -0.25em !important;
	top: auto;
	width: calc(var(--swiper-navigation-size)/ 10 * 27);
}

#step-card .swiper-button-next {
	bottom: -0.25em !important;
	top: auto;
	width: calc(var(--swiper-navigation-size)/ 10 * 27);
}

#step-card .swiper-button-prev:after {
	content: url('/wp-content/uploads/2023/06/Calculo-Revisional-prev.png.webp');
}

#step-card .swiper-button-next:after {
	content: url('/wp-content/uploads/2023/06/Calculo-Revisional-next.png.webp');
}

.mockups {
	display: flex;
	justify-content: center;
}

.mockups .mobile {
	position: relative;
}

.mockups .mobile::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.9em;
	left: 0.8em;
	width: 85%;
	height: 91%;
	background-image: url('/wp-content/uploads/2023/06/Print-mobile-Calculo-Revisional.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	border-radius: 1.3em;
	animation: animateMockups 80s linear infinite;
}

.mockups .tablet {
	position: relative;
}

.mockups .tablet::after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5em;
	left: 1.3em;
	width: 90%;
	height: 91%;
	background-image: url('/wp-content/uploads/2023/06/Print-tablet-Calculo-Revisional.png.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	border-radius: 1em;
	animation: animateMockups 100s linear infinite;
}

.title-calc {
	font-size: 3.25em !important;
}

.step-calc {
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 1em;
	position: relative;
	display: inline-block !important;
	max-width: 100%;
}

.step-calc:has(.saved-calculation-container) {
	display: block !important;
}

form[action="debtor-data-edit"] .container-buttons {
	max-width: 51em !important;
	margin: 0 auto;
}

form[action="debt-data-edit"] .container-buttons {
	max-width: 51em !important;
	margin: 0 auto;
}

form[action="tariff-data-edit"] .container-buttons {
	max-width: 51em !important;
	margin: 0 auto;
}

form[action="dates-data-edit"] .container-buttons {
	max-width: 51em !important;
	margin: 0 auto;
}

form[action="recalc-data-edit"] .container-buttons {
	max-width: 51em !important;
	margin: 0 auto;
}

.step-calc .saved-calculation-container .calc-input-area-left.new,
.step-calc .saved-calculation-container .calc-input-area-right.new,
.step-calc .saved-calculation-container .calc-input-area-left.new input,
.step-calc .saved-calculation-container .calc-input-area-right.new input,
.step-calc .saved-calculation-container .calc-input-area-left.new label,
.step-calc .saved-calculation-container .calc-input-area-right.new label {
	display: block !important;
}

.step-calc .saved-calculation-container input,
.step-calc .saved-calculation-container select,
.step-calc .saved-calculation-container label,
.step-calc .saved-calculation-container button,
.step-calc .saved-calculation-container .calc-input-area-left.new,
.step-calc .saved-calculation-container .calc-input-area-right.new {
	display: none;
}


.saved-calculation-container input:not(input[type="radio"]),
.saved-calculation-container select {
	width: 75% !important;
	text-align: center;
	margin-bottom: 1em;
}

#new-rates.saved-calculation .calc-input-area-left {
	padding-right: 0.5em !important;
}

#new-rates.saved-calculation>div {
	margin-bottom: 0 !important;
}

#new-rates.saved-calculation .calc-input-area-left input {
	width: 100% !important;
}

#new-rates.saved-calculation .calc-input-area-right {
	padding-left: 0.5em !important;
}

#new-rates.saved-calculation .calc-input-area-right input {
	width: 100% !important;
}

.calc-container {
	box-shadow: 0 0 .5em 0 #16161640;
	border-radius: 1em;
	padding: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}

.container-buttons {
	display: grid;
	grid-template-columns: 49.5% 49.5%;
	align-items: center;
	grid-gap: 1%;
}

.container-buttons.one-button {
	display: grid;
	grid-template-columns: 49.5%;
	align-items: center;
	justify-content: end;
}

.container-buttons.container-button-with-loader {
	grid-template-columns: 6% 49.5% !important;
}

.calc-inputs-container {
	display: flex;
	flex-wrap: wrap;
}

.calc-inputs-container .calc-input-area-left {
	padding-right: 0.5em;
}

.calc-inputs-container .calc-input-area-right {
	padding-left: 0.5em;
}

.calc-inputs-container .input-label {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 600;
	color: #282828;
	font-family: 'Open Sans', sans-serif;
}

.calc-inputs-container>div {
	margin-bottom: 0.75em;
}

abbr[title] {
	text-decoration: none;
}


.input-label,
.woocommerce-billing-fields__field-wrapper .form-row,
label {
	font-size: 16px !important;
	font-weight: 600;
	color: #282828;
	font-family: 'Open Sans', sans-serif !important;
}


#contact-form .input-label {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 600;
	color: #282828;
	font-family: 'Open Sans', sans-serif;
}

#contact-form input,
#contact-form textarea {
	width: 100%;
	padding: 0.5em 0.625em !important;
	color: #282828 !important;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0.5em !important;
	border: 0.0625em solid #9CA3AF !important;
	outline: 0;
	font-size: 1em !important;
	line-height: 1.5 !important;
	font-weight: 600;
	margin-top: 0.25em;
}

#contact-form input:focus,
#contact-form textarea:focus {
	border: 0.0625em solid #FF6600 !important;
}


.calc-container-title {
	display: flex;
	width: 50%;
	align-items: center;
}

.calc-container-title img {
	margin-right: .5em;
}

table.current-debt tr td {
	padding: 0.5em;
}


.pr-15 {
	padding-right: 15% !important;
}

.thead-calculated {
	height: 6em;
	text-align: left;
	padding: 0 5%;
}

.text-alt-italic {
	color: #9CA3AF;
	font-style: italic;
}

table.current-debt tr td p {
	font-size: 1em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.375em;
	color: #282828;
}

table.current-debt tr td span {
	font-size: 1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #4B5563;
}

table.recalc-appearance-default tr td p {
	font-size: 1em;
	background-color: #fff !important;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.375em;
	color: #282828 !important;
}

table.recalc-appearance-default tr td span {
	font-size: 1em;
	font-weight: 400;
	background-color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	color: #4B5563 !important;
}

table.recalc-appearance-default tr:nth-child(1) {
	background-color: #fff !important;
}

table.recalc-appearance-default tr:nth-child(odd) {
	background-color: #fff !important;
}

table.recalc-appearance-default tr td {
	background-color: #fff !important;
	padding: 0.5em !important;
}

table.recalculated tr td {
	padding: 0.5em;
}

table.recalculated tr:nth-child(1) {
	background-color: #D9D9D9 !important;
}

table.recalculated tr:nth-child(odd) {
	background-color: #F2F1F0;
}

table.recalculated tr td p {
	font-size: 1em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0.375em;
	color: #282828;
}

table.recalculated tr td span {
	font-size: 1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #4B5563;
}

.swiper-button-disabled {
	filter: saturate(0);
}


.radio-influenced[data-status='false'] {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

.radio-influenced[data-status='true'] {
	pointer-events: all;
	opacity: 1;
	transition-duration: 0.5s;
}

.appearance-none {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.appearance-none::-webkit-outer-spin-button,
.appearance-none::-webkit-inner-spin-button,
.appearance-none::-webkit-calendar-picker-indicator {
	display: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}


#cards-contact {
	display: grid;
	grid-template-columns: 100%;
	column-gap: 2%;
	row-gap: 5%;
	align-items: center;
}

#cards-contact .card {
	background-color: #F2F1F0;
	padding: 1em;
	color: #282828;
	border-radius: 1em;
}

#cards-contact .card:hover {
	background-color: #FF6600;
	transform: scale(1.0025);
	color: #FFF;
	transition-duration: 0.3s;
}

#cards-contact .card p.title {
	color: #1C3344;
}

#cards-contact .card:hover p.title {
	color: #fff;
	transition-duration: 0.3s;
}

#cards-contact .card .info {
	margin-bottom: 1.5em;
}


#cards-contact .card .icon {
	background-color: #FF6600;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 0.75em;
	display: inline-flex;
}

#cards-contact .card:hover .icon {
	background-color: #fff;
	transition-duration: 0.3s;
}


#cards-contact .card:hover .icon-contact-page {
	filter: invert(43%) sepia(76%) saturate(2323%) hue-rotate(360deg) brightness(100%) contrast(107%);
	transition-duration: 0.1s;
}

.discount-per-payment-text{
	font-family: 'Montserrat';
    font-size: 0.75em;
    padding: 0.25em 1em;
	font-weight: bold;
    background: #ff6600;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 8px;
	color: #fff;
}


/* Create account */

ol.required-password-list {
	list-style-type: none;
	padding: 0;
}

#create-account-tab {
	border: unset;
	background: unset;
	color: unset;
	max-width: 100% !important;
	overflow: visible !important;
}

#create-account-tab .create-account-container-tools {
	position: absolute;
	right: -9.3%;
	display: grid;
	grid-auto-flow: row;
	bottom: 10%;
	justify-items: center;
	z-index: 3;
}

#login-form .create-account-container-tools {
	position: absolute;
	right: 0%;
	display: grid;
	grid-auto-flow: row;
	bottom: 10%;
	justify-items: center;
	z-index: 3;
	top: 10%;
}

button#report-emission {
    /* margin-bottom: 10px !important; */
	transition: transform 0.05s ease-in-out;
    /* Adiciona o atraso antes da animação começar */
    animation: pulse-shadow 1.5s ease-in-out;
    animation-delay: 3s; /* Animação começa após 3 segundos */
}

/* Animação de sombra */
@keyframes pulse-shadow {
    0% {
        box-shadow: 1px 1px 3px 0px #EB5757;
    }
    50% {
        box-shadow: 1px 1px 25px 5px #EB5757;
    }
    100% {
        box-shadow: 1px 1px 3px 0px #EB5757;
    }
}



button.button-delete-saved-calculation.negative.margin-b-24px {
    width: 40%;
}

#recover-password-form .create-account-container-tools {
	position: relative;
	right: -25.5%;
	display: grid;
	grid-auto-flow: row;
	bottom: 10%;
	justify-items: center;
	z-index: 3;
	top: 0;
}

#redefine-password-form .create-account-container-tools {
	position: absolute;
	right: -25.5%;
	display: grid;
	grid-auto-flow: row;
	bottom: 10%;
	justify-items: center;
	z-index: 3;
	top: 0;
}

#edit-profile-form .create-account-container-tools {
	position: absolute;
	right: -2.5%;
	display: grid;
	grid-auto-flow: row;
	justify-items: center;
	z-index: 3;
	top: 0;
}

#create-account-tab ul {
	display: block;
	margin: 0 auto;
	padding: 0.375em;
	background: #EDEDED;
	color: #5B5A5A;
	border: unset;
	border-radius: 0.625em;
	-moz-width: -moz-fit-content;
	width: fit-content;
}

#create-account-tab ul li {
	margin: 0;
	padding: 0.55em 1em;
	background: unset;
	color: #5B5A5A;
	border: 0;
	border-radius: 0.625em;
	font-size: 0.875em;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	transition: background 0.3s;
}

#create-account-tab ul li a {
	padding: 0;
}

#create-account-tab ul li.ui-tabs-active {
	background: #1C3344;
	color: #fff;
	box-shadow: 0px 1px 7px 0px #00000040;
}


#create-account-tab .ui-tabs-panel {
	padding: 1em 0;
	border: unset;
	color: unset;
}

#create-account-tab .create-account-form .agree-div {
	display: flex;
	align-items: start;
}

#create-account-tab .create-account-form .agree-div input[type="checkbox"] {
	width: 1.2em !important;
	height: 1.2em !important;
	margin: 0.2em 0.5em 0 0;
	box-shadow: none;
	transition: all 0.5s;
}

#create-account-tab .create-account-form .agree-div input[type="checkbox"].error {
	box-shadow: 0 0 0.2em 0.02em #df3c3c !important;
}

#create-account-tab .create-account-form .agree-div label {
	color: #5B5A5A;
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
}

#create-account-tab .create-account-form .agree-div label a {
	font-weight: 600;
}

#login-page {
	padding: 6em;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(255 102 0)), url(/wp-content/uploads/2023/10/Calculo-Revisional-banner-login-1.png.webp);
	background-size: cover;
    height: 1080px;
    background-position: top;
}

#register-page {
	padding: 2em 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(255 102 0)), url(/wp-content/uploads/2023/10/Calculo-Revisional-banner-login-1.png.webp);
	background-size: cover;
    background-position: top;
}

#recover-page {
	padding: 6em;
	background: url('/wp-content/uploads/2023/10/Calculo-Revisional-banner-login.png.webp') center;
	background-size: cover;
}

#redefine-page {
	padding: 6em;
	background: url('/wp-content/uploads/2023/10/Calculo-Revisional-banner-login.png.webp') center;
	background-size: cover;
}

#register-section {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	max-width: 40em;
	margin: 0 0 0 auto;
	padding: 1.2em 1em 1em;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px #00000040;
}

#register-section #create-physical-person {
	display: flex;
	flex-wrap: wrap;
}

#register-section #create-legal-person {
	display: flex;
	flex-wrap: wrap;
}


.input-area-left {
	padding-right: 0.5em !important;
}

.input-area-right {
	padding-left: 0.5em !important;
}

#edit-profile-section {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
	padding: 1.5em 3.75em !important;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px #00000040;
}

#login-section {
	background: #fff;
	/* display: flex;
	flex-wrap: wrap; */
	max-width: 28em;
	margin: 0 0 0 auto;
	padding: 1.5em 3.75em !important;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px #00000040;
}

#login-section .social-logins {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}

#login-section .hamburguer-menu-span-divider {
	color: #000;
	padding: 1em 0;
	display: flex;
	width: 100%;
	align-items: center;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

#login-section .hamburguer-menu-span-divider::before,
#login-section .hamburguer-menu-span-divider::after {
	content: '';
	height: 0.125em;
	background-color: #D1D5DB;
	width: 100%;
}

#login-section .hamburguer-menu-span-divider::before {
	margin-right: 2%;
}

#login-section .hamburguer-menu-span-divider::after {
	margin-left: 2%;
}

.div-of-progressbar {
	/* position: relative; */
    position: absolute!important;
	bottom: 0px!important;
	left: 0;
	width: 100%!important;
	max-width: 100vw!important;
    z-index: 1000!important;
    margin: 0 auto!important;
}


#calculate.swiper {
	overflow: visible !important;
}

#calc-function {
	max-width: 100vw !important;
	width: 55em !important;
	position: relative;
	contain: layout;
    /* height: 100vh; */
	height: auto;
	margin-bottom: 50vh!important;
}


#calculate .swiper-slide {
	box-sizing: border-box !important;
	opacity: 0;
	transition: all 0.2s ease-in !important;
	visibility: hidden;

}

#calculate .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
	visibility: visible;
}


#calc-results-slider .swiper-slide {
	opacity: 1;
	visibility: visible;
	display: flex;
	flex-wrap: wrap;
}

/* #calc-results-slider .swiper-slide .current-debt {
	width: 100%;
} */

#calc-results-slider .swiper-slide div {
	width: 100%;
}

#calculateValuesCanvas,
#calculateFeesCanvas,
#recalculateValuesAmountCanvas,
#recalculateValuesPortionCanvas,
#recalculateFeesCanvas {
	min-height: 300px;
	max-height: 300px;
}

/* #calculate .swiper-slide.swiper-slide-prev{
	opacity: 0;
} */

/* #calc-progress {
	width: 100% !important;
	max-width: 100% !important;
	transition: all 0.3s;
	height: 1.15em !important;
	background-color: #1C3344;
	border-radius: 0;
    border-radius: 10px 10px 0px 0px;
} */


/* #calc-progress[data-visible="false"] {
	opacity: 0;
}

#calc-progress[data-visible="true"] {
	opacity: 1;
}

#calc-progress .ui-progressbar-value {
	border: 0;
	background-color: #27AE60;
	margin: 0;
	transition: all 1s cubic-bezier(0.9, 0, 0.1, 1);
	transition-delay: 0.5s;
}

#calc-progress .progress-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
} */

.disabled {
	opacity: 0.5; /* Exemplo de aparência desativada */
	pointer-events: none; /* Impede a interação com a div */
  }

.calc-progress {
	/* position: relative; */
	width: 100% !important;
	max-width: 100% !important;
	transition: all 0.3s!important;
	height: 1.15em !important;
	background-color: #1C3344!important;
    border-radius: 0px 0px 10px 10px!important;
}

.swiper-wrapper .swiper-slide .two-slide{
	display: flex;
}

.table-adjustment {
	width: 50%!important;
}


.calc-progress[data-visible="false"] {
	opacity: 0;
}

.calc-progress[data-visible="true"] {
	opacity: 1;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px!important;
    height: 100%;
}

.calc-progress .ui-progressbar-value {
	border: 0;
	background-color: #27AE60;
	margin: 0;
	transition: all 1s cubic-bezier(0.9, 0, 0.1, 1);
	transition-delay: 0.5s;
	border-radius: 0px 0px 0px 5px;
}

.calc-progress .progress-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
}

#emission-progress {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	transition: all 0.3s;
	height: 1.15em !important;
	border: 0;
	background-color: #1C3344;
	border-radius: 0;
}

#emission-progress .ui-progressbar-value {
	border: 0;
	background-color: #27AE60;
	margin: 0;
	transition: all 1s cubic-bezier(0.9, 0, 0.1, 1);
	transition-delay: 0.5s;
}

#emission-progress .progress-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
}

.agree-emission-div {
	display: flex;
	align-items: start;
}
/* .margin-b-12px.agree-emission-div {
    display: block;
} */

.agree-emission-div #agree-emission {
	width: 1.2em !important;
	height: 1.2em !important;
	margin: 0.2em 0.5em 0 0;
	box-shadow: none;
	transition: all 0.5s;
}

.agree-emission1-div {
	display: flex;
	align-items: start;
}

.agree-emission1-div #agree-emission1 {
	width: 1.2em !important;
	height: 1.2em !important;
	margin: 0.2em 0.5em 0 0;
	box-shadow: none;
	transition: all 0.5s;
}

#new-rates {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

#new-rates>div {
	margin-bottom: 0.75em;
}

#new-rates-button {
	margin: 0 auto;
	padding: 0.7em 2em;
	color: #1C3344 !important;
	border-color: #1C3344 !important;
	text-transform: uppercase !important;
}

#new-rates-button:hover {
	background: #1C3344 !important;
	color: #fff !important;
}

#change-rates-button {
	margin: 0 auto;
	padding: 0.7em 2em;
	color: #1C3344 !important;
	border-color: #1C3344 !important;
	text-transform: uppercase !important;
}

#change-rates-button:hover {
	background: #1C3344 !important;
	color: #fff !important;
}

#new-rates input {
	filter: none !important;
}

#my-account-sidebar {
	position: relative;
}

#my-account-sidebar {
	padding: 2em 1.5em 2em 0 !important;
	max-width: 36em;
}

#my-account-sidebar .sticky {
	position: sticky;
	top: 15%;
}

#my-account-sidebar .credits-info {
	display: grid;
	grid-template-columns: 100%;
	row-gap: 5%;
}

#my-account-sidebar .credits-info>div {
	background: #ff6600;
	border-radius: 0.625em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 0.75em;
	display: flex;
	align-items: center;
}

#my-account-sidebar .credits-info>div .counter {
	background: #fff;
	border-radius: 0.625em;
	font-size: 1.125em;
	line-height: 1.375em;
	text-align: center;
	padding: 0.375em;
	letter-spacing: 3px;
	color: #5B5A5A;
	font-weight: 600;
	display: inline-block;
	margin-right: 0.5em;
}


.credits-info {
	display: grid;
	grid-template-columns: 100%;
	row-gap: 5%;
}

.credits-info>div {
	background: #ff6600;
	border-radius: 0.625em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 0.75em;
	display: flex;
	align-items: center;
}

.credits-info>div .counter {
	background: #fff;
	border-radius: 0.625em;
	font-size: 1.125em;
	line-height: 1.375em;
	text-align: center;
	padding: 0.375em;
	letter-spacing: 3px;
	color: #5B5A5A;
	font-weight: 600;
	display: inline-block;
	margin-right: 0.5em;
}


.div-list-my-account-sidebar {
	box-shadow: 0px 0px 8px 0px #16161640;
	padding: 1em;
	border-radius: 16px;
	border: 1px solid #F5F5F5;
}

.div-list-my-account-sidebar#header-location {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	border: none;
}


.div-list-my-account-sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.div-list-my-account-sidebar ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #9CA3AF;
	padding: 0.5em 1em;
	font-family: 'Open Sans', sans-serif;
	color: #5B5A5A;
	font-size: 1em;
	line-height: 1.375em;
	border-radius: 8px;
	margin-bottom: 0.5em !important;
	transition: all 0.3s;
}



.div-list-my-account-sidebar ul li:last-of-type {
	margin-bottom: 0;
}

.div-list-my-account-sidebar ul li span {
	line-height: 0 !important;
}

.div-list-my-account-sidebar ul li span::before {
	content: "\203A";
	color: #FF6600;
	font-size: 2em;
	line-height: 0;
	display: inline-block;
}

.div-list-my-account-sidebar ul li:hover {
	background-color: #1C3344;
	border: 1px solid #1C3344;
	color: #fff;
}

.div-list-my-account-sidebar ul li:hover span::before {
	color: #fff;
}


#my-account-sidebar button {
	margin: 0 auto;
	display: block;
}

#my-account {
	padding: 2em 0.9375em !important;
	max-width: 36em !important;
}

#my-account .credits-info {
	display: grid;
	grid-template-columns: 45% 45%;
	column-gap: 10%;
}

#my-account .credits-info>div {
	background: #ff6600;
	border-radius: 0.625em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	padding: 0.75em 0;
}

#my-account .credits-info>div .counter {
	background: #fff;
	border-radius: 0.625em;
	font-size: 1.125em;
	line-height: 1.375em;
	text-align: center;
	padding: 0.375em;
	letter-spacing: 3px;
	color: #5B5A5A;
	font-weight: 600;
	display: inline-block;
}

#my-account .div-list-my-account {
	box-shadow: 0px 0px 8px 0px #16161640;
	padding: 1em;
	border-radius: 16px;
	border: 1px solid #F5F5F5;
}

#my-account .div-list-my-account ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#my-account .div-list-my-account ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #9CA3AF;
	padding: 0.5em 1em;
	font-family: 'Open Sans', sans-serif;
	color: #5B5A5A;
	font-size: 1em;
	line-height: 1.375em;
	border-radius: 8px;
	margin-bottom: 0.5em !important;
	transition: all 0.3s;
}



#my-account .div-list-my-account ul li:last-of-type {
	margin-bottom: 0;
}

#my-account .div-list-my-account ul li span {
	line-height: 0 !important;
}

#my-account .div-list-my-account ul li span::before {
	content: "\203A";
	color: #FF6600;
	font-size: 2em;
	line-height: 0;
	display: inline-block;
}

#my-account .div-list-my-account ul li:hover {
	background-color: #1C3344;
	border: 1px solid #1C3344;
	color: #fff;
}

#my-account .div-list-my-account ul li:hover span::before {
	color: #fff;
}

#my-account button {
	margin: 0 auto;
	display: block;
}

#save-calculation {
	display: inline-block;
}

#list-saved-calculation {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

.orders-list-div li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	border-bottom: 1px solid #D9D9D9;
}

.saved-calculation-list-div li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	border-bottom: 1px solid #D9D9D9;
}

#list-saved-calculation .foreach-in-calcs .see-more {
	text-align: center;
	font-size: 1em;
	line-height: 1.25em;
	color: #5B5A5A;
	font-weight: 600;
	display: none;
	cursor: pointer;
}

#list-saved-calculation .foreach-in-calcs .see-more:focus {
	outline: 0;
	border: 0;
}

#list-saved-calculation .foreach-in-calcs .see-more span:before {
	content: url('/wp-content/uploads/2023/09/Calculo-Revisional-ver-mais-icon.png.webp');
}

.saved-calculation-list-div {
	display: block;
}

#list-saved-report .foreach-in-calcs .see-more:first-of-type {
	display: block !important;
}

#view-saved-calculations {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

#view-saved-reports {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

#list-saved-calculation-w-sidebar {
	display: grid;
	grid-template-columns: 32% 65%;
}

#list-saved-report-w-sidebar {
	display: grid;
	grid-template-columns: 32% 65%;
}

#list-saved-report {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

.saved-calculation-list-div li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em;
	border-bottom: 1px solid #D9D9D9;
}

#list-saved-report .foreach-in-reports .see-more {
	text-align: center;
	font-size: 1em;
	line-height: 1.25em;
	color: #5B5A5A;
	font-weight: 600;
	display: none;
	cursor: pointer;
}

#list-saved-report .foreach-in-reports .see-more:focus {
	outline: 0;
	border: 0;
}

#list-saved-report .foreach-in-reports .see-more span:before {
	content: url('/wp-content/uploads/2023/09/Calculo-Revisional-ver-mais-icon.png.webp');
}

.orders-list-div {
	display: block;
}

#list-saved-calculation .foreach-in-reports .see-more:first-of-type {
	display: block !important;
}

#my-account-w-sidebar {
	display: grid;
	grid-template-columns: 32% 65%;
}

.my-account-content {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

nav.pagination .nav-links {
	text-align: center;
	margin: 1em auto;
	display: block;
}

nav.pagination .nav-links .page-numbers {
	margin: 0 0.15em;
	padding: 0.25em 0.375em;
	background: #F2F1F0;
	vertical-align: middle;
	color: #5B5A5A;
	font-size: 1em;
	line-height: normal;
	transition: all 0.3s ease;
	border-radius: 3px;
}

nav.pagination .nav-links .prev,
nav.pagination .nav-links .next {
	font-size: 0.8em !important;
}

nav.pagination .nav-links .page-numbers:hover {
	color: #041420;
	background: #455d7058;
}

nav.pagination .nav-links .current,
nav.pagination .nav-links .current:hover {
	color: #fff;
	background: #1C3344;
}

.custom-cart-collaterals .total {
	display: flex;
	justify-content: space-between;
}

#plans-and-values {
	overflow: hidden;
	transition: all 0.3s;
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 1%;
}

#plans-and-values .quantity-container-inside-cart .combo-quantity-number {
	max-width: 3em;
	text-align: center;
	border: 0 !important;
	filter: none !important;
	font-size: 1.125em !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 700;
	color: #5B5A5A;
	padding: 0 !important;
}

#plans-and-values .quantity-container-inside-cart .quantity-minus,
#plans-and-values .quantity-container-inside-cart .quantity-plus {
	font-size: 1.125em !important;
	color: #5B5A5A;
	cursor: pointer;
}


#plans-and-values .quantity-container {
	border: 1px solid #9CA3AF;
	padding: 0.2em 0.8em;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	width: 100%;
}

#plans-and-values .reports-container {
	padding: 1em 0.8em;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #F9FAFB;
	width: 100%;
	font-size: 0.875em;
}

#plans-and-values .signature-container {
	padding: 1em 0.8em;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #1C3344;
	color: white !important;
	width: 100%;
	font-size: 0.875em;
}

#plans-and-values .signature-container .cross-sell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #1C3344;
	color: white !important;
	width: 100%;
}

#plans-and-values .signature-container .quantity-container {
	display: none;
	margin-top: 1em;
}

#plans-and-values .quantity-container .unitary-quantity {
	max-width: 3em;
	text-align: center;
	border: 0 !important;
	filter: none !important;
	font-size: 1.125em !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-weight: 700;
	color: #5B5A5A;
}

#plans-and-values .quantity-container .quantity-minus,
#plans-and-values .quantity-container .quantity-plus {
	font-size: 1.125em !important;
	color: #5B5A5A;
	cursor: pointer;
}


#plans-and-values label[for^="signature-cross-sell"] {
	display: block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	color: #fff;
}

#plans-and-values label[for^="signature-cross-sell"] input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#plans-and-values label[for^="signature-cross-sell"] .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border-radius: 100%;
	border: 3px solid #fff;
}


#plans-and-values label[for^="signature-cross-sell"] input:checked~.checkmark {
	background-color: #FF6600;
}

#plans-and-values label[for^="signature-cross-sell"] .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

#plans-and-values label[for^="signature-cross-sell"] input:checked~.checkmark:after {
	display: block;
}

#plans-and-values label[for^="signature-cross-sell"] .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
}

#open-mini-cart {
	cursor: pointer;
	margin: 0;
	padding: 0 2em;
}

.wc-block-mini-cart__badge {
	padding: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ff6600;
    /* position: absolute;
    top: 15px;
    right: 315px; */
    display: none;
}
.show-red-dot{
    display: block;
}

.hide-badge {
    display: none!important; /* Esconde a bolinha se o usuário não estiver logado */
}

/* .no-items {
    display: none;
}

.has-items {
    display: block;
} */

/* #mini-cart-content {
    position: absolute;
    background-color: #fff;
    top: 0px;
    width: 600px;
    max-width: 600px;
    height: 100vh;
    overflow-y: auto;
    right: 0;
    transform: translate(100%);
    transition: transform .5s cubic-bezier(0.9, 0, 0.1, 1);
    z-index: 99;
    box-shadow: 0 0 .5em 0 #16161640;
    font-size: 14px;
    display: none;
} */

#mini-cart-content {
    position: absolute;
    background-color: #fff;
    width: 600px;
    top: 0;
    height: 100vh;
    right: 0;
    overflow-y: auto;
	transition: transform .5s cubic-bezier(0.9, 0, 0.1, 1);
	display: none;
}

#mini-cart-content.active{
	display: block;
}

/* #mini-cart-content.active {
	transform: unset;
} */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 7;
	visibility: hidden;
	transition: all 0.5s;
	background: #000 !important;
	opacity: 0;
	top: 0;
	left: 0;
}

.overlay.active {
	visibility: visible;
	opacity: .4;
}

.swiper-horizontal {
	position: relative;
}


/* #combo-form .combos {
	display: grid;
	grid-template-columns: 100%;
	gap: 2%;
	align-items: start;
} */

#combo-form {
	padding: 1px;
	contain: content;
}

.cart-collaterals .coupon {
	display: grid;
	grid-template-columns: 58% 40%;
	gap: 2%;
}

.cart-collaterals .coupon input {
	text-transform: uppercase;
	margin-top: 0 !important;
}

.cart-collaterals .coupon button {
	font-size: 0.875em !important;
}

#combo-form .combo-container {
	border: 1px solid #F2F1F0;
	border-radius: 10px;
	transition: all 0.3s;
}

#combo-form .combo-container .combo-description {
	background-color: #F2F1F0;
	border-radius: 0 0 8px 8px;
	transition: all 0.3s;
	padding: 0.8em 0;
}

#combo-form .combo-container input[type="checkbox"] {
	display: none;
}

#combo-form .combo-container:has(input[type="checkbox"]:checked) {
	border: 1px solid #ff6600;
}

#combo-form .combo-container:has(input[type="checkbox"]:checked) .combo-description {
	background: #ff6600;
	color: #fff !important;
}

#combo-form .combo-info {
	padding: 1em !important;
}

#combo-form .reports-container {
	padding: 1em 0 !important;
	background: none;
}

#combo-form .signature-container .quantity-container {
	padding: 0.8em !important;
}

#combo-form .reports-container .quantity-container {
	padding: 0.8em !important;
}



#combo-form .combos .combo-container .combo-area {
	display: block;
	padding-top: 0.75em;
}

.woocommerce-checkout #order_review {
	display: flex;
	flex-wrap: wrap;
	padding: 1em 0 2em;
	gap: 2%;
	justify-content: center;
}

.woocommerce-checkout #order_review .shop_table {
	width: 49%;
}

.woocommerce-checkout #order_review .order-review-container {
	border: 1px solid #ff6600;
	padding: 2em;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px 10px 0 0;
	flex-direction: column;
}

.woocommerce-checkout #order_review .cart-totals {
	background: #ff6600;
	padding: 1em;
	border-radius: 0 0 10px 10px;
}


.woocommerce-checkout #order_review #payment {
	width: 49%;
}

/* ul.positive-list{
	list-style-image: url("/wp-content/uploads/2024/02/positive-list.png");
}

ul.negative-list{
	list-style-image: url("/wp-content/uploads/2024/02/negative-list.png");
} */

.positive-list,
.negative-list {
	padding: 0;
}


.positive-list li {
	list-style: none;
	display: flex;
	gap: 0.5em;
}

.positive-list li::before {
	content: '';
	display: inline-block;
	width: 1.25em;
	min-width: 1.25em;
	background-image: url("/wp-content/uploads/2024/02/positive-list.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 0.25em;
}

.negative-list li {
	list-style: none;
	display: flex;
	gap: 0.5em;
}

.negative-list li::before {
	content: '';
	display: inline-block;
	width: 1em;
	min-width: 1em;
	background-image: url("/wp-content/uploads/2024/02/negative-list.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 0.25em;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: none !important;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: none !important;
}

#payment .wc_payment_methods {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#payment .wc_payment_methods .wc_payment_method {
	display: block;
	width: 100%;
	height: 100%;
}

#payment .wc_payment_methods .wc_payment_method .select_payment {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #9CA3AF;
	padding: 8px 16px;
	border-radius: 8px;
}

#payment .wc_payment_methods .wc_payment_method .select_payment input {
	margin: 0;
	margin-top: 0 !important;
}

#payment .wc_payment_methods .wc_payment_method .select_payment label {
	width: 100%;
}


#payment fieldset {
	padding: 0;
	border: 0;
	font-size: 16px;
}

#pdf-canvas {
	width: 80%;
	height: auto;
}

#pdf-container.multiple-pages {
	max-height: 30vh;
	overflow-y: auto;
	scrollbar-color: auto !important;
	padding: 10px;
}

#pdf-container.multiple-pages canvas {
	width: 100%;
	height: auto;
}

#primary_menu li.menu-item-has-children {
	position: relative;
}

#primary_menu li.menu-item-has-children:hover::after {
	border-color: #ff6600;
}

#primary_menu li.menu-item-has-children::after {
	content: '';
	border: solid #282828;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg) translateY(-2px);
	margin-left: 5px;
	transition: all 0.3s;
}

#primary_menu li.menu-item-has-children .sub-menu {
	position: absolute;
	list-style-type: none;
	background: #fff;
	transform: translate(-50%, 15%);
	top: 0;
	left: 50%;
	width: 220px;
	text-align: left;
	padding: 1em;
	box-shadow: 0px 0px 30px 0px #16161612;
	border-radius: 10px;
	transition: all 0.3s ease-in-out 0.2s;
	visibility: hidden;
	opacity: 0;
}

#primary_menu li#menu-item-172.menu-item-has-children .sub-menu {
	position: absolute;
	list-style-type: none;
	background: #fff;
	transform: translate(-50%, 8%);
	top: 0;
	left: 50%;
	width: 22em;
	text-align: left;
	padding: 1em;
	box-shadow: 0px 0px 30px 0px #16161612;
	border-radius: 10px;
	transition: all 0.3s ease-in-out 0.2s;
	visibility: hidden;
	opacity: 0;
}

#primary_menu li#menu-item-172.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	transform: translate(-50%, 6%);
	opacity: 1;
}

#primary_menu li.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	transform: translate(-50%, 20%);
	opacity: 1;
}

#primary_menu li.menu-item-has-children .sub-menu li {
	margin-bottom: 0.5em;
}

#primary_menu li.menu-item-has-children .sub-menu li a {
	font-size: 0.875em;
	color: #282828 !important;
	transition-duration: 0.3s;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#primary_menu li.menu-item-has-children .sub-menu li a:hover,
#primary_menu li.menu-item-has-children .sub-menu li:hover a {
	color: #fff !important;
}


#primary_menu li.menu-item-has-children .sub-menu ul>a,
#primary_menu li.menu-item-has-children .sub-menu ul>li:first-of-type>a:first-of-type {
	display: none;
}

#calc-results-slider .swiper-wrapper {
	margin-top: 35px;

}

#calc-results-slider .swiper-button-next,
#calc-results-slider .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	margin-top: 0;
	color: #282828;
	display: block;
	left: auto;
}

#calc-results-slider .swiper-button-next::after,
#calc-results-slider .swiper-button-prev::after {
	font-size: unset;
	font-weight: 700;
}

#calc-results-slider .swiper-pagination {
	height: 0;
	top: 0;
	right: 0;
	width: 15%;
	left: auto;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: block;
}

#calc-results-slider .swiper-button-next {
	right: 1.15%;
}

#calc-results-slider .swiper-button-prev {
	right: 12%;
}

#recalc-results-slider .swiper-wrapper {
	margin-top: 35px;
}

#recalc-results-slider .swiper-slide {
	opacity: 1;
	visibility: visible;
}

#recalc-results-slider .swiper-button-next,
#recalc-results-slider .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	margin-top: 0;
	color: #282828;
	display: block;
	left: auto;
}

#recalc-results-slider .swiper-button-next::after,
#recalc-results-slider .swiper-button-prev::after {
	font-size: unset;
	font-weight: 700;
}

#recalc-results-slider .swiper-pagination {
	height: 0;
	top: 0;
	right: 0;
	width: 15%;
	left: auto;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: block;
}

#recalc-results-slider .swiper-button-next {
	right: 1.15%;
}

#recalc-results-slider .swiper-button-prev {
	right: 12%;
}

#complementary-data .swiper-button-next,
#complementary-data .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	margin-top: 0;
	color: #282828;
	display: block;
	left: auto;
}

#complementary-data .swiper-wrapper {
	margin-top: 35px;
}

#complementary-data .swiper-button-next::after,
#complementary-data .swiper-button-prev::after {
	font-size: unset;
	font-weight: 700;
}

#complementary-data .swiper-pagination {
	height: 0;
	top: 0;
	right: 0;
	width: 15%;
	left: auto;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: block;
}

#complementary-data .swiper-button-next {
	right: 1.15%;
}

#complementary-data .swiper-button-prev {
	right: 12%;
}



#results-graphs .swiper-wrapper {
	margin-top: 35px;
}

#results-graphs .swiper-button-next,
#results-graphs .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	margin-top: 0;
	color: #282828;
	display: block;
	left: auto;
}

#results-graphs .swiper-button-next::after,
#results-graphs .swiper-button-prev::after {
	font-size: unset;
	font-weight: 700;
}

#results-graphs .swiper-pagination {
	height: 0;
	top: 0;
	right: 0;
	width: 15%;
	left: auto;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	display: block;
}

#results-graphs .swiper-button-next {
	right: 1.15%;
}

#results-graphs .swiper-button-prev {
	right: 12%;
}


/* Links
--------------------------------------------- */
a {
	font-size: 1em;
	line-height: 1.375em;
	margin: 0;
	text-decoration: none;
}

a.small {
	font-size: 0.75em;
	line-height: 1.375em;
	margin: 0;
	text-decoration: none;
}

/* Buttons
--------------------------------------------- */

.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

.calc-container-tools {
	position: absolute;
	right: -3%;
	display: grid;
	grid-auto-flow: row;
	grid-gap: 0.5em;
	justify-items: center;
}

.edit-container-tools {
	position: absolute;
	right: -2.5%;
	display: grid;
	grid-auto-flow: row;
	grid-gap: 0.5em;
	justify-items: center;
}

button.edit-button {
	font-size: 1.2em !important;
	padding: 0.4em 0.4em 0.5em 0.6em !important;
	text-transform: unset !important;
}


button.clean-button {
	font-size: 1.2em !important;
	padding: 0.4em 0.5em !important;
	text-transform: unset !important;
}

button.save-button {
	font-size: 1.5em !important;
	padding: 0.3em 0.5em !important;
	text-transform: unset !important;
}

button.error-button {
	font-size: 1.5em !important;
	padding: 0.25em 0.35em !important;
	text-transform: unset !important;
	animation: pulseError 2s infinite;
}

button.success-button {
	font-size: 1.5em !important;
	padding: 0.25em 0.35em !important;
	text-transform: unset !important;
	animation: pulseSuccess 2s infinite;
}

#cta:has(.header-button) {
	display: inline-flex;
	align-items: center;
}

.invalid-date,
.invalid-date::focus {
	transition-duration: 0.3s;
	outline: 0;
	border: 0.0625em solid red !important;
}

.disabled-date {
	pointer-events: none;
	cursor: not-allowed;
	transition-duration: 0.3s;
	outline: 0;
	opacity: 0.6;
}

a.primary,
button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary {
	border: 0 !important;
	border-radius: 0.625em !important;
	background: #FF6600;
	color: #fff !important;
	font-size: 1em !important;
	line-height: 1.25em !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em !important;
	transition: 0.5s;
	cursor: pointer;
	display: block;
}

.button-green {
	background: #27AE60!important;
}

.button-green:hover {
	background: #1C3344!important;
}

.primary-calc-saved {
	border: 0 !important;
	border-radius: 0.625em !important;
	background: #27AE60;
	color: #fff !important;
	font-size: 1em !important;
	line-height: 1.25em !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em !important;
	transition: 0.5s;
	cursor: pointer;
	display: block;
}

.primary-calc-saved:hover{
	background: #1C3344;
}



a.primary:hover,
button.primary:hover,
input[type="button"].primary:hover,
input[type="reset"].primary:hover,
input[type="submit"].primary:hover {
	background: #1C3344;
}

button.next-step,
input[type="button"].next-step,
input[type="reset"].next-step,
input[type="submit"].next-step {
	border: 0;
	border-radius: 0.625em;
	background: #ff6600;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

.remove {
	display: none!important;
}

button[disabled].next-step {
	border: 0;
	border-radius: 0.625em;
	background: #D1D5DB !important;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

.disabled.save-button {
	background: #D1D5DB !important;
	color: #fff;
	cursor: not-allowed;
}

button.next-step:hover,
input[type="button"].next-step:hover,
input[type="reset"].next-step:hover,
input[type="submit"].next-step:hover {
	background: #1C3344;
}

button.save-changes,
a.save-changes,
input[type="button"].save-changes,
input[type="reset"].save-changes,
input[type="submit"].save-changes {
	border: 0;
	border-radius: 0.625em;
	background: #27AE60;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

.hyper-link {
	border: 0;
	border-radius: 0.625em;
	color: #000;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

.hyper-link:hover {
	color: #ff6600;
}

button[disabled].save-changes,
a[disabled].save-changes,
.disabled .save-changes {
	border: 0;
	border-radius: 0.625em;
	background: #D1D5DB !important;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: not-allowed;
}

button.save-changes:hover,
a.save-changes:hover,
input[type="button"].save-changes:hover,
input[type="reset"].save-changes:hover,
input[type="submit"].save-changes:hover {
	background: #1C3344;
}

button.view-calculate,
input[type="button"].view-calculate,
input[type="reset"].view-calculate,
input[type="submit"].view-calculate {
	border: 0;
	border-radius: 0.625em;
	background: #ff6600;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
	width: 100%;
}

button.view-calculate:hover,
input[type="button"].view-calculate:hover,
input[type="reset"].view-calculate:hover,
input[type="submit"].view-calculate:hover {
	background: #1C3344;
}

button[disabled] {
	border: 0 !important;
	border-radius: 0.625em;
	background: #D1D5DB !important;
	color: #fff !important;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;

	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: not-allowed;
	pointer-events: none;
}

a[disabled] {
	border: 0;
	border-radius: 0.625em;
	background: #D1D5DB !important;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;

	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: not-allowed;
	pointer-events: none;
}

button[disabled].view-calculate {
	border: 0;
	border-radius: 0.625em;
	background: #D1D5DB !important;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;

	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: not-allowed;
}

button.clean-all,
input[type="button"].clean-all,
input[type="reset"].clean-all,
input[type="submit"].clean-all {
	border: 1px solid #5B5A5A;
	border-radius: 0.625em;
	background: #fff;
	color: #5B5A5A;
	font-size: 1em;
	line-height: 1.13em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

button.clean-all:hover,
input[type="button"].clean-all:hover,
input[type="reset"].clean-all:hover,
input[type="submit"].clean-all:hover {
	background: #5B5A5A;
	color: #fff;
}

button.clean,
input[type="button"].clean,
input[type="reset"].clean,
input[type="submit"].clean {
	border-radius: 0.625em;
	background: #5B5A5A;
	color: #fff;
	font-size: 1em;
	line-height: 1.13em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

button.clean:hover,
input[type="button"].clean:hover,
input[type="reset"].clean:hover,
input[type="submit"].clean:hover {
	background: #E6E3E3;
	color: #5B5A5A;
}

button.cancel-edit,
input[type="button"].cancel-edit,
input[type="reset"].cancel-edit,
input[type="submit"].cancel-edit {
	border: 1px solid #5B5A5A;
	border-radius: 0.625em;
	background: #fff;
	color: #5B5A5A;
	font-size: 1em;
	line-height: 1.13em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: 0.5s;
	cursor: pointer;
}

button.cancel-edit:hover,
input[type="button"].cancel-edit:hover,
input[type="reset"].cancel-edit:hover,
input[type="submit"].cancel-edit:hover {
	background: #5B5A5A;
	color: #fff;
}


a.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	border: 0;
	border-radius: 0.625em;
	background: #1C3344;
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition-duration: 0.3s;
	cursor: pointer;
}

a.secondary:hover,
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover {
	background: #ff6600;
}

a.negative,
button.negative,
input[type="button"].negative,
input[type="reset"].negative,
input[type="submit"].negative {
	border: 0;
	border-radius: 0.625em;
	/* background: #EB5757; */
	/* color: #fff !important; */
	color: #000 !important;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition-duration: 0.3s;
	/* border: 1px solid #EB5757;  */
	cursor: pointer;
	display: inline-block;
	width: 11vw;
}

button.error-button {
	border: 0;
    border-radius: 0.625em;
    background: #EB5757;
    /* color: #fff !important; */
    color: #000 !important;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.875em 2em;
    transition-duration: 0.3s;
    /* border: 1px solid #EB5757; */
    cursor: pointer;
    display: inline-block;
    width: 4vw;
	}

a.negative.disabled {
	opacity: 0.3;
	pointer-events: none;
}

a.negative:hover,
button.negative:hover,
input[type="button"].negative:hover,
input[type="reset"].negative:hover,
input[type="submit"].negative:hover {
	/* background: #df3c3c; */
	color: #ff6600!important;
}

a.positive,
button.positive,
input[type="button"].positive,
input[type="reset"].positive,
input[type="submit"].positive {
	border: 0 !important;
	border-radius: 0.625em;
	background: #5EDC60;
	color: #fff !important;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition-duration: 0.3s;
	border: 1px solid #EB5757;
	cursor: pointer;
	display: inline-block;
}

a.positive.disabled {
	opacity: 0.3;
	pointer-events: none;
}

a.positive:hover,
button.positive:hover,
input[type="button"].positive:hover,
input[type="reset"].positive:hover,
input[type="submit"].positive:hover {
	background: #52de54;
}


a.medium,
button.medium,
input[type="button"].medium,
input[type="reset"].medium,
input[type="submit"].medium {
	border: 0 !important;
	border-radius: 0.625em;
	background: #FFDC4C;
	color: #fff !important;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition-duration: 0.3s;
	border: 1px solid #EB5757;
	cursor: pointer;
	display: inline-block;
}

a.medium.disabled {
	opacity: 0.3;
	pointer-events: none;
}

a.medium:hover,
button.medium:hover,
input[type="button"].medium:hover,
input[type="reset"].medium:hover,
input[type="submit"].medium:hover {
	background: #fcd742;
}



a.leaked,
button.leaked,
input[type="button"].leaked,
input[type="reset"].leaked,
input[type="submit"].leaked {
	border: 0;
	border-radius: 0.625em;
	background: #fff;
	color: #ff6600;
	border: 0.125em solid #ff6600;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: all .3s;
	cursor: pointer;
}

a.leaked:hover,
button.leaked:hover,
input[type="button"].leaked:hover,
input[type="reset"].leaked:hover,
input[type="submit"].leaked:hover {
	background: #ff6600;
	color: #fff;
}


a.leaked-blue,
button.leaked-blue,
input[type="button"].leaked-blue,
input[type="reset"].leaked-blue,
input[type="submit"].leaked-blue {
	border: 0;
	border-radius: 0.625em;
	background: #1C3344;
	/* background: #fff; */
	/* color: #1C3344; */
	color: #fff!important;
	border: 0.125em solid #1C3344;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: all .3s;
	cursor: pointer;
}

a.leaked-blue:hover,
button.leaked-blue:hover,
input[type="button"].leaked-blue:hover,
input[type="reset"].leaked-blue:hover,
input[type="submit"].leaked-blue:hover {
	/* background: #1C3344; */
	background: #fff;
	/* color: #fff; */
	color: #1C3344!important;
}

a.social-login,
button.social-login,
input[type="button"].social-login,
input[type="reset"].social-login,
input[type="submit"].social-login {
	border: 0.125em solid #D1D5DB;
	border-radius: 0.625em;
	background: #F9FAFB;
	color: #ff6600;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.875em 2em;
	transition: all .3s;
	cursor: pointer;

}

SO a.social-login:hover,
button.social-login:hover,
input[type="button"].social-login:hover,
input[type="reset"].social-login:hover,
input[type="submit"].social-login:hover {
	background: #D1D5DB;
	filter: saturate(0);
}


.calculate-graphs-on-high-res {
	padding: 0.625em 2.5em;
}

p.data-hidden {
	display: none;
}

.container-buttons-page-saved {
    display: flex;
    flex-direction: row-reverse;
	align-items: baseline;
    justify-content: space-evenly;
}

/* Navigation
--------------------------------------------- */


@media only screen and (max-width: 768px) {
    /* #header {
        height: auto;
        position: sticky!important;
        box-shadow: none;
        background: none;
        width: 100%;
        padding: 10px;
		background-color: #ffff!important;
		box-shadow: 0px 3px 6px 0px rgba(204, 204, 204, 0.4)!important;
    } */

	button.negative {
	border: 0;
    border-radius: 0.625em;
    background: #EB5757;
    /* color: #fff !important; */
    color: #000 !important;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.875em 2em;
    transition-duration: 0.3s;
    /* border: 1px solid #EB5757; */
    cursor: pointer;
    display: inline-block;
    width: 11vw;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (max-width: 480px) {
	#calc-function {
		height: auto;
	}
	.swiper-wrapper .swiper-slide .two-slide{
		display: flex;
	}
	.table-adjustment {
		width: 100%;
	}
	.info-data-center.text-left {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.with-space {
		width: 30%;
	}
}

@media (max-width: 768px) {
	#calc-function {
		height: auto;
	}
	.swiper-wrapper .swiper-slide .two-slide{
		display: flex;
	}
	.table-adjustment {
		width: 100%;
	}
	.info-data-center.text-left {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.with-space {
		width: 30%;
	}
	button.button-delete-saved-calculation.negative.margin-b-24px {
		width: 100%;
	}
	button.clean-all,
	input[type="button"].clean-all,
	input[type="reset"].clean-all,
	input[type="submit"].clean-all {
	
		grid-row: 2;
	}
	.container-calculo {
		padding-top: 8vh;
	}
	input[type="date"] {
        appearance: none!important;
        -webkit-appearance: none!important;
        -moz-appearance: none!important;
        position: relative;
    }
	/* div[role="dialog"] {
		left: 80%!important;
	} */
	#check-abandoned-mini-cart {
		left: 0%;
	}
	.container-buttons-page-saved {
		display: block;
	}

}

@media screen and (min-width: 1024px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

#blog-page {
	display: grid;
	grid-template-columns: 68% 30%;
	column-gap: 2%;
}

#blog-search-page {
	display: grid;
	grid-template-columns: 68% 30%;
	column-gap: 2%;
	margin-top: 1em;
}

#archive-page {
	display: grid;
	grid-template-columns: 68% 30%;
	column-gap: 2%;
	margin-top: 1em;
}


#blog-sidebar .wp-block-heading {
	color: #FF6600;
	font-size: 1.125em;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.375em;
}

#blog-sidebar .wp-block-latest-posts {

	margin: 0.75em 0;
}

#blog-sidebar .wp-block-latest-posts li {
	border-top: 1px solid #D1D5DB;
	padding: 0.9375em 0.5em;

	font-size: 0.75em;
}

#blog-sidebar .wp-block-latest-posts li:last-child {
	border-bottom: 1px solid #D1D5DB;
}

#blog-sidebar .wp-block-latest-posts li a {
	color: #282828;
	transition-duration: 0.3s;
}


#blog-sidebar .wp-block-latest-posts li:hover a {
	color: #ff6600 !important;
}

#blog-sidebar .wp-block-categories {
	padding-left: 0;
}

#blog-sidebar .wp-block-categories li {
	border-top: 1px solid #D1D5DB;
	padding: 0.9375em 0.5em;
	list-style-type: none;
	font-size: 0.75em;
}

#blog-sidebar .wp-block-categories li:last-child {
	border-bottom: 1px solid #D1D5DB;
}

#blog-sidebar .wp-block-categories li a {
	color: #282828;
	transition-duration: 0.3s;
}


#blog-sidebar .wp-block-categories li:hover a {
	color: #ff6600 !important;
}

#blog-sidebar .wp-block-tag-cloud a {
	font-size: 0.75em !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.25em;
	background-color: #FF6600;
	color: #fff !important;
	padding: 0.875em;
	transition-duration: 0.3s;
	margin-bottom: 0.25em;
}

#blog-sidebar .wp-block-tag-cloud a:hover {
	background-color: #1C3344;
}

.widget {
	margin: 0 0 1em;
}

#post-page {
	display: grid;
	grid-template-columns: 68% 30%;
	column-gap: 2%;
	margin-top: 2em;
	margin-bottom: 2em;
}

ol.comment-list {
	padding-left: 0;
}

ol.comment-list li {
	border-top: 1px solid #D1D5DB;
	padding: 0.9375em 0.5em;
	font-size: 1em;
}

ol.comment-list li:last-child {
	border-bottom: 1px solid #D1D5DB;
}

.post-unique .blog-page-post-footer {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin: 0.625em 0;
	padding: 0.9375em 0;
	color: #9CA3AF;
	border-top: 1px solid #9CA3AF;
	border-bottom: 1px solid #9CA3AF;
}

.post-unique .blog-page-post-footer .comment-text img {
	vertical-align: top;
	margin-right: 0.25em;
}


.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0 !important;
	line-height: normal !important;
}

.entry-header p {
	margin: 0 0 0.5em !important;
}

.entry-content a {
	color: red !important;
	text-decoration: underline;
	line-height: normal !important;
}

.entry-content p {
	margin-bottom: 1em;
	line-height: normal;
}

.entry-content ul li {
	margin-bottom: 1em !important;
	line-height: normal !important;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


#primary[tabindex="-1"]:focus {
	outline: 0;
}

.loader-cart .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loader-cart.loading .woocommerce {
	opacity: 0.5;
	pointer-events: none;
	transition: all 0.5s;
}


.loader {
	display: inline-block;
	position: relative;
	width: 3em;
	height: 3em;
	opacity: 0;
	pointer-events: none;
}

.loader object{
	width: 100%;
}

.button-with-loader {
	position: relative;
}

#report-emission{
	width: 100%;
}
#report-emission-botton{
	width: 25vw;
	background: #27AE60!important;

}

.loader.absolute-loader {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.loader.visible {
	opacity: 1;
}

.loader div {
	position: absolute;
	border: 0.25em solid #1C3344;
	opacity: 1;
	border-radius: 50%;
	animation: loader 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div:nth-child(2) {
	animation-delay: -0.7s;
}

img[data-lazyloaded] {
	opacity: 0;
}

img.litespeed-loaded {
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

.animation-element {
	opacity: 0;
}



/* KeyFrames
--------------------------------------------- */

@keyframes animateMockups {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 100%;
	}
}

@keyframes fadeRight {
	from {
		translate: 10px 0;
		opacity: 0;
	}

	to {
		translate: 0 0;
		opacity: 1;
	}
}

@keyframes fadeLeft {
	from {
		translate: -10px 0;
		opacity: 0;
	}

	to {
		translate: 0 0;
		opacity: 1;
	}
}

@keyframes fadeUp {
	from {
		translate: 0 10px;
		opacity: 0;
	}

	to {
		translate: 0 0;
		opacity: 1;
	}
}

@keyframes fadeDown {
	from {
		translate: 0 -10px;
		opacity: 0;
	}

	to {
		translate: 0 0;
		opacity: 1;
	}
}

@keyframes logoLoaderRight {
	0% {
		translate: 0 0;
	}

	50% {
		translate: 5px 0;
	}

	100% {
		translate: 0 0;
	}
}


@keyframes logoLoaderLeft {
	0% {
		translate: 0 0;
	}

	50% {
		translate: -5px 0;
	}

	100% {
		translate: 0 0;
	}
}

.logo-loader-left{
	animation: logoLoaderLeft 1.5s ease-in-out infinite;
}

.logo-loader-right{
	animation: logoLoaderRight 1.5s ease-in-out infinite;
}



@keyframes loader {
	0% {
		top: 1.5em;
		left: 1.5em;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 1.5em;
		left: 1.5em;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 1.5em;
		left: 1.5em;
		width: 0;
		height: 0;
		opacity: 1.8;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 3em;
		height: 3em;
		opacity: 0;
	}
}

@keyframes pulseError {
	0% {
		box-shadow: 0 0 0 0 #df3c3cb3;
	}

	100% {
		box-shadow: 0 0 5px 10px #df3c3c00;
	}

}

@keyframes pulseSuccess {
	0% {
		box-shadow: 0 0 0 0 #5EDC60b3;
	}

	100% {
		box-shadow: 0 0 5px 10px #5EDC6000;
	}

}

