html,
body {
  height: 100%;
}
@font-face {
  font-family: OpenSans;
  src: local(OpenSans), url("/bundles/EmersyaWebsitePro/fonts/OpenSans-Regular.ttf") format("truetype");
}

.popupBody {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.embeddedIframe {
  max-width: 100%;
  max-height: 100%;
  width: calc(100% - 198px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

/********************************************************/
/**************** POPUP MESSAGE CONTAINER ***************/
/********************************************************/
.globalPopupContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  display: none;
}
.popupMessageMainContainer {
  position: absolute;
  width: 350px;
  left: calc(50% - 175px);
  top: calc(50% - 100px);
  border: solid 5px white;
  display: block;
  text-align: center;
  display: none;
}

.popupMessageMainContainer .popupMessageColorWarning,
.popupMessageMainContainer .popupMessage {
  background-color: white;
  border: solid 5px black;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-family: OpenSans;
}

.popupMessageMainContainer .popupMessageColorWarning .cancelButton,
.popupMessageMainContainer .popupMessage .cancelButton {
  text-align: center;
  cursor: pointer;
  background-color: #ffee3b;
  color: black;
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0px;
  font-family: OpenSans;
}
/********************************************************/
/**************** CONFIGURATOR CONTAINER ****************/
/********************************************************/

.colorByContainer,
.selectFabricContainer,
.colorGlobalContainer,
.logoContainer,
.sliderContainer,
.canopyListContainer {
  width: 177px;
  position: relative;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}

.colorByContainer .colorByTitle,
.selectFabricContainer .selectFabricTitle,
.colorGlobalContainer .colorTitle,
.logoContainer .logoTitle,
.sliderContainer .sliderTitle,
.canopyListContainer .canopyListContainerTitle {
  color: #646464;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.configuratorContainer {
  width: 198px;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.configuratorContainer .configuratorContainerLogojpxPetra {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxPetra_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogojpxSofia {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxSofia_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogoleia,
.configuratorContainer .configuratorContainerLogojpxLeia,
.configuratorContainer .configuratorContainerLogojpxLeia102017,
.configuratorContainer .configuratorContainerLogojpxLeiaHyper,
.configuratorContainer .configuratorContainerLogojpxLeiaHybrid {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxLeia_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogojvx {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jvx_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogojfx {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jfx_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogocrossfire3 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/crossfire3_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogosafire3 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/safire3_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogostudent {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/student_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogotandem {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/tandem_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogomatrix2 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/matrix2_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.configuratorContainer .configuratorContainerLogokraken {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/kraken_logo.png);
  width: 100%;
  height: 29px;
  background-size: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
}

/********************************************************/
/***************** CANOPY LIST CONTAINER ****************/
/********************************************************/
.canopyListContainer {
  margin-top: 0px;
  padding: 0px;
}

.canopyListContainer .canopyListContainerTitle {
  padding: 10px;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.canopyListContainer .canopyListContainerTitle:after {
  content: ">";
  position: absolute;
  font-family: OpenSans;
  font-size: 17px;
  right: 7px;
}

.canopyListSubContainer {
  display: none;
  position: absolute;
  top: 0px;
  left: 205px;
  width: calc(100% - 205px);
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.canopyType {
  cursor: pointer;
  margin-top: 30px;
  width: 433px;
  max-width: 100%;
  height: 65px;
  background-size: 433px 65px;
  margin-left: calc(50% - 250px);
  background-repeat: no-repeat;
}

.canopyTypeJPXPetra {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxPetra_logo.png);
}
.canopyTypeJPXSofia {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxSofia_logo.png);
}
.canopyTypeJPXLeia {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jpxLeia_logo.png);
}
.canopyTypeJVX {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jvx_logo.png);
}
.canopyTypeJFX {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jfx_logo.png);
}
.canopyTypeJFX2 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/jfx2_logo.png);
}
.canopyTypeCrossfire3 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/crossfire3_logo.png);
}
.canopyTypeSafire3 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/safire3_logo.png);
}
.canopyTypeStudent {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/student_logo.png);
}
.canopyTypeTandem {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/tandem_logo.png);
}
.canopyTypeMatrix2 {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/matrix2_logo.png);
}
.canopyTypeKraken {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/kraken_logo.png);
}

/********************************************************/
/******************** COLOR CONTAINER *******************/
/********************************************************/
.colorBySubContainer {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  opacity: 0.6;
}

.colorbyActive {
  border: 1px solid #000000;
  background-color: #ffffff;
  opacity: 1;
}

.colorByContainer .colorByPanelContainerLogo {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/panel.png);
  background-repeat: no-repeat;
}

.colorByContainer .colorByGroupContainerLogo {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/group.png);
  background-repeat: no-repeat;
}

.colorByContainer .colorByCellContainerLogo {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/cell.png);
  background-repeat: no-repeat;
}

.colorByContainer .colorByAllContainerLogo {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/all.png);
  background-repeat: no-repeat;
}

.colorByContainer .colorByContainerLogo {
  width: 55px;
  height: 30px;
  display: inline-block;
  margin-left: 15px;
  margin-top: 7px;
  background-size: 100%;
}

.colorByContainer .colorByContainerTitle {
  display: inline-block;
  line-height: 36px;
  font-size: 18px;
  font-family: OpenSans;
  vertical-align: top;
  margin-left: 20px;
}

.colorGlobalContainer {
  max-height: 450px;
}

.colorSubContainer {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff;
}

.tooltip {
  position: fixed;
  background-color: #fef100;
  color: black;
  border: 1px solid black;
  font-size: 12px;
  font-family: OpenSans;
  font-weight: bold;
  padding: 3px;
  box-sizing: border-box;
  width: auto;
  display: none;
  z-index: 11;
  white-space: nowrap;
}

.colorSubContainerSailWhite,
.colorSubContainerWhite {
  border: 1px solid #dadada;
}

.activeColor .colorContainerActive {
  display: block;
}

.colorContainerActive {
  width: 11px;
  height: 11px;
  background-color: black;
  display: none;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 11;
}

.longerLastingColorsContainer {
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid black;
  position: relative;
  margin-top: 4px;
  cursor: pointer;
}

.longerLastingColorsLogo {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/longerLastingColors.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 2px;
  margin-top: 5px;
  width: 13px;
  height: 13px;
}

.longerLastingColorsText {
  display: inline-block;
  font-family: OpenSans;
  font-size: 10px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 0px;
}

.emptySquare {
  background-color: white !important;
  pointer-events: none;
}

.emptySquare .colorContainerActive {
  display: none;
}

.noMarginRight {
  margin-right: 0px;
}

.colorContainer {
  margin: auto;
}

/********************************************************/
/*************** SELECT FABRIC CONTAINER ****************/
/********************************************************/
.selectFabricContainer {
  display: none;
}

.selectFabricContainer .selectFabricTitle {
  margin-bottom: 5px;
}

.selectFabricSubContainer {
  position: relative;
  margin-top: 0px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  font-family: OpenSans;
  display: inline-block;
  width: 45%;
}

.selectFabricActive {
  border: 1px solid #000000;
}

.selectFabricActive .selectFabricSubContainerInactive {
  display: none;
}

.selectFabricContainer .selectFabricContainerTitle {
  line-height: 36px;
  font-size: 18px;
  font-family: OpenSans;
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.selectFabricSubContainerInactive {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #e6e6e6;
  opacity: 0.6;
}

/********************************************************/
/******************* LOGO CONTAINER *********************/
/********************************************************/

.logoContainer .logoSubContainer {
  width: 100%;
}

.logoContainer .logo {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: top;
  margin-right: 8px;
}
.logoContainer .logoIcarusCanopies {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/icarus.jpg);
}
.logoContainer .logoDaedalusProject {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/daedalus.jpg);
}
.logoContainer .logoNZAerosport {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/nz.jpg);
}
.logoContainer .logoIcarusFuckYeah {
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/fuckyeah.jpg);
}
.logoContainer .removeLogos span {
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #ffffff;
}
.logoContainer .removeLogos span::before,
.logoContainer .removeLogos span::after {
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #000000;
  content: "";
}
.logoContainer .removeLogos span::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.logoContainer .removeLogos span::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selectedLogo {
  display: none;
  position: absolute;
  background-color: black;
  width: 15px;
  height: 15px;
  top: 6.5px;
  left: 6.5px;
}

.logoContainer .logoExtraCostTooltip {
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: bold;
  background-color: #feeb44;
  padding: 1.5px 6px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  font-family: Arial;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
}

/********************************************************/
/****************** SLIDER CONTAINER ********************/
/********************************************************/

.sliderContainer .sliderColor {
  width: 100%;
  height: 85px;
  cursor: pointer;
  background-size: 100%;
  background-color: #ffffff;
  background-image: url(/bundles/EmersyaWebsitePro/images/apps/nzaerosport/v2/slider.png);
  background-repeat: no-repeat;
}

/********************************************************/
/************** END CONFIGURATOR CONTAINER **************/
/********************************************************/

.leftArrowContainer,
.rightArrowContainer {
  opacity: 0;
  vertical-align: middle;
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: 4px;
  display: none;
}

.leftArrowContainer {
  border-right: 8px solid #000000;
}

.rightArrowContainer {
  border-left: 8px solid #000000;
}

/***********************************************************************************************/
/***********************************************************************************************/
/****************************** MEDIA QUERIES - Responsive Design ******************************/
/***********************************************************************************************/
/***********************************************************************************************/
@media screen and (max-height: 830px) {
  .configuratorContainer {
    width: 202px;
  }

  .embeddedIframe {
    width: calc(100% - 202px);
  }
}
@media screen and (max-width: 768px) {
  .configuratorContainer .configuratorContainerLogo {
    width: 150px;
    height: 22px;
  }

  .colorByContainer {
    width: 150px;
    padding: 10px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
  }

  .colorByContainer .colorByContainerTitle {
    line-height: 20px;
    font-size: 20px;
    margin-left: 10px;
  }

  .colorByContainer .colorByContainerLogo {
    width: 35px;
    height: 17px;
    margin-left: 5px;
    margin-top: 3px;
  }

  .configuratorContainer {
    width: 170px;
    padding: 10px;
  }

  .logoContainer .logo {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .colorByContainer,
  .colorGlobalContainer,
  .logoContainer,
  .sliderContainer,
  .canopyListContainer,
  .selectFabricContainer {
    width: 150px;
  }

  .embeddedIframe {
    width: calc(100% - 170px);
  }

  .canopyType {
    background-size: 250px 38px;
    margin-left: calc(50% - 125px);
    width: 250px;
    height: 40px;
  }

  .canopyListSubContainer {
    left: 160px;
    width: calc(100% - 160px);
  }

  .longerLastingColorsContainer {
    text-align: center;
  }
  .longerLastingColorsLogo {
    display: none;
  }
  .longerLastingColorsText {
    font-size: 9px;
    margin-left: 0px;
  }

  .colorSubContainer {
    width: 20px;
    height: 20px;
  }
  .colorContainerActive {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
  }

  .selectFabricContainer .selectFabricContainerTitle {
    font-size: 15px;
  }

  .configuratorContainer .configuratorContainerLogojpxPetra,
  .configuratorContainer .configuratorContainerLogojpxSofia,
  .configuratorContainer .configuratorContainerLogojpxLeia,
  .configuratorContainer .configuratorContainerLogojpxLeiaHybrid,
  .configuratorContainer .configuratorContainerLogojvx,
  .configuratorContainer .configuratorContainerLogojfx,
  .configuratorContainer .configuratorContainerLogocrossfire3,
  .configuratorContainer .configuratorContainerLogosafire3,
  .configuratorContainer .configuratorContainerLogostudent,
  .configuratorContainer .configuratorContainerLogotandem,
  .configuratorContainer .configuratorContainerLogomatrix2 {
    width: 150px;
    height: 27px;
    background-size: 150px 27px;
  }

  .logoContainer .removeLogos span::before,
  .logoContainer .removeLogos span::after {
    top: -2px;
  }
}

@media screen and (max-width: 500px) {
  .leftArrowContainer,
  .rightArrowContainer {
    display: inline-block;
  }
  .rightArrowContainer {
    opacity: 1;
  }

  .configuratorContainer .configuratorContainerLogojpxPetra,
  .configuratorContainer .configuratorContainerLogojpxSofia,
  .configuratorContainer .configuratorContainerLogoleia,
  .configuratorContainer .configuratorContainerLogojpxLeia,
  .configuratorContainer .configuratorContainerLogojpxLeia102017,
  .configuratorContainer .configuratorContainerLogojpxLeiaHyper,
  .configuratorContainer .configuratorContainerLogojpxLeiaHybrid .configuratorContainer .configuratorContainerLogojvx,
  .configuratorContainer .configuratorContainerLogojfx,
  .configuratorContainer .configuratorContainerLogocrossfire3,
  .configuratorContainer .configuratorContainerLogosafire3,
  .configuratorContainer .configuratorContainerLogostudent,
  .configuratorContainer .configuratorContainerLogotandem,
  .configuratorContainer .configuratorContainerLogomatrix2,
  .configuratorContainer .configuratorContainerLogokraken {
    position: fixed;
    top: 10px;
    left: 0px;
    background-size: 80%;
    height: 50px;
  }

  .colorByContainer .colorByTitle,
  .selectFabricContainer .selectFabricTitle,
  .colorGlobalContainer .colorTitle,
  .logoContainer .logoTitle,
  .sliderContainer .sliderTitle,
  .canopyListContainer .canopyListContainerTitle {
    font-size: 12px;
  }

  .colorSubContainer {
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
  }
  .colorContainerActive {
    width: 11px;
    height: 11px;
    left: 7px;
    top: 7px;
  }
  .logoContainer .logoTitle {
    width: 30%;
    max-width: 65px;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 28px;
  }
  .logoContainer .logoSubContainer {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .noMarginRight {
    margin-right: 5px;
  }

  .colorGlobalContainer .colorTitle {
    width: 80px;
    display: inline-block;
    margin-bottom: 0px;
  }
  .colorGlobalContainer .colorMainContainer {
    width: calc(100% - 115px) !important;
    display: inline-block;
    vertical-align: top;
    overflow: scroll;
    position: relative;
  }

  .colorByContainer,
  .colorGlobalContainer,
  .logoContainer,
  .sliderContainer,
  .canopyListContainer,
  .selectFabricContainer {
    width: 69%;
    display: inline-block;
  }

  .logoContainer {
    margin-top: 0px;
  }

  .canopyListContainer .canopyListContainerTitle {
    padding: 3px;
    white-space: nowrap;
    max-width: 106px;
    height: 30px !important;
    background-size: 80px 22px !important;
    background-position: 5px 5px !important;
  }
  .colorByContainer,
  .selectFabricContainer,
  .colorGlobalContainer,
  .logoContainer,
  .sliderContainer,
  .canopyListContainer {
    padding: 3px;
  }

  .canopyListContainer .canopyListContainerTitle::after {
    display: none;
  }

  .embeddedIframe {
    width: 100%;
  }

  .configuratorContainer .configuratorContainerLogo {
    display: none;
  }

  .colorByContainer {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    margin-top: 0px;
    height: 40px;
  }

  .colorByContainer .colorByTitle {
    display: none;
  }

  .colorByContainer .colorByContainerLogo {
    width: 100%;
    height: 30px;
    margin: auto;
    margin-left: 0px;
    background-position: 50%;
    background-size: 40px;
    display: block;
  }

  .colorByContainer .colorByContainerTitle {
    display: none;
  }

  .colorByContainer .colorBySubContainer {
    margin: 0px 2px;
    width: calc(25% - 10px);
    display: inline-block;
  }

  .iframeContainer {
    height: calc(100% - 130px);
    position: absolute;
    top: 0px;
  }

  .configuratorContainer {
    width: 100%;
    height: 130px;
    padding: 5px;
    bottom: 0px;
    top: auto;
    overflow: auto;
  }

  .sliderContainer {
    width: calc(30% - 5px);
    height: 35px;
    line-height: 30px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    font-size: 0px;
  }
  .sliderContainer .sliderTitle {
    line-height: 27px;
    margin-bottom: 0px;
    width: 46px;
    display: inline-block;
    vertical-align: top;
  }

  .sliderContainer .sliderColor {
    width: calc(100% - 48px);
    height: 100%;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    margin-left: 1px;
  }

  .colorGlobalContainer {
    overflow: auto;
    width: 100%;
    margin-bottom: 5px;
  }

  .canopyListSubContainer {
    left: 0px;
    width: 100%;
    height: calc(100% - 225px);
  }

  .selectFabricSubContainer {
    width: 40%;
    height: 25px;
  }

  .selectFabricContainer .selectFabricContainerTitle {
    line-height: 25px;
  }
  .selectFabricContainer .selectFabricContainerTitle {
    font-size: 12px;
  }

  .logoContainer .logo {
    width: 25px;
    font-size: 12px;
    height: 25px;
  }

  .longerLastingColorsText {
    margin-top: 1px;
  }
  .longerLastingColorsContainer {
    margin-top: 0px;
    line-height: 20px;
  }

  .selectedLogo {
    width: 12px;
    height: 12px;
    top: 3.5px;
    left: 3.5px;
  }
}

@media screen and (max-width: 350px) {
  .logoContainer .removeLogos span::before,
  .logoContainer .removeLogos span::after {
    top: -3px;
  }
  .logoContainer .logoTitle {
    width: 36px;
    line-height: 15px;
  }

  .logoContainer .logoSubContainer {
    width: calc(100% - 50px);
  }

  .logoContainer .logo {
    width: 23px;
    height: 23px;
    margin-right: 4px;
    margin-top: 3px;
  }

  .sliderContainer {
    height: 38px;
  }

  .sliderContainer .sliderTitle {
    line-height: 30px;
  }
}
