.lights-container {
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0px auto;
  background: #04282b;
}

.lights-select {
  display: flex;
  align-items: center;
  background: #133538;
  border-bottom: 2px solid #f9ca03;
}

.lights-content {
  width: 30%;
  padding: 5%;
  color: #ffffff;
}

.lights-layouts {
  width: 60%;
}

.lights-thumb {
  display: inline-block;
  width: 100px;
}
.lights-thumb img {
  display: block;
	border: 1px solid transparent;
  width: 100%;
}

.lights-thumb.selected img{
  border-color: #f9ca03;
}

.lights-form {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #ffffff;
}

.lights-input {
  display: flex;
  flex-direction: column;
}

.lights-input label {
  color: #ffff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.lights-form input {
  color: #000000;
  background: #ffffff;
  height: inherit;
}

.lights-form button,
.lights-reset {
  background: #f9ca03;
  border: 0px;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f9ca03;
  padding: 10px 0px;
  transition: 0.4s all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lights-form button::after,
.lights-reset::after {
  display: flex;
  position: relative;
  margin-left: 5px;
  font-family: "mrz-iconset";
  font-size: 12px;
  transition: 0.1s all;
}

.lights-form button:hover::after,
.lights-reset:hover::after {
  margin-left: 8px;
}

.lights-form button::after {
  content: "\e905";
}

.lights-reset::after {
  content: "\e93a";
}

.lights-form button:hover,
.lights-reset:hover {
  color: #ffffff;
  background: #133538;
  border: 1px solid #f9ca03;
}

.lights-main-image-container {
  text-align: center;
  width: 100%;
  margin: 50px 0px;
}

.image-point,
.lights-main-image-width,
.lights-main-image-height {
  color: #ffffff;
}

.lights-main-image {
  display: inline-block;
  position: relative;
}

.lights-main-image img {
  display: block;
}

.lights-main-image-width {
  background: #94cb31;
  position: absolute;
  top: -15px;
  width: 100%;
  height: 1px;
  display: flex;
  align-items: center;
}

.lights-main-image-width::before {
  content: "";
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #94cb31;
}

.lights-main-image-width::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #94cb31;
}

.lights-main-image-width span {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  text-align: center;
}

.lights-main-image-height {
  background: #94cb31;
  left: -15px;
  position: absolute;
  height: 100%;
  width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lights-main-image-height::before {
  content: "";
  top: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #94cb31;
}

.lights-main-image-height::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #94cb31;
}

.lights-main-image-height span {
  position: absolute;
  width: 40px;
  top: 50%;
  margin-top: -9px;
  left: -50px;
  text-align: right;
}

.image-point {
  position: absolute;
}

.lights-reset {
  text-align: center;
  margin: 0px auto;
}
