.wrapper-ldp-theme {
  max-width: 414px;
  margin: auto;
  position: relative;
  background: #EFEFF6;
}
.layout-ldp-theme {
  max-width: 446px;
  margin: auto;
  background: #fff;
  padding: 25px 16px 16px;
  border-radius: 10px;
  position: relative;
  top: 30px;
}
.ldp-brand--logo img {
  width: 80%;
  margin: 0 auto 20px;
  display: block;
}
.profile-top {
  padding: 190px 16px 15px;
  background: url("../../images/landingpage/theme-2/bg-top.jpg") no-repeat top center #f9eabf;
  min-height: 384px;
}
.profile-top-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 15px;
}
.profile-top-body .prf-top--avatar {
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 150px;
  margin-right: 15px;
  border: 5px solid #e8d7c2;
}
.profile-top-body .prf-top--info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profile-top-body .prf-top--info .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  color: #b1581c;
  display: block;
}
.profile-top-body .prf-top--info p {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 15px;
  font-weight: 600;
}
.profile-top-body .prf-top--info ul {
  margin: 0 -3px;
}
.profile-top-body .prf-top--info ul li {
  display: inline-block;
  padding: 0 3px;
}
.nav-prd-ldp {
  background: #f9eabf;
  padding: 8px 16px;
}
.nav-prd-ldp ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  overflow: hidden;
}
.nav-prd-ldp ul li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.nav-prd-ldp ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #424242;
  opacity: 50%;
  padding-bottom: 8px;
  position: relative;
}
.nav-prd-ldp ul li.active a,
.nav-prd-ldp ul li:hover a {
  opacity: 100%;
}
.nav-prd-ldp ul li.active a:before {
  position: absolute;
  content: "";
  background: #424242;
  width: 35px;
  height: 2px;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/**** Product ****/
.list-prd-ldp {
  background: url("../../images/landingpage/theme-2/bg-bottom.jpg") no-repeat bottom center #f9eabf;
  padding: 16px 16px 150px;
}
.prd-item--title {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}
.prd-item--title span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
.prd-item--title span em {
  display: block;
  font-style: normal;
}
.prd-show--main {
  background: #fff;
  border-radius: 5px;
}
.prd-show--main .prd-show--allview {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 16px 0;
  align-items: center;
}
.prd-show--main .prd-show--allview .title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  border-left: 2px solid #333;
  padding-left: 8px;
}
.prd-show--main .prd-show--allview .viewall {
  display: inline-block;
  background: #f3f3f3;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 15px 2px;
  border-radius: 30px;
}
.prd-show--main .prd-show--allview .viewall:hover {
  background: #e0e0e0;
}
.item-show--prd .prd--link {
  display: flex;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-show--prd .prd--link .show-prd--img {
  position: relative;
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 5px;
}
.item-show--prd .prd--link .show-prd--title {
  padding: .3rem .5rem;
  overflow: hidden;
  height: 52px;
  width: 100%;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-show--prd .prd--link .show-prd--title .title {
  font-size: 15px;
  line-height: 18px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  letter-spacing: -0.2px;
  text-transform: lowercase;
  font-weight: 600;
  color: #2C2C2C;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.item-show--prd .prd--link:hover .show-prd--title .title {
  color: #ef8714;
}
.item-show--prd .prd--link .show-prd--title:first-letter {
  text-transform: uppercase;
}

.profile-tabs--desp {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
}
.profile-tabs--desp ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-tabs--desp ul li {
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
}
.profile-tabs--desp ul li > a {
  display: block;
  padding: 2px 12px;
  background: #fff;
  border-radius: 3px;
  margin: 0 4px;
  font-weight: 700;
  color: #b1581c;
  position: relative;
}
.profile-tabs--desp ul li.active > a,
.profile-tabs--desp ul li:hover > a {
    background: #b1581c;
    color: #fff;
}

.ldpVideo .list-video-area .list-grid--tiktok {
  display: grid;
  grid-template-columns: repeat(1 , 1fr);
  grid-row-gap: 20px;
  /* padding: 0 28px; */
  align-items: center;
  justify-items: center;
}
.list-grid--tiktok .tiktok-video--item {
  width: 325px;
  display: flex;
  flex-direction: column;
  float: left;
  border-radius: 8px;
  background: #ffffff;
}
.tiktok-video--item .tiktok-ratio {
  position: relative;
  width: 100%;
}
.tiktok-video--item .tiktok-ratio-container {
  padding-top: 172.65%;
}
.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .video-card {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-card .video-card .video-player {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  -webkit-transform: scaleY(0.90);
}
.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .tiktok-video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding: 10px 30px;
  width: 100%;
  overflow: hidden;
  cursor: default;
  background-color: #fff;
  color: #585858;
}
.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .tiktok-video-title .title {
  font-size: 13px;
  line-height: 18px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  letter-spacing: -0.2px;
}

/**** Editable ****/
.decoration-edit-page .list-prd-empty .prd-empty--title,
.decoration-edit-page .list-prd-empty .empty-list--item,
.decoration-edit-page .editable-addmore--prd {
  background: #f9eabf;
}

@media (max-width: 767px) {
  #layout-wrapper {
    padding-bottom: 0px;
  }
  .container {
    padding: 0;
  }
  .layout-ldp-theme {
    top: 0;
    padding: 16px 0 0;
    border-radius: 0;
  }
  .ldp-brand--logo img {
    width: 70%;
    margin: 0 auto 15px;
  }
}

@media (max-width: 375px) {
  .item-show--prd .prd--link .show-prd--img > iframe {
    width: 165px;
  }
}

@media (max-width: 360px) {
  .item-show--prd .prd--link .show-prd--img > iframe {
    width: 160px;
  }

  .image-card .video-card .video-player {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -43px;
    -webkit-transform: scaleY(0.85);
  }

  .tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .tiktok-video-title {
    bottom: 20px;
  }
}

.show-all, .collapse {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  color: #6C5CE7;
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
  cursor: pointer;
}
.show-all:focus, .collapse:focus {
  outline: none;
}

.slick-list {
  width: 100%;
}