/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
main {
  padding-bottom: 100px;
}

.form-title {
  margin: 0 0 50px 0;
}
.form-title h2 {
  font-size: 20px;
}

.heading {
  background-color: #fff;
}

.profile-head {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}
.profile-head .img {
  margin-right: 15px;
  max-width: 50px;
}
.profile-head .img img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}

.user-info {
  margin-bottom: 0 !important;
  align-items: center !important;
}
.user-info h1 {
  margin-right: 15px;
}
.user-info ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
.user-info ul li {
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 15px;
}
.user-info ul li svg {
  height: 20px;
  margin-right: 10px;
}
.user-info ul li svg path {
  fill: #f1b60d;
}

.author .add-cart-wrap {
  width: 24%;
  margin-right: 1%;
}
.author .add-cart-wrap .location {
  margin-bottom: 0;
}
.author .form-title {
  max-width: 100%;
  margin-bottom: 0px;
}
.author .form-title h2 {
  font-weight: bold;
}
.author .t-baseline {
  display: none;
}

.user-box {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
  width: calc(100% - 60px);
}

@media only screen and (max-width: 1000px) {
  .author .add-cart-wrap {
    width: 49%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 600px) {
  .add-cart-wrap {
    width: 100%;
  }
  .author .add-cart-wrap {
    width: 100%;
    margin-right: 0%;
  }
  .review-unit {
    width: 100% !important;
    margin-right: 0% !important;
  }
}
.user-profile .add-cart-wrap .acw-img img {
  height: 163px;
}

/*# sourceMappingURL=author.output.css.map */
