.first_block_product .lookmyClick {
  cursor: pointer;
}
.lookmy_title {
  display: none;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 5px solid;
}
.lookmy_title span {
  font-size: 20px;
  font-weight: bold;
}
.lookmy_form {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.lookmy_form .lookmy-left {
  text-align: center;
  display: inline-block;
}
.lookmy_form .lookmy-right {
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
}
.lookmy_form .lookmy-right div {
  padding: 10px;
  cursor: pointer;
  border: 1px dotted;
  margin: 10px;
  border-radius: 10px;
}
.lookmy_form .lookmy-right div:first-child {
  margin-top: 0px;
}
.lookmy_form .lookmy-right div input {
  cursor: pointer;
}
.lookmy_form .lookmy-right div span {
  margin-left: 5px;
}
.lookmy_form .lookmy-right .central-right {
  cursor: default;
  text-align: center;
  border: none;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.lookmy_form .lookmy-right .central-right .title-right {
  display: block;
}
.lookmy_form .lookmy-right .central-right .right-checkbox {
  display: inline-block;
  text-align: left;
  width: 44%;
}
.lookmy_form .help-text {
  margin-left: 100px;
  margin-bottom: 5px;
  display: block;
}
.lookmy_form .lookmy-block {
  text-align: left;
  align-items: center;
  display: flex;
  width: 360px;
  margin-bottom: 10px;
  font-size: 20px;
}
.lookmy_form .lookmy-block span {
  display: inline-flex;
  width: 150px;
}
.lookmy_form .lookmy-block input {
  font-size: 20px;
  border-radius: 5px;
  width: 200px;
  height: 30px;
}
.lookmy_form .lookmy-block textarea {
  border-radius: 5px;
  border-top: 2px solid #9a9a9a;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #9a9a9a;
  width: 200px;
  height: 150px;
  resize: none;
}
.lookmy_form .lookmy-block .to_counter {
  height: 224px;
}
.lookmy_form .context-block {
  margin-bottom: 10px;
  width: 500px;
}
.lookmy_form .context-block span {
  width: 250px;
}
.lookmy_form .context-block input {
  width: 250px;
}
.lookmy_form .context-block textarea {
  width: 250px;
}
.lookmy_form .left-to-middle {
  margin: 0 auto;
  display: block;
  width: 450px;
}
.lookmy_form button {
  outline: none;
  padding: 10px 20px;
  background: none;
  background-color: #fff0c3;
  font-size: 20px;
  border: solid 1px #593721;
  border-radius: 0px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}
.lookmy_form button:hover {
  background-color: #593721;
  cursor: pointer;
  color: #fff;
  border: solid 1px #fff0c3;
}
.lookmy_form .outer-block {
  width: 100%;
}
.lookmy_form .outer-block input {
  width: 87%;
}
.lookmy_form .outer-block textarea {
  width: 87%;
}

