@charset 'utf-8';
.modal_windowa_area {
  display: none;
}

#cboxContent {
  background: none !important;
}
#cboxOverlay {
  background: #000 !important;
  opacity: 0.7 !important;
  filter: alpha(opacity = 70) !important;
}
#cboxLoadedContent {
  background: none !important;
}
#cboxLoadedContent {
  padding: 0 40px;
  border: none;
}
#cboxClose {
  top: 0;
  right: 0;
  padding: 0;
  background: url("/content/dam/31sumai/brand/img/icon_close.svg") center center no-repeat !important;
  background-size: 10px 10px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  font-size: 18px;
  font-size: 1.8rem;
}

#eco_builder_window {
  width: 100%;
  max-width: 850px;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  color: #897d76;
  overflow-y: auto;
  scrollbar-width: none;
  background-color: #fff;
}

#eco_builder_window img {
  width: 100%;
  height: auto;
}

#eco_builder_window .btn_eco_builder {
  /* position: relative;
  bottom: 16.25%; */
  width: 43%;
  padding: 0 28.45% 5%;
  display: block;
}
#eco_builder_window .btn_eco_builder:hover {
  opacity: .65;
} 

@media screen and (max-width: 640px) {
  #eco_builder_window {
    max-width: 329px;
    max-height: 90%;
    padding: 0 0 18px 0;
  }

  #eco_builder_window .btn_eco_builder {
    bottom: 8.5%;
    width: 90%;
    padding: 0 5%;
  }
}
