.btn__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: flex-start;
  margin-top: 4px; }
  .btn__list .popup__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border: none;
    outline: none;
    margin: 7px 25px; }
    .btn__list .popup__btn .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #333333;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 18px; }

.menu__popup__form {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s; }
  .menu__popup__form fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    transition: all 0.3s; }
  .menu__popup__form .download__box {
    width: 100%;
    position: relative;
    transition: all 0.3s;
    transition: all 0.3s; }
    .menu__popup__form .download__box input {
      display: none;
      transition: all 0.3s; }
    .menu__popup__form .download__box .drop__box {
      width: calc(100% - 40px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 45px 20px;
      background: #F5F5F5;
      border: 3px dashed #E0AA3E;
      box-sizing: border-box;
      border-radius: 0px;
      margin: 0 20px;
      transition: all 0.3s; }
      .menu__popup__form .download__box .drop__box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        transition: all 0.3s; }
        .menu__popup__form .download__box .drop__box .icon svg {
          width: 42px;
          height: 37px;
          transition: all 0.3s; }
      .menu__popup__form .download__box .drop__box span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #E0AA3E;
        margin-bottom: 7px;
        transition: all 0.3s; }
        .menu__popup__form .download__box .drop__box span b {
          font-size: 16px;
          line-height: 19px; }
    .menu__popup__form .download__box img {
      width: 100%;
      max-height: 220px; }
  .menu__popup__form textarea {
    width: calc(100% - 40px);
    margin: 0 20px;
    border: 1px solid #ADABAB;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333436;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    max-height: 60px;
    min-height: 60px; }
  .menu__popup__form textarea::placeholder {
    color: #797979;
    font-weight: normal; }
  .menu__popup__form .save {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #D7D7D7;
    padding: 16px 20px;
    background: #FFFFFF; }
    .menu__popup__form .save span {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      color: #4C4C4C;
      white-space: pre-wrap;
      text-align: center; }

.menu__popup__form.sm .download__box {
  display: none;
  position: absolute;
  bottom: 100%;
  transition: all 0.3s; }

.menu__popup__form.empty .download__box img {
  display: none;
  transition: all 0.3s; }
.menu__popup__form.empty textarea {
  margin-top: 40px;
  transition: all 0.3s; }

.menu__popup__form.full {
  z-index: 2;
  overflow: visible;
  transition: all 0.3s;
  top: -25px; }
  .menu__popup__form.full .download__box {
    position: relative;
    display: block;
    transition: all 0.3s; }
    .menu__popup__form.full .download__box .drop__box {
      display: flex;
      border: none;
      background: #FFFFFF;
      border: 1px solid #D7D7D7;
      box-sizing: border-box;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      position: absolute;
      bottom: -25px;
      right: 20px;
      width: 50px;
      height: 50px;
      z-index: 3;
      transition: all 0.3s; }
      .menu__popup__form.full .download__box .drop__box .icon {
        margin-bottom: 0px;
        transition: all 0.3s; }
        .menu__popup__form.full .download__box .drop__box .icon svg {
          width: 20px;
          height: 20px;
          transition: all 0.3s; }
      .menu__popup__form.full .download__box .drop__box span {
        display: none;
        transition: all 0.3s; }
    .menu__popup__form.full .download__box img {
      display: block;
      transition: all 0.3s; }
  .menu__popup__form.full textarea {
    margin-top: 40px;
    transition: all 0.3s; }

.productAdd {
  margin-top: 44px;
  padding-top: 20px;
  transition: all 0.3s; }
  .productAdd .menu__popup__form .download__box .drop__box {
    background: #333333;
    transition: all 0.3s; }
  .productAdd .menu__popup__form.full .download__box .drop__box {
    background: #FFFFFF;
    transition: all 0.3s; }

.productAdd.full {
  margin-top: 0;
  padding-top: 0;
  transition: all 0.3s; }

.productDetailList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  padding: 15px;
  margin-bottom: 62px;
  transition: all 0.3s; }
  .productDetailList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #333333;
    border: 1px solid #E0AA3E;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 12px;
    transition: all 0.3s;
    position: relative;
    min-height: 76px; }
    .productDetailList .item .icon {
      background: rgba(173, 171, 171, 0.6);
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      bottom: 33px; }
    .productDetailList .item .title {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #FFFFFF;
      top: 40px; }
    .productDetailList .item .title,
    .productDetailList .item .icon {
      transition: all 0.3s;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .productDetailList .item .settings__list {
      height: 0px;
      width: 100%; }
  .productDetailList .save {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    background: #E0AA3E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF; }
  .productDetailList .item.open {
    height: 100%;
    min-height: 100px;
    transition: all 0.3s; }
    .productDetailList .item.open .settings__list {
      height: 100%;
      transition: all 0.3s; }
    .productDetailList .item.open .icon {
      bottom: 20px;
      transition: all 0.3s; }
    .productDetailList .item.open .title {
      top: 10px;
      transition: all 0.3s; }

.menuDetail__header.productAdd__header {
  border-bottom: none;
  transition: all 0.3s; }

/*# sourceMappingURL=menuPopups.css.map */
