.add-product {
  .add-product-wrap-form {
    margin-right: -10px;
    margin-left: -10px;
    &:before {
      content: '';
      display: table;
    }
    &:after {
      content: '';
      display: table;
      clear: both;
    }
  }
  .add-product-left-content {
    width: 75%;
    float: left;
    padding: 0 10px;
    .section {
      border: 1px solid #E6EAEE;
      border-radius: 4px;
      background-color: #FFFFFF;
      padding: 22px 20px;
      margin-bottom: 35px;
      .section-heading {
        color: #354052;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 20px;
      }
      .custom-select {
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #ccc;
        box-shadow: none !important;
        font-size: 14px;
        select {
          background-color: #fff;
          border: none;
          height: 45px;
          font-size: 14px;
          font-weight: 400;
          border-radius: 4px;
          outline: none;
          box-shadow: none !important;
        }
      }
    }
  }
  .add-product-right-content {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .add-product-title {
    color: #354052;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .wrap-input-product-name {
    position: relative;
    margin-bottom: 15px
  }
  .input-product-name-icon {
    position: absolute;
    color: #61636D;
    top: 0;
    left: 0;
    width: 50px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .input-product-name {
    padding: 19px 20px 18px 50px;
    color: #9B9B9B;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    background-color: #FFFFFF;
  }
  .wrap-product-avata {
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 15px;
    .wrap-product-title {
      color: #354052;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 15px;
    }
    .wrap-product-avata-upload {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
    }
    .wrap-input-upload {
      position: relative;
      margin-right: 10px;
    }
    .product-upload-file {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      border-radius: 100px;
    }
    .btn-post-file {
      padding: 7px 30px;
      color: #444444;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 500;
      line-height: 19px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      border: 1px solid #DDDDDD;
      border-radius: 100px;
      background: linear-gradient(0deg, #F6F6F6 0%, #FFFFFF 100%);
      .fa {
        margin-right: 10px;
        font-size: 20px
      }
    }
    .upload-desc {
      color: #7F8FA4;
      font-family: "Roboto";
      font-size: 13px;
      line-height: 19px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      .fa {
        margin-right: 7px;
        font-size: 19px;
      }
    }
  }
  .wrap-product-des {
    border: 1px solid #E6EAEE;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 22px 20px;
    margin-bottom: 15px;
    .wrap-product-des-title {
      color: #354052;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
    }
    .des-title-des {
      margin-left: 10px;
      color: #7F8FA4;
      font-family: "Roboto";
      font-size: 13px;
      line-height: 19px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      .fa {
        margin-right: 7px;
        font-size: 19px;
      }
    }
    .product-des-input {
      padding: 15px;
      width: 100% !important;
      border: 1px solid #ECECEC;
      background-color: #FFFFFF;
      color: #9B9B9B;
      font-family: Roboto;
      font-size: 14px;
      line-height: 16px;
    }
  }

  .wrap-product-list-category {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 20px;
    .wrap-product-list-category-title {
      color: #354052;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 18px;
    }
    .wrap-checklist-category {
      border: 1px solid #ECECEC;
      background-color: #FFFFFF;
      padding: 15px 15px 5px 10px;
      margin-bottom: 18px;
    }
    .add-more-link {
      color: #ED3237;
      font-family: Roboto;
      font-size: 12px;
      line-height: 14px;
      .fa {
        margin-right: 11px;
        font-size: 16px;
        position: relative;
        top: 1px;
      }
    }
    .check-box-wrap .lb-check-box:after {
      top: 6px;
      left: 5px;
      width: 9px;
      height: 5px;
    }
    .check-box-wrap .lb-check-box:before {
      width: 19px;
      height: 19px;
      border: 1px solid #CBCBCB;
    }
    .check-box-wrap .check-box {
      top: 1px;
      left: 1px;
      width: 16px;
      height: 16px;
      margin: 0;
    }
    .check-box-wrap .lb-check-box {
      padding: 3px 3px 3px 25px;
      color: #354052;
      font-family: Roboto;
      font-size: 12px;
    }
    .check-box {
      margin-bottom: 10px;
    }
  }

  .wrap-radio-price {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 20px;
    .wrap-radio-price-title {
      color: #354052;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 10px;
    }
    .wrap-price {
      margin-bottom: 18px;
    }
    .input-price {
      border: 1px solid #ECECEC;
      background-color: #FFFFFF;
      color: #333333;
      font-family: Roboto;
      font-size: 13px;
      line-height: 15px;
      padding: 10px;
      width: 100%;
    }
    .input-price-gap {
      color: #354052;
      font-family: Roboto;
      font-size: 20px;
      font-weight: 500;
      line-height: 15px;
      width: 10%;
      text-align: center;
    }
  }

  .wrap-input-radio-price {
    position: relative;
    margin-bottom: 10px;
    .input-radio-price {
      opacity: 0;
      position: absolute;
      z-index: 2;
      width: 18px;
      height: 18px;
      margin: 0;
      top: 6px;
      cursor: pointer;
      &:checked ~ .label-radio-price {
        &:after {
          border: 1px solid #ED3237;
          background-color: #FFFFFF;
        }
        &:before {
          opacity: 1;
        }
      }
    }
    .label-radio-price {
      color: #354052;
      font-family: Roboto;
      font-size: 12px;
      line-height: 30px;
      padding-left: 25px;
      display: inline-block;
      position: relative;
      &:after {
        content: '';
        height: 17px;
        position: absolute;
        width: 17px;
        left: 0;
        border: 1px solid #CBCBCB;
        border-radius: 100px;
        background-color: #FFFFFF;
        top: 6px;
      }
      &:before {
        content: '';
        height: 7px;
        position: absolute;
        opacity: 0;
        width: 7px;
        left: 5px;
        border: 1px solid #ED3237;
        border-radius: 100px;
        background-color: #ED3237;
        top: 11px;
        z-index: 1;
      }
    }
  }
  .add-product-btn-wrap {
    padding-top: 15px;
    position: relative;
    &:after {
      content: '';
      background-color: #E9E9E9;
      position: absolute;
      top: 0;
      left: -20px;
      right: -20px;
      height: 1px;
    }
    .add-product-btn {
      width: 100%;
      border: 1px solid #D42025;
      border-radius: 123px;
      background-color: #ED3237;
      padding: 11px 0;
      text-align: center;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 13px;
      font-weight: 500;
      line-height: 15px;
      cursor: pointer;
    }
  }
  .btn-delete-product {
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    color: #696969;
    font-family: Roboto;
    font-size: 13px;
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
    .fa {
      margin-right: 13px;
      font-size: 19px;
    }
  }
  .wrap-image-result {
    padding-top: 25px;
    margin-left: -7px;
    margin-right: -7px;
    &:before {
      content: '';
      display: table;
    }
    &:after {
      content: '';
      display: table;
      clear: both;
    }
    .item-image {
      width: 20%;
      float: left;
      padding: 0 7px;
      position: relative;
    }
    .wrap-img {
      width: 100%;
      height: 125px;
      padding: 5px;
      position: relative;
      border: 1px solid #E6E6E6;
    }
    .img-result {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .remove-img {
      height: 23px;
      width: 23px;
      border: 1px solid #FFFFFF;
      background-color: #AEAEAE;
      position: absolute;
      top: -11px;
      right: -3px;
      cursor: pointer;
      border-radius: 100%;
      &:before,
      &:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 1px;
        background-color: #FFF;
        top: 50%;
        left: 50%;
      }
      &:before {
        transform: translate(-50%, -50%) rotate(45deg);
      }
      &:after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
    }
  }
}