.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/bg-top.jpg") no-repeat top center #f9eabf;
}
.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);
  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;
}
.profile-top-body .prf-top--info ul li img {
  width: 20px;
  height: 20px;
}
.nav-prd-ldp {
  background: #f9eabf;
  padding: 8px 16px;
}
.nav-prd-ldp-clear {
  background: unset;
}
.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: #BD8451;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/**** Product ****/
.list-prd-ldp {
  background: url("../../images/bg-bottom.jpg") no-repeat bottom center #f9eabf;
  padding: 16px 0 150px;
}
.list-prd-item {
  padding: 0 16px;
}
.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 {
  position: relative;
  box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
  padding: 0.5rem 0;
}

.item-show--prd .prd--link {
  display: flex;
  position: relative;
  padding: 16px;
}
.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: 100%;
  width: 100%;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item-show--prd .prd--link .show-prd--title .title {
    white-space: pre-line;
  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: 5;
  height: 100%;
  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;
}

.product-hot {
  background-image: url("../../../../../assets/images/landingpage/bg-product-hot-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 16px 25px;
  position: relative;
}
.product-hot--header {
  background: transparent;
  width: 240px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}
.product-hot--link .img-fluid {
    height: 164px;
}
/*.product-hot--link {*/
/*  display: block;*/
/*  box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .1);*/
/*  border: 1px solid transparent;*/
/*  position: relative;*/
/*  height: 100%;*/
/*  padding-bottom: 52px;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*  height: 100%;*/
/*}*/
.product-hot--link {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  cursor: pointer;
  height: 100%;
}
.product-hot--remove {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: rgb(208, 1, 27);
  font-size: 17px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 999;
}
/*.product-hot--linkbody {*/
/*  position: relative;*/
/*  height: 100%;*/
/*  background: #fff;*/
/*  display: grid;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*  background: #fff;*/
/*}*/
.product-hot--linkbody {
  background: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
    overflow: hidden;
}
.product-hot--linkbody .product-hot--img {
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  object-fit: contain;
}
.product-hot--linkfooter {
  position: absolute;
  width: 100%;
  bottom: calc(86.4% - 131px);
  height: 100px;
  background: linear-gradient(rgba(22, 24, 35, 0) 2.92%, rgba(22, 24, 35, 0.5) 98.99%);
  padding: 78px 8px 5px;
  box-sizing: border-box;
}
/*.product-hot--linktitle {*/
/*  padding: .5rem;*/
/*  overflow: hidden;*/
/*  background: #fff;*/
/*  position: absolute;*/
/*  height: 80px;*/
/*  width: 100%;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  border-bottom-left-radius: 5px;*/
/*  border-bottom-right-radius: 5px;*/
/*}*/
.product-hot--linktitle {
  padding: .5rem;
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: 72px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-hot--linktitle .title {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  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;
}

.profile-tabs--desp {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow-x: hidden;
}
.profile-tabs--desp ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  }
  .product-hot--header {
    width: 200px;
    height: 35px;
    font-size: 13px;
    font-weight: 700;
  }
}

@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: 44px 0 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%;
}
.clear-proile-top {
  padding: 0;
  background: unset;
  min-height: unset;
}
.profile-top-body-overlay {
  position: relative;
  width: 95%;
  margin: 0 auto;
  z-index: 1;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #3D3F40;
}

.swiper-pagination-bullet-active {
  background: #F9EABF !important;
}
.product-list-ldp {
  background: #F2F2F2;
}

.nav-prd-ldp .active a{
  color: #BD8451;
}
.background-banner {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
}

.background-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
  pointer-events: none;
}

.mySwiper {
  border-radius: 10px 10px 5px 5px;
}
.clear-proile-top {
  padding: 0;
  min-height: unset;
}
.profile-top-body-overlay {
  position: relative;
  width: 95%;
  margin: 0 auto;
  z-index: 1;
}
.swiper-wrapper, .swiper-slide {
  height: unset !important;
}

.prf-name-bar--title i {
  color: #1877F2;
  font-size: 18px;
}

.item-show--prd .container-voucher-btn{
    border-radius: 30px;
    border: none;
    width: 100%;
    padding: 0px 1rem;
    position: absolute;
    top: 4.5rem;
    bottom: 0;
    left: 7.25rem;
    margin-bottom: 0.5rem;
}

/*.product-hot--link .container-voucher-btn{*/
/*    border-radius: 30px;*/
/*    border: none;*/
/*    width: 100%;*/
/*    padding: 0px 8px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin-bottom: 0.5rem;*/
/*}*/
.product-hot--link .container-voucher-btn{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    width: 100%;
    /*padding: 0px 8px;*/
    background: #fff;
    margin-bottom: 0.5rem;
    margin-top: 0!important;
    background: #fff;
}

.voucher-btn{
    border-radius: 30px;
    border: none;
    background-color: none;
    padding: 0px;
    width: 50px;
    margin: 1.1rem 0 0 1rem;
}

div.product-hot .voucher-btn{
    color:#5649B8;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin: .1rem 0 0 1rem
}

span.vouher-badge{
    color:#5649B8;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.theme03 {
  width: 800px;
}
@media (max-width: 767px) {
  .theme03 {
    width: 100%;
  }
    .mobile-title-center {
        justify-content: center;
    }
    .product-hot--link .voucher-btn{
      width: 90%;
    }
    .item-show--prd .voucher-btn{
      width: 40%;
    }
    .voucher-btn{
        margin: 1.1rem 0 0 -0.1rem;
    }
    div.product-hot .voucher-btn{
        margin: 0.1rem 0 0 0.5rem;
    }
    .product-hot--linkfooter {
      bottom: calc(86.4% - 131px);
    }
}
.nav-prd-ldp li.active,.nav-prd-ldp li.active a{
  background: none !important;
}
.profile-tabs--desp .list-unstyled li.active{
  background: none;
}
.atEQPOIVFSDFSDG-dealact-copy {
  white-space: nowrap;
  margin-right: 15px;
}
.atEQPOIVFSDFSDG-dealpromo-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  padding: 1rem;
  margin: 8px;
}

.atEQPOIVFSDFSDG-tags
{
  overflow-x: scroll;
  white-space: nowrap;
}
.atEQPOIVFSDFSDG-tags::-webkit-scrollbar
{
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.atEQPOIVFSDFSDG-tags::-webkit-scrollbar-track
{
  background-color: #fff;
}

.atEQPOIVFSDFSDG-tags::-webkit-scrollbar-thumb
{
  width: 3px;
  height: 3px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px){
  .atEQPOIVFSDFSDG-tags::-webkit-scrollbar
  {
    display: block;
  }

}
.bg-color-btn-search{
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input[type=search].form-control{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
input[type=search].form-control:focus{
  box-shadow: inset 0 0px 0 #6C5CE7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
