.page-ldp--main {
  max-width: 870px;
  margin: auto;
  position: relative;
}
.page-ldp-storethemes {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  top: 100px;
}
#store-tabs--link {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
#store-tabs--link.nav-tabs .nav-item {
  margin-bottom: -1px;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
#store-tabs--link.nav-tabs .nav-link i {
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
}
#store-tabs--link.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #8e8e8e;
  letter-spacing: 0.6px;
  padding: .7rem 1rem .6rem;
  font-size: 13px;
}
#store-tabs--link.nav-tabs .nav-item.show .nav-link, 
#store-tabs--link.nav-tabs .nav-link.active,
#store-tabs--link.nav-tabs .nav-link:focus, 
#store-tabs--link.nav-tabs .nav-link:hover {
  border-bottom-color: #a24d61;
  color: #121212;
}
/**** Themes Store ****/
.ldp-store--title .title {
  font-size: 18px;
  font-weight: 800;
  color: #49455a;
}
.ldp-store--title span {
  display: block;
  margin: 5px 0 20px;
  color: #908f96;
}
.filter-themes {
  border-bottom: thin dotted #ccc;
}
.filter-themes ul {
  display: flex;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-themes ul li {
  margin-bottom: 10px;
  white-space: nowrap;
}
.filter-themes ul li > a {
  display: block;
  padding: 2px 12px;
  background: #efefef;
  border-radius: 25px;
  margin: 0 4px;
  font-weight: 600;
  color: #6d6b71;
  position: relative;
}
.filter-themes ul li > a:hover {
  background: #dedede;
}
.filter-themes ul li:first-child > a {
  margin-left: 0;
}
.filter-themes ul li.active > a {
  background: #5847a3;
  color: #fff;
}
.list-themes-mainstore {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  margin-top: 30px;
}
.themes-store--item {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}
.themes-store--item .item-demo--img {
  border: thin solid #fff;
  padding: 2px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 5px;
  overflow: hidden;
}
.themes-store--item .item-demo--img img {
  border-radius: 5px;
}
.themes-store--item:hover .item-demo--img {
  border-color: #ef8714;
}
/**** My Landingpage ****/
.list-my-landipage .my-ldp-title {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-my-landipage .my-ldp-title .title {
  font-size: 18px;
  font-weight: 800;
  color: #49455a;
}
.list-my-landipage .my-ldp-title .more-myldp {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 15px 4px;
  font-size: 13px;
  background: #f1f1f1;
  font-weight: 600;
  color: #6f6c7b;
}
.list-my-landipage .my-ldp-title .more-myldp:hover {
  background: #ef8714;
  color: #fff;
}
.myldp-mainitem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 30px;
}
.myldp--item .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
}
.myldp--item .item-body .item-body--img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 12px;
}
.myldp--item .item-body .item-body--info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.myldp--item .item-body .item-body--info span {
  font-weight: 700;
  font-size: 14px;
  color: #49455a;
  display: block;
}
.myldp--item .item-body .item-body--info .time {
  margin-top: 15px;
}
.myldp--item .item-body .item-body--info p {
  font-weight: 600;
  color: #847e96;
}
.myldp--item .item-body .item-body--info p a {
  color: #387bde;
  word-break: break-all;
  line-height: 12px;
  display: block;
  margin-top: 4px;
}
.myldp--item .item-ldp--action {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
  margin-top: 8px;
}
.myldp--item .item-ldp--action a {
  background: #EFEAF8;
  border-radius: 4px;
  color: #5847a3;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px 2px;
}
.myldp--item .item-ldp--action a i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.myldp--item .item-ldp--action a:hover {
  background: #5847a3;
  color: #fff;
}
/**** Editable ****/
.editable-container {
  position: relative;
  padding-top: 150px;
  max-width: 414px;
}
.editable-tools {
  display: flex;
  position: fixed;
  padding: 12px;
  border-bottom: 1px solid #e8e8e8;
  top: 54px;
  z-index: 9;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.editable-tools ul {
  display: flex;
}
.editable-tools ul li:not(:first-child) {
  margin-left: 20px;;
}
.editable-tools ul li a {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #909090;
}
.editable-tools ul li a:hover {
  color: #5847a3;
}
.editable-tools ul li a i {
  margin-right: 5px;
}
.editable-tools span {
  font-weight: 700;
  font-size: 16px;
  color: #445571;
}
.editable-tools .editable-tools-act .btn-edit {
  color: #445571;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.editable-tools .editable-tools-act .btn-edit:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.editable-tools .editable-tools-act .btn-edit.btn-primary {
  background: #ef8714;
  color: #fff;
  border-color: #ef8714;
}
.editable-tools .editable-tools-act .btn-edit.btn-primary:hover {
  background: #f08914;
}
.editable-tools .editable-tools-act .btn-edit:not(:first-child) {
  margin-left: 12px;
}
.modal-editable button.close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.decoration-edit-page {
  max-width: 414px;
  -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 4%), 0 10px 14px 0 rgb(0 0 0 / 6%);
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 4%), 0 10px 14px 0 rgb(0 0 0 / 6%);
  background-color: #f6f6f6;
  border: thin solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.editable-focus {
  cursor: pointer;
  position: relative;
}
.editable-focus:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px dashed #ef8714;
  border-radius: 5px;
  z-index: 8;
}
.editable-focus:after {
  position: absolute;
  content: "\ecf0";
  font-family: 'boxicons';
  font-size: 16px;
  top: 0;
  right: 0;
  background: #ef8714;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 0 4px 0 4px;
}
.editable-focus * {
  pointer-events: none;
}
.modal-editable .modal-dialog {
  max-width: 414px;
}
.modal-editable .modal-content {
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.modal-editable .modal-header {
  align-items: center;
  padding-bottom: 12px;
}
.modal-editable .modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.editable--profile .setting-item--img {
  width: 140px;
  height: 140px;
  border: none;
  border-radius: 200px;
  padding: 3px;
  background: #ef8714;
  background: linear-gradient(-30deg, #ef8714 0%, #eb7d23 20%, #9b3e9b 80%, #5847a3 100%);
  margin: 0 auto 20px;
  position: relative;
}
.editable--profile .setting-item--img img {
  border: 4px solid #fff;
}
.editable--profile .setting-item--img .edit-photos {
  background: #e9e9f1;
  width: 39px;
  height: 39px;
  border-radius: 50px;
  line-height: 51px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
}
.editable--profile .setting-item--img .edit-photos i {
  font-size: 24px;
}
.modal-editable .settings-body .form-group label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #53627c;
}
.modal-editable .settings-body input,
.modal-editable .settings-body textarea,
.modal-editable .settings-body select {
  font-size: 14px;
  border: 1px solid #c7c4d4;
  background: #f9f9fb;
}
.modal-editable .settings-body input:focus,
.modal-editable .settings-body textarea:focus,
.modal-editable .settings-body select:focus {
  outline: none;
  box-shadow: none;
  border-color: #5847a3;
}
.modal-editable .settings-body select {
  position: relative;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA5LjUgNS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjUgNS45OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojODk4Njk0O30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS41LDEuMkw0LjcsNS45TDAsMS4yTDEuMiwwbDMuNiwzLjZMOC4zLDBMOS41LDEuMnoiLz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat center right 11px #f9f9fb;
  -webkit-appearance: none;
  background-size: 10px 10px;
}
.editable--profile .setting-profile--social li {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
.editable--profile .setting-profile--social li:last-child {
  margin-bottom: 0;
}
.editable--profile .setting-profile--social li .prf-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 8px;
}
.editable--profile .setting-profile--social li .prf-icon.icon-ytb-circle {
  background-image: url("../images/landingpage/youtube.svg");
}
.editable--profile .setting-profile--social li .prf-icon.icon-fb-circle {
  background-image: url("../images/landingpage/facebook.svg");
}
.editable--profile .setting-profile--social li .prf-icon.icon-ins-circle {
  background-image: url("../images/landingpage/instagram.svg");
}
.editable--profile .setting-profile--social li .prf-icon.icon-ttk-circle {
  background-image: url("../images/landingpage/tiktok.svg");
}
.editable--profile .setting-profile--social li input {
  padding-left: 37px;;
}
.editable--profile .setting-profile--social li .act-mxh {
  display: flex;
  margin-left: 2px;
  align-items: center;
}
.editable--profile .setting-profile--social li .act-mxh button {
  border: none;
  margin-left: 6px;
  font-size: 18px;
  background: transparent;
  padding: 0 4px;
  color: #676e7b;
  line-height: 1;
  cursor: pointer;
}
.editable--profile .setting-profile--social li .act-mxh button:focus {
  box-shadow: none;
  outline: none;
}
.editable--profile .setting-profile--social li .act-mxh button.remove-link:hover {
  color: brown;
}
.editable--profile .setting-profile--social li .act-mxh button.drag-tool {
  font-size: 23px;
}
.editable--profile .setting-profile--social li .act-mxh button.drag-tool:hover {
  cursor: move;
}
.decoration-edit-page .list-prd-empty {
  cursor: pointer;
}
.decoration-edit-page .list-prd-empty .prd-empty--title {
  display: block;
  text-align: center;
  border: 1px dashed #A8A8A8;
  border-radius: 5px;
  padding: 12px 0px;
}
.decoration-edit-page .list-prd-empty .prd-empty--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  margin-top: 15px;
}
.decoration-edit-page .list-prd-empty .empty-list--item {
  border: 1px dashed #A8A8A8;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
}
.decoration-edit-page .list-prd-empty .empty-list--item p {
  line-height: 18px;;
}
.decoration-edit-page .editable-addmore--prd {
  border: 1px solid #445571;
  border-radius: 5px;
  margin-bottom: 110px;
  padding: 9px 0;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #445571;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.decoration-edit-page .editable-addmore--prd i {
  margin-left: 10px;
  font-size: 19px;
}
.decoration-edit-page .editable-addmore--prd:hover {
  background: #fff;
}
.modal-editable .btn.btn-secondary {
  background: #5847a3;
  color: #fff;
  border-color: #5847a3;
}
.radio-group {
  margin-bottom: 10px;
  display: flex;
}
.radio-group .radio-control:not(:first-child) {
  margin-left: 10px;
}
.radio-group .radio-control label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.radio-group .radio-control label input {
  position: absolute;
  left: -9999px;
}
.radio-group .radio-control label input:checked + span {
  background-color: #f3f3fb;
}
.radio-group .radio-control label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #5847a3;
}
.radio-group .radio-control label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
  font-weight: 600;
  font-size: 13px;
}
.radio-group .radio-control label span:hover {
  background-color: #ededf5;
}
.radio-group .radio-control label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 6px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #5847a3;
}
.setting-body--ava {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.setting-body--ava .body-ava--item {
  height: 81px;
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.setting-body--ava .body-ava--item.active:before {
  position: absolute;
  content: "\ec85";
  font-family: 'boxicons';
  font-size: 16px;
  top: 7px;
  right: 7px;
  color: #ef8714;
  text-align: center;
  line-height: 1;
  background: #fff;
  border-radius: 50%;
}
.setting-body--ava .body-ava--item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid transparent;
  z-index: 8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.setting-body--ava .body-ava--item.active:after,
.setting-body--ava .body-ava--item:hover:after {
  border: 2px solid #ef8714;
}
.modal-editable .upload {
  position: relative;
  border: 2px dashed #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
}
.modal-editable .upload .text {
  position: relative;
  text-align: center;
  font-size: 13px;
  z-index: 1 !important;
  padding: 10px 0;
}
.modal-editable .upload input {
  display: block;
  position: absolute;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  filter: alpha(Opacity: 0);
  top: 0;
  cursor: pointer;
}
.modal-editable .upload .text .more {
  font-size: 15px;
  font-weight: 600;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-editable .upload .text .more i {
  font-size: 20px;
  margin-right: 5px;
}
.prd-item--drag {
  display: flex;
  align-items: center;
  padding: 5px 0 8px;
}
.item-drag--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.item-drag--info .drag-info--img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 5px;
}
.item-drag--info .drag-info--body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
.prd-item--drag button {
  border: none;
  box-shadow: none;
  background: none;
  font-size: 18px;
  padding: 0;
  color: #49455a;
}
.prd-item--drag button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.item-drag--info .drag-info--body .title {
  font-size: 14px;
  line-height: 19px;
  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: #929292;
}
.item-drag--info .drag-info--body:first-letter {
  text-transform: uppercase;
}
.item-drag--info .drag-info--body .drag-info--act {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.item-drag--info .drag-info--body .drag-info--act button {
  line-height: 1;
  margin-right: 10px;
  cursor: pointer;
}
.item-drag--info .drag-info--body .drag-info--act button:hover {
  color: brown;
}
.prd-item--drag .drag-tool {
  line-height: 1;
  padding: 20px 0 20px 10px;
  border-left: 1px solid #eaeaea;
  font-size: 23px;
  cursor: move;
  color: #929292;
}
.settings-body .current-title {
  background: #ef8714;
  display: inline-block;
  border-radius: 0 50px 50px 0;
  padding: 2px 20px 2px 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  margin-left: -16px;
}
.modal-editable .form-group:last-child {
  margin-bottom: 5px;
}
@media (min-width: 1600px) and (max-width: 1823px) {
  .editable-tools {
    top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .editable-tools {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .editable-tools span {
    display: none;
  }
  .editable-container {
    padding-top: 46px;
  }
  .editable-tools {
    margin-bottom: 15px;
    position: unset;
  }
  .decoration-edit-page {
    border-radius: 0;
    border: none;
    border-top: 1px solid #fff;
  }
  .editable-tools-act {
    position: fixed;
    box-shadow: 0 5px 19px rgb(6 21 40 / 30%);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    padding: 8px 8px;
    display: flex;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
  .editable-tools .editable-tools-act .btn-edit {
    width: 100%;
    font-size: 13px;
    padding: 4px 16px 2px;
  }
}

.show-all, .collapse {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  color: #6C5CE7;
  border: none;
  background: transparent;
  cursor: pointer;
}
.show-all:focus, .collapse:focus {
  outline: none;
}