.profileov {
  position: relative;
}
.profileov .prov1 {
  position: relative;
}
.profileov .prov1 h6 {
  display: none;
}
.profileov .prov1 h3,
.profileov .prov1 > span {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1rem!important;
  display: block;
}
.profileov .prov1 h3 {
  font-weight: 700;
}
.profileov .prov2 {
  display: none;
}
.profilemanager {
  position: relative;
  margin: 20px auto;
}
.profileorders {
  position: relative;
}
.profileorders .profileorders_empty {
  display: block;
}
.profileorders article {
  margin-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .profileorders article {
    margin-bottom: 80px;
  }
}
.profileorders article:last-child {
  margin-bottom: 0;
}
.profileorders .l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background: #ECE1D8;
  padding: 30px 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .profileorders .l {
    padding: 25px;
  }
}
.profileorders .l > span {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.profileorders .l > span:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .profileorders .l > span {
    width: 50%;
  }
  .profileorders .l > span:nth-child(3),
  .profileorders .l > span:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .profileorders .l > span {
    width: auto;
    margin-bottom: 0;
  }
}
.profileorders .l h6,
.profileorders .l h6 .price {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .profileorders .l h6,
  .profileorders .l h6 .price {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .profileorders .l h6,
  .profileorders .l h6 .price {
    font-size: 1.4rem;
  }
}
.profileorders .r {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 640px) {
  .profileorders .r {
    margin: 0 -20px;
  }
}
.profileorders .r > div {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .profileorders .r > div {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .profileorders .r > div {
    width: 33.33%;
  }
}
.profileorders .r .itm-more {
  display: none;
}
.profileorders .r h4 {
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: left;
  padding: 0;
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 640px) {
  .profileorders .r h4 {
    font-size: 1.3rem;
  }
}
.profileorders .r h4 span {
  display: block;
}
.profileorders .r h4 a {
  display: block;
  font-weight: 700;
  line-height: 100%;
  border: none;
  outline: none;
}
.profileorders .r h6 {
  position: relative;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: normal;
}
.profileorders .r h6 span {
  display: block;
}
.profileorders .r .count {
  margin-left: 5px;
}
.profileorders .itm {
  background: #F9F6F3;
  display: block!important;
  padding: 20px;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .profileorders .itm {
    display: flex!important;
  }
}
.profileorders .itl {
  width: 50%;
}
@media screen and (min-width: 480px) {
  .profileorders .itl {
    padding: 0 15px 0 0;
  }
}
.profileorders .itl img {
  width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: contain;
  object-position: top center;
}
.profileorders .itr {
  padding: 0 0 0 15px;
  width: 50%;
}
.profileorders .itr .no,
.profileorders .itr .cnt {
  margin-bottom: 6px;
}
.profileorders .itr .no-lbl {
  display: none;
}
.profileorders .itr .cnt {
  display: block;
}
.profileorders .itr .cnt h6 {
  font-weight: bold;
}
.profileorders .itr .shop_cartadded {
  width: 100%;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 50px;
  background: #35a349;
  padding-top: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
  overflow: hidden !important;
  color: white;
}
.profileorders .itr .shop_cartadded a {
  margin: 0 5px;
  text-decoration: underline;
  border: none;
}
.profileorders .itr h4 {
  margin-top: 0;
}
.profileorders .itr h6 {
  display: inline-block;
  font-weight: 400;
}
