/**
*	Theme Name: 
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 50px transparent;
  }
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 180, 244, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes pulse-animation3 {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 123, 144, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes wiggle {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  50% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes lab_round {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes lab_round_glob {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}


#detailExternalUrl {
  position: absolute;
  bottom: 40px;
  left: 0;
  /* margin: auto; */
  width: 100%;
  max-width: 240px;
  margin: auto;
  right: 0;
  color: white;
  background-color: #00b4f4;
  padding: 9px 56px;
  border-radius: 8px;
  box-shadow: none;
  height: auto;
  line-height: 32px;
  font-size: 14px;
  /* margin-top: 50px; */
}






.view_all_products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.AspectRatio_root {
  position: relative;
  width: 100%;
  height: 0;
}

.AspectRatio_content {
  position: absolute;
  top: 0;

  left: 0;
  width: 100%;
  height: 100%;
}

.ProductRecTransferPlaceholder_tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  padding: 24px 16px;
  /* border: 1px solid #c9c9c9; */
}

.ProductRecTransferPlaceholder_cta {
  color: #212121;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 100px;
}

.world_heading_box h2 span {
  color: #5bccfb;
}

.author {
  width: 40px;
  height: 40px;
  border-radius: 20px !important;
}


.img_group {
  position: relative;
  display: inline-block;
  width: 100%;
}

.compositionAreaMob {
  /* width: auto !important;
  height: 230px !important; */
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}

.img_tip {
  /* position: absolute; */
  /* bottom: 0; */
  color: #fff;
  /* opacity: 0.6; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6px;
  color: black;
  height: 60px;
}

.nickname {
  width: 100%;
  display: flex;
  margin-left: 20px;
}

.li_style {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none !important;
}

p {
  margin: 0 0 20px;
}

img {
  height: auto;
  max-width: 100%;
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

ul.sub-menu li {
  margin: 0px;
}

ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
  background-color: #00b4f4;
}

ul.sub-menu li a:hover {
  background: #000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.stickerArea {
  width: 100%;
}

#itemsContainer {
  /* top: 20px; */
  background-color: #fff;
  /* padding: 14px; */
  /* box-shadow: 0px 0px 16px -6px #ccc; */
}

.itemsContainerPC {
  top: 20px;
}

@media screen and (min-width: 2000px) {
  /* .site-footer {
    background: url("/ref/images/webp/footer-bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 120px;
  } */

  .pad-t540 {
    padding-top: 660px;
  }
}

@media screen and (max-width: 1000px) {
  /* .site-footer {
    background: url("/ref/images/webp/footer-bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 120px;
  } */

  .pad-t540 {
    padding-top: 540px;
  }
}

.site-footer .footer_widget {
  padding-top: 90px;
}

.site-footer .footer_widget .foo_logo {
  margin-bottom: 134px;
}

.site-footer .footer_widget .foo_nav {
  margin-top: 80px;
}

.site-footer .footer_widget .foo_nav h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.site-footer .footer_widget .foo_nav ul li {
  margin-bottom: 19px;
}

.site-footer .footer_widget .foo_nav ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

.site-footer .footer_widget h2 {
  color: #fff;
  font: 700 36px "Roboto", sans-serif;
  margin-bottom: 22px;
}

.site-footer .social {
  margin-top: 180px;
}

.site-footer .social h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.site-footer .social ul li {
  margin-right: 23px;
}

.site-footer .social ul li a {
  display: inline-flex;
  background-color: #fff;
  color: #000;
  width: 42px;
  height: 42px;
  transform: rotate(45deg);
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

.site-footer .social ul li a .fa {
  transform: rotate(-45deg);
}

.site-footer .social ul li a:hover {
  background-color: transparent;
  background-image: linear-gradient(to right, #fa7d8d, #f19b6a);
  color: #fff;
}

.site-footer .social ul li:last-child {
  margin-right: 0;
}

.site-footer .copyright {
  text-align: center;
  margin-top: 22px;
}

.site-footer .copyright p {
  margin: 0;
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

.site-footer .form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 9px;
  box-shadow: 0px 0px 75px -52px #49c97d;
}

.site-footer .form h3 {
  text-align: center;
  font: 700 60px "Roboto", sans-serif;
  color: #f86c22;
  margin-bottom: 55px !important;
  margin-top: 0px !important;
  text-transform: none !important;
}

.site-footer .form h3 span {
  color: #28b4f4;
}

.site-footer .form form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.site-footer .form form .form-group input {
  /* height: 80px; */
  text-indent: 25px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 20px 0px;
}

.site-footer .form form .form-group input::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

.site-footer .form form .form-group textarea {
  height: 130px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 25px;
}

.site-footer .form form .form-group textarea::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

.site-footer .form form .snd_btn {
  text-align: center;
  margin-top: 30px;
}

.site-footer .form form .snd_btn .btn_outer {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  border: 1px solid #f2996d;
  padding: 6px;
  animation: auto;
  display: inline-block;
  position: relative;
  animation: pulse 2s infinite;
}

.site-footer .form form .snd_btn .btn_outer .wpcf7-submit {
  padding: 16px 36px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 11%, #f19b6a);
  border: none;
  font: 500 22px "Roboto", sans-serif;
  color: #fff;
}

.site-footer .form form .snd_btn .btn_outer .ajax-loader {
  position: absolute;
  right: -36px;
  margin: 0;
  top: 20px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 500 18px "Roboto", sans-serif;
  height: 55px;
  border-radius: 8px;
  padding: 20px 28px;
  color: #ccc;
  border: 1px solid #eee;
}

.custom-select option {
  font: 500 18px "Roboto", sans-serif;
  color: #111;
}

.inner_pages {
  height: auto !important;
  padding: 30px 0;
  background-image: linear-gradient(to right, #ffbd4f, #fa7892);
}

.photo_face .cari_heading_box,
.photo_face .stik_heading_box,
.photo_face .world_heading_box,
.photo_face .product_heading_box {
  position: relative;
  padding-top: 20px;
  /* display: none; */
}

.photo_face .cari_heading_box:before,
.photo_face .stik_heading_box:before,
.photo_face .world_heading_box:before,
.photo_face .product_heading_box:before {
  position: absolute;
  top: 110px;
  left: -205px;
  content: url(/ref/images/webp/like.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

.photo_face .cari_heading_box h2,
.photo_face .stik_heading_box h2,
.photo_face .world_heading_box h2,
.photo_face .product_heading_box h2 {
  font: 500 38px "Fredoka One", sans-serif;
  color: #f8712e;
}

.photo_face .cari_heading_box h3,
.photo_face .stik_heading_box h3,
.photo_face .world_heading_box h3 {
  font: 400 35px "Fredoka One", sans-serif;
  color: #00b4f4;
}

.photo_face .world_heading_box h4 {
  font: 400 24px "Fredoka One", sans-serif;
  color: #00b4f4;
}

.photo_face_row {
  margin: 0 !important;
}

.photo_face .picture_box .img_box {
  margin-bottom: 50px;
}

.photo_face .picture_box .img_box .face_intract h5 {
  font: 400 16px "Fredoka One", sans-serif;
  color: #000;
  text-align: center;
  margin: 10px 0;
}

.photo_face .picture_box .add_photo {
  margin: 30px 0 46px;
}

.photo_face .picture_box .add_photo .custom-file-upload {
  display: block;
  padding: 9px;
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 49px;
  text-align: center;
  position: relative;
}

.photo_face .picture_box .add_photo .custom-file-upload input {
  height: 77px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.photo_face .photo_shoot .big_photo {
  text-align: center;
}

.photo_face .photo_shoot .small_photo {
  margin-top: 35px;
  text-align: center;
}

.photo_face .photo_shoot .small_photo ul li {
  margin-right: 15px;
}

.photo_face .photo_shoot .small_photo ul li .custom-file-upload {
  display: block;
  cursor: pointer;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 49px;
  background-color: #eee;
  padding: 10px;
  position: relative;
}

.photo_face .photo_shoot .small_photo ul li .custom-file-upload input {
  height: 77px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.photo_face .photo_shoot .small_photo ul li:last-child {
  margin-right: 0;
}

.photo_face .photo_shoot .small_photo ul li img {
  max-width: 72px;
  max-height: 72px;
}

.photo_face .buy_btn {
  position: relative;
}

.buy_btn_pc {
  margin-top: 90px;
}

.mojipop_experience .sticker_box {
  background-color: #fff;
  /* padding: 15px; */
  border-radius: 12px;
  text-align: center;
  transition: all .5s ease-in-out;
  margin: 0 10px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mojipop_experience .sticker_box .heading_sticker {
  display: block;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}

.mojipop_experience .sticker_box .heading_sticker h5 {
  color: #fff;
  font: 500 10px "Roboto", sans-serif;
  /* border: 1px solid #f2996d; */
  padding: 3px;
  display: inline-block;
  position: relative;
  margin: 0;
}

.mojipop_experience .sticker_box .heading_sticker h5 span {
  display: inline-block;
  border: none;
  color: #fff;
  border-radius: 36px;
  transition: all .5s ease-in-out;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 14px !important;
  background-color: #3fbef4;
}

.photo_face .buy_btn:before {
  position: absolute;
  bottom: -117px;
  left: -200px;
  content: url(/ref/images/webp/vector_thumb.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

.photo_face .buy_btn:after {
  position: absolute;
  bottom: -228px;
  right: 30px;
  content: url(/ref/images/webp/vector_heart.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

.photo_face .buy_btn button {
  width: 74%;
}

.photo_face .buy_btn button span {
  width: 100%;
}

.photo_face .buy_btn .btn_orange {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  border: 1px solid #f2996d;
  padding: 6px;
  display: inline-block;
  position: relative;
  animation: pulse-animation3 1s infinite;
  margin-top: 22px;
  border-radius: 0;
}

.photo_face .buy_btn .btn_orange span {
  padding: 18px 55px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 21%, #f19b6a);
  border: none;
  font: 400 20px "Roboto", sans-serif;
  color: #fff;
  border-radius: 0;
}

.photo_face .buy_btn .btn_blue {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  display: inline-block;
  border: 1px solid #5bccfb;
  padding: 6px;
  animation: pulse 2s infinite;
  margin-top: 20px;
  animation: pulse-animation2 1s infinite;
  border-radius: 0;
}

.photo_face .buy_btn .btn_blue span {
  background-color: #5bccfb;
  padding: 15px 50px;
  display: inline-block;
}

.avatar_person.design_avatar {
  margin-top: 140px;
}

.avatar_person .heading {
  margin-bottom: 36px;
}

.avatar_person .heading h3 {
  color: #f8712e;
  font: 400 32px "Fredoka One", sans-serif;
}

.avatar_person .heading h3 span {
  color: #5bccfb;
}


.on_mob {
  display: none;
}

.mob_on_list {
  display: none !important;
}

.photo_face .photo_shoot .buy_btn {
  display: none;
}

.onmob {
  display: none;
}

.privacy_policy {
  text-align: center;
}

.privacy_policy ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

@media (max-width: 1366px) {
  .photo_face .buy_btn .btn_orange span {
    padding: 18px 30px;
  }
}

@media (max-width: 1280px) {
  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  .photo_face .photo_shoot .small_photo ul li img {
    max-width: 63px;
    max-height: 62px;
  }
}

@media (max-width: 1171px) {
  .photo_face .heading_box h2 {
    font: 400 30px "Fredoka One", sans-serif;
  }

  .photo_face .heading_box h3 {
    font: 400 30px "Fredoka One", sans-serif;
  }

  .photo_face .buy_btn .btn_blue span,
  .photo_face .buy_btn .btn_orange span {
    padding: 18px 20px;
  }

  .photo_face .heading_box::before,
  .photo_face .buy_btn::after,
  .photo_face .buy_btn::before {
    display: none;
  }

  .avatar_person .row .col {
    max-width: 33%;
    flex: 33%;
    text-align: center;
    margin-bottom: 25px;
  }

  .photo_face .row .col-md-4,
  .photo_face .row .col-md-2 {
    max-width: 100%;
    flex: 100%;
  }

  .photo_face .picture_box .img_box {
    margin-bottom: 50px;
    text-align: center;
  }

  .photo_face .heading_box {
    text-align: center;
  }

  .photo_face .buy_btn {
    text-align: center;
  }

  .avatar_person .heading h3 {
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .site-footer .social ul li {
    margin-right: 15px;
  }
}

@media (max-width: 992px) {
  .site-footer .social ul li a {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 980px) {
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  ul.sub-menu li {
    display: block;
  }

  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  ul.sub-menu li {
    margin: 0px;
  }

  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }
}

@media (max-width: 800px) {
  .off_mob {
    display: none;
  }

  .on_mob {
    display: block;
  }

  .vector_slide .row .col-md-5,
  .vector_slide .row .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .site-footer {
    background-position: 100% 100%;
    padding: 70px 0 120px;
  }

  .site-footer .col-md-3 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 690, sass/_screen.scss */
  .site-footer .social {
    margin-top: 30px;
  }

  /* line 694, sass/_screen.scss */
  .site-footer .footer_widget .foo_nav {
    margin-top: 0;
  }

  /* line 697, sass/_screen.scss */
  .site-footer .footer_widget .foo_logo {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {

  /* line 715, sass/_screen.scss */
  .list-unstyled.list-inline.app_store {
    margin-bottom: 50px;
  }

  /* line 718, sass/_screen.scss */
  .sticker {
    margin: -100px 0 20px;
  }

  /* line 724, sass/_screen.scss */
  .avatar_person.design_avatar {
    margin-top: 45px;
  }

  /* line 727, sass/_screen.scss */
  .photo_face .heading_box {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {

  /* line 800, sass/_screen.scss */
  .avatar_person .row .col {
    max-width: 50%;
    flex: 50%;
  }

  .mob_off_list {
    display: none;
  }

  .mob_on_list {
    display: block !important;
  }

  ul.sub-menu.open-submenu {
    background-color: #fff;
    padding-top: 0;
  }

  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
    background-color: #fa7d8d;
  }

  .picture_box.mob_off_picture {
    display: none;
  }

  .photo_face .buy_btn {
    margin-top: 12px;
  }

  .mob_off_btns {
    display: none;
  }

  .photo_face .photo_shoot .buy_btn {
    display: block;
  }

  .photo_face .buy_btn button {
    width: 40%;
    margin: 0 10px;
  }
}

@media (max-width: 415px) {

  /* line 810, sass/_screen.scss */
  .site-footer .form h3 {
    font: 700 42px "Roboto", sans-serif;
    margin-bottom: 30px;
  }

  /* line 836, sass/_screen.scss */
  .site-footer .form {
    padding: 20px;
  }

  /* line 839, sass/_screen.scss */
  .site-footer .footer_widget {
    padding-top: 35px;
  }

  .photo_face .buy_btn button {
    width: 48%;
  }

  .photo_face .buy_btn .btn_blue span,
  .photo_face .buy_btn .btn_orange span {
    padding: 18px 8px;
  }

  .photo_face .buy_btn button {
    width: 43%;
    margin: 0 6px;
  }
}

@media (max-width: 375px) {

  /* line 865, sass/_screen.scss */
  .avatar_person .row .col {
    max-width: 100%;
    flex: 100%;
  }

  .photo_face .buy_btn button {
    width: 47%;
  }
}

@media (max-width: 360px) {

  /* line 878, sass/_screen.scss */
  .photo_face .buy_btn .btn_blue span,
  .photo_face .buy_btn .btn_orange span {
    padding: 18px 6px;
  }

  .photo_face .buy_btn .btn_blue span,
  .photo_face .buy_btn .btn_orange span {
    font-size: 17px;
  }

  .photo_face .buy_btn button {
    width: 46%;
  }
}

@media (max-width: 760px) {
  .logo-mp {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cam-h1 {
    font: 600 28px "Roboto", sans-serif !important;
  }
}

@media (min-width: 800px) {
  .s-girl {
    padding-top: 100px;
  }
}

.pad-t-40 {
  padding-top: 40px;
}

@media screen and (max-width: 1300px) and (min-width: 470px) {
  .ss-img {
    flex-shrink: 0 !important;
    flex: none !important;
  }
}

.dropdown-container {
  display: block;
}


@media (max-width: 800px) {
  .pad-t540 {
    padding-top: 300px;
  }
}

@media (max-width: 770px) {
  .pad-t540 {
    padding-top: 130px;
  }
}

@media (max-width: 540px) {
  .pad-t540 {
    padding-top: 100px;
  }
}

.pl-0 {
  padding-left: 20px;
}

.t-8 {
  top: -8px;
}

.bg-f {
  background-color: #fff;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-80 {
  padding-top: 80px;
}

.pt-680 {
  padding-top: 680px;
}

.pt-60 {
  padding-top: 60px;
}


/* 背景 */
.backgroundLayer {
  position: relative;
  /* border: 1px solid red; */
}

/* 背景图 */
.backgroundImageLayer {
  position: absolute;
}

.layer {
  transform-origin: center center;
  position: relative;
}

#imageLayer_0 {
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

#imageLayer_1 {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}

#imageLayer_2 {
  z-index: 3;
  position: absolute;
  pointer-events: none;
}

#imageLayer_3 {
  z-index: 4;
  position: absolute;
  pointer-events: none;
}

#imageLayer_4 {
  z-index: 5;
  position: absolute;
  pointer-events: none;
}

#imageLayer_5 {
  z-index: 6;
  position: absolute;
  pointer-events: none;
}

#image_0 {
  /* border: 5px solid red; */
  /* z-index: 1; */
  position: relative;
}

#image_1 {
  /* border: 5px solid orange; */
  /* z-index: 2; */
  position: relative;
}

#image_2 {
  /* border: 5px solid yellow; */
  /* z-index: 3; */
  position: relative;
}

#image_3 {
  /* border: 5px solid green; */
  /* z-index: 4; */
  position: relative;
}

#image_4 {
  /* border: 5px solid skyblue; */
  /* z-index: 5; */
  position: relative;
}

#image_5 {
  /* border: 5px solid blue; */
  /* z-index: 6; */
  position: relative;
}

#image_6 {
  /* border: 5px solid purple; */
  z-index: 7;
  position: relative;
}

/* #editLayer_0,
#editLayer_1,
#editLayer_2,
#editLayer_3,
#editLayer_4,
#editLayer_5,
#editLayer_6 { */
  /* z-index: 1000; */
/* } */
/*  */
.debug {
  position: absolute;
  top: 0;
  padding: 20px;
}

.mojiworld_main_area{
  padding: 0 !important;
  margin:0 !important;
  border: 0 !important;
}

.triangle {
  /* border: 5px solid red; */
  /* width: 300px; */
  /* height: 150px; */
  overflow: hidden;
  /* background:
    linear-gradient(to top right,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) calc(50% - 1px),
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0.1) calc(50% + 1px),
      rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(to bottom right,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) calc(50% - 1px),
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0.1) calc(50% + 1px),
      rgba(0, 0, 0, 0.1) 100%); */
      pointer-events: none;
}

.mojiworld {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head_image{
  width: 400px;
  height: 400px;
}