@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
/* File: //css/jqueryUI.css */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../../files/jquery/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../../files/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../../files/jquery/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../../files/jquery/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../files/jquery/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../../files/jquery/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../../files/jquery/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../files/jquery/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../files/jquery/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../files/jquery/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../files/jquery/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../files/jquery/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../../files/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* File: //css/selectize.css */
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #4d4d4d;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #4d4d4d;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  background-color: #f2f2f4;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-border-radius: 3px;
  border-radius: 4px;
  overflow-y: scroll;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  color: #4d4d4d;
  border: 0 solid #d0d0d0;
  margin-bottom: 10px;
  background-color: #e5e5e5;
  font-size: 12px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  margin-right: 5px;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #4d4d4d;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #e5e5e5;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  top: unset !important;
  left: unset !important;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f2f2f4;
  color: #4d4d4d;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  background-color: inherit;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* File: //css/selectize.default.css */
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* File: //css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input{
  outline-color: transparent;
  outline-style: none;
  font-family: unset;
}
select{
  outline-color: transparent;
  outline-style: none;
}


/* File: //css/fonts.css */
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Poppins/Poppins-Bold.woff") format("woff"),
    url("../../fonts/Poppins/Poppins-Bold.ttf") format("truetype"),
    url("../../fonts/Poppins/Poppins-Bold.svg#Livvic") format("svg"),
    url("../../fonts/Poppins/Poppins-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Poppins/Poppins-SemiBold.woff") format("woff"),
    url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype"),
    url("../../fonts/Poppins/Poppins-SemiBold.svg#Livvic") format("svg"),
    url("../../fonts/Poppins/Poppins-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Poppins/Poppins-Medium.otf") format("otf"),
    url("../../fonts/Poppins/Poppins-Medium.woff") format("woff"),
    url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype"),
    url("../../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Poppins/Poppins-Regular.woff") format("woff"),
    url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype"),
    url("../../fonts/Poppins/Poppins-Regular.svg#Livvic") format("svg"),
    url("../../fonts/Poppins/Poppins-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}




@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-Black.eot');
  src: url('../../fonts/Nunito/Nunito-Black.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-Black.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-Black.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-Black.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-Black.svg#Nunito-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-SemiBold.eot');
  src: url('../../fonts/Nunito/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-SemiBold.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-SemiBold.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-SemiBold.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-Bold.eot');
  src: url('../../fonts/Nunito/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-Bold.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-Bold.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-Bold.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-Bold.svg#Nunito-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-Medium.eot');
  src: url('../../fonts/Nunito/Nunito-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-Medium.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-Medium.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-Medium.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-Medium.svg#Nunito-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../css/Nunito-ExtraBold.eot');
  src: url('../../css/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../../css/Nunito-ExtraBold.woff2') format('woff2'),
    url('../../css/Nunito-ExtraBold.woff') format('woff'),
    url('../../css/Nunito-ExtraBold.ttf') format('truetype'),
    url('../../css/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-Light.eot');
  src: url('../../fonts/Nunito/Nunito-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-Light.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-Light.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-Light.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-Light.svg#Nunito-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../../fonts/Nunito/Nunito-Regular.eot');
  src: url('../../fonts/Nunito/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Nunito/Nunito-Regular.woff2') format('woff2'),
    url('../../fonts/Nunito/Nunito-Regular.woff') format('woff'),
    url('../../fonts/Nunito/Nunito-Regular.ttf') format('truetype'),
    url('../../fonts/Nunito/Nunito-Regular.svg#Nunito-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* File: //css/main.css */
body {
  position: relative;
  width: 100%;
  height: auto;
}

blueDaysTable {
  border: none;
  border-spacing: 0px;
}

.color1 {
  color: white;
}

.color2 {
  color: #17375e;
}

.color3 {
  color: white;
}

.color4 {
  color: #3f3f3f;
}

.color5 {
  color: #4f4f4f;
}

.color6 {
  color: #717171;
}

.color7 {
  color: #333234;
}

.color8 {
  color: #636466;
}

.backgroundColor1 {
  background-color: #56cbba;
}

.backgroundColor2 {
  background-color: #4d5550;
}

.backgroundColor3 {
  background-color: #001620;
}

.backgroundColor4 {
  background-color: white;
}

.backgroundColor5 {
  background-color: #f5f5f5;
}

.backgroundColor6 {
  background-color: #154996;
}

.backgroundColor7 {
  background-color: white;
}

.backgroundColor8 {
  background-color: black;
}

.backgroundColor9 {
  background-color: #505050;
}

.border1 {
  border: 1px solid #bdd740;
}

.border2 {
  border: 1px solid black;
}

body {
}

.errorTitle {
  font-size: 18px;
  display: block;
  margin: auto;
  width: fit-content;
  color: black;
  margin-top: 136px;
}

input {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  font-weight: inherit;
  font-family: unset;
}

select {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none;
  font-weight: inherit;
  font-family: unset;
}

.radioBtn {
  -webkit-appearance: radio;
  font-weight: inherit;
}

textArea {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: unset;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.centeredContent {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  height: auto;
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 45px;
  width: 335px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 64px;
  width: 150px;
}

.alertMessageCheck {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 120px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 45px;
  color: #999999;
  line-height: 23px;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.alertMessageMessage::-webkit-scrollbar {
  display: none;
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  position: relative;
  margin: 0 auto;
  width: 194px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #002541;
  background-color: #002541;
  cursor: pointer;
}

.alertMessageClose {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding: 7px;
  border-radius: 23px;
  background-color: #e6e6e6;
  font-size: 20px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  color: #002541;
  background-color: #ffffff !important;
}

.alertMessageClose:hover {
  opacity: 0.8;
}

#alertCloseIcon {
  width: 14px;
}

#cartMessageDiv {
  width: 450px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 95%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#cartMessageDiv {
  text-align: center;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

#loaderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}

#loaderDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#loaderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 20%;
  width: 40px;
}

.fullBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.blackOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
}

.whiteOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
}

.fullRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

.centeredLogon {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

#registerUserBtn {
  margin-top: 20px;
}

#loginUserBtn:hover {
  cursor: pointer;
}

#registerUserBtn {
  cursor: pointer;
}

#loginTopMenu:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pointedBlueLine {
  background-image: url("/images/pointedBlueLine.png");
  background-repeat: repeat-x;
}

.sexRadioBtn {
  float: left;
  width: 25px;
  margin-top: 10px;
}

.sexTypeText {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.checkbox {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #ec1c24;
  margin-top: 5px;
}

.note-modal-body .checkbox {
  all: unset;
}

.note-modal-body input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.note-btn-primary {
  background: #fa6362 !important;
  color: #fff !important;
  border: unset !important;
  cursor: pointer;
}

.checkboxTickImg {
  position: absolute;
  left: 2px;
}

.transparentCheckBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.studio4dSprite {
  background-image: url(/files/layouts/studio4dsprite.png);
  overflow: hidden;
  position: absolute;
}

.blackBkg75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.75;
}

.blackBkg50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media screen and (max-width: 770px) {
  #alertMessageDiv {
    width: 84%;
    margin-top: 0%;
    top: calc(50% - 150px);
    padding-top: 23px;
  }

  #alertMessageAceptar {
    width: 80%;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
  }

  .centeredContent {
    width: 90%;
  }
}

/* File: //css/layouts/main.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

body {
  position: absolute;
  min-height: 100%;
  color: #e0e0e0;
}

/* --------SALESMAN SECTION -------------*/
.salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

/* .salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  position: fixed;
  cursor: pointer;
  bottom: 255px;
  right: 49px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
} */

.salesmanTopBar-icon {
}

#saveUserInfo {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 340px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#salesman-popupContainer {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
}

#salesman-popupContainer.shown,
.inboundPopup-container.shown,
.inboundPopup.markAsPayed.shown,
.inboundPopup.sendBudget.shown {
  display: flex;
  opacity: 1;
}

.backDrop,
.inboundPopup-backDrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: all;

  mix-blend-mode: normal;
  backdrop-filter: blur(9px);
}

.backDrop.triggered,
.inboundPopup-backDrop {
  display: block;
}

#salesman-popup {
  display: flex;
  max-width: 950px;
  width: 90vw;
  height: 85vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0 7px 7px 0;
}

.salesman-sideBar {
  flex: 1;
  height: auto;
  background-color: #00253f;
  /* border-radius: 7px 0 0 7px; */
}

.sideBar-categoriesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3vh;
}

.sideBarCategory {
  width: 70%;
  height: 40px;
  border-radius: 60px 0 0 60px;
  float: right;
  cursor: pointer;
}

.sideBarCategory.active {
  background-color: #003255;
  border-right: 5px solid #ff6d4c;
}

.sideBarIcon,
.sideBarIconHover {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  left: 10px;
}

.salesman-topBar {
  height: 8vh;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.topBar-InfoContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: auto;
  gap: 20px;
  margin-left: 5%;
  align-items: center;
}

.topBar-title {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
}

.topBar-customerInfo {
  color: #898989;
  text-transform: capitalize;
  font-size: 14px;
  opacity: 0;
}

.topBar-customerInfo.shown {
  opacity: 1;
}

.topBar-icon {
  display: none;
  margin-right: 5.5vh;
  cursor: pointer;
}

.topBar-icon.shown {
  display: block;
}

.topBar-refreshOrder {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 30px;
  color: white;
  font-weight: 600;
  background-color: #f6f6f6;
  height: 30px;
  border-radius: 0px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: #00253f;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border-radius: 60%;
  margin-right: 3vh;
}

.topBar-refreshOrder.shown {
  opacity: 1;
}

.topBar-refreshOrder img {
  width: 21px;
  height: 21px;
  filter: invert(62%) sepia(0%) saturate(77%) hue-rotate(179deg) brightness(88%)
    contrast(82%);
}

.topBar-refreshOrder.clicked {
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-direction: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.salesman-mainContainer {
  flex: 10;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.salesman-orderDetailView,
.salesman-orderListView {
  display: none;
  height: calc(100% - 18vh);
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.salesman-orderListView {
  overflow: auto;
}

.salesman-orderDetailView.shown,
.salesman-orderListView.shown {
  display: flex;
}

/* ORDER DETAIL */
.orderDetailView-mainContainer {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 13px;
  margin-top: 2vh;
}

.orderDetailView-mainContainer tr,
.orderDetailView-mainContainer td {
  padding: unset;
  line-height: unset;
}

.orderDetailView-mainContainer tr:last-of-type {
  border-bottom-width: 1px;
}

/* Search bar */
.orderDetailview-searchBarAndResultsContainer {
  width: 100%;
  overflow: hidden;
  height: 70px;
}

.orderDetailView-searchBarContainer {
  width: 100%;
  height: 40px;
  background: rgba(240, 240, 240, 0.56);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderDetailView-SearchBar {
  width: 77%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #898989;
}

.orderDetailView-SearchBar-input {
  width: 100%;
  text-indent: 10px;
  background-color: #f6f6f6;
  height: 100%;
}

.orderDetailView-SearchButton {
  height: 100%;
  width: 23%;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.orderDetailView-searchResultsContainer {
  width: calc(100% + 1px);
  height: calc(100% - 60px);
  background: rgba(240, 240, 240);
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  top: -1px;
  left: -1px;
}

.orderDetailView-searchResultsContainer.shown {
  display: block;
}

.searchResultsTable {
  width: 100%;
  font-size: 11px;
}

.searchResultsTable tbody {
  width: 100%;
  color: #898989;
}

.searchResultsTable-tableRow {
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1.5fr;
  grid-gap: 5px;
  align-items: center;
  width: 99%;
}

.searchResultsTable-tableRow.noResults {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchResultsTable-imgContainer {
  width: 60%;
  height: 70px;
  margin: auto;
}

.searchResultsTable-imgContainer img {
  width: 100%;
  height: 100%;
}

.searchResultsTable-productInfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.searchResultsTable-productInfoContainer p {
  font-weight: 700;
}

.searchResultsTable-productInfoContainer span {
  font-size: 10px;
}

.searchResultsTable-productInfoContainer span:last-of-type {
  color: #ff0000;
}

.searchResultsTable-priceContainer {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchResultsTable-quantityContainer,
.orderDetailView-table-quantityContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vh;
}

.searchResultsTable-quantitySelect,
.orderDetailView-table-quantitySelect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  border-radius: 7px;
  height: 3vh;
}

.searchResultsTable-minusSign,
.searchResultsTable-plusSign,
.orderDetailView-table-minusSign,
.orderDetailView-table-plusSign {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  background: white;
  height: 100%;
}

.quantityProduct,
.orderDetailView-table-quantityProduct {
  width: 32%;
  text-align: center;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.searchResultsTable-buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.searchResultsTable-SeeMoreButtonContainer,
.searchResultsTable-AddButtonContainer {
  flex-basis: 45%;
}

.searchResultsTable-SeeMoreButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.searchResultsTable-addButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

/* Search bar ends */

/* Order detail section */
.orderDetailView-orderContainer {
  width: 100%;
  position: relative;
}

.orderContainer-topBar {
  height: 50px;
  width: 100%;
  background-color: #00253f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderContainer-topBar h3 {
  font-weight: 700;
}

.orderContainer-topBar span {
  font-weight: 500;
  margin-left: 5px;
}

.orderContainer-topBar h3:first-of-type {
  margin-left: 6%;
  text-transform: uppercase;
}

.orderContainer-topBar-orderTotalContainer {
  display: flex;
  justify-content: space-evenly;
  width: 15%;
  margin-right: 6%;
}

.orderContainer-tableContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  overflow: scroll;
  height: 45vh;
}

.orderDetailView-table {
  width: 95%;
}

.orderDetailView-table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 0.5fr;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #c7c7c7;
  height: 95px;
  color: #898989;
}

.orderDetailView-table-imgContainer {
  width: 60%;
  height: 85px;
  margin: auto;
}

.orderDetailView-table-imgContainer img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.orderDetailView-table-productInfoContainer {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-self: baseline;
}

.orderDetailView-table-productInfoContainer span:last-of-type {
  margin-top: 2px;
}

.orderDetailView-table-productInfoContainer p {
  color: #898989;
  font-weight: 700;
  font-size: 13px;
}

.orderDetailView-table-quantityContainer {
  width: 100px;
  flex-direction: column;
  justify-content: space-evenly;
}

.orderDetailView-table-quantitySelect {
  height: 3.5vh;
}

.orderDetailView-table-priceContainer {
  font-weight: 700;
}

.orderDetailView-table-changeOrderProductQuantityButton {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1vh;
  display: none;
}

.orderDetailView-table-deleteButtonContainer,
.orderDetailView-table-percentageButtonContainer {
  border-radius: 4px;
  background-color: #e6e6e6;
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  cursor: pointer;
}

.orderDetailView-table-percentageButtonContainer {
  position: relative;
  width: 60px;
  cursor: default;
}

.orderDetailView-table-percentageButtonContainer::after {
  content: "%";
  position: absolute;
  right: 8px;
  font-weight: 800;
}

.orderProduct-percentageButton {
  font-weight: 600;
  width: 85%;
  background-color: #e6e6e6;
  text-indent: 3px;
  font-size: 12px;
  height: 100%;
}

/* order detail section ends */

/* ---- */
/* ORDER LIST */
.orderListView-table {
  width: 95%;
  margin-top: 25px;
}

.orderListView-table tbody {
  width: 100%;
  color: #898989;
  font-size: 15px;
  font-weight: 500;
}

.orderListView-table tr {
  display: flex;
  width: auto;
  height: 60px;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(240, 240, 240, 0.56);
  margin-bottom: 20px;
}

.orderListView-table .inSessionOrder {
  background-color: #03144a1c;
}

.orderListView-table td {
  display: flex;
  justify-content: center;
  flex-basis: 70%;
  border-spacing: 10px;
}

.orderListView-table .order-id {
  font-weight: 700;
  flex-basis: 50%;
}

.orderListView-table .order-contactDetail {
  flex-basis: 100%;
}

.orderListView-table .order-price span {
  margin-left: 5px;
}

.orderListView-table .order-quantity {
  justify-content: space-evenly;
  flex-basis: 60%;
}

.orderListView-table .order-continueButton-container,
.orderListView-table .order-deleteButton-container {
  flex-basis: 50%;
}

.orderListView-table .order-continueButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.orderListView-table .order-deleteButton {
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

/* ---- */

.salesman-bottomBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: black;
  height: 10vh;
  border-top: 1px solid #e9e9e9;
}

.bottomBar-pauseButtonContainer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.bottomBar-pauseButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 35%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bottomBar-blueButtonsContainer {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 5%;
}

.bottomBar-newOrderContainer {
  display: none;
}

.bottomBar-pauseButtonContainer.shown,
.bottomBar-blueButtonsContainer.shown,
.bottomBar-newOrderContainer.shown {
  display: flex;
}

.bottomBar-newOrderContainer.shown {
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.bottomBar-markAsPayedButton,
.bottomBar-sharePurchaseLinkButton,
.bottomBar-updateUserInfoButton,
.bottomBar-sendBudgetButton,
.bottomBar-createNewOrderButton {
  width: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.bottomBar-sendBudgetButton,
.bottomBar-sharePurchaseLinkButton {
  margin-left: 10%;
}

.bottomBar-sharePurchaseLinkButton {
  font-size: 8px;
}

.bottomBar-markAsPayedButton,
.bottomBar-pauseButton {
  display: none;
}

.bottomBar-createNewOrderButton {
  width: 25%;
}

/* INBOUND POPUPS */
.inboundPopup-container {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
  top: 0;
  left: 0;
}

.inboundPopup {
  display: none;
  max-width: 90%;
  width: 550px;
  height: 45vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  color: #898989;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  border-top: 5px solid #00253f;
}

.inboundPopup span {
  width: 100%;
  margin-left: 7.5vh;
  font-size: 13px;
  position: relative;
}

#markAsPayed-textarea {
  width: 85%;
  background-color: #f1f1f1;
  resize: none;
  border: none;
  text-indent: 20px;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}

.inboundPopup-saveButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.inboundPopup.sendBudget {
  height: 280px;
}

.inboundPopup.sendBudget .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
}

.inboundPopup.sendBudget .inputWrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.inboundPopup.sendBudget .inputWrapper.isSwitch {
  justify-content: flex-start;
}

.inboundPopup.sendBudget label:not(#ivaIncluded),
.inboundPopup.sendBudget label:not(#openWhatsapp) {
  flex-basis: 60%;
}

.inboundPopup.sendBudget .inputWrapper.notVisible {
  display: none;
}

.whatsappButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

#txtSalesmanCode,
#txtSalesmanName,
#txtSalesmanLastName {
  border-radius: 4px;
  background-color: #e6e6e6;
  text-indent: 5px;
  width: 50%;
}

.salesmanCustomSwitch.adminSwitch {
  position: relative;
  display: inline-block;
  height: 30px;
}

.salesmanCustomSlider.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider {
  background-color: #4caf50 !important;
  box-shadow: 0 0 1px #4caf50;
}

.salesmanCustomSlider.slider.round {
  border-radius: 34px;
  width: 48px;
  top: 5px;
  height: 21px;
  display: inline-block;
}

.salesmanCustomSlider.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #f0f0f0;
}

.salesmanCustomSlider.slider.round:before {
  border-radius: 50%;
}

/* ---- */

/* -----SALESMAN SECTION ENDS----------- */
#bottomBarContent {
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: absolute;
}

#blogLinkImg {
  height: 14px;
  width: 15px;
  float: left;
  margin-top: 2px;
}

#content {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#myCart {
  display: inline-block;
}

#searchImg {
  position: absolute;
  height: 20px;
  margin-top: 7px;
  margin-left: 61px;
}

#searchBar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
  height: 0px;
}

#searchSite {
  width: 70%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 30px;
  padding: 3px;
  padding-left: 10px;
  color: black;
  margin-top: 4px;
  font-size: 15px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#bottomBar {
  position: relative;
  width: 100%;
  height: 47px;
}

.widthContainer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

#removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heartFilled.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.removeWishlistProduct {
  background-image: url(../../files/whishlistCross.svg);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  bottom: 100px;
  z-index: 99;
  right: 10px;
  background-position: center;
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.figureBackground {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  bottom: 100px;
  right: 10px;
  border-radius: 5px;
  background-position: center;
}

.productSlide .figureBackground {
  bottom: 10px;
}

#wish-list-container {
  height: 30px;
  position: relative;
  width: 30px;
  top: 30px;
  left: 80%;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 5px;
}

#addToWishlist {
  cursor: pointer;
  background-image: url(../../files/heart.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.selectedTriangle {
  position: absolute;
  background-image: url(../../files/selectedTriangle.png);
  background-size: cover;
  height: 20px;
  width: 25px;
  top: -10px;
}

.productSlide .figureBackground {
  bottom: 25px;
}

#selectedTriangle1 {
  left: 250px;
}

#selectedTriangle2 {
  left: 345px;
}

#selectedTriangle3 {
  left: 440px;
}

#selectedTriangle4 {
  left: 522px;
}

#selectedTriangle5 {
  left: 612px;
}

#selectedTriangle6 {
  left: 710px;
}

#selectedTriangle7 {
  left: 793px;
}

#blogLink {
  position: relative;

  float: left;

  margin-top: 6px;
}

#searchImg:hover {
  cursor: pointer;
  opacity: 0.8;
}

#blogText {
  display: inline-block;

  float: left;

  margin-top: 3px;

  margin-left: 5px;
}

#myCartImg {
  width: 17px;

  float: left;

  display: inline-block;

  margin-top: 7px;

  margin-left: 8px;
}

#myCartText {
  float: left;

  display: inline-block;

  margin-top: 9px;

  margin-left: 5px;
}

#aboutUs {
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}

#stores {
  float: left;

  margin-top: 9px;

  margin-left: 10px;

  margin-right: 10px;
}

#logIn {
  float: left;
}

#logIn:hover {
  cursor: pointer;
}

#loginImg {
  float: left;

  margin-left: 10px;

  width: 18px;

  margin-top: 7px;
}

#searchSpace {
  width: 100%;
  height: 0px;
}

#viewCart {
  float: left;
  display: block;
  padding-left: 10px;
  padding-top: 9px;
  padding-right: 3px;
}

#viewCart:hover {
  cursor: pointer;
}

#profile {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
  margin-right: 3px;
}

#profile:hover {
  cursor: pointer;
}

#logout {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}

#logout:hover {
  cursor: pointer;
}

#headerCart {
  position: relative;
  height: 20px;
  top: -4px;
}

#orderProductNumber {
  position: relative;
  float: left;
  background-color: #d34848;
  margin-right: 5px;
  color: white;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 12px;
  line-height: 16px;
  padding-right: 1px;
}

.signInTitle {
  display: none;
}

#headerWrapper {
  display: inline-block;
  position: relative;
  width: auto;
}

#alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageLogo {
  width: 80%;
}

.mobileElement {
  display: none !important;
}

#adminBarDiv {
  position: fixed;
  left: 0px;
  top: 130px;
  width: 300px;
  z-index: 999;
}

#adminBarTitle {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00253f;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
}

#adminContent {
  position: relative;
  float: left;
  width: 100%;
  color: #4d5550;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 0px 0px 10px 0px;
  overflow: auto;
}

#contentDiv {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: auto;
  float: left;
  display: block;
  margin-top: 10px;
}

#adminBarTitle.open {
  border-radius: 0px 10px 0px 0px;
  width: 100%;
}

.subcontentName {
  position: relative;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
}

.contentTitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #00253f;
  margin-bottom: 6px;
}

#checkoutMain2Content {
  display: block;
  max-width: 500px;
  position: fixed;
  width: 470px;
  top: 75px;
  background-color: #ffffff;
  right: 35px;
  z-index: 2000000000;
  box-shadow: 0 4px 5px 0px #0000002e;
  padding: 10px;
}

#checkoutMain2 {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 3;
  position: fixed;
}

.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

#checkoutMain2.opened {
  display: block;
}

#finishOrder {
  width: 40%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  padding-bottom: 0;
  justify-content: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #ef9249;
  border: 1px solid #ef9249;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Cambay" !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#finishOrder:hover {
  color: #ef9249;
  background-color: #ffffff;
}

.productTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef9249;
}

#titlesFlex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cambay" !important;
}

#newOrder {
  background: #00253f;
  margin-top: 11px;
  border-radius: 3px;
  margin-bottom: 11px;
  height: 32px;
  margin-left: 32px;
  margin-right: 11px;
  text-align: center;
  line-height: 33px;
  color: white;
  cursor: pointer;
  float: left;
  width: 200px;
}

#newOrderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#newOrderDivContainer {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}

#newOrderDiv {
  /* position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 340px;
  border: 1px solid white;
  background-color: #ebe3d4;
  background-color: white !important;
  border: 1px solid #606060 !important;
  height: 355px;
  border-radius: 8px; */
  display: flex;
  flex-direction: column;
  max-width: 90%;
  width: 30vw;
  height: 401px;
  position: relative;
  box-sizing: border-box;
  background-color: white !important;
  border: 1px solid #606060 !important;
  border-radius: 8px;
}

#newOrderTitle {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #ccc;
}

.orderDiv {
  color: #00253f;
  margin-left: 5px;
  padding: 4px;
  padding-left: 6px;
  width: 92%;
  font-size: 14px;
  float: left;
  border: 1px solid #525252;
  border-radius: 6px;
  margin-bottom: 5px;
}

.deleteOrder {
  float: right;
  cursor: pointer;
}

.orderName {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
}

#newOrderAccept {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 355px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#newOrderAccept:hover {
  border: 1px solid #00253f;
  color: #00253f;
  background-color: transparent;
}

.alertMessageClose {
  color: #333234;
}

#newOrderCloseButton {
  color: black;
  font-size: 20px;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 335px;
  border: 1px solid black;
  border-radius: var(--main-border-radius);
  background-color: white;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageFixedContainerCheckout {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}

#alertMessageDivContainerCheckout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#alertCloseButtonCheckout {
  position: absolute;
  right: 20px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}

#alertMessageDivCheckout {
  position: relative;
  background: white;
  width: 330px;
  min-height: 200px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#alertMessageMessageCheckout {
  text-align: center;
  padding: 50px 0;
  max-width: 90%;
  margin: auto;
}

#alertMessageAceptarCheckout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: var(--b-main-bk-color);
  border: 1px solid var(  --b-main-bk-color);
  border-radius: var(
  --main-border-radius);
  color: var(  --b-main-font-color);
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

#alertMessageAceptarCheckout:hover {
  background: transparent;
  color: var(--b-main-h-font-color);
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  background-color: #132457;
  border: 1px solid #132457;
  line-height: 35px;
  border-radius: 5px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  opacity: 0.8;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

#source {
  position: relative;
  float: left;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  margin-left: 15%;
  color: #606060;
}

#selectizeContainer {
  width: 70%;
  margin: 0 auto;
}

#salesmanInputsDiv {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.orderChannelLogo {
  width: 22px;
  float: left;
}

.orderChannelInput {
  width: 66%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  padding: 0 0 0 3%;
  color: #606060;
  display: none;
}

.ordersContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.pendingOrders {
  width: auto;
  float: left;
  cursor: pointer;
}

#cartMessageDiv {
  width: 600px;
  height: 300px;
}

.mainMessage {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  float: left;
  color: black;
  font-size: 14px;
  margin-bottom: 30px;
}

.alertColumn1 {
  width: 45%;
  float: left;
}

.alertColumn2 {
  width: 55%;
  float: right;
  padding-top: 20px;
}

#cartProductImage {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#cartProductTitle {
  color: black;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}

#cartProductPrice {
  position: relative;
  float: left;
  color: #9c9c9c;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

#cartSpecs {
  width: 100%;
  float: left;
  height: 50px;
}

.specContainer {
  color: black;
  text-transform: lowercase;
  font-size: 14px;
  width: fit-content;
  float: left;
  margin-right: 25px;
}

.specTitle1 {
  float: left;
  padding-top: 5px;
  font-weight: bold;
  margin-right: 10px;
}

.cartSpecImage {
  float: left;
  width: 26px;
}

.cartNoImageSpec {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.whatsAppWebContainer {
  width: 200px;
  height: 90px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}

.whatsAppWebContainer.open {
  bottom: 10px;
  opacity: 1 !important;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 94px;
  height: 50px;
  /*overflow: hidden;*/
  font-size: 14px;
  color: white;
  text-align: center;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 119px;
}

#myProfileUser1,
#myProfileUser2 {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser1,
#logoutUser2 {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

#logoutUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

.relatedProductsDiv {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}

.relatedProductsTitle {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.relatedProductsDivSliderContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.relatedProductsDivSlider {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.relatedSliderLeftArrow {
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  cursor: pointer;
}

.relatedSliderRightArrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.rights {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}

.byluna {
  display: block;
  height: 100%;
  float: right;
  margin-right: 100px;
}

body .fa,
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.blockScroll {
  overflow: hidden;
}

#toastMessage {
  position: fixed;
  z-index: 99;
  bottom: 190px;
  right: 4%;
  border-radius: 8px;
  border: 1px solid #03bc6e;
  background: #E5FFF4;
  color: #03bc6e;
  padding: 10px;
  display: none;
}

#toastMessage.toastMessageDelete{
  border: 1px solid rgba(229, 5, 5, 1);
  color: rgba(229, 5, 5, 1);
  background: #FCE6E6;
}

#toastMessageText {
  display: flex;
  align-items: center;
}

#toastMessageText img {
  margin-right: 5px;
}

.hiddenToast {
  display: none;
}

.messageError {
  width: 90%;
  margin-top: 5px;
  font-size: 11px;
  color: var(--error-color);
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #alertMessageDivCheckout{
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .removeWishlistProduct {
    bottom: 105px;
  }

  .productSlide .figureBackground {
    bottom: 90px;
  }

  .figureBackground {
    bottom: 100px;
  }

  .byluna {
    margin-right: 0px;
  }

  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }

  .mobileElement {
    display: block !important;
  }

  .desktopElement {
    display: none !important;
  }

  #content {
    min-width: 0px;
  }

  .responsiveElement {
    min-width: 0px !important;
  }

  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }

  #adminBarDiv {
    top: 70px;
    width: 230px;
  }

  #newOrder {
    margin-top: 24px;
    margin-left: 22px;
    width: 190px;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
    height: auto;
    overflow: hidden;
  }

  .alertColumn1,
  .alertColumn2 {
    width: 100%;
  }

  #cartProductImage {
    width: 120px;
    height: 120px;
  }

  #cartProductTitle {
    text-align: center;
  }

  #cartProductPrice {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  #noStockDiv {
    max-width: 90%;
    left: 5% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #stockRequestNegative {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  #noStockMessage {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
  }

  #alertMessageDivCheckout {
    width: 80%;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }

  #removeWishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }
}

@media screen and (max-width: 1100px) {
}

/* File: //css/custom.css */

/* File: //css/layouts/variables.css */
body{
  font-family: "Poppins";
}


:root {
  /* colors */
  --base: #595C65;
  --base-aux: #ffff;
  --secondary: #2E3192;
  --lighter-base: #F6F9FC;
  --newsletter-color: #CACACA;
  --button-font-color: #ffffff;
  --button-font-color-hover: #2E3192;
  --button-bkg-color-hover: #F6F9FC;

  /* fonts */
  --base-font-size: 13px;
  --base-line-height: 20px;
  --base-font-weight: 400;
  --title-font-size: 30px;
  --title-line-height: 36px;
  --body-font-size: 12px;
  --body-line-height: 16px;
  --group-font-size: 24px;
  --group-line-height: 28px;
  --groups-font-weight: 500;
  --slider-font-size: 24px;
  --slider-font-weight: 500;
  --slider-line-height: 30px;
  --button-font-size: 16px;
  --button-font-weight: 500;
  --prices-font-weight: 500;
  --custom-titles-font-weight: 500;
  --spec-title-font-weight: 600;

  


  /*only when needed*/
  --letter-spacing: 0px;
  --menu-height: 105px;
  --web-container: 94%;
  --home-container: 94%;
  --shop-grid-items: repeat(4, 1fr);
  --shop-grid-items-mobile: repeat(1, 1fr);
  --web-background: white;
  --header-promo-height: 27px;

  /* fiexd vars */
  --border-radius: 8px;
  --border-radius-small: 4px;
  --header-icons-height: 19px;
  --santander: #e42313;
  --itau: #FF5300;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #000000;
  --main-img-product: 180/185;
  --slider-nav-aspect-ratio: 111/355;
}

@media screen and (max-width: 768px) {
  :root {
      --base-font-size: 14px;
      --slider-font-size: 20px;
      --slider-line-height: 22px;
      --prices-font-weight: 600;
      --web-container: 90%;
      --home-container: 90%;
  }
}
/* File: //css/slick/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* File: //css/slick/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../css/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* File: / */

/* File: //css/custom-pages/baseNew.css */
.contactInput.invalidInput {
  box-sizing: border-box;
  border: 1px solid #f13c47;
}

.customPageCenteredContent {
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  font-size: 15px;
  line-height: 19px;
}

#customPageTitle {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
}

.customPageSubtitle {
  position: relative;
  margin-bottom: 20px;
  word-break: break-all;
}

.customPageImage {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.customPageCaption {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
  word-break: break-all;
}

.customPageText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
  word-break: break-word
}

.customPageGallery,
.customPageGallery.slick-dotted.slick-slider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.slick-dots {
  top: 20px;
  right: 20px;
  width: auto;
}

.slick-dots li {
  width: 14px;
  margin: 0 3px;
}

.slick-dots li button:before {
  border: 2px solid black;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  font-size: 0px;
  opacity: 1;
  background: black;
  opacity: 0.2;
}

.slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 1;
}

.customPageSlider {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.customPageSliderWrapper {
  width: calc(100% - 60px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.customPageSliderSlide {
  margin-right: 10px;
  margin-left: 10px;
}

.customPageSliderLeftArrow {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  font-size: 30px;
  cursor: pointer;
}

.customPageSliderRightArrow {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  font-size: 30px;
  cursor: pointer;
}

.slick-slide {
  height: auto;
}

.youtubeVideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.youtubeVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapDiv {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.contactDiv {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  max-width: 516px;
  overflow: hidden;
}

.contactInput {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #0000003d;
  margin-bottom: 20px;
  padding-left: 10px;
  overflow: hidden;
  display: block;
  font-size: 13px;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  opacity: 0.8;
}

.contactInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.8;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.8;
}

.contactInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  opacity: 0.8;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  opacity: 0.8;
}

.contactTextarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding-top: 10px;
  padding-right: 10px;
}

.contactInput.contactTextarea {
  line-height: 16px;
}

.sendContact {
  position: relative;
  width: 100%;
  line-height: 50px;
  font-size: 17px;
  background-color: black;
  background: var(--btn);
  border: 1px solid;
  border: 1px solid var(--btn-border);
  color: white;
  color: var(--btn-font);
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}

.sendContact:hover {
  background-color: white;
  color: black;
  background: var(--btn-hover);
  color: var(--btn-font-hover);
  border-color: var(--btn-border-hover);
}

.contactRow {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.contactLabel {
  position: relative;
}

.file-input-wrapper {
  position: relative;
  /* width: 100px; */
  border: 1px solid #0000003d;
  margin: 0px 20px;
  line-height: 30px;
  text-align: center;
  color: black;
  color: var(--base);
  cursor: pointer;
  padding: 0 10px;
}

.FMFileUploadFrame {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}

.file-input-name {
  position: relative;
  width: auto;
  font-size: 13px;
  color: #8f9194;
  margin: 10px 0;
}

.image-text-row {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 16px 0px;
  word-break: break-word
}

.image-text-row img {
  display: block;
  position: relative;
  width: 50%;
}

.image-text-row .text {
  position: relative;
  display: block;
  padding: 50px;
  color: black;
  font-size: 14px;
  line-height: 20px;
}

.image-text-row:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .customPageSliderWrapper {
    width: calc(100% - 40px);
  }

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

  #customPageTitle {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px;
  }

  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .slick-dots {
    top: 10px;
    right: 10px;
  }

  .mapDiv {
    width: 100%;
    height: 50vw;
  }

  .customPageSliderLeftArrow,
  .customPageSliderRightArrow {
    height: 20px;
    width: 20px;
  }

  .image-text-row {
    flex-direction: column-reverse;
  }

  .image-text-row:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .image-text-row img {
    width: 100%;
  }

  .image-text-row .text {
    padding: 30px 0px;
    font-size: 14px;
    line-height: 21px;
  }
}

/* File: //css/custom-pages/custom.css */
.customPageCenteredContent {
  width: var(--web-container) !important;
  min-width: 0;
  margin: 80px auto 40px;
  max-width: 1200px;
}

.customPageText {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 0 auto 30px;
  padding: 0;
  max-width: 594px;
}

.contactInput::-webkit-input-placeholder {
  font-weight: 300;
  color: #00000030;
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: var(--base);
}

.contactInput::-moz-placeholder {
  font-weight: 300;
  color: #00000030;
}

.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #00000030;
}
.centeredContent.customPageCenteredContent[data-custom-id="2"] #customPageTitle {
    display: none;
}
.contactInput::-ms-input-placeholder {
  font-weight: 300;
  color: #00000030;
}

.contactDiv {
  width: 90%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 516px;
}
div#customPageTitle {
    display: none;
}

textarea.contactInput.contact_message {
    height: 237px;
    resize: none;
}

.gMaps {
    width: var(--web-container);
    margin: auto;
}

.gMaps iframe {
    width: 100%;
    height: 448px;
    margin-top: 30px;
}
h1,
#customPageTitle {
  width: 100%;
  position: relative;
  margin: 60px auto 25px;
  font-size: 25px;
  text-align: center;
  height: auto;
  color: var(--secondary);
  letter-spacing: var(--letter-spacing);
  font-size: var(--group-font-size);
  line-height: var(--group-line-height);
  font-weight: var(--custom-titles-font-weight);
}

h2,
.customPageSubtitle {
  position: relative;
  margin: 0 auto 10px;
  overflow: hidden;
  max-width: 594px;
  font-weight: var(--groups-font-weight);
  color: var(--secondary);
}

.contactInput {
  border: 1px solid #00000050;
  border-radius: 0;
  color: var(--base);
  padding: 15px 0px;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  padding-left: 10px;
  height: auto;
  border-radius:var(--border-radius-small);
  margin-bottom: 20px;
  font-size: var(
  --base-font-size);
  line-height: var(
  --btn-line-height);
}

.contactInput.contactTextarea {
  height: 130px;
  padding-top: 10px;
  line-height: var(--base-line-height);
}

.sendContact {
  background-color: var(--secondary);
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  border: 1px solid var(--secondary);
  letter-spacing: var(--letter-spacing);
  position: relative;
  float: left;
  margin-top: 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 13px 0px;
  color: var(--button-font-color);
  height: auto;
  font-size: var(
  --button-font-size);
  line-height: var(
  --buttonn-line-height);
  border-radius: var(--border-radius-small);
}

.sendContact:hover {
  background-color: var(--button-bkg-color-hover);
  color: var(--button-font-color-hover);
  border-color: var(--button-bkg-color-hover);
}
.mapDiv {
  /* width: var(--web-container); */
  margin: auto;
}

.customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
  font-size: var(--h1-font-size);
  margin: 0 auto 25px;
  font-weight: 400;
  max-width: unset;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
}
.customPageCenteredContent[data-custom-id="1"] .customPageText {
  max-width: unset;
}

.customPageCenteredContent[data-custom-id="5"] .customPageImage {
  max-width: 505px;
}

.customPageCenteredContent[data-custom-id="1"] .customPageText {
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .contactInput {
    margin-bottom: 10px;
  }

  .sendContact {
    margin-top: 0;
    font-size: 16px;
  }


  .centeredContent.customPageCenteredContent.font1[data-custom-id="7"], .centeredContent.customPageCenteredContent.font1[data-custom-id="8"] {
    width: 90% !important;
}
  section.contactContainer {
    width: 100%;
    margin: auto;
}
section.contactContainer, .gMaps {
    /* width: calc(100% - 40px ); */
}
.gMaps {
    width: calc(100% - 40px);
}

  .contactDiv {
    width: calc(100% - 40px);
    margin-top: 25px;
  }

  #customPageTitle {
    /* font-size: calc(var(--h1-font-size) - 11px); */
    line-height: calc(var(--h1-line-height) - 11px);
    letter-spacing: var(--letter-spacing);
    line-height: 35px;
  }

  .customPageCenteredContent[data-custom-id="4"] #customPageTitle {
    letter-spacing: 3px;
    line-height: 35px;
  }

  h2,
  .customPageSubtitle,
  .customPageText {
    text-align: left;
    max-width: unset;
    width: 100%;
  }

  #customPageTitle {
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .customPageCenteredContent[data-custom-id="1"] .customPageSubtitle {
    /* font-size: calc(var(--h1-font-size) - 11px); */
    line-height: calc(var(--h1-line-height) - 11px);
  }
  .customPageCenteredContent[data-custom-id="1"]
    .customPageSubtitle
    + .customPageText
    p:first-child {
    margin-bottom: 0px;
  }
  .customPageCenteredContent[data-custom-id="1"] {
    margin-bottom: 4%;
  }
   .centeredContent.customPageCenteredContent.font1 {
    margin: auto;
}
  .mapDiv {
    width: calc(100% - 40px);
    height: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1100px) {
  .mapDiv {
    aspect-ratio: 16/4;
  }

 
}

/* File: /css/custom-pages/faqs.css */
.customPageCenteredContent {
  margin-top: 0;
  /* background: #FBFEFC; */
  /* padding-bottom: 130px; */
}

#customPageTitle {
  display: none
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--menu-height);
  background: var(--web-background);
}

#content {
  /* min-height: 70vh; */
  background-color: white;
}

.container {
  width: 70%;
  margin: 0rem auto 1rem;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}


#cuidadosSubTitle {
  margin-top: 45px;
  font-weight: 800;
  border-top: 1px solid #000;
  padding-top: 20px
}

#cuidadosText {
  line-height: 35px;
  padding-bottom: 20px
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 3rem;
  width: 100%
}

.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #4D4D4D80;
}

.moreInfoDiv:last-of-type {
    border-bottom: 1px solid #4D4D4D80;
}

.productGrouptitle {
  margin: 2rem 0;
  line-height: 16px;
  font-size: 16px;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  font-weight: 500;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  color: var(--base);
}

.moreInfoDiv.openDiv .productGrouptitle {
    font-weight: 500;
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  height: 0;
  line-height: 1.4rem;
  box-sizing: border-box
}

.productInfoText {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.productInfoText:last-child {
  margin-bottom: 1.2rem
}

@media screen and (max-width: 1100px) {
  .title {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .productGrouptitle {
    font-size: 14px;
  }

  .moreInfoDiv.openDiv .productGrouptitle {
    /* font-weight: 700; */
  }

  .subtitle {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }

  #termsTitle {
    width: 17.5rem
  }

  #shippingTitle {
    width: 10.5rem
  }

  .box {
    margin-top: 3rem
  }

  .productGrouptitle {
    margin: 2rem 0;
  }

  .openClose {
    right: 0rem
  }

  #policyTitle {
    width: 15.5rem
  }

  #policyTitle::before {
    left: -.7rem
  }

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    width: 95%;
    margin: 0rem auto 3rem;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px
  }
}
/* File: //css/layouts/header.css */
* {
  margin: 0;
  padding: 0;
}

body {
  color: var(--base);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

ul,
li {
  list-style-type: none;
}

.btn-1 {
  color: var(--btn-font);
  background-color: var(--btn);
  border: 1px solid var(--btn-border);
  cursor: pointer;
  box-sizing: border-box;
}

.btn-2 {
  color: var(--btn-font-hover);
  background-color: var(--btn-hover);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
}

.tr-2 {
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

.bkg.openFilter {
  opacity: 1;
  display: block;
}

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  min-height: 50vh;
  min-width: unset;
  background-color: var(--web-background);
}

#header {
  height: var(--menu-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--base-aux);
}

#searchBar {
  width: 530px;
  margin: auto;
  display: flex;
  background-color: transparent;
  height: 45px;
  align-items: center;
}

.profileIcon img {
  width: auto;
  height: calc(var(--header-icons-height));
}

.headerPromo {
  text-align: center;
  line-height: var(--header-promo-height);
  font-size: var(--base-font-size);
  height: var(--header-promo-height);
  overflow: hidden;
  background-color: var(--secondary) !important;
  font-weight: var(--base-font-weight);
}

.headerPromoText {
  background-color: var(--secondary) !important;
  color: var(--button-font-color) !important;
}

#header {
  height: 162px;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 162px;
}

.headerRow.top {
  width: var(--web-container);
  display: grid;
  margin: 0 auto;
  height: 75px;
  justify-content: space-between;
  grid-template-columns: 300px auto 300px;
  justify-items: stretch;
  align-items: center;
}

.headerRow.bottom {
  height: 60px;
  justify-content: center;
  position: relative;
  display: flex;
  background: #f6f9fc;
  color: var(--base);
  flex-direction: row;
  width: auto;
  z-index: 1;
}

.headerCol {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
}

.categoriesContainer {
  display: grid;
  height: 100%;
  width: fit-content;
  justify-content: end;
  grid-auto-flow: column;
  gap: 33px;
}

.searchBarHeader {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  background: var(--base-aux);
  border-bottom: 1px solid var(--secondary);
}

.searchBarHeader.openBar {
  top: var(--menu-height);
}

.categoryArrow:after {
  content: "";
  width: 40px;
  background-image: url(../../files/arrow.svg);
  height: 40px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -35px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.categoryArrow:hover:after {
  opacity: 1;
}

.headerMainCol {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  width: 100px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: fit-content;
  gap: 20px;
}

.expandedCategory {
  position: fixed;
  top: calc(var(--menu-height) + 20px);
  display: none;
  width: auto;
  /* min-width: 440px; */
  background-color: var(--base-aux);
  z-index: 3;
  flex-direction: row;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.categoryColumn {
  flex-basis: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.columnCatContainer {
  float: left;
  position: relative;
  width: 100%;
}

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  padding-bottom: 3px;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--base);
  position: relative;
  line-height: var(--base-line-height);
  font-size: var(--base-font-size);
}

.menuSubcategoriesContainer {
  width: fit-content;
  min-width: 190px;
  position: relative;
  overflow: hidden;
  padding: 35px 35px 14px 35px;
  display: flex;
  align-items: center;
  float: left;
  /* margin-left: 35px; */
  height: auto;
  box-sizing: border-box;
}

.expandedCategory img {
  width: 215px;
  aspect-ratio: 233/280;
  display: block;
  float: right;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.menuSubcategories {
  flex-direction: column;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 27px 35px;
  margin-bottom: 20px;
  max-height: 270px;
  flex-wrap: wrap;
}

/* header submenu */

.leftItemsContainer {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 50px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.sideMenu {
  display: none;
  position: absolute;
  left: 100%;
  border: unset;
  top: 0px;
  background-color: #edf2f7;
  padding: 25px 0 25px 0px;
  width: max-content;
  align-content: flex-start;
  padding-right: 50px;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  border-radius: 0 10px 10px 0;
  min-height: 100%;
  box-sizing: border-box;
}

.sideMenu .sideMenu {
  min-width: 188px;
  background: #decfbb;
  width: auto;
}

.sideMenu.active > .submenuContainer {
  border-radius: 5px;
}

.sideMenu.active {
  display: grid; /* Se muestra cuando tiene la clase "active" */
}

nav.headerCol > ul > li:hover > ul {
  display: grid;
  animation: menuDropdown 0.3s ease-out;
  z-index: 2;
  display: flex;
  height: auto;
  background: #f6f9fc;
  flex-direction: column;
  position: absolute;
  top: 80px;
  left: -30px;
  border: none;
  display: flex;
  gap: 20px;
  /* height: 340px; */
  min-height: max-content;
  background: #f6f9fc;
  flex-direction: column;
  height: -moz-available;
  transition: all 0.2s;
  width: auto;
  border-radius: 10px;
}

/* header li:hover>ul {
  display: grid;
} */

.headerLink > a {
  padding: 0;
  position: relative;
}

.paddingHover {
  padding: 0px 42%;
  position: absolute;
  top: 54px;
  width: 32%;
  height: 40px;
  background: transparent;
}

header li header nav a {
  /* padding: 2px 160px 10px 20px; */
  display: block;
  overflow: visible;
  text-decoration: none;
  width: -webkit-fit-content;
  float: left;
  width: -moz-fit-content;
  width: max-content;
  min-width: max-content;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.submenuContainer a {
  position: relative;
  width: fit-content;
  display: block;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: fit-content;
  height: 100%;
  position: relative;
  overflow: visible;
  font-size: var(--base-font-size);
  font-weight: 500;
}

header ul.submenu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  position: absolute;
  background: #f6f9fc;
  z-index: 1;
  top: 90px;
  /* border-radius: 10px; */
}

.submenuContainer {
  left: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 25px 0px;
  position: relative;
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(9, auto);
  padding-right: 40px;
  height: fit-content;
}

.submenuContainer li {
  z-index: 2;
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  text-align: left;
  padding: 10px 15px 10px 35px;
  color: var(--base);
  width: calc(100% + 14px);
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
}

.submenuContainer li:hover {
  color: black;
}

.submenuContainer li:hover > div > .categoryPlus {
  color: black;
}

.submenuContainer li.active {
  color: black;
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 150px;
  margin-bottom: 20px;
}

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 370px;
  background-color: var(--base-aux);
  border: none;
  padding-top: 20px;
  border-radius: var(--border-radius-small);
}

#alertMessageLogo {
  width: 150px;
}

#cartMessageDiv #cartMessageMessage {
  margin-top: 35px;
  width: 217px;
  margin-bottom: 30px;
}

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

#cartMessageDiv a.alertMessageAceptar {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  /* color: var(--button-font-color-hover); */
}

#cartMessageDiv a.alertMessageAceptar:hover {
  background-color: var(--secondary);
}

.alertMessageAceptar {
  position: relative;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  color: var(--button-font-color);
  padding: 0 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border-radius: var(--border-radius-small);
  font-weight: var(--base-font-weight);
}

.alertMessageAceptar:hover {
  background-color: var(--button-bkg-color-hover) !important;
  color: var(--button-font-color-hover);
  opacity: 1;
  border-color: var(--button-bkg-color-hover);
}

.alertMessageClose {
  right: 10px;
  font-size: 23px;
  color: var(--secondary);
}

#cartMessageDiv {
  margin-top: 20%;
}

.alertMessageMessage {
  font-size: calc(var(--base-font-size) + 2px);
  line-height: calc(var(--base-line-height) + 2px);
  color: var(--base) !important;
  letter-spacing: 0;
}

#cartMessageButtonsWrapper {
  float: none;
  width: 189px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#cartMessageDiv {
  overflow: hidden;
  width: 380px;
  padding: 0 0 0 0;
  height: fit-content;
  margin-top: 0;
  padding-top: 25px;
  border: none;
  padding-bottom: 62px;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
}

.alertMessageDiv {
  top: 50%;
  transform: translateY(-50%);
}

.wishListProductsDiv {
  height: 21px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: 21px;
  align-items: center;
  justify-content: space-between;
}

.heart {
  position: relative;
  height: var(--header-icons-height);
  cursor: pointer;
  margin-right: 2px;
  top: -1px;
}

.wishListQuantity {
  /* position: absolute; */
  /* top: 0; */
  /* right: -10px; */
  text-transform: lowercase;
  font-size: 12px;
  line-height: 14px;
  line-height: normal;
  margin-inline: 0.5px;
  font-family: "Poppins";
}

.searchButton {
  display: flex;
  position: relative;
  cursor: pointer;
  /* margin-left: 120px; */
}

.searchButton img {
  display: block;
  width: auto;
  height: var(--header-icons-height);
  position: relative;
}

.searchSite {
  background: #f6f9fc;
  width: 100%;
  color: #414042;
  height: 45px;
  font-size: 12px;
  text-indent: 38px;
  border-radius: var(--border-radius);
  padding: 12px;
}

input.searchSite::placeholder {
  color: var(--base);
}

#searchBar img {
  position: absolute;
  height: 21px;
  width: 21px;
  cursor: pointer;
  margin-left: 3%;
  filter: brightness(0) saturate(100%) invert(16%) sepia(79%) saturate(1959%) hue-rotate(227deg) brightness(97%) contrast(98%);
}

.searchContainer {
  width: 148px;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.searchContainer.open .searchButton {
  right: 0;
}

#headerCart {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  top: unset;
  /* margin-right: 10px; */
  height: 21px;
  margin-left: 10px;
  align-items: center;
}

.openCloseSearch {
  width: 21px;
  height: 21px;
}

.cart {
  height: var(--header-icons-height);
  display: block;
  position: relative;
  margin-right: 1px;
  top: -1px;
}

.cartAmount {
  /* position: absolute; */
  font-size: 12px;
  line-height: normal;
  /* right: -9px; */
  /* top: 0; */
  text-transform: lowercase;
  margin-inline: 0.5px;
}

.languages {
  position: relative;
  float: left;
}

.languageSelect {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  font-size: 15px;
  height: 24px;
  top: 1px;
  line-height: 25px;
  overflow: hidden;
  z-index: 1;
  /* display: none; */
  font-weight: var(--secondary-font-weight);
  margin-left: 0px;
}

.languageSelect.open {
  overflow: visible;
}

.languageRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
}

.languageRow.selectedLanguage {
  margin-right: 20px;
}

.languageRow.selectedLanguage p {
  color: var(--base);
}

.languageRow.notSelected {
  background: var(--secondary);
  color: var(--base-aux);
  padding: 0 4px;
  left: -8px;
  top: 2px;
}

.languageRow.notSelected:hover {
  background: var(--base-aux);
  color: var(--secondary);
}

.languageRow.notSelected:hover p {
  /* background: var(--base); */
  color: var(--secondary);
}

.languageSelectArrow {
  position: absolute;
  width: 3.5px;
  height: auto;
  right: 4px;
  top: 7.5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 100%;
  display: block;
  height: 21px !important;
  overflow: visible;
  z-index: 3;
  color: var(--base);
  font-size: inherit;
  height: inherit;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
}

#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 21px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 15px;
  right: 19px;
  z-index: 1;
  color: var(--secondary);
  width: 120px;
}

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: var(--secondary);
  border-radius: var(--border-radius-small) var(--border-radius-small) 0px 0px;
  right: -63px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base-aux);
  position: relative;
  border: 1px solid var(--secondary);
  width: 120px;
  top: 5px;
}

#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  right: -63px;
  font-size: 12px;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--base-aux);
  border-radius: 0px 0px var(--border-radius-small) var(--border-radius-small);
  width: 120px;
  text-transform: uppercase;
  top: 5px;
}

.headerBar {
  width: 100%;
  height: 27px;
  text-align: center;
  color: var(--secondary);
  background: var(--base);
  line-height: 27px;
}

#logoutUser {
  /* border-top: 1px solid var(--base); */
}

#logoutUser2:hover {
  background-color: var(--base);
  color: #fff;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--base-aux);
  color: var(--secondary);
  font-weight: 400;
}

.profileIcon {
  position: relative;
  cursor: pointer;
  display: flex;
  height: 18px;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.currencySelectContainer {
  position: relative;
  float: left;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: auto;
  color: var(--base);
  z-index: 2;
}

.currencySelectImg {
  display: block;
  position: relative;
  height: 19px;
  float: left;
  /* margin-right: 20px; */
  top: 1px;
}

.currencyArrow {
  float: right;
  position: relative;
  top: 4px;
  height: 12px;
  right: 0;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selectedOption {
  width: 70%;
}

.pageCurrencySelect {
  height: 0;
  overflow: hidden;
  top: 25px;
  text-align: left;
  width: 120px;
  right: -15px;
  position: absolute;
}

.pageCurrencySelect.open {
  display: block;
  height: auto;
  background: white;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: #edf2f7;
  color: #595c65;
  cursor: pointer;
}

.currencySelectOption {
  padding: 11px 0;
  padding-left: 10px;
}

.currencySelectOption:not(.titleOption) {
  cursor: pointer;
}

.currencySelectOption[is-selected="true"] {
  background: #edf2f7;
  color: #595c65;
}

.currencySelectOption:nth-child(1) {
  padding-left: 5px;
  text-transform: uppercase;
}

.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

.lineEffectCenter:hover::after {
  width: 100%;
  left: 0%;
}

.lineEffectCenter.headerLink::before {
  bottom: 20px;
}

.lineEffectCenter::before {
  content: "";
  background: var(--base);
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.headerIndex#header .lineEffectCenter.headerLink::before {
  bottom: 40px;
  background: var(--white);
}

.expandedCategory.headerIndex {
  top: 105px;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.borderContainer {
  --b: 1px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--secondary) 0;
  background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
}

.borderContainer:hover {
  --_i: 100%;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  -o-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.lineEffectLeft::after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  height: 1px;
  background: var(--base);
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  bottom: 0px;
}

.lineEffectLeft:hover::after {
  width: 100%;
}

.submenuContainer > li.active > .tr-3.lineEffectLeft::after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
  background: var(--secondary);
  bottom: 0px;
}

.submenuContainer > li.active > .tr-3 > .categoryPlus {
  color: black;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #content {
    max-width: unset;
    min-width: unset;
  }

  #topHiddenBar {
    min-width: unset;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --menu-height: 95px;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }

  .alertMessageAceptar:hover {
    background-color: var(--secondary) !important;
    color: white !important;
    border: 1px solid var(--secondary) !important;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
    border-radius: 13px 0 0 13px;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 10px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 19px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    /* left: 4px; */
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    /* left: calc(10% - 7px); */
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    /* left: -50%; */
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    /* left: 4px; */
    top: 6px;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    /* left: calc(10% - 7px); */
    top: 6px;
  }

  .cartMobile {
    position: absolute;
    right: 0;
  }

  .headerMainCol {
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  #header .right {
    position: absolute;
    right: 0px;
    display: flex !important;
    align-items: center;
  }

  .headerRow.top {
    display: block;
    width: var(--web-container);
  }

  #headerLogoContainer img {
    max-width: 100px;
    width: 100%;
    margin: 10px auto;
  }

  #headerCart {
    height: 20px;
    margin-right: 10px;
    margin-top: -10px;
  }

  .cart {
    position: relative;
    height: 19px;
    top: -1px;
  }

  .cartContainer {
    height: 22px;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }

  .cartAmount {
    float: right;
    font-size: 12px;
    /* line-height: 13px; */
  }

  #headerPromo {
    width: 100%;
    top: 0;
    z-index: 999;
    height: 24px;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
  }

  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0.5px;
  }

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  #headerMobileIcons {
    width: fit-content;
    right: 0;
    display: flex !important;
    align-items: center;
    position: absolute;
    margin-right: 5%;
    margin-top: 0;
    top: 0;
    height: 100px;
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 73%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    border-radius: 0 0 0 0;
    float: left;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    right: 0;
    border-radius: 0 0 0 0;
    width: 6px;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
    float: right;
    /* left: 15px; */
    width: 25px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 8px;
    width: 25px;
    /* left: 15px; */
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 16px;
    /* left: 15px; */
    width: 25px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    left: 1px;
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    /* left: 13px; */
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    /* left: -50%; */
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .languageRow.notSelected {
    left: -4px;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    /* left: 3px; */
    top: 13px;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    /* left: 3.5px; */
    top: 8px;
    opacity: 0;
  }

  #topHiddenBarOptions {
    width: 100%;
  }

  .headerPromoText {
    font-size: 9px;
  }

  .hiddenBarLogoContainer {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: auto;
    width: 30%;
    height: 85px;
    margin-top: 15px;
  }

  .openMenu #headerLogo2 {
    display: none;
  }

  #headerLogoHiddenBar {
    width: 100%;
  }

  #headerLogo {
    width: 70px;
    height: auto;
    position: relative;
    display: block;
    margin: 5px auto 0;
  }

  .searchMobileContainer {
    width: 100%;
    position: relative;
    margin: 70px auto 0;
    background-color: var(--lighter-base);
    overflow: hidden;
  }

  .mobileMenuItems {
    overflow: auto;
    box-sizing: border-box;
    height: calc(94dvh - 160px);
  }

  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0;
  }

  .topHeaderMobileIcons {
    position: absolute;
    right: 24px;
    top: 26px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    color: var(--secondary);
    gap: 10px;
  }

  .topHeaderMobileIcons .left {
    display: flex;
    align-items: flex-start;
  }

  .topHeaderMobileIcons .right {
    display: flex;
    height: auto;
    margin-right: calc(5% + 10px);
  }

  .languageSelect {
    margin-left: 10px;
    top: -1px;
    display: none;
  }

  .languageRow.selectedLanguage p {
    color: var(--base);
    margin-right: 25px;
  }

  .userMobile {
    margin-right: 0px;
    height: auto;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    line-height: 23px;
  }

  .userMobile span {
    position: relative;
    font-size: 20px;
    margin-right: 10px;
  }

  .userMobile a:first-of-type {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  #headerProfile {
    top: -12px;
    height: 21px;
    width: 21px;
  }

  #dialogIconTriangle {
    display: none !important;
  }

  #logoutUser {
    margin-left: -110px;
  }

  .notLogged {
    display: none;
  }

  .show {
    display: block !important;
  }

  .currencyArrow {
    filter: unset;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -6px;
    right: -8px;
  }

  .languageSelectArrow {
    filter: unset;
    width: 5px;
    height: auto;
    top: 4.5px;
    right: 22px;
  }

  .headerBar {
    font-size: calc(var(--base-font-size) - 2px);
  }

  #decoHeader {
    display: none;
  }

  #headerMobileProfile {
    position: relative;
    float: right;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
    display: none;
  }

  .rightHeaderHidden {
    position: absolute;
    top: 0;
    right: 5%;
  }

  #headerCartMobile {
    position: relative;
    float: left;
    top: 2px;
    display: block;
  }

  #headerCartMobile svg {
    margin-right: 8px;
    height: 23px;
  }

  #headerCartMobile path {
    stroke: #000;
  }

  #headerMobileMenu {
    position: fixed;
    height: calc(100dvh - 27px);
    width: 100%;
    left: -100%;
    background-color: var(--base-aux);
    z-index: 5;
    overflow: hidden;
    top: 27px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #headerMobileMenu.open {
    left: 0;
    z-index: 5;
  }

  #headerMobileLogo {
    margin: auto;
    position: absolute;
    float: left;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: calc(50% - 50px);
  }

  .headerMobileMenuIcon {
    top: 53.5px;
    width: 28px;
    height: 23px;
    position: fixed;
    z-index: 8;
    left: calc(9% - 15px);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    cursor: pointer;
  }

  .headerIndex.headerMobileMenuIcon span {
    background: var(--white);
  }

  .open.headerIndex.headerMobileMenuIcon span {
    background: var(--base);
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1.7px;
    width: 21px;
    background: var(--secondary);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #headerMobileLogo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
    overflow: visible;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: var(--base);
    border-top: 1px solid #00000030;
  }

  .mobileMenuItem:first-of-type {
    border-top: none;
  }

  .wishListProductsDiv .heart {
    height: 21px;
    top: -2px;
  }

  .mobileMenuSubcategory:first-of-type {
    padding-top: 10px;
  }

  .open > a.mobileMenuLink {
    /* text-decoration: underline; */
    text-underline-offset: 5px;
    font-weight: 500;
  }

  .menuMobileLine {
    width: 100%;
    margin: 1em auto;
  }

  .mobileMenuItem:last-child {
    margin-bottom: 50px;
  }

  .user {
    width: 20px;
    margin-left: 0;
    margin-bottom: 0;
    height: 20px;
    float: right;
    position: relative;
    display: block;
    margin-right: 20px;
    z-index: 94;
  }

  .highlightTitle {
    font-size: 70px;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    font-size: var(--button-font-size);
    letter-spacing: var(--letter-spacing);
    height: 60px;
    line-height: 60px;
    color: var(--base);
    padding-left: 30px;
    word-break: break-all;
    overflow: hidden;
  }

  .mobileMenuSubcategory:last-of-type {
    padding-bottom: 10px;
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: unset;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 22px;
    line-height: 60px;
    width: 15px;
    font-size: 17px;
    text-align: center;
    font-weight: var(--secondary-font-weight);
    color: var(--base);
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: calc(100% - 0px);
    height: 0;
    /* padding-left: 20px; */
    overflow: hidden;
    background-color: var(--lighter-base);
  }

  .mobileMenuSubcategoriesThree {
    background-color: #edf3fa;
  }

  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 50px;
    height: 50px;
    font-weight: var(--base-font-weight);
    text-transform: initial;
    font-size: var(--base-font-size);
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }

  .mobileMenuSubcategory.open {
    border-bottom: 0;
  }

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }

  #mobileSearchBar {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--base);
    border-bottom: 1px solid #00000030;
    margin: auto;
    display: flex;
    align-items: center;
  }

  #mobileSearchImg {
    position: absolute;
    float: left;
    height: 21px;
    width: 21px;
    z-index: 2;
    margin-right: 10px;
    left: calc(5% + 2px);
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 22px);
    height: 60px;
    padding: 0;
    border-radius: 0;
    text-indent: 60px;
    font-size: var(--base-font-soze);
    background-color: transparent;
    color: var(--base);
  }

  #mobileSearch::-webkit-input-placeholder {
    color: var(--base);
  }

  #mobileSearch:-moz-placeholder {
    color: var(--base);
  }

  #mobileSearch::-moz-placeholder {
    color: var(--base);
  }

  #mobileSearch:-ms-input-placeholder {
    color: var(--base);
  }

  #mobileSearch::-ms-input-placeholder {
    color: var(--base);
  }

  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menuCartMobile {
    margin-right: 0px;
    width: auto;
    position: relative;
    margin-left: 0px;
    display: flex !important;
    align-items: flex-start;
    color: var(--secondary);
  }

  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #cartMessageDiv {
    width: 90%;
  }

  .cartMessageAceptar {
    width: calc(100% - 4px);
    margin-left: 0;
    margin-right: 0;
    line-height: 38px;
    height: 38px;
  }

  .currencySelectImg {
    top: 1px;
  }

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    position: relative;
    display: block;
    height: 20px;
    margin-right: 10px;
    overflow: visible;
  }

  .wishListQuantity {
    position: absolute;
    right: -8px;
    top: 0;
    line-height: 18px;
    font-size: 12px;
  }

  .customMobile {
    margin-top: 12px;
    margin-bottom: 7px;
  }

  #content {
    min-height: calc(65vh - 60px);
    height: auto;
  }

  #cartMessageMessage {
    margin-bottom: 15px;
  }

  .whatsAppWebContainer {
    width: 56px;
    z-index: 3;
    right: 10px;
  }

  .whatsAppWebContainer.open {
    bottom: 10px;
  }

  .profileImgMobile {
    width: 20px;
    height: 20px;
    position: relative;
    padding-right: 7px;
  }

  .userAccount {
    font-size: 14px;
    margin-left: 6px;
    color: #000;
    display: none;
  }

  .logoutMobile {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #cartMessageDiv #cartMessageMessage {
    margin-top: 40px;
  }

  .mobileMenuCategoryLevelThreeText {
    padding-left: 40px;
    width: calc(80% - 40px);
    display: block;
    height: auto;
    font-size: 14px;
  }

  .headerScrolled .headerMobileMenuIcon {
    margin-top: 26px;
  }

  .mediaContainer {
    padding-left: 35px;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    bottom: 0;
    display: none;
  }

  .mediaContainer p {
    width: 100%;
    margin-bottom: 20px;
  }

  .mediaContainer a:first-of-type {
    margin-left: 0;
  }

  .rightTopItems {
    width: 380px;
    float: right;
    height: 30px;
    margin-top: 25px;
    color: #000;
    margin-right: 3%;
    display: none !important;
  }

  #topHiddenBar .heart {
    margin-right: 8px;
    height: 21px;
  }

  #topHiddenBar .heart svg {
    height: 20px;
    width: 24px;
  }

  #topHiddenBar.shownBar {
    top: 0;
    min-width: unset;
    height: 60px;
  }

  .headerMobileMenuIconHiddenBar {
    margin-left: calc(3% - 7px);
    margin-top: 22px;
  }

  .currencySelectContainer::before {
    background-size: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%) hue-rotate(43deg) brightness(88%) contrast(105%);
  }

  .pageCurrencySelect.open {
    left: -100px;
    top: 21px;
  }

  .selectedOption {
    position: relative;
    left: 4px;
  }

  #header.openMenu #headerMobileIcons {
    display: none !important;
  }

  .headerLogo {
    width: 100px;
  }

  #headerLogoContainer a {
    width: fit-content;
  }

  #headerLogoContainer {
    overflow: hidden;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }

  .headerCol {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  a.mobileMenuLink.mobileMenuSubcategoryText:hover {
    color: #fff;
  }

  #headerMobileProfile {
    height: 42px;
  }

  #cartMessageMessage {
    font-size: 19px;
  }

  .wishListProductsDiv .heart .svgHeart {
    width: 28px;
    height: 28px;
  }

  #headerMobileMenu {
    height: 100%;
    /* padding: 75px 40px 0; */
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1100px) {
  .btn-1:hover {
    color: var(--btn-font-hover);
    background-color: var(--btn-hover);
    border: 1px solid var(--btn-border-hover);
  }

  .btn-2:hover {
    color: var(--secondary) !important;
    background-color: transparent;
  }
}

.categoryPlus {
  display: inline-block;
  /* margin-left: 35px; */
  font-size: 14px;
  font-weight: 500;
  color: var(--base);
  float: right;
}

.submenuContainer > li > a {
  text-decoration: none;
  color: var(--base);
}

.submenuContainer > li > a:hover {
  color: black;
}
.submenu:has(.sideMenu.active) {
  border-radius: 10px 0 0 10px;
}

/* File: //css/layouts/keyframes.css */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


@keyframes menuDropdown {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    pointer-events: auto;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
}

.fade-in-top.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.fade-in-right.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

/* File: //css/layouts/footer.css */
#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--web-background);
  overflow: hidden;
  z-index: 2;
  margin-top: 35px;
  border-top: 1px solid #CACACA;
}

.footerTop {
  display: flex;
  /* border-top: 1px solid #CACACA; */
  flex-direction: row;
  width: var(--web-container);
  margin: 0 auto;
}

.columnsContainer {
  display: flex;
  width: 100%;
}

.adminColumnsContainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
}

.columnContainer {
  width: auto;
  padding: 65px 10px 65px;
  box-sizing: border-box;
  line-height: 21px;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* margin: auto; */
  text-align: left;
}

.columnHeading {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 22px;
}

.lineEffectCenter.columnItem::before {
  bottom: 0px;
  background: var(--secondary);
}

a .columnItem:hover{
  color: var(--secondary);
}

.columnItem {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 0;
  color: var(--base);
}

.newsletterColumn {
  width: 70%;
  border-right: 1px solid #CACACA;
}

.newsletterHeadeing {
  margin-bottom: 10px;
  text-align: left;
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: 500;
}

.newsletterHeadeing strong {
  font-style: italic;
}

.newsletterHeadeing img {
  -webkit-filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%);
  filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%);
}

.newsLetterSpan {
  font-weight: var(--groups-font-weight);
  font-style: italic;
}

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 85%;
  padding: 64px 0%;
  /* float: right; */
}

.newsletterGo.tr-3.btn-2:hover {
  color: var(--secondary) !important;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 12px;
  background: #F6F9FC;
  width: 88%;
}

.newsletterGo {
  color: var(--base);
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  right: 0px;
  font-weight: 500;
  font-size: 13px;
  align-items: center;
}

.callCenterContainer {
  display: flex;
  gap: 20px;
  align-items: center
}

.callCenterNumber {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.paymentTypesContainer {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerBottom {
  height: 48px;
  line-height: 48px;
  background: var(--secondary);
}

.rights {
  position: absolute;
  font-size: 13px;
  text-align: left;
  line-height: 48px;
  color: var(--base-aux);
  letter-spacing: var(--letter-spacing);
  margin-left: calc(calc(100% - var(--web-container)) / 2);
}

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 49px;
  font-size: 12px;
  color: var(--base);
  font-weight: 400;
  width: calc(100% - 150px);
  text-indent: 30px;
  background: #F6F9FC;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput::-moz-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: 0.7;
}



.byluna {
  pointer-events: none;
  margin-right: 0;
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: calc(calc(100% - var(--web-container)) / 2);
  width: fit-content;
  float: right;
  margin-top: 10px;
  height: 30px;
  filter: invert(1);
}

@media screen and (max-width: 768px) {
  .footerTop {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .newsletterColumn {
    border-right: none;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .newsletterContainer {
    width: 100%;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    padding-top: 40px;
    margin-bottom: 10px;
  }

  .suscribeNewsContainer {
    width: 100%;
    margin-top: 25px;
  }

  .newsletterGo {
    right: 20px;
    padding-right: 0;
  }
  
#emailFooterInput {
  text-indent: 20px;
}

  .callCenterContainer {
    flex-direction: row;
    text-align: justify;
    gap: 10px;
  }

  .callCenterTitle {
    font-size: 13px;
  }

  .columnsContainer {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }

  .adminColumnsContainer {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .columnContainer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .columnHeading {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .columnItem {
    font-size: 14px;
    margin: 10px 0;
  }

  .rights {
    font-size: 12px;
  }

  .paymentTypesContainer {
    padding: 20px 0;
  }
}
/* File: //css/layouts/signInPopup.css */
#signInFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#loginMessageDiv {
  position: fixed;
  width: 365px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 39px;
  background-color: transparent;
}

#loginCloseDiv {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginCloseDiv:hover {
  opacity: 0.9;
}

.signInTitle {
  display: block;
  position: relative;
  width: 65%;
  color: black;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 17.5%;
  text-align: center;
}

.signInInput {
  position: relative;
  display: block;
  width: 66%;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.signInInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f9194;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.signInArrow {
  height: 60%;
  margin-top: 20%;
}

.signInCheckbox {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.signInCheckbox:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: black;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: black;
  border-radius: 10px;
}

#signInDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px auto;
  color: black;
}

#discountsText {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: black;
  font-size: 11px;
}

#discountsRow {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

#receiveDiscount {
  margin-top: 10px;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
}

#signInUser {
  margin-top: 0px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.signInButtonLarge {
  position: relative;
  width: 69%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.hideContainer {
  display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white;
}

.facebookInitial {
  height: 23px;
  width: auto;
  margin-top: 6px;
  margin-left: 20%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98 !important;
  display: block;
  border: 2px solid #3c5a98 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.facebookText {
  float: left;
  margin-left: 10px;
  color: white;
  font-size: 12px;
}

#changeToRegisterButton,
#changeToLoginButton {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-top: 12px;
  float: left;
}

#changeToRegisterButton:hover {
  opacity: 0.8;
}

#changeToLoginButton:hover {
  opacity: 0.8;
}

#registerUser {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
}

.facebookSecond {
  margin-left: 5%;
}

.separator {
  position: relative;
  width: 59%;
  border-bottom: 1px solid #adadad;
  height: 1px;
  margin: 0px auto;
  margin-top: 23px;
  margin-bottom: 23px;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
}

#personOrBusinessDiv {
  width: 69%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 35px;
  margin-top: 20px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.personOrBusiness {
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 35px;
  border: 1px solid #757575;
  cursor: pointer;
}

.personOrBusiness.selected {
  background-color: #00aae3;
  color: white;
  border: 1px solid #00aae3;
}

#registerBusiness {
  float: right;
}
#googleSignIn iframe {
  margin: 0 auto !important;
}
#googleSignIn {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #guestInputContainer {
    width: 75%;
  }
  #loginMessageDiv {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 20px;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
        transition: height .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        */
  }
  #loginCloseDiv {
    top: -7px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #terms {
    margin-top: 15px;
  }
  #changeToLoginButton {
    height: 35px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #signInDividerposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  .facebookText {
    margin-left: 7px;
    font-size: 10px;
  }
  #changeToRegisterButton {
    width: 99%;
  }
  #discountsText {
    width: 79%;
  }
}

/* File: //css/layouts/signInPopupCustom.css */
#loginCloseDiv {
  background-color: var(--secondary);
  color: #fff;
}

.signInInput {
  border-radius: var(--border-radius-small);
  border: 1px solid var(--base);
}

.signInButton {
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
  border-radius: 0px var(--border-radius-small) var(--border-radius-small) 0px;
}

.signInButtonLarge {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  border-radius: var(--border-radius-small);
  font-weight: var(--base-font-weight);
}

div#terms {
  display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: #fff;
  color: var(--secondary);
}

input#signInEmailGuest {
    border-radius: var(--border-radius-small) 0px 0px var(--border-radius-small);
}

#changeToRegisterButton,
#changeToLoginButton {
  background-color: var(--secondary);
  border: 2px solid var(--secondary);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  border-radius: var(--border-radius-small);
  font-weight: var(--base-font-weight);
}
div#signInUser {
    border-radius: var(--border-radius-small);
}

div#signGuest {
    border-radius: var(--border-radius-small);
}

.separator {
  border-bottom: 1px solid var(--base);
}

.signInTitle {
  color: var(--base);
  text-transform: uppercase;
  width: 75%;
  margin-left: 12.5%;
}

#terms,
#forgotPassword,
.checkboxText {
  color: var(--base);
}

.signInCheckbox {
  border: 1px solid var(--base);
}

.signInCheckbox:checked {
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(8%)
    saturate(10%) hue-rotate(314deg) brightness(93%) contrast(81%);
  filter: brightness(0) saturate(100%) invert(31%) sepia(8%) saturate(10%)
    hue-rotate(314deg) brightness(93%) contrast(81%);
}

#discountsRow {
  display: flex;
  align-items: center;
}

#receiveDiscount {
  margin-top: 0;
}

#discountsText {
  margin-top: 0;
  font-size: calc(var(--base-font-size) - 2px);
  line-height: calc(var(--base-line-height) - 2px);
}

.loginContainer#loginMessageDiv,
.registerContainer#loginMessageDiv {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

/* File: //css/plugins/popups.css */
.popupMessageFixedContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.popupHiddenImg {
  display: none;
}

.popupMessageDiv {
  width: 80%;
  max-width: 835px;
  height: auto;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.popupMessageDivContainer {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}

#popupContainer img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 90vw;
  max-height: 90vh;
  display: block;
}

#popupContainer figure {
  width: auto;
  height: auto;
  display: block;
}

.popupColumn1 {
  position: relative;
  height: auto;
  float: inherit;
  width: 50%;
}

.popupColumn2 {
  width: 45%;
  margin: 35px auto;
  position: relative;
  float: right;
  height: 100%;
  color: #000;
  text-align: center;
}

.popupImage {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 73/102;
}

.popupSubtitle {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  width: 88%;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

.popupTitle {
  padding-bottom: 17px;
  font-style: inherit;
  font-size: 33px;
  line-height: 37px;
  color: #000;
  width: 95%;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

.popupText {
  line-height: 20px;
  width: 90%;
  text-align: left;
  font-size: 16px;
}

.popupButton {
  width: 40%;
  margin: auto;
  margin-top: 30px;
  height: 50px;
  float: left;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.popupButton:hover {
  background: #fff;
  color: #505050;
}

.newsletterPopupColumn {
  position: relative;
  width: 75%;
  margin-top: 15px;
  float: left;
}

.emailFooterInput {
  height: 40px;
  position: relative;
  width: 100%;
  border-radius: 0;
  color: #000;
  text-align: left;
  font-size: 14px;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 1px solid #000;
}

.emailFooterInput::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

#popupContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  margin: auto;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupClose {
  position: absolute;
  cursor: pointer;
  text-align: center;
  padding-top: 1px;
  font-size: 26px;
  width: 22px;
  height: auto;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .popupMessageDiv {
    width: 94%;
    flex-direction: column;
    height: auto;
    max-height: 90vh;
  }

  .popupColumn1 {
    float: left;
    width: 100%;
  }

  .popupColumn2 {
    width: 85%;
    height: auto;
    margin: 15px auto;
  }

  .popupTitle {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 25px;
    line-height: 29px;
    margin: auto;
    width: 100%;
    float: left;
  }

  .popupText {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    float: left;
  }

  .popupSubtitle {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    float: left;
    padding-bottom: 10px;
  }

  .newsletterPopupColumn {
    width: 100%;
    margin-top: 10px;
  }

  .emailFooterInput {
    height: 40px;
    text-indent: 0;
    font-size: 12px;
  }

  .popupButton {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .popupImage {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

/* File: //css/plugins/customPopups.css */
.popupTitle {
    padding-bottom: 17px;
    font-style: inherit;
    font-size: var(--title-font-size);
    line-height: var(--title-line-height);
    color: var(--base);
    width: 95%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}
.popupColumn2 {
    color: var(--base);
}

.popupSubtitle {
    padding-bottom: 20px;
    font-size: var(--group-font-size);
    line-height: var(--group-line-height);
    width: 88%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}

.popupText {
    line-height: 20px;
    width: 90%;
    text-align: left;
    font-size: var(--base-font-size);
}
.emailFooterInput {
    height: 40px;
    position: relative;
    width: 100%;
    border-radius: 0;
    color: var(--base);
    text-align: left;
    font-size: var(--base-font-size);
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 1px solid var(--base);
}
.popupButton {
    padding: 0px 13px;
    width: 40%;
    min-width: fit-content;
    margin: auto;
    margin-top: 30px;
    height: 50px;
    float: left;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    font-size: var(--base);
    border: 1px solid var(--base);
    cursor: pointer;
    position: relative;
    color: var(--base-aux);
    background-color: var(--base);
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

/* File: //css/groups/slider.css */
.sliderContainer {
  width: 100%;
  overflow: hidden;
  margin: 0 0 2.5%;
  display: block;
  position: relative;
  float: left;
}

.sliderTitleContainer {
  font-size: var(--slider-font-size);
  line-height: var(--slider-line-height);
  width: var(--web-container);
  margin: 0 auto 40px;
  position: relative;
  padding-top: calc(calc(100% - var(--home-container)) / 2);
  overflow: hidden;
  font-weight: var(--slider-font-weight);
  text-align: center;
  letter-spacing: var(--letter-spacing);
  color: #2E3192;
}

.sliderGroupContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.productSlide {
  margin: 0 7px;
  width: auto;
  border-radius: 12px;
  opacity: 0.6
}


.productSlide.slick-active {
  opacity: 1
}

.productViewContainer {
  cursor: pointer;
  border: 1px solid #cacaca;
  border-radius: 12px;
}

.sliderRightArrow:hover,
.sliderLeftArrow:hover {
  opacity: 0.8;
}

.sliderLeftArrow {
  position: absolute;
  left: 13px;
  top: calc(50% - 45px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 45px;
  width: 28px;
  object-fit: contain;
  background: var(--base-aux);
}

.sliderLeftArrow:not(.slick-disabled):hover,
.sliderRightArrow:not(.slick-disabled):hover {
  opacity: 0.8 !important;
}

.sliderRightArrow {
  position: absolute;
  right: 11px;
  top: calc(50% - 45px);
  z-index: 1;
  width: 28px;
  object-fit: contain;
  height: 45px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background: var(--base-aux);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1100px) {
  body .sliderContainer:first-child {
    margin-top: 0 !important;
  }

  .sliderGroupContainer {
    width: 100%;
  }

  .sliderGroupSliderContainer {
    width: 100%;
  }

  .productSlide .productViewContainer {
    width: 100%;
    margin: 0;
    height: auto;
  }
  
  .sliderContainer {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .sliderLeftArrow,
  .sliderRightArrow {
    display: none;
  }

  .sliderRightArrow {
    top: 36%;
    height: 39px;
    right: 3px;
    z-index: 1;
    background-size: contain;
  }

  .sliderLeftArrow {
    top: 36%;
    left: 3px;
    height: 39px;
    z-index: 1;
    background-size: contain;
  }

  .sliderTitleContainer {
    /* font-size: 17px; */
    width: 90%;
    padding-top: 4%;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }

  #brandIndexContainer .sliderTitleContainer{
    padding-top: 50px;
    display: block;
    position: relative;
    margin-bottom: 25px;
  }

  .sliderContainer .productViewBottom {
    height: auto;
  }

  .productSlide.slick-slide {
    margin: 0 7px;
  }
}
/* File: //css/quick-view/quickView.css */
#quickViewPopupContainer {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 15;
  display: none;
}

#quickViewPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.quickViewPopupTotalContainer {
  position: fixed;
  width: 63vw;
  height: 44vw;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}

#qvLoginCloseDiv {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 27px;
}

.quickViewPopupInfoContainer {
  position: relative;
  width: 100%;
  height: 44vw;
  display: flex;
  align-items: center;
}

.qvLeftColumn {
  position: relative;
  width: 47%;
  float: left;
  display: block;
  overflow: hidden;
}

.qvImageContainer,
.qvVideoContainer {
  position: relative;
  margin: 0 auto;
  height: 44vw;
}

.qvLeftArrow {
  position: absolute;
  float: left;
  left: 11px;
  z-index: 1;
  top: calc(50% - 9px);
  transform: rotate(180deg);
}

.qvImage {
  position: relative;
  width: -webkit-fill-available;
  overflow: hidden;
  object-position: center;
  height: 44vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.qvRightArrow {
  position: absolute;
  float: right;
  right: 10px;
  top: calc(50% - 9px);
  z-index: 1;
}

.qvRightColumn {
  position: relative;
  width: 46%;
  padding-right: 2%;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5%;
  margin-top: 27px;
  height: calc(100% - 90px);
  overflow-y: auto;
  overflow-y: -moz-scrollbars-vertical;
}

.qvRightColumn::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.qvRightColumn::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.qvProductName {
  position: relative;
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
}

#quickViewPopupContainer .imageSpec {
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
}

.qvPriceContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.qvoldPrice {
  position: relative;
  margin-right: 14px;
  opacity: 0.5;
  overflow: hidden;
  display: block;
  float: left;
}

.qvPrice {
  width: 100%;
  float: left;
}

.qvbankPriceRow {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0px 0;
  float: left;
  display: flex;
  align-items: center;
}

.qvbankPriceImg {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 8px;
}

.qvbankPriceText {
  position: relative;
  float: left;
}

.qvDescription {
  position: relative;
  margin: 25px 0 11px;
  overflow: hidden;
  display: block;
  width: 97%;
}

.qvViewProduct {
  font-size: 13px;
  margin-bottom: 28px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color.3s;
  -o-transition: color.3s;
  transition: color.3s;
}

.qvSpecGroup {
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
}

.qvSpecGroupTitle {
  display: block;
  margin-bottom: 10px;
}

.qvSpecs {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.qvSpec {
  position: relative;
  float: left;
  padding: 0 0;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 9px;
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.qvSpec:first-child {
  margin-left: 0px;
}

.qvSpec figcaption {
  margin: 0.4rem 0;
  font-size: 1.2rem;
}

.qvSpec:not(.selectedSpec):hover,
.qvSpec.selectedSpec {
  background: transparent;
  border: 1px solid;
}

#quickViewPopupContainer .noImageSpec {
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
}

.qvSpecImage {
  height: 36px;
  width: 36px;
  border-radius: 34px;
  padding: unset;
}

.noStock {
  cursor: no-drop !important;
  color: grey !important;
  opacity: .2
}

.qvQuantityContainer {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

#quickViewPopupContainer .selectContainer {
  position: relative;
  cursor: pointer;
  height: 42px;
  text-align: center;
  width: 40%;
  display: flex;
  float: left;
  border: 1px solid;
  flex-direction: row;
  box-sizing: border-box;
}

#quickViewPopupContainer .quantityInput {
  width: 100%;
  text-align: center;
}

#quickViewPopupContainer .productInfoLabel {
  margin-bottom: 10px;
}

#quickViewPopupContainer .productQuantity {
  border: 0;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 500;
}

#quickViewPopupContainer .minusSign {
  z-index: 1;
  width: 30%;
  line-height: 41px;
  float: left;
  left: 0;
  top: 0;
  text-align: center;
  position: absolute;
  font-size: 20px;
}

#quickViewPopupContainer .plusSign {
  right: 0;
  z-index: 1;
  top: 0;
  width: 30%;
  text-align: center;
  position: absolute;
  line-height: 41px;
  font-size: 20px;
}

.qvBuyButton {
  width: 100%;
  font-size: 17px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  text-align: center;

  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

#quickViewPopupContainer .customizableFieldsContainer {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

#quickViewPopupContainer .customizableFieldTitle {
  position: relative;
  margin-bottom: 10px;
}

.qvCustomizableField {
  position: relative;
  margin-bottom: 22px;
}

#quickViewPopupContainer .customizableFieldRow {
  margin-bottom: 13px;
  width: 65%;
  text-indent: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 13px;
  border-radius: 0;
  height: 24px;
}

.qvCustomizableFieldsContainer .arrowSelect {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qvCustomizableFieldsContainer .arrowSelect img {
  width: 13px;
}

.qvCustomizableFieldsContainer .customizableField {
  margin-bottom: 10px;
}

.qvCustomizableFieldRow {
  background-color: rgba(196, 196, 196, 0.2);
  width: 100%;
  border-radius: 0;
  height: 40px;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
}

.qvSlick.slider-for {
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}

.qvoldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 49%;
  right: 0;
  border-top: 2px solid;
}

#quickViewPopupContainer .blackBkg80 {
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1609px) {
  .quickViewPopupTotalContainer {
    max-height: 674px;
    max-width: 960px;
  }

  .quickViewPopupInfoContainer {
    max-height: 674px;
  }

  .qvLeftColumn,
  .qvImage,
  .qvImageContainer,
  .qvVideoContainer {
    max-height: 674px;
  }
}

@media screen and (max-width: 1100px) {
  .quickViewPopupTotalContainer {
    width: 93%;
    height: 95vh;
    overflow-y: auto;
    overflow-y: -moz-scrollbars-vertical;
  }

  .quickViewPopupInfoContainer {
    flex-direction: column;
    height: auto;
  }

  .qvLeftColumn {
    width: 100%;
    height: auto;
  }

  .qvRightColumn {
    width: 90%;
    margin-left: 0%;
    padding-right: 0%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .qvProductName {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .qvBuyButton {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .qvbankPriceRow {
    margin-top: 5px;
  }

  .qvRightColumn::-webkit-scrollbar {
    display: none;
  }

  .qvRightColumn {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: auto;
  }

  .qvDescription {
    margin: 20px 0;
  }

  .qvImage {
    object-position: center;
    height: 100%;
  }

  .qvSlick.slider-for {
    height: 100%;
  }

  .qvSlick.slider-for .slick-track,
  .qvSlick.slider-for .slick-list {
    height: 100%;
  }

  .qvImageContainer {
    height: 100%;
  }
}

/* File: //css/quick-view/customQuickView.css */
.qvBuyButton {
    position: relative;
    width: 100%;
    margin-top: 5px;
    border-radius: 10px;
    font-weight: normal;
    float: left;
    letter-spacing: 0;
    background-color: var(--button-font-color-hover);
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 13px 0;
    height: unset;
    line-height: unset;
    color: white;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    cursor: pointer;
    margin-bottom: 25px;
    border: 1px solid var(--secondary);
    text-transform: none;
}

#quickViewPopupContainer .blackBkg80 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .6);
}

.quickViewPopupTotalContainer {
    border-radius: 40px;
    background: #FFFAF5;
}

div#qvLoginCloseDiv {
    right: 30px;
    top: 18px;
}

.qvQuantityContainer {
    margin-top: 0;
}

input.quantityInput {
    background: transparent;
    font-size: var(--base-font-size);
}

.qvProductName {
    position: relative;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 500;
}

.qvbankPriceText.bank5 {
    color: var(--scotia);
    line-height: normal;
}

.qvSpecGroupTitle {
    position: relative;
    width: 100%;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: lowercase;
    /* letter-spacing: 2px; */
}

.qvSpecGroupTitle:first-letter {
    text-transform: uppercase;
}

.productInfoLabel {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    float: left;
}

.qvLeftColumn,
.qvSlick.slider-for {
    height: 100%
}

.qvImage{
    
  -o-object-fit: contain;
  object-fit: contain;    
}

.qvPriceContainer {
    width: 100%;
    font-size: 15px;
    line-height: calc(var(--base-line-height) + 4px);
    overflow: visible;
    display: flex;
    gap: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.qvDescription {
    position: relative;
    margin: 11px 0 11px;
    overflow: hidden;
    display: block;
    width: 97%;
    font-size: 13px;
    line-height: 18px;
    display: none;
}

.qvRightColumn {
    margin-top: 30px;
    height: fit-content;
}

.qvDescription br:first-child {
    display: none
}

img.qvbankPriceImg {
    height: 13px;
}

.qvbankPriceRow {
    margin: 0px;
    font-size: 16px;
}

.qvPrice {
    position: relative;
    color: var(--base);
    /* float: left; */
    width: fit-content;
    min-width: 90px;
    font-size: 16px;
    font-weight: var(--prices-font-weight);
}

.qvoldPrice {
    position: relative;
    margin-right: 14px;
    opacity: 0.5;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 16px;
}

.qvoldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 1.5px solid;
}

.qvBuyButton.addToCart:hover {
    background: var(--button-bkg-color-hover);
    color: var(--button-font-color-hover);
    border-color: var(--button-bkg-color-hover);
}

.qvSpec {
    padding: 4px 10px;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    margin: 3px 7px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    justify-content: center
}

#quickViewPopupContainer .plusSign, #quickViewPopupContainer .minusSign {
    line-height: 45px;
    font-size: var(--base-font-size);
}

#quickViewPopupContainer .selectContainer {
    width: 120px;
    height: 45px;
    background-color: white;
    border: 1px solid #595C65;
    border-radius: 7px;
}

.qvSpec.selectedSpec {
    border: 1px solid #000
}

.qvSpec.noImageSpec {
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
    color: unset;
    font-weight: 400;
    height: 28px;
    border-radius: 0;
    border: 1px solid transparent;
    width: 31px;
    min-width: fit-content;
    background-color: white !important;
    border-radius: 10px !important;
    margin: 0 12px 12px 0px;
}

img.qvSpecImage {
    height: 27px;
    width: 27px;
}

.noImageSpec:not(.selectedSpec):hover,
.noImageSpec.selectedSpec {
    color: var(--secondary);
    background: transparent;
    border-radius: 10px !important;
    border-color: var(--add-to-cart-btn);
    line-height: 20px;
}

.quickViewPopupTotalContainer {
    background-color: var(--base-aux) !important;
}

@media screen and (max-width: 768px) {

    img.arrowVolver {
        margin-right: 10px;
        width: 4px;
        height: auto;
        margin-bottom: 0px;
        bottom: 0px;
    }

    div#topLineText {
        line-height: 20px;
    }

    h3.qvProductName {
        margin: 20px 0 10px
    }

    .qvPriceContainer {
        margin-bottom: 20px
    }

    .qvBuyButton.addToCart {
        margin-bottom: 30px
    }
}
