﻿/**********************************************************/
/* Este ficheiro deve ser editado no ficheiro de less     */
/**********************************************************/
/* Reset */
@import url("normalize.css");
a {
  text-decoration: none;
}
#siteSections {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  margin: 0px;
}
body.no-fixed-background .Section div.sectionImgBG,
body.no-fixed-background .Element div.elementImgBG {
  background-attachment: scroll !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.viewportInfo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 25px;
  background: white;
  border: whitesmoke;
  border: 1px solid lightblue;
  color: lightslategray;
  z-index: 9999;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
}
.ViewportRealm {
  display: none;
  width: 100%;
  height: 100%;
}
#viewportNotifier {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#viewportNotifier.ribbon {
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 210px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  transform: rotate(-45deg);
  background: cornflowerblue;
  border: 1px solid lightblue;
  text-align: center;
  font-size: 13px;
  color: whitesmoke;
  top: 24px;
  left: -60px;
}
div.Section.PopupHolder {
  z-index: 1000 !important;
}
.ui-widget.ui-widget-content {
  border: none !important;
}
/* target ios ad-hoc blue links*/
.Live a[href^=tel] {
  text-decoration: none !important;
  color: inherit !important;
}
/*#region /// FULL SECTION LOADING POSITIONING */
div.Section .storeLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  border: none;
  z-index: 1000;
}
div.Section .storeLoadingBack {
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
}
div.Section .storeLoadingSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/*#endregion*/
/*#region /// SECTION POSITIONING & DEFAULTS*/
div.Section {
  position: relative;
  border: none;
  width: 100%;
  opacity: 1;
}
div.Section > .SEOElement {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
div.Section > .SEOElement > div.sectionColorBG {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  opacity: 1;
}
div.Section > .SEOElement > div.sectionImgBG {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  background-size: cover;
}
div.Section > .SEOElement > div.sectionBody {
  width: 100%;
  height: 100%;
  position: relative;
}
div.Section > .SEOElement > div.sectionImgBG img.Parallax {
  position: absolute;
}
div.Section.HiddenContent {
  overflow: hidden;
}
div.Section.HeaderFixed {
  position: fixed;
  z-index: 999999;
  box-shadow: 0 3px 10px 0px rgba(102, 115, 136, 0.2);
}
div.Section.CopyrightSection {
  z-index: 999999;
}
/*#endregion*/
/*#region /// BASE ELEMENT POSITIONING & DEFAULTS*/
div.Element {
  position: absolute;
  cursor: default;
}
div.InnerElement,
li.InnerElement {
  position: relative;
}
div.Element.RelPosition {
  position: relative;
}
div.Element p {
  margin: 0px;
}
div.Element > .SEOElement,
div.InnerElement > .SEOElement {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
div.Element > .SEOElement > .contentContainer {
  position: relative;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: inherit;
  overflow: visible;
}
div.InnerElement > .contentContainer {
  width: 100%;
  height: 100%;
}
div.Element .absoluteFill {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
div.Element .absoluteFill > .elementColorBG,
div.Element div.InnerElement .elementColorBG,
div.Element li.InnerElement .elementColorBG {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  opacity: 1;
}
div.Element .absoluteFill > .elementBorder,
div.Element div.InnerElement .elementBorder,
div.Element li.InnerElement .elementBorder {
  position: relative;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: inherit;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: #000000 #000000 #000000 #000000;
}
div.Element .absoluteFill > .elementBorder > .elementContainer,
div.Element div.InnerElement .elementBorder > .elementContainer,
div.Element li.InnerElement .elementBorder > .elementContainer {
  height: 100%;
  margin: 0;
  position: relative;
  background: none;
  word-wrap: break-word;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 0px 0px 0px;
      text-align: center;
}
div.Element .absoluteFill > .elementImgBG {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
}
div.Element .absoluteFill > .elementBorder > .elementContainer > .DataView {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
div.Element.HiddenContent .Size {
  overflow: hidden;
}
div.Element.NoFrame {
  border-top: none;
  border-bottom: none;
}
div.Element.ButtonPopup {
  cursor: pointer;
}
div.Element.Button .elementContainer,
div.Element.ButtonPopup .elementContainer,
div.Element.ButtonIcon .elementContainer,
div.Element.SubmitButton .elementContainer,
div.Element.LanguageFlag .elementContainer,
div.Element.NavButton .elementContainer,
div.Element.NavMenu .elementContainer {
  text-align: center;
}
div.Element .Svg,
div.Element .FavSvg {
  position: relative;
  overflow: visible !important;
}
/*#endregion*/
/*#region --- SITEMENU ELEMENT */
div.Element.SiteMenu .elementContainer svg {
  font-family: 'ego-icon-font' !important;
}
ul.SiteMenu {
  text-align: left;
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
  display: flex;
  width: 100%;
  height: auto;
}
ul.SiteMenu li.SitePage {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
}
ul.SiteMenu li.SitePage ul.SubMenu {
  padding: 0;
  position: absolute;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.SiteMenu:before,
ul.SiteMenu:after {
  margin: 0px;
}
ul.SiteMenu li.SitePage ul.SubMenu li.SitePage {
  background: inherit;
  color: inherit;
  display: block;
}
div.SitePageLabel {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
ul.SubMenu li.SitePage div.SitePageLabel {
  position: relative;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
/* //// HORIZONTAL MENU*/
ul.SiteMenu.Horizontal {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
ul.SiteMenu.Horizontal li.SitePage {
  display: inline-block;
  flex-grow: 1;
}
ul.SiteMenu.Horizontal li.SitePage ul.SubMenu {
  top: 100%;
  min-width: 100%;
}
ul.SiteMenu.Horizontal div.SitePageLabel {
  max-height: 100%;
}
ul.SiteMenu .SubMenuPositioner {
  position: relative;
  top: -50%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0.2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
}
ul.SiteMenu li.SitePage:hover .SubMenuPositioner {
  /*top:50%;*/
  top: 0%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0.3s;
  z-index: -1;
}
/* //// VERTICAL MENU*/
ul.SiteMenu.Vertical {
  display: inline-block;
  width: 100%;
  height: 100%;
}
ul.SiteMenu.Vertical li.SitePage ul.SubMenu {
  left: 100%;
  height: auto;
  width: 100%;
  top: 0px;
}
ul.SiteMenu.Vertical .SubMenuPositioner {
  top: 0%;
  left: 50%;
}
/*ul.SiteMenu.Vertical .SubMenuPositioner.Locked*/
ul.SiteMenu.Vertical li.SitePage:hover .SubMenuPositioner {
  top: 0%;
  left: 100%;
}
ul.SiteMenu.Vertical div.SitePageLabel {
  white-space: nowrap;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
ul.SiteMenu li.SitePage.JSAnim .SubMenuPositioner {
  display: none;
  position: relative;
  top: -50%;
  /*top:-50%;*/
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0.2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
}
ul.SiteMenu li.SitePage.JSAnim .SubMenuPositioner.blind {
  top: 0%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0.3s;
  z-index: -1;
}
/* //// MOBILE ENVIRONMENT*/
.MobileMenu_Modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000334;
  /*has to be hover the fixed shop header*/
  display: none;
}
.MobileMenu {
  /*position: absolute;*/
  position: fixed;
  /*opacity: 0;
        visibility: hidden;
        z-index:-1;*/
  display: none;
  width: 75%;
  left: 0px;
  z-index: 1000335;
  /*has to be hover the fixed shop header*/
  height: 100%;
  box-shadow: 0 0px 10px 6px rgba(102, 115, 136, 0.3);
}
.MobileMenu ul {
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
  height: 100%;
}
.MobileMenu .MenuExpand {
  position: absolute;
  font-family: 'ego-icon-font' !important;
  display: inline-block;
  width: 40px;
  font-size: 12px;
  left: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
}
.MobileMenu .MenuExpand:after {
  content: '\e90e';
}
.MobileMenu .MenuPanelSwitch {
  position: absolute;
  font-family: 'ego-icon-font' !important;
  display: inline-block;
  width: 40px;
  font-size: 12px;
  right: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
}
.MobileMenu .MenuPanelSwitch:after {
  content: '\e920';
}
.MobileMenu .ChildSubMenu {
  display: none;
  height: auto;
}
.MobileMenu .MenuClose {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-family: 'ego-icon-font' !important;
  font-size: 16px;
  z-index: 1;
}
.MobileMenu .MenuClose:before {
  width: 25px;
  text-align: center;
  right: 6px;
  top: 2px;
  position: absolute;
  content: '\e91d';
}
.MobileMenu .SitePageContainer {
  position: static;
  font-size: 0px;
}
.MobileMenu .SitePageContainer .positioner {
  position: relative;
}
.MobileMenu .SitePageContainer.Open .MenuExpand:after {
  content: '\e90f';
}
.MobileMenu .SitePageContainer.Open + .ChildSubMenu {
  display: block;
}
.MobileMenu .elementBorder {
  overflow: hidden;
}
div.Element.MobileMenuSkin {
  cursor: pointer;
}
/*#endregion*/
/*#region --- INLINE TABLE */
div.inlineRow {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  white-space: nowrap;
}
div.inlineColumn {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
}
div.inlineSpacer {
  display: inline-block;
  width: 100%;
  font-size: 0px;
}
/*#endregion*/
/*#region --- GALLERY */
div.Element.Gallery .elementContainer {
  font-size: 0;
}
div.Element.Gallery .InnerElement .BoxStyle {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.Element.Gallery .InnerElement .BoxStyle {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.Element.Gallery .InnerElement .BoxStyle .elementContainer {
  width: 100%;
  height: 100%;
}
div.Element.Gallery .InnerElement .imgMask {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* --- PICTURE GALLERY */
.GalleryFrame {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.GalleryFrame .GallerySlide:last-child {
  top: -100%;
}
.GalleryFrame .GallerySlide:first-child {
  top: 0%;
}
.GallerySlide {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.imageRow {
  display: inline-block;
  width: 100%;
  height: 50%;
  font-size: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.imageRow .imageCell {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  font-size: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.imageRow .imageCell .imageCellBox {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.imageRow .cellSpacer {
  display: inline-block;
  width: 100%;
}
.imageRow .rowSpacer {
  display: inline-block;
  width: 100%;
}
/*#endregion*/
/*#region --- SLIDESHOW */
div.Element.Slideshow .Slides {
  opacity: 0.99999;
}
/* --- PushPeek Effect*/
div.Element.Slideshow[data-effect="pushpeek"] .Slides {
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
div.Element.Slideshow[data-effect="pushpeek"] .Slide {
  overflow: hidden;
  position: relative;
  width: 95%;
  display: inline-block;
}
/* --- SLIDE */
div.Element.Slideshow .Slide {
  position: absolute;
  cursor: default;
  z-index: 8;
  display: none;
  width: 100%;
  height: 100%;
}
div.Element.Slideshow .Slide.active {
  z-index: 9;
  display: inline-block;
}
div.Element.Slideshow .Slide.animating {
  z-index: 10;
}
/*#endregion*/
/*#region --- PRODUCT RELATED LIST ELEMENT */
div.Element.ProductRelatedList.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- PRODUCT BASIC PANEL ELEMENT */
div.Element.ProductBasicPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- PROPERTY BASIC PANEL ELEMENT */
div.Element.PropertyBasicPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- NEWS BASIC PANEL ELEMENT */
div.Element.NewsBasicPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- NEWS RELATED PANEL ELEMENT */
div.Element.NewsRelatedPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- DATALIST*/
.Datalist .DatalistFrame {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Datalist .datalistItem {
  position: relative;
  margin: 10px;
  box-sizing: border-box;
  color: inherit;
  list-style-type: none;
}
.Datalist .datalistImg {
  position: relative;
  width: 100%;
}
.Datalist .datalistInfo {
  position: relative;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 2;
  width: 100% !important;
}
.Datalist .datalistTitle {
  flex-basis: 100%;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.Datalist .datalistDescription {
  flex-basis: 100%;
  margin-bottom: 10px;
  line-height: 1.4em;
}
/*#endregion*/
/*#region --- ACCORDION TEXT ELEMENT */
.accordion .ui-accordion-content {
  width: 100%;
  background-color: white;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
  overflow: unset;
}
.accordion .ui-widget-content {
  border: 0px;
  background: transparent;
  color: #333333;
}
.accordion .ui-accordion-header a {
  background-color: white;
  margin: 0px;
  color: #777;
  font-size: 10pt;
  line-height: 16pt;
  overflow: unset;
}
.accordion .ui-accordion-header:focus {
  outline: none;
}
.accordion .ui-state-focus {
  border: 0px;
}
.accordion .ui-state-default {
  border: 0px;
  background: transparent;
}
.accordion .ui-state-active {
  box-shadow: unset;
  border: 0px;
  background: transparent;
  color: #454545;
}
.accordion .ui-state-focus {
  box-shadow: unset;
  border: 0px;
}
.AccordionTitleItem {
  padding: 0px !important;
  border: 0px;
}
.AccordionTitleItem h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: inherit;
}
.AccordionTitleItem .egoiconfont-chevron-thin-up:before {
  content: "\e91f";
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
}
.AccordionTitleItem .egoiconfont-chevron-thin-down:before {
  content: "\e922";
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
}
.AccordionContentItem {
  padding: 0px !important;
}
.AccordionContentItem p {
  margin: 0px;
}
/*#endregion*/
/*#region --- SOCIAL MENU*/
.SocialMenu {
  display: inline-block;
  position: absolute;
}
.social-media-links .social-media-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.social-media-links .social-media-content.vertical {
  flex-direction: column;
}
/*#endregion*/
/*#region --- PROPERTY RELATED PANEL ELEMENT */
div.Element.PropertyRelatedPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- BUTTON ELEMENT */
div.Element.Button .absoluteFill > .elementBorder > .elementContainer,
div.Element.ButtonPopup .absoluteFill > .elementBorder > .elementContainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
}
/*#endregion*/
/*#region --- GENERIC INNER BUTTON */
.formContactButton {
  width: 100%;
}
/*#endregion*/
/*#region --- PROPERTY CONTACT FORM*/
.PropertyContactForm {
  display: none;
}
/*#endregion*/
/*#region --- SUBMIT BUTTON ELEMENT */
div.Element.SubmitButton .absoluteFill > .elementBorder > .elementContainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
}
div.Element.SubmitButton:hover {
  cursor: pointer;
}
/*#endregion*/
/*#region --- PERSONAL AREA*/
.siteSectionShopHeader {
  height: 36px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 0;
}
.siteSectionShopHeader .siteSectionContent {
  position: absolute;
  height: 100%;
}
.shopHeaderButtons {
  float: right;
  font-size: 13px;
  font-family: "Cardo", serif;
  line-height: 36px;
}
.shopHeaderButtons .anchor {
  padding: 0 0 0 10px;
  margin-left: 10px;
  height: 36px;
  display: inline-block;
  border-left: 1px dashed rgba(107, 83, 113, 0.2);
  color: black;
}
.shopHeaderButtons .anchor span.cartCount {
  display: inline-block;
  padding: 0 6px;
  height: 18px;
  color: white;
  line-height: 18px;
  background-color: black;
  vertical-align: middle;
  border-radius: 24px;
  font-size: 11px;
  margin-left: 5px;
  font-weight: 700;
}
.shopHeaderButtons .icon {
  height: 16px;
  margin: 4px 8px 0 8px;
  vertical-align: top;
  width: 16px;
}
.icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all ease 0.2s;
}
.PersonalAreaCheckout .ContainerStyle a {
  color: inherit;
}
.CartResume {
  color: black;
}
.ShopHeaderGhost {
  position: relative;
}
.FixedPositioner {
  position: fixed;
  width: 100%;
  z-index: 1000000;
  box-shadow: 0 3px 10px 0px rgba(102, 115, 136, 0.15);
}
/*#endregion*/
/*#region --- BASIC FORM ELEMENT */
.BasicForm .formCellBox label {
  width: 100%;
  height: 25px;
  overflow: hidden;
  display: block;
  line-height: 25px;
}
.BasicForm .formCellBox input {
  width: 100%;
  display: block;
  padding: 0px;
  border: none;
  box-sizing: content-box;
}
.BasicForm .formCellBox textarea {
  width: 100%;
  height: 90px;
  display: block;
  padding: 0px;
  border: none;
  box-sizing: content-box;
}
.BasicForm .formCellBox input::-webkit-input-placeholder,
.WebForm .formCellBox input::-webkit-input-placeholder,
.BasicForm .formCellBox textarea::-webkit-input-placeholder {
  opacity: 1;
}
.BasicForm .formCellBox input::-moz-placeholder,
.WebForm .formCellBox input::-moz-placeholder,
.BasicForm .formCellBox textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.BasicForm .formCellBox input:-ms-input-placeholder,
.WebForm .formCellBox input:-ms-input-placeholder,
.BasicForm .formCellBox textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.BasicForm .formCellBox input:-moz-placeholder,
.WebForm .formCellBox input:-moz-placeholder,
.BasicForm .formCellBox textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
.BasicForm form {
  position: relative;
  width: 100%;
  height: 100%;
}
.BasicForm .fieldsContainer {
  position: relative;
  font-size: 0px;
  top: 0;
  left: 0;
}
.BasicForm .formCellBox input[type="date"][placeholder] {
  position: relative;
}
.BasicForm .formCellBox input[type="date"][placeholder]:before {
  content: attr(placeholder);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(0, 0, 0);
  pointer-events: none;
  padding: 0 0.5rem;
}
.BasicForm .formCellBox input[type="date"][placeholder]:focus:before,
.BasicForm .formCellBox input[type="date"][placeholder]:not([value=""]):before {
  display: none;
}
/* --- FORM COMBO INNER ELEMENT */
.BasicForm .FormComboWrapper,
.DataView .FormComboWrapper {
  position: relative;
  box-sizing: border-box;
}
.BasicForm .FormComboWrapper .ComboHandle,
.DataView .FormComboWrapper .ComboHandle {
  position: absolute;
  left: calc(100% - 35px);
  height: 100%;
  width: 35px;
  text-align: center;
  font-family: 'ego-icon-font' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
}
.BasicForm .FormComboWrapper .ComboHandle i,
.DataView .FormComboWrapper .ComboHandle i {
  font-size: 0.85em;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.BasicForm .FormComboWrapper .ComboHandle i::before,
.DataView .FormComboWrapper .ComboHandle i::before {
  content: "\e922";
}
.BasicForm .FormComboWrapper select,
.DataView .FormComboWrapper select {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: inherit;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: content-box;
  background-color: transparent;
}
.BasicForm .FormComboWrapper select::-ms-expand,
.DataView .FormComboWrapper select::-ms-expand {
  display: none;
}
/* --- FORM SLIDER INNER ELEMENT */
.BasicForm .FormSliderWrapper,
.DataView .FormSliderWrapper {
  position: relative;
  height: 100%;
}
.BasicForm .FormSliderWrapper .FormSliderBase,
.DataView .FormSliderWrapper .FormSliderBase {
  position: relative;
  height: 5px;
  top: 25%;
  margin: 0px 8px;
}
.BasicForm .FormSliderWrapper .FormSliderMin,
.BasicForm .FormSliderWrapper .FormSliderMax,
.DataView .FormSliderWrapper .FormSliderMin,
.DataView .FormSliderWrapper .FormSliderMax {
  font-size: 1em;
  height: 16px;
  line-height: 25px;
  display: inline-block;
  margin-left: 4px;
  margin-top: 10px;
  color: inherit;
}
.BasicForm .FormSliderWrapper .FormSliderMax,
.DataView .FormSliderWrapper .FormSliderMax {
  float: right;
}
.BasicForm .FormSliderWrapper .ui-slider-handle,
.DataView .FormSliderWrapper .ui-slider-handle {
  margin-left: -0.6em;
}
/*JQUERY UI OVERRIDES*/
.FormSliderBase.ui-widget.ui-widget-content {
  border: none;
}
.FormSliderBase.ui-slider .ui-slider-range {
  background-color: #1bb1e7;
  border-radius: 0;
}
.FormSliderBase.ui-slider-horizontal {
  height: 5px;
}
.FormSliderBase.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 12px;
  top: -5px;
  cursor: pointer;
}
/* --- FORM INPUT INTERVAL INNER ELEMENT */
.BasicForm .InnerElement[data-type="FormInputInterval"],
.WebForm .InnerElement[data-type="FormInputInterval"] {
  font-size: 0;
}
.BasicForm .InnerElement[data-type="FormInputInterval"] .col,
.WebForm .InnerElement[data-type="FormInputInterval"] .col {
  display: inline-block;
  width: calc(50% - 5px) !important;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 0 5px;
}
.BasicForm .InnerElement[data-type="FormInputInterval"] input,
.WebForm .InnerElement[data-type="FormInputInterval"] input {
  background: transparent;
  height: 100%;
  width: 100%;
  outline: none;
  color: inherit;
}
.BasicForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colFirst,
.WebForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colFirst {
  margin-left: 0px;
}
.BasicForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colLast,
.WebForm .InnerElement[data-type="FormInputInterval"] .inputWrapper.colLast {
  margin-right: 0px;
}
.BasicForm .InnerElement[data-type="FormInputInterval"] .UnitHandle {
  position: absolute;
  /*left:calc(100%  - 35px);*/
  /*width: 35px;*/
  top: 50%;
  transform: translateY(-50%);
}
/* --- FORM INPUT DATE INTERVAL INNER ELEMENT */
.BasicForm .InnerElement[data-type="FormDateInterval"],
.WebForm .InnerElement[data-type="FormDateInterval"] {
  font-size: 0;
}
.BasicForm .InnerElement[data-type="FormDateInterval"] .col,
.WebForm .InnerElement[data-type="FormDateInterval"] .col {
  display: inline-block;
  width: calc(50% - 5px) !important;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 0 5px;
}
.BasicForm .InnerElement[data-type="FormDateInterval"] input,
.WebForm .InnerElement[data-type="FormDateInterval"] input {
  background: transparent;
  height: 100%;
  width: 100%;
  outline: none;
  color: inherit;
}
.BasicForm .InnerElement[data-type="FormDateInterval"] .inputWrapper.colFirst,
.WebForm .InnerElement[data-type="FormDateInterval"] .inputWrapper.colFirst {
  margin-left: 0px;
}
.BasicForm .InnerElement[data-type="FormDateInterval"] .inputWrapper.colLast,
.WebForm .InnerElement[data-type="FormDateInterval"] .inputWrapper.colLast {
  margin-right: 0px;
}
.BasicForm .InnerElement[data-type="FormDateInterval"] .UnitHandle {
  position: absolute;
  /*left:calc(100%  - 35px);*/
  /*width: 35px;*/
  top: 50%;
  transform: translateY(-50%);
}
.FormDateInterval.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: 1px 2px 6px #333;
}
.FormDateInterval.ui-datepicker .ui-datepicker-prev span,
.FormDateInterval.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  font-family: 'ego-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: initial !important;
}
.FormDateInterval.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.FormDateInterval.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
.FormDateInterval.ui-datepicker .ui-widget-header {
  border: none;
  background-color: white;
  font-weight: normal;
}
.FormDateInterval.ui-datepicker .ui-state-hover {
  background: none;
  border: none;
}
.FormDateInterval.ui-datepicker .ui-widget-header a {
  color: black;
  font-size: 16px;
  cursor: pointer;
}
.FormDateInterval.ui-datepicker .ui-datepicker-prev span::before {
  content: '\e921';
  font-weight: bold;
}
.FormDateInterval.ui-datepicker .ui-datepicker-next span::before {
  content: '\e920';
  font-weight: bold;
}
.FormDateInterval.ui-datepicker .ui-datepicker-calendar th {
  color: grey;
  font-weight: normal;
}
.FormDateInterval.ui-datepicker .ui-state-default {
  border: none;
  background: none;
}
.FormDateInterval.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  padding: 0.5em;
}
.FormDateInterval.ui-datepicker .ui-datepicker-week-end .ui-state-default {
  background-color: #E7E7E7;
  border-radius: 3px;
}
.FormDateInterval.ui-datepicker .ui-state-active {
  border: 1px solid #ff5f35;
  color: #ff5f35;
  border-radius: 3px;
}
.BasicForm .FormDateInterval .IconHandle,
.DataView .FormDateInterval .IconHandle,
.MobileForm .FormDateInterval .IconHandle {
  font-size: 20px;
  position: absolute;
  left: calc(100% - 35px);
  height: 100%;
  width: 35px;
  /*    color: rgba(64,67,61,.5);*/
  text-align: center;
  top: 0;
}
.BasicForm .FormDateInterval .IconHandle i,
.DataView .FormDateInterval .IconHandle i,
.MobileForm .FormDateInterval .IconHandle i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.BasicForm .FormFile .IconHandle,
.DataView .FormFile .IconHandle,
.MobileForm .FormFile .IconHandle {
  font-size: 1.2em;
  display: inline-block;
  padding-left: 14px;
  padding-right: 8px;
}
.BasicForm .FormFile .IconHandle i,
.DataView .FormFile .IconHandle i,
.MobileForm .FormFile .IconHandle i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.FormFile .fileName {
  padding-left: 15px;
}
.BasicForm .FormFile,
.DataView .FormFile,
.MobileForm .FormFile {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --- FORM RGDP INNER ELEMENT */
.BasicForm .InnerElement[data-type="FormRGPDInput"] input {
  width: auto;
  display: inline-block;
  padding: 0px;
  border: none;
  box-sizing: content-box;
  margin-right: 5px;
}
.BasicForm .InnerElement[data-type="FormRGPDInput"] label {
  width: 100%;
  height: auto;
  white-space: normal;
  display: block;
  line-height: 16px;
}
/* -------- FORM CHECKBOX ------------ */
.BasicForm .InnerElement[data-type="FormCheckboxInput"] input,
.WebForm .InnerElement[data-type="FormCheckboxInput"] input {
  display: inline-block;
  padding: 0px;
  border: none;
  box-sizing: content-box;
  margin-right: 5px;
  width: auto;
}
.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel,
.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel {
  height: auto;
  white-space: normal;
  box-sizing: border-box;
  width: auto !important;
  display: inline-block;
  margin: 0 5px 0 0;
}
.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel.vertical,
.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel.vertical {
  display: block;
  margin: 0 0 5px 0;
  width: 100% !important;
}
.BasicForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel:last-of-type,
.WebForm .InnerElement[data-type="FormCheckboxInput"] label.checklabel:last-of-type {
  margin: 0 0 0 0;
}
.BasicForm .InnerElement[data-type="FormCheckboxInput"] .check-container,
.WebForm .InnerElement[data-type="FormCheckboxInput"] .check-container {
  vertical-align: middle;
}
/* -------- FORM CHECKBOX ------------ */
.BasicForm .InnerElement[data-type="FormRadioInput"] input,
.WebForm .InnerElement[data-type="FormRadioInput"] input {
  display: inline-block;
  padding: 0px;
  border: none;
  box-sizing: content-box;
  margin-right: 5px;
  width: auto;
}
.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel,
.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel {
  width: auto !important;
  height: auto;
  white-space: normal;
  display: inline-block;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}
.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel.vertical,
.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel.vertical {
  width: 100% !important;
  display: block;
  margin: 0 0 5px 0;
}
.BasicForm .InnerElement[data-type="FormRadioInput"] label.checklabel:last-of-type,
.WebForm .InnerElement[data-type="FormRadioInput"] label.checklabel:last-of-type {
  margin: 0 0 0 0;
}
.BasicForm .InnerElement[data-type="FormRadioInput"] .check-container,
.WebForm .InnerElement[data-type="FormRadioInput"] .check-container {
  vertical-align: middle;
}
.FormDatePicker.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: 1px 2px 6px #333;
}
.FormDatePicker.ui-datepicker .ui-datepicker-prev span,
.FormDatePicker.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  font-family: 'ego-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: initial !important;
}
.FormDatePicker.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.FormDatePicker.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
.FormDatePicker.ui-datepicker .ui-widget-header {
  border: none;
  background-color: white;
  font-weight: normal;
}
.FormDatePicker.ui-datepicker .ui-state-hover {
  background: none;
  border: none;
}
.FormDatePicker.ui-datepicker .ui-widget-header a {
  color: black;
  font-size: 16px;
  cursor: pointer;
}
.FormDatePicker.ui-datepicker .ui-datepicker-prev span::before {
  content: '\e921';
  font-weight: bold;
}
.FormDatePicker.ui-datepicker .ui-datepicker-next span::before {
  content: '\e920';
  font-weight: bold;
}
.FormDatePicker.ui-datepicker .ui-datepicker-calendar th {
  color: grey;
  font-weight: normal;
}
.FormDatePicker.ui-datepicker .ui-state-default {
  border: none;
  background: none;
}
.FormDatePicker.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  padding: 0.5em;
}
.FormDatePicker.ui-datepicker .ui-datepicker-week-end .ui-state-default {
  background-color: #E7E7E7;
  border-radius: 3px;
}
.FormDatePicker.ui-datepicker .ui-state-active {
  border: 1px solid #ff5f35;
  color: #ff5f35;
  border-radius: 3px;
}
.BasicForm .FormDatePicker .IconHandle,
.DataView .FormDatePicker .IconHandle,
.MobileForm .FormDatePicker .IconHandle {
  z-index: 0;
  font-size: 20px;
  position: absolute;
  left: calc(100% - 35px);
  height: 100%;
  width: 35px;
  color: rgba(64, 67, 61, 0.5);
  text-align: center;
}
.BasicForm .FormDatePicker .IconHandle i,
.DataView .FormDatePicker .IconHandle i,
.MobileForm .FormDatePicker .IconHandle i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*#endregion*/
/*#region --- ICON BUTTON ELEMENT */
div.Element.Icon svg {
  font-family: 'ego-icon-font' !important;
}
/*#endregion*/
/*#region --- ICON BUTTON ELEMENT */
div.Element.ButtonIcon svg {
  font-family: 'ego-icon-font' !important;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*#endregion*/
/*#region --- ICON & TEXT BUTTON ELEMENT */
div.Element.ButtonTextIcon svg {
  font-family: 'ego-icon-font' !important;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.Element.ButtonTextIcon .RichTextEditor {
  width: auto;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: relative;
  vertical-align: top;
}
/*#endregion*/
/*#region --- USERS LISTS COUNTER */
.UsersListsCounter,
.Section .UsersListsCounter {
  position: absolute;
  cursor: default;
}
.UsersListsCounter.Focused.EditorEnabled .ui-resizable-handle {
  display: none;
  min-height: 5px;
}
.UsersListsCounter .elementTransform {
  display: block;
}
.UsersListsCounter .containerCounter {
  position: relative;
  display: inline-block;
}
.UsersListsCounter .containerCounter svg {
  display: inline-block;
  vertical-align: top;
}
.UsersListsCounter .containerCounter .userCounter {
  position: absolute;
  z-index: 1;
}
.topTooltip:before,
.topTooltip:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.topTooltip::before {
  bottom: 80% !important;
}
.topTooltip::after {
  bottom: 80% !important;
}
.UsersListsCounter .RichTextEditor {
  width: auto;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: relative;
  vertical-align: top;
}
.UsersListsCounter .containerCounter .userCounter {
  text-align: center;
  width: 20px;
  height: 20px;
}
.UsersListsCounter .containerCounter .userCounter .counterNumb {
  line-height: 20px;
}
.elementImgBG {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*#endregion*/
/*#region --- SECTIONMENU ELEMENT */
.Element.SectionMenu {
  position: absolute;
}
ul.SectionMenu {
  text-align: left;
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
ul.SectionMenu li.SiteSection {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background, color 0.2s;
  text-align: center;
}
ul.SectionMenu li.SiteSection ul.SubMenu {
  padding: 0;
  position: absolute;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.SectionMenu:before,
ul.SectionMenu:after {
  margin: 0px;
}
ul.SectionMenu li.SiteSection ul.SubMenu li.SiteSection {
  background: inherit;
  color: inherit;
  display: block;
}
/*TODO*/
div.SiteSectionLabel {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
ul.SubMenu li.SiteSection div.SiteSectionLabel {
  position: relative;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.siteSectionMenu .ItemMenu > a {
  padding: 0 8px;
  border-left: 1px solid #0f96dc;
  color: #667388;
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
}
.siteSectionMenu .ItemMenu > a .icon {
  width: 18px;
  height: 18px;
}
.siteSectionMenu .ItemMenu > a:hover {
  color: #1bb1e7;
  background-color: #0f96dc;
}
/* //// HORIZONTAL MENU*/
ul.SectionMenu.Horizontal {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
ul.SectionMenu.Horizontal li.SiteSection {
  display: inline-block;
}
ul.SectionMenu.Horizontal li.SiteSection ul.SubMenu {
  top: 100%;
  min-width: 100%;
}
ul.SectionMenu.Horizontal div.SiteSectionLabel {
  max-height: 100%;
}
ul.SectionMenu .SubMenuPositioner {
  position: relative;
  top: 50%;
  /*top:-50%;*/
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0.2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
  display: none;
}
/*ul.SectionMenu .SubMenuPositioner.Locked*/
ul.SectionMenu li.SiteSection:hover .SubMenuPositioner {
  /*top:50%;*/
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0.3s;
  z-index: -1;
  display: block;
}
/* //// VERTICAL MENU*/
ul.SectionMenu.Vertical {
  display: inline-block;
  width: 100%;
  height: 100%;
}
ul.SectionMenu.Vertical li.SiteSection ul.SubMenu {
  left: 100%;
  height: auto;
  width: 100%;
  top: 0px;
}
ul.SectionMenu.Vertical .SubMenuPositioner {
  top: 0%;
  left: 50%;
}
/*ul.SectionMenu.Vertical .SubMenuPositioner.Locked*/
ul.SiteMenu.Vertical li.SiteSection:hover .SubMenuPositioner {
  top: 0%;
  left: 100%;
}
ul.SectionMenu.Vertical div.SiteSectionLabel {
  white-space: nowrap;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
ul.SectionMenu li.SiteSection.JSAnim .SubMenuPositioner {
  display: none;
  position: relative;
  top: 50%;
  /*top:-50%;*/
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0.2s, visibility 0s linear 0.5s, z-index 0s linear 0.03s;
}
ul.SectionMenu li.SiteSection.JSAnim .SubMenuPositioner.blind {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0.3s;
  z-index: -1;
}
/*#endregion*/
/*#region --- MAP */
div.Element.Map .elementContainer {
  font-size: 0;
}
div.Element.Map .mapViewbox {
  width: 100%;
  height: 100%;
}
div.Element.Map .MapPreview {
  pointer-events: none;
}
/*INFO WINDOW*/
.iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 8px 0 0 0;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
}
.iw-image {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 86px;
  height: 60px;
}
.iw-textContent {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  min-height: 70px;
}
.iw-textContent .iw-seeMore:hover {
  text-decoration: underline;
}
.iw-seeMore {
  font-size: 10px;
}
.iw-textContent .iw-subTitle {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 5px 0;
  color: #1b1919;
}
#map-info-window .iw-seeMore {
  color: #1b1919;
}
#map-info-window .filterField {
  display: inline-block;
  width: calc(100%/3 - 15px);
  margin-right: 15px;
}
.plus {
  background-image: url(../Images/Icones/plus.svg);
}
.hide {
  display: none;
}
.mapLocation .gm-style div {
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/*#endregion*/
/*#region --- SHAPE ELEMENT */
div.Element.Shape .ContainerStyle {
  overflow: hidden;
}
/*#endregion*/
/*#region --- VIDEO */
div.Element.Video .videoContainer {
  width: 100%;
  height: 100%;
}
div.Element.Video .videoContainer iframe {
  width: 100%;
  height: 100%;
}
div.Element.Video .videoContainer .videoPlacer {
  display: block;
  width: 100%;
  height: 100%;
}
div.Element.Video .videoContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#endregion*/
/*#region --- VIDEO CONTROLS*/
div.Element.VideoControls {
  visibility: hidden;
}
div.Element.VideoControls.ready {
  visibility: visible;
}
div.Element.VideoControls .video-control-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
div.Element.VideoControls .video-control-panel div.control-btn {
  font-family: 'ego-icon-font' !important;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
div.Element.VideoControls .video-control-panel div.control-btn.mute:before {
  content: '\ea72';
}
div.Element.VideoControls .video-control-panel div.control-btn.active.mute:before {
  content: '\ea71';
}
/*#endregion*/
/*#region --- FLAGS ELEMENT */
div.Element.LanguageFlag .elementContainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
}
div.Element.LanguageFlag .lng-handle {
  cursor: pointer;
}
div.Element.LanguageFlag li.lang-item {
  list-style: none;
}
div.Element.LanguageFlag .lang-select.Default {
  white-space: nowrap;
  /*for compliance mode with old plugin version*/
}
div.Element.LanguageFlag ul {
  margin: 0px;
  padding: 0px;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-selected .drop-arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 7px;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: 'ego-icon-font' !important;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
/* 00 Defaul style (Flags only) */
div.Element.LanguageFlag .lang-select {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select .lang-selected-render {
  display: flex;
}
div.Element.LanguageFlag .lang-select .lang-selected-render.invisible {
  visibility: hidden;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-selected {
  display: none;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list {
  display: block;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item:first-of-type {
  margin-left: 0;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item:last-of-type {
  margin-right: 0;
}
div.Element.LanguageFlag .lang-select .lang-wrapper .lang-list .lang-item .lang-text {
  display: none;
}
/* end region - 00 Defaul style (Flags only) */
/* 01 Style Short Text only (PT | EN | ES | FR) */
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-selected {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  position: relative;
  cursor: pointer;
  flex: 1 1 auto;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:first-of-type {
  margin: initial;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:last-of-type {
  margin: initial;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-flag {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text {
  display: inline-block;
  margin: 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: calc(100% - 5px);
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item:last-child .lang-text::after {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item .lang-text:hover {
  color: #f5a626;
  border-bottom: 1px solid;
}
div.Element.LanguageFlag .lang-select.style_01 .lang-wrapper .lang-list .lang-item.current .lang-text {
  color: #f5a626;
  border-bottom: 1px solid;
}
/* end region - 01 Style Short Text only (PT | EN | ES | FR) */
/* 02 Style Flag only dropdown */
div.Element.LanguageFlag .lang-select.style_02 {
  height: 100%;
  display: flex;
  justify-content: center;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-sizing: border-box;
  justify-content: center;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-selected {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-selected .lang-text {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list {
  position: absolute;
  top: calc(100% + 10px);
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  transition: opacity ease 0.2s 0.4s, top ease 0.4s 0s, z-index ease 0s 0.6s;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list.open {
  display: flex;
  opacity: 1;
  transition: opacity ease 0.2s 0.1s, top ease 0.4s 0s, z-index ease 0s 0s;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list .lang-item:hover,
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list .lang-item.current {
  background-color: rgba(52, 64, 84, 0.05);
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list .lang-item .lang-flag {
  align-self: center;
}
div.Element.LanguageFlag .lang-select.style_02 .lang-wrapper .lang-list .lang-item .lang-text {
  display: none;
}
/* end region - 02 Style Flag only dropdown */
/* 03 Style Short Text only dropdown */
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-sizing: border-box;
  justify-content: center;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-selected {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-selected .lang-flag {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list {
  position: absolute;
  top: calc(100% + 10px);
  /* right: 0; */
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  transition: opacity ease 0.2s 0.4s, top ease 0.4s 0s, z-index ease 0s 0.6s;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list.open {
  display: flex;
  opacity: 1;
  transition: opacity ease 0.2s 0.1s, top ease 0.4s 0s, z-index ease 0s 0s;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item:hover,
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item.current {
  background-color: rgba(52, 64, 84, 0.05);
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item .lang-flag {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_03 .lang-wrapper .lang-list .lang-item .lang-text {
  align-self: center;
  display: inline-block;
  font-family: 'Open-sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #344054;
}
/* end region - 03 Style Short Text only dropdown */
/* 04 Style Flag and text dropdown */
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper {
  justify-content: center;
  display: flex;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-selected {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-selected .lang-text {
  margin-left: 6px;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list {
  position: absolute;
  top: calc(100% + 10px);
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  transition: opacity ease 0.2s 0.4s, top ease 0.4s 0s, z-index ease 0s 0.6s;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list.open {
  display: flex;
  opacity: 1;
  transition: opacity ease 0.2s 0.1s, top ease 0.4s 0s, z-index ease 0s 0s;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item:hover,
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item.current {
  background-color: rgba(52, 64, 84, 0.05);
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item .lang-flag {
  align-self: center;
}
div.Element.LanguageFlag .lang-select.style_05 .lang-wrapper .lang-list .lang-item .lang-text {
  align-self: center;
  display: inline-block;
  margin-left: 6px;
  font-family: 'Open-sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #344054;
}
/* end region - 04 Style Flag and text dropdown */
/* 05 Style Text dropdown */
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-sizing: border-box;
  justify-content: center;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected .lang-flag {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-selected .lang-text {
  margin-left: 0;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list {
  position: absolute;
  top: calc(100% + 10px);
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  transition: opacity ease 0.2s 0.4s, top ease 0.4s 0s, z-index ease 0s 0.6s;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list.open {
  display: flex;
  opacity: 1;
  transition: opacity ease 0.2s 0.1s, top ease 0.4s 0s, z-index ease 0s 0s;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item:hover,
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item.current {
  background-color: rgba(52, 64, 84, 0.05);
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item .lang-flag {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_04 .lang-wrapper .lang-list .lang-item .lang-text {
  align-self: center;
  display: inline-block;
  margin-left: 0px;
  font-family: 'Open-sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #344054;
}
/* end region - 05 Text dropdown */
/* 06 Style Round Flag */
div.Element.LanguageFlag .lang-select.style_06 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  box-sizing: border-box;
  justify-content: center;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-selected {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  flex-direction: column;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-selected .lang-text {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list {
  position: absolute;
  top: calc(100% + 10px);
  opacity: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  transition: opacity ease 0.2s 0.4s, top ease 0.4s 0s, z-index ease 0s 0.6s;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list.open {
  display: flex;
  opacity: 1;
  transition: opacity ease 0.2s 0.1s, top ease 0.4s 0s, z-index ease 0s 0s;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list .lang-item {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list .lang-item:hover,
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list .lang-item.current {
  background-color: rgba(52, 64, 84, 0.05);
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list .lang-item .lang-flag {
  align-self: center;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper .lang-list .lang-item .lang-text {
  display: none;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-flag-img {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-size: cover;
}
div.Element.LanguageFlag .lang-select.style_06 .lang-wrapper svg.Svg {
  margin: 5px 0px 0px 0px;
}
/* end region - 06 Style Round Flag */
/*#endregion*/
/*#region --- EMBEDDEDCONTENT ELEMENT */
div.Element.EmbeddedContent iframe {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/*#endregion*/
/*#region --- ELEMENT SKIN */
editorskin {
  display: none;
}
/*#endregion*/
/*#region --- FREE TEXT SEARCH ELEMENT */
div.Element.FreeTextSearch .childContainer {
  font-size: 0;
  height: 100%;
  white-space: nowrap;
}
div.Element.FreeTextSearch div.childContainer div.InnerElement.FreeSearchInput,
div.Element.FreeTextSearch div.childContainer div.InnerElement.FreeSearchButton {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
/*FREE SEARCH INPUT ELEMENT */
div.InnerElement.FreeSearchInput {
  position: relative;
  cursor: default;
}
.WebFormInput input[data-type=number]::-webkit-inner-spin-button,
.WebFormInput input[data-type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.WebFormInput input[data-type=number] {
  -moz-appearance: textfield;
}
div.InnerElement.FreeSearchInput .WebFormInput {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
}
/*FREE SEARCH BUTTON ELEMENT */
div.InnerElement.FreeSearchButton {
  position: relative;
  cursor: default;
}
div.InnerElement.FreeSearchButton svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*#endregion*/
/*#region --- NAV BUTTON */
div.Element.NavButton:hover {
  cursor: pointer;
  z-index: 1;
}
div.Element.NavButton svg {
  font-family: 'ego-icon-font' !important;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*#endregion*/
/*#region --- NAV MENU */
div.Element.NavMenu .elementContainer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: auto;
  z-index: 1;
}
/*#endregion*/
/*#region --- DEVELOPMENT BASIC PANEL ELEMENT */
div.Element.DevelopmentBasicPanel.wrap .sliderWrap {
  overflow: hidden;
}
/*#endregion*/
/*#region --- TABBED PANEL */
div.Element.TabbedPanel .TabbedPanelContent {
  position: relative;
}
div.Element.TabbedPanel .TabsMenu ul {
  display: flex;
  height: 100%;
  justify-content: left;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.Element.TabbedPanel .TabsMenu ul li {
  flex: 1 0 auto;
  height: 100%;
}
div.Element.TabbedPanel .TabsMenu ul li.TabMenuItem:first-child {
  padding-left: 0px;
}
div.Element.TabbedPanel .TabsMenu ul li.TabMenuItem:last-child {
  padding-right: 0px;
}
div.Element.TabbedPanel .TabsMenu ul li div.InnerElement {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div.Element.TabbedPanel .TabsMenu ul li .elementContainer {
  display: flex;
  align-items: center;
}
div.Element.TabbedPanel .TabsMenu ul li svg.Svg {
  flex: 0 0 auto;
}
div.Element.TabbedPanel .TabsMenu ul li .TabItemLabel {
  flex: 0 0 auto;
  width: auto;
}
/*#endregion*/
/*#region --- TABBED PANEL ITEM */
div.Element.TabbedPanelItem {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
div.Element.TabbedPanel .TabbedPanelItem.active {
  z-index: 9;
  display: inline-block;
}
/*#endregion*/
/*#region //// EDITOR NOTIFICATION */
#modalNotification {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: #c2c7d1;
}
#modalNotificationBg {
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 23, 39, 0.6);
}
#modalNotification .modalBox {
  height: auto;
  min-width: 320px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-bottom: 0px;
  position: fixed;
  z-index: 202;
  background-color: #fffbfe;
  border-radius: 6px;
  left: 50%;
  top: 100px;
  box-shadow: rgba(16, 23, 39, 0.5) 0 0 40px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 320px) {
  #modalNotification .modalBox {
    min-width: 300px;
  }
}
@media only screen and (min-width: 480px) {
  #modalNotification .modalBox {
    min-width: 460px;
  }
}
@media only screen and (min-width: 620px) {
  #modalNotification .modalBox {
    min-width: 600px;
  }
}
#modalNotification .modalContent {
  padding: 20px 10px;
  text-align: center;
  min-height: 45px;
  font-size: 15px;
  color: #667388;
  font-weight: 300;
  margin: 12px 0 20px 0;
  position: static;
}
#modalNotification .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px;
  text-align: center;
  transition: all 0.3s ease;
}
#modalNotification .closeBtn:hover {
  background-color: lightgray;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#modalNotification .message {
  padding: 0 35px;
  text-align: left;
}
#modalNotification .title {
  margin: 0;
  font-size: 18px;
  padding-left: 5px;
  font-weight: 700;
}
#modalNotification .subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 5px;
}
#modalNotification .subtitle b {
  font-weight: 700;
}
#modalNotification .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7a7d7d;
  margin: 5px 0 20px 0;
}
#modalNotification.NoTitle .title {
  display: none;
}
#modalNotification.NoTitle .line {
  opacity: 0;
  margin: 10px;
}
/*#endregion*/
/*#region //// TERMS NOTIFICATION */
.SystemNotification {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: #c2c7d1;
  width: calc(100% - 10px);
}
.SystemNotification .SystemNotificationBg {
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 23, 39, 0.6);
}
.SystemNotification .modalBox {
  height: calc(100% - 10%);
  width: calc(100% - 20%);
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  padding-bottom: 0px;
  position: fixed;
  z-index: 202;
  background-color: #fffbfe;
  border-radius: 6px;
  left: 50%;
  top: 100px;
  box-shadow: rgba(16, 23, 39, 0.5) 0 0 40px;
  box-sizing: border-box;
  display: none;
}
.SystemNotification .modalContent {
  padding: 20px 10px;
  text-align: center;
  min-height: 45px;
  font-size: 15px;
  color: #667388;
  font-weight: 300;
  margin: 12px 0 20px 0;
  position: static;
  height: calc(100% - 55px);
}
.SystemNotification .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px;
  text-align: center;
  transition: all 0.3s ease;
}
.SystemNotification .closeBtn:hover {
  background-color: lightgray;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.SystemNotification .message {
  padding: 0 35px;
  text-align: left;
  overflow-y: auto;
  height: calc(100% - 45px);
}
.SystemNotification .title {
  margin: 0;
  font-size: 18px;
  padding-left: 5px;
  font-weight: 700;
}
.SystemNotification .subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding-left: 5px;
}
.SystemNotification .subtitle b {
  font-weight: 700;
}
.SystemNotification .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7a7d7d;
  margin: 5px 0 20px 0;
}
.SystemNotification.NoTitle .title {
  display: none;
}
.SystemNotification.NoTitle .line {
  opacity: 0;
  margin: 10px;
}
/*#endregion*/
/*#region //// CLIENT AREA FRAME */
.ClientAreaFrame {
  position: relative;
  opacity: 1;
}
/*#endregion*/
/*#region //// FrameArea */
.FrameArea {
  position: relative;
  opacity: 1;
}
/*#endregion*/
/*#region //// SLIDER  */
.ui-slider .ui-slider-range {
  background-color: #1bb1e7;
  border-radius: 0;
}
.ui-slider-horizontal {
  height: 5px;
}
.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 12px;
  top: -5px;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:hover {
  box-shadow: rgba(102, 115, 136, 0.6) 0 2px 4px;
  border: 1px solid #667388;
  background-color: #eff1f3;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.ui-widget.ui-widget-content {
  border: none;
}
/*#endregion*/
/*#region //// CART FLOATING RESUME*/
.CartResumeTemplate {
  display: none;
}
.CartResume {
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 10000000000;
  box-shadow: rgba(102, 115, 136, 0.3) 0 0 25px;
  padding: 10px;
  width: 380px;
  right: -6px;
  top: 0px;
  opacity: 0;
}
.CartResume ul {
  text-align: left;
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
}
.CartResume ul li {
  font-size: 12px;
  border-bottom: 1px solid whitesmoke;
  height: 60px;
  padding: 5px 0px;
  color: inherit;
}
.CartResume ul li a {
  color: inherit;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.CartResume ul li span {
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CartResume ul li .prd-name {
  font-size: 14px;
}
.CartResume ul li .prd-price {
  font-size: 13px;
  margin-left: 10px;
  float: right;
  font-weight: bold;
}
.CartResume ul li.Empty {
  font-size: 16px;
  text-align: center;
  border: none;
}
.CartResume img {
  width: 80px;
  height: 100%;
  margin-right: 5px;
}
.CartResume:before {
  position: absolute;
  content: "\A";
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
  top: -6px;
  right: 10px;
}
.CartResume .ResumeFooter {
  float: right;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .CartResume {
    width: 300px;
    right: 0px;
  }
  .CartResume:before {
    right: 5px;
  }
  .CartResume ul li span {
    max-width: 140px;
  }
}
/*#endregion*/
/*#region /// PARALLAX */
.Section.ParallaxBackground .sectionImgBG {
  background-image: none !important;
}
.Picture.Parallax {
  overflow: hidden;
}
/*#endregion*/
/*#region /// LOGIN*/
/* Style Pop-Up Account Login */
.account-login {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.53);
  border-radius: 6px;
  padding: 10px;
  width: 300px;
  z-index: 10000;
  text-align: left;
  font-family: 'Lato', 'Lato-Light', sans-serif;
}
@media only screen and (max-width: 479px) {
  .account-login {
    transform: translateX(23%);
  }
  #paUserName {
    display: none;
  }
}
.login-form {
  margin: 0;
  padding: 10px;
}
.form-title {
  margin: 0 0 15px 0;
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.login-form input {
  background: rgba(192, 192, 192, 0.35);
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
}
.login-form .wd-ovr-formField:nth-child(3) input {
  margin-bottom: 0;
}
.login-form input.error {
  border: 1px solid #d50000;
}
.login-form button {
  background: #c0c0c0;
  width: 100%;
  border: 0;
  padding: 5px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3 ease;
  cursor: pointer;
  text-transform: uppercase;
}
.login-form button:hover {
  background: rgba(192, 192, 192, 0.6);
}
.forgot-pass {
  margin: 0;
  text-align: right;
  font-size: 11px;
  font-weight: 300;
  cursor: pointer;
  height: 35px;
}
.forgot-pass a {
  color: #ababab;
  transition: all 0.3 ease;
}
.forgot-pass a:hover {
  color: #000000;
}
.login-message {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
.login-message a {
  color: #c0c0c0;
}
.login-message a:hover {
  color: #000;
}
/* Style Pop-Up Account Recover Pass */
.recover-form {
  margin: 0;
  padding: 10px;
}
.recover-form input {
  background: rgba(192, 192, 192, 0.35);
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
}
.recover-form button {
  background: #c0c0c0;
  width: 100%;
  border: 0;
  padding: 5px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3 ease;
  cursor: pointer;
  text-transform: uppercase;
}
.recover-form button:hover {
  background: rgba(192, 192, 192, 0.6);
}
/* Style Creat Account Modal */
.modal {
  /*display: none;*/
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Lato', 'Lato-Light', sans-serif;
  overflow: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  margin: 15% auto;
  padding: 20px 30px 30px 30px;
  border-radius: 6px;
  width: 600px;
  box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 0.53);
}
@media only screen and (max-width: 660px) {
  .modal-content {
    width: auto;
  }
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px;
  text-align: center;
  color: #c0c0c0;
  transition: all 0.3s ease;
}
.close-modal:hover,
.close-modal:focus {
  background-color: rgba(192, 192, 192, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.create-account-form {
  margin: 0;
  line-height: 36px !important;
  display: inline-block;
  font-size: 0;
  width: 100%;
}
.input-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.create-account-form .account-form-field {
  width: 100%;
  display: inline-block;
}
.create-account-form input,
.create-account-form select {
  background: rgba(192, 192, 192, 0.35);
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
}
.create-account-form .wd-ovr-formField:nth-child(4) {
  width: calc(33.33% - 10px);
}
.create-account-form .wd-ovr-formField:nth-child(5) {
  width: calc(33.33% - 10px);
  margin-left: 15px;
  margin-right: 15px;
}
.create-account-form .wd-ovr-formField:nth-child(6) {
  width: calc(33.33% - 10px);
}
.create-account-form .wd-ovr-formField:nth-child(9),
.wd-ovr-formField:nth-child(17) {
  width: calc(50% - 7.5px);
  margin-right: 7.5px;
}
.create-account-form .billCtrField,
.create-account-form .billTowField {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
.create-account-form .billDstField,
.create-account-form .billNeiField {
  width: calc(50% - 7.5px);
}
.create-account-form .billCtrField select,
.create-account-form .billDstField select,
.create-account-form .billTowField select,
.create-account-form .billNeiField select {
  height: 46px !important;
}
.create-account-form .wd-ovr-formField:nth-child(10),
.wd-ovr-formField:nth-child(18) {
  width: calc(50% - 7.5px);
  margin-left: 7.5px;
}
@media only screen and (max-width: 480px) {
  .create-account-form input:nth-child(4) {
    width: 100%;
  }
  .create-account-form input:nth-child(5) {
    width: calc(50% - 5px);
    margin-left: 0px;
    margin-right: 5px;
  }
  .create-account-form input:nth-child(6) {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
  .create-account-form input:nth-child(9) {
    width: 100%;
    margin-right: 0px;
  }
  .create-account-form #billCtr,
  .create-account-form #billTow {
    width: 100%;
    margin-right: 0px;
  }
  .create-account-form #billDst,
  .create-account-form #billNei {
    width: 100%;
  }
  .create-account-form input:nth-child(17) {
    width: 100%;
    margin-right: 0px;
  }
  .create-account-form input:nth-child(18) {
    width: 100%;
    margin-left: 0px;
  }
}
.create-account-form button {
  background: #c0c0c0;
  width: 100%;
  border: 0;
  padding: 5px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3 ease;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 25px;
}
.create-account-form button:hover {
  background: rgba(192, 192, 192, 0.6);
}
.create-account-form input.error {
  border: 1px solid #d50000;
}
.create-account-form select.error {
  border: 1px solid #d50000;
}
.create-message {
  color: #d50000;
  font-size: 12px;
  display: none;
}
.client-areaRGPD {
  font-size: 12px;
  color: #000000;
}
.client-areaRGPD a {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
.checkboxWrap.error {
  border: 1px solid #d50000;
}
.client-areaRGPD input {
  width: 20px;
}
/*#endregion*/
/*#region /// RENDER BOX*/
.wb-renderBox-disabled {
  display: none !important;
}
/*#endregion*/
/*#region //// COOKIE DISCLAIMER*/
.cookieDisclaimer {
  display: none;
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #222;
  color: #eee;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  min-height: 40px;
  font-size: 14px;
  height: auto;
  overflow: visible;
  border-top: 1px solid #dedede;
  transition: bottom ease 0.3s, opacity ease 0.2s 0.2s, visibility ease 0.1s 0.4s;
}
.cookieDisclaimer.isVisible {
  bottom: 0px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: bottom ease 0.4s, opacity ease 0.2s, visibility ease 0.1s;
}
.cookieDisclaimer p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.cookieDisclaimer .cookieOK {
  border: 1px solid #fff;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 20px;
}
.cookieDisclaimer .cookieOK:hover {
  background-color: #5a8fcb;
  transition: all 0.5s;
}
@media only screen and (min-width: 620px) {
  .cookieDisclaimer .cookieOK {
    right: auto;
  }
}
/*#endregion*/
/*#region //// MOBILE PRODUCT FILTER MENU*/
div.InnerElement.MobileProductListMenu .elementColorBG {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  opacity: 1;
}
div.InnerElement.MobileProductListMenu .elementBorder {
  position: relative;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: inherit;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-radius: 0px 0px 0px 0px;
  border-color: #000000 #000000 #000000 #000000;
}
div.InnerElement.MobileProductListMenu .elementBorder > .elementContainer {
  height: 100%;
  margin: 0;
  position: relative;
  background: none;
  word-wrap: break-word;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 0px 0px 0px;
}
/*#endregion*/
/*#region //#INLINED_MODE */
wb-inlined {
  position: relative;
  cursor: default;
  display: inline-block;
}
wb-inlined .richTextEditor p {
  margin: 0px;
  padding: 0px;
}
wb-inlined > a {
  color: inherit;
}
/*#endregion*/
.modal-overlay {
  position: fixed;
  background-color: rgba(31, 31, 31, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.siteChrome {
  min-height: 100vh;
}
.siteChrome .webSiteBackgroudColorContent,
.siteChrome .webSiteBackgroudImageContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*#region  ***STICKERS *** */
.stickerBall,
.stickerBar,
.stickerDiagonal,
.stickerTriangle {
  position: absolute;
  visibility: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.stickerBall {
  top: 30px;
  right: 30px;
}
.stickerBar {
  bottom: 10px;
  left: 0px;
}
.stickerDiagonal {
  top: 0px;
}
.stickerTriangle {
  top: 0px;
}
.stickerBall .stickerText,
.stickerBar .stickerText,
.stickerDiagonal .stickerText,
.stickerTriangle .stickerText {
  position: relative;
  white-space: normal;
  display: table-cell;
  font-family: Verdana;
  font-style: normal;
  vertical-align: middle;
  text-align: center;
  margin: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);
}
.stickerBar .stickerText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stickerMarkerPoint {
  position: relative;
  width: 100%;
}
/*#endregion*/
/*#region   *** DROPDOWN  *** */
.display-hiden {
  display: none !important;
}
.FreeSearch .line-item * {
  cursor: pointer;
}
.FreeSearch .line-item:hover {
  background-color: rgba(192, 192, 192, 0.4);
}
.FreeSearch .line-item:last-child {
  border: none !important;
}
.FreeSearch .dowp-search {
  max-height: 217px;
  overflow-y: auto;
}
.FreeSearch .dowp-search::-webkit-scrollbar {
  width: 5px;
}
.FreeSearch .dowp-search::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 2px;
}
.FreeSearch .dowp-search::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #667388;
  border-radius: 2px;
}
.FreeSearch .dowp-search .count {
  color: #999 !important;
  background: none !important;
  font-weight: bold;
}
.FreeSearch .loader {
  border: 4px solid rgba(204, 204, 204, 0.51);
  border-radius: 50%;
  border-top: 4px solid #868686;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 31%;
  right: 10px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pushRight {
  margin: 0 16px auto !important;
}
.dSelect {
  position: relative;
}
.dSelectBtn span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: middle;
}
.dSelect.active > .dSelectDrop {
  display: block;
}
.dSelectDrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  border: solid 1px #7f9db9;
  display: none;
  box-sizing: border-box;
  background-color: white;
}
.dSelect .dSelectSearch input[type="text"] {
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(172, 175, 181, 0.5);
  width: 100%;
  background-color: white;
}
.dSelect .dSelectSearch {
  padding: 6px;
  position: relative;
}
.dSelect .dSelectDropList {
  max-height: 150px;
  overflow-y: auto;
  border-bottom: rgba(50, 58, 72, 0.1) 1px solid;
  padding: 6px;
}
.dSelect .dSelectDrop .blueLink.dApplyBtn,
.dSelect .dSelectDrop .blueLink {
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  float: right;
  color: inherit;
}
.dSelect .dSelectDrop .blueLink.dRevertBtn {
  float: left;
}
.dSelect .input-value {
  position: absolute;
  line-height: 30px;
  transform: translateX(-100%);
  color: #323a48;
  font-weight: 700;
  right: 0;
  top: 5px;
}
.dSelect .icon-pesquisa {
  font-family: 'ego-icon-font' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.dSelect .input-value i:before {
  content: '\e914';
}
.dSelect .dSelectLine {
  padding: 5px 0;
  vertical-align: top;
}
.dSelect .dSelectDropList input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.dSelect .searchSelectDrop .dSelectDefault {
  display: none;
}
.dSelect .dSelectDropList .dLabel {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
  line-height: 0;
  color: inherit;
  vertical-align: top;
}
.dSelect .dSelectDropList .dLabel .dLabelCheckedIcon {
  font-family: 'ego-icon-font' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(172, 175, 181, 0.5);
  background-color: white;
  display: inline-block;
  box-sizing: content-box;
  vertical-align: top;
  position: relative;
}
.dSelect .dSelectDropList .dLabel input:checked ~ .dLabelCheckedIcon:before {
  content: '\e907';
  position: absolute;
  top: 9px;
  left: 3px;
}
.dSelect .dSelectLine span {
  vertical-align: top;
}
/*#region DROPDOWN SKIN: SelectionPreviewDropdown*/
.dSelect.SelectionPreviewDropdown .SelectionPanel .SelectionPanelHeader label::after {
  font-family: 'ego-icon-font' !important;
  content: '\e9c7';
  margin-left: 5px;
}
.dSelect.SelectionPreviewDropdown .SelectionPanel.active .SelectionPanelHeader label::after {
  content: '\e9ca';
}
.dSelect.SelectionPreviewDropdown .SelectionPanel ul {
  display: none;
  list-style: none;
  padding: 0px 8px;
  overflow: auto;
  max-height: 50px;
}
.dSelect.SelectionPreviewDropdown .SelectionPanel.active ul {
  display: block;
}
.dSelect.SelectionPreviewDropdown .SelectionPanel ul:empty {
  display: none;
}
.dSelect.SelectionPreviewDropdown .SelectionPanel li {
  margin: 2px 0px;
}
.dSelect.SelectionPreviewDropdown .SelectionPanel li::before {
  font-family: 'ego-icon-font' !important;
  content: '\e905';
  font-size: 12px;
  margin-right: 5px;
}
.dSelect.SelectionPreviewDropdown .SelectionCount {
  display: none;
  padding: 5px 2px;
  background: #4682b48c;
  border-radius: 15px;
  margin-right: 5px;
  width: 28px;
  text-align: center;
}
.dSelect.SelectionPreviewDropdown .SelectionCount .counterVal {
  display: inline;
}
.dSelect.SelectionPreviewDropdown .SelectionCount .counterIndi {
  display: none;
  vertical-align: super;
}
.dSelect.SelectionPreviewDropdown .SelectionCount.active {
  display: inline-block;
}
.dSelect.SelectionPreviewDropdown .SelectionCount.Highcount .counterIndi {
  display: inline;
  font-size: 9px;
}
.dSelect.SelectionPreviewDropdown .dSelectVal {
  display: inline-block;
}
/*#endregion*/
/*#region DROPDOWN SKIN: MenorcaAreasDropdown*/
.dSelect.MenorcaAreasDropdown .dSelectDropList .dLabel {
  display: none;
}
.dSelect.MenorcaAreasDropdown .dSelectDropList .dSelectHeader {
  font-weight: 600;
}
.dSelect.MenorcaAreasDropdown .dSelectSearch {
  clear: both;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel .SelectionPanelHeader label {
  float: left;
  width: auto;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel .SelectionPanelHeader label::after {
  font-family: 'ego-icon-font' !important;
  content: '\e9c7';
  margin-left: 5px;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel.active .SelectionPanelHeader label::after {
  content: '\e9ca';
}
.dSelect.MenorcaAreasDropdown .SelectionPanel ul {
  display: none;
  list-style: none;
  padding: 0px 8px;
  overflow: auto;
  max-height: 50px;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel.active ul {
  display: block;
  clear: both;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel ul:empty {
  display: none;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel li {
  margin: 2px 0px;
}
.dSelect.MenorcaAreasDropdown .SelectionPanel li::before {
  font-family: 'ego-icon-font' !important;
  content: '\e905';
  font-size: 12px;
  margin-right: 5px;
}
.dSelect.MenorcaAreasDropdown .SelectionCount {
  display: none;
  padding: 5px 2px;
  background: #4682b48c;
  border-radius: 15px;
  margin-right: 5px;
  width: 28px;
  text-align: center;
}
.dSelect.MenorcaAreasDropdown .SelectionCount .counterVal {
  display: inline;
}
.dSelect.MenorcaAreasDropdown .SelectionCount .counterIndi {
  display: none;
  vertical-align: super;
}
.dSelect.MenorcaAreasDropdown .SelectionCount.active {
  display: inline-block;
}
.dSelect.MenorcaAreasDropdown .SelectionCount.Highcount .counterIndi {
  display: inline;
  font-size: 9px;
}
.dSelect.MenorcaAreasDropdown .dSelectVal {
  display: inline-block;
}
/*#endregion*/
/*#region DROPDOWN SKIN: WhereInRioDropdown*/
.dSelect.WhereInRioDropdown .blueLink,
.dSelect.WhereInRioDropdown .icon-pesquisa {
  display: none;
}
.dSelect.WhereInRioDropdown .dSelectDropList .dLabel {
  display: none;
}
.dSelect.WhereInRioDropdown .dSelectDropList .dSelectHeader {
  font-weight: 600;
}
.dSelect.WhereInRioDropdown .dSelectSearch {
  clear: both;
  position: absolute;
  top: 0px;
  width: 88%;
  margin-left: 36px;
}
.dSelect.WhereInRioDropdown .SelectionPanel {
  margin-top: 40px;
}
.dSelect.WhereInRioDropdown .dSelectDropList {
  width: 88%;
  margin-left: 40px;
}
.dSelect.WhereInRioDropdown .SelectionPanel .SelectionPanelHeader label {
  float: left;
  width: auto;
}
.dSelect.WhereInRioDropdown .SelectionPanel .SelectionPanelHeader label::after {
  font-family: 'ego-icon-font' !important;
  content: '\e9c7';
  margin-left: 100px;
}
.dSelect.WhereInRioDropdown .SelectionPanel.active .SelectionPanelHeader label::after {
  content: '\e9ca';
  margin-left: 100px;
}
.dSelect.WhereInRioDropdown .SelectionPanelHeader {
  margin-left: 40px;
}
.dSelect.WhereInRioDropdown .SelectionPanel ul {
  display: none;
  list-style: none;
  padding: 0px 8px;
  overflow: auto;
  max-height: 75px;
  margin-left: 40px;
}
.dSelect.WhereInRioDropdown .SelectionPanel.active ul {
  display: block;
  clear: both;
}
.dSelect.WhereInRioDropdown .SelectionPanel ul:empty {
  display: none;
}
.dSelect.WhereInRioDropdown .SelectionPanel li {
  margin: 2px 0px;
}
.dSelect.WhereInRioDropdown .SelectionPanel li::before {
  font-family: 'ego-icon-font' !important;
  content: '\e905';
  font-size: 12px;
  margin-right: 5px;
}
.dSelect.WhereInRioDropdown .SelectionCount {
  display: none;
  padding: 5px 2px;
  background: #4682b48c;
  border-radius: 15px;
  margin-right: 5px;
  width: 28px;
  text-align: center;
}
.dSelect.WhereInRioDropdown .SelectionCount .counterVal {
  display: inline;
}
.dSelect.WhereInRioDropdown .SelectionCount .counterIndi {
  display: none;
  vertical-align: super;
}
.dSelect.WhereInRioDropdown .SelectionCount.active {
  display: inline-block;
}
.dSelect.WhereInRioDropdown .dSelectDrop .SelectionCount.active {
  position: absolute;
  top: 6px;
  left: 6px;
}
.dSelect.WhereInRioDropdown .SelectionCount.Highcount .counterIndi {
  display: inline;
  font-size: 9px;
}
.dSelect.WhereInRioDropdown .dSelectVal {
  display: inline-block;
}
/*#endregion*/
/*#region DROPDOWN SKIN: AlamoDropdown*/
.dSelect.AlamoDropdown .dSelectDropList .dLabel {
  display: none;
}
.dSelect.AlamoDropdown .dSelectDropList .dSelectHeader {
  font-weight: 600;
}
.dSelect.AlamoDropdown .dSelectSearch {
  clear: both;
}
.dSelect.AlamoDropdown .SelectionPanel .SelectionPanelHeader label {
  float: left;
  width: auto;
}
.dSelect.AlamoDropdown .SelectionPanel .SelectionPanelHeader label::after {
  font-family: 'ego-icon-font' !important;
  content: '\e9c7';
  margin-left: 5px;
}
.dSelect.AlamoDropdown .SelectionPanel.active .SelectionPanelHeader label::after {
  content: '\e9ca';
}
.dSelect.AlamoDropdown .SelectionPanel ul {
  display: none;
  list-style: none;
  padding: 0px 8px;
  overflow: auto;
  max-height: 50px;
}
.dSelect.AlamoDropdown .SelectionPanel.active ul {
  display: block;
  clear: both;
}
.dSelect.AlamoDropdown .SelectionPanel ul:empty {
  display: none;
}
.dSelect.AlamoDropdown .SelectionPanel li {
  margin: 2px 0px;
}
.dSelect.AlamoDropdown .SelectionPanel li::before {
  font-family: 'ego-icon-font' !important;
  content: '\e905';
  font-size: 12px;
  margin-right: 5px;
}
.dSelect.AlamoDropdown .SelectionCount {
  display: none;
  padding: 5px 2px;
  background: #4682b48c;
  border-radius: 15px;
  margin-right: 5px;
  width: 28px;
  text-align: center;
}
.dSelect.AlamoDropdown .SelectionCount .counterVal {
  display: inline;
}
.dSelect.AlamoDropdown .SelectionCount .counterIndi {
  display: none;
  vertical-align: super;
}
.dSelect.AlamoDropdown .SelectionCount.active {
  display: inline-block;
}
.dSelect.AlamoDropdown .SelectionCount.Highcount .counterIndi {
  display: inline;
  font-size: 9px;
}
.dSelect.AlamoDropdown .dSelectVal {
  display: inline-block;
}
.dSelect.AlamoDropdown .tag:hover {
  text-decoration: underline;
}
.dSelect.AlamoDropdown .SelectionPanel .tag:hover {
  text-decoration: none;
}
.dSelect.AlamoDropdown .SelectionPanel .tag::before {
  font-family: 'ego-icon-font' !important;
  content: '\e905';
  font-size: 12px;
  margin-right: 5px;
  margin-left: 13px;
}
/*#endregion*/
/*#endregion*/
/*#region   *** PROPERTY COUNERS *** */
.PropertyBasicCounterDrag .menu-item:last-child,
.PropertyBasicCounters .menu-item:last-child {
  margin-right: 0 !important;
}
.PropertyBasicCounterDrag .menu-item:first-child,
.PropertyBasicCounters .menu-item:first-child {
  margin-top: 0 !important;
}
.InnerElement.pagespacer {
  pointer-events: none;
}
/*#endregion*/
/*#region   *** UNMATCHED FILTERS *** */
.unmatchedFilterContent {
  margin-top: 5px;
}
.unmatchedWrapper {
  display: inline-block;
}
.unmatchedFilter {
  font-size: 12px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  position: relative;
  border: 1px solid #e1dfdf;
  cursor: pointer;
  background-color: #FFF;
  color: #94989f;
  margin-bottom: 5px;
}
.unmatchedFilter span {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.unmatchedFilter:hover {
  background-color: #dadde0;
  color: #323a48;
}
.unmatchedFilter .filterLabel {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}
/*#endregion*/
/*#region   *** SHARER WRAPPER DROP *** */
.Element .socialWrapper {
  position: absolute;
  right: 0;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 10;
}
.Element .socialMediaItem {
  display: inline-block;
  margin-right: 15px;
}
.Element .socialMediaItem:last-child {
  margin-right: 0;
}
.Element .socialMediaItem a {
  font-size: 18px;
  color: grey;
  transition: all 0.5s ease;
}
.Element .socialMediaItem a:hover {
  color: black;
}
/*#endregion*/
/*#region   *** POPUPMODAL *** */
/* Hide section that is a popup inside "Main Page"*/
div.Section[data-isPopup="True"] {
  display: none;
}
/* Show section that is a popup inside popupModal*/
.popupModal div.Section[data-isPopup="True"] {
  display: block;
}
/* The Modal (background) */
.popupModal {
  position: fixed;
  /* Stay in place */
  overflow: auto;
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* Modal Content/Box */
.popupModal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* Could be more or less, depending on screen size */
  max-width: 780px;
}
/* The Close Button */
.popupModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  padding-right: 5px;
}
.popupModal .close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* */
.clickableOptionGroup {
  font-weight: bold;
}
.clickableOptionChild {
  padding-left: 15px;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*#endregion*/
/*#region FormPhoneIndicative  */
.FormIndicative .iti__hide {
  display: none;
}
.FormIndicative .pre {
  margin: 0 !important;
  display: inline-block;
}
.FormIndicative .input,
.FormIndicative button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
.FormIndicative .input[disabled],
.FormIndicative button[disabled] {
  background-color: #eee;
}
.FormIndicative .input,
.FormIndicative select {
  border: 1px solid #CCC;
  width: 250px;
}
.FormIndicative .button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}
.FormIndicative .button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}
.FormIndicative #result {
  margin-bottom: 100px;
}
.iti input[type="tel"]::placeholder {
  opacity: 50%;
}
div.iti {
  width: 100%;
}
div.iti * {
  box-sizing: content-box;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  padding-left: 50px !important;
  box-sizing: border-box;
  width: 100% !important;
}
div.iti__flag {
  background-image: url("../../Images/flags/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  div.iti__flag {
    background-image: url("../../Images/flags/flags@2x.png");
  }
}
/* #endregion */