@charset "UTF-8";

.whiteBox{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.15);
}
.no-fnd{
  color: #757575;
  text-align: center;
  padding: 25px 0;
}
.inviteBox{
  margin-right: 20px;
  background: radial-gradient(ellipse farthest-corner at center, #0b80c7 0%, #0a318c 100%);
  color: #fff;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.inviteBox p{
  position: relative;
  z-index: 10;
  text-shadow: 0 3px 4px rgba(0,0,0,.3);
}
.inviteBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(https://static.landika.com/files/images/landing/giftland/pattern.jpg);
  background-size: 89%;
  opacity: .25;
  z-index: 1;
}
.inviteBox p>span {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 7px 0;
}

.inviteLink {
  width: 70%;
  border: 1px solid #aaa;
  padding: 5px 20px;
  text-align: left;
  border-radius: 50px;
  background: #eee;
}
.copyThis span {
  margin: 0 20px;
  background: #0088dc;
  padding: 5px 20px;
  border-radius: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 90%;
}
.shareInvite {
  align-items: center;
}
.shareInvite li:not(:first-child) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}
.shareInvite li:not(:first-child) span {
  position: absolute;
  font-size: .9em;
  top: 110%;
  left: 50%;
  transform: translate(-50%,0);
  background: #eee;
  padding: 3px 18px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  opacity: 0;
  transition: all .3s ease;
}
.show-bxs{
  margin: 20px 0 0;
}
.facebokIcon {
  border-color: #3b5e98 !important;
  color: #3b5e98;
}
.telegramIcon {
  border-color: #3199e2 !important;
  color: #3199e2;
}
.twitterIcon {
  border-color: #248ddc !important;
  color: #248ddc;
}
.shareInvite li:not(:first-child) span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg) translate(-50%,0);
  background: #eee;
  top: 0;
  left: 50%;
  z-index: -1;
}
.shareInvite li:not(:first-child):hover span {
  opacity: 1;
}
.LinkList{
  width: 100%;
  height: 60px;
  overflow-y: auto;
  padding-bottom: 10px;
  cursor: grab;
  justify-content: space-between;
}
.LinkList::-webkit-scrollbar{
  width: 3px;
  height: 5px;
  background-color: #ddd;
}
.LinkList::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}
.LinkList li{
  height: 100%;
  min-width: 49%;
  margin: 0 .5%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.15), 0 3px 6px rgba(0,0,0,.15);
}
.LinkList li a{
  height: 100%;
  display: block;
  width: 100%;
}
.LinkList li a span{
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.giftLandMenu{
  margin:  15px 0 25px;
}
.GLMenuItem{
  position: relative;
  padding: 0 25px;
}
.giftLandLogoHolder{
  width: 13%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
}
.giftLandLogo{
  background-image: url('/files/images/landing/giftland/giftlandlogo.svg');
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.GLMenuItem li{
  cursor: pointer;
  padding: 15px 10px;
  margin: 0 10px;
  color: #757575;
}
.GLMenuItem li:not(:last-child):hover{
  color: #464646;
  border-bottom: 3px solid #ccc;
}
.menuActivePos{
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #ff6a00;
  padding: 0 10px !important;
}
.GLMenuItem li:first-child{
  margin-right: 0;
  padding-right: 0;
}
.GLMenuItem li i{
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 1.2em;
}
.GLMenuItem li.active{
  border-bottom: 3px solid #ff6a00 !important;
}
.GLMenuItem li.active i{
  color: #ff6a00;
}
.GLMenuItem li.active span{
  color: #212121;
}
.GiftUserInfo{
  width: 30%;
}
.giftSecInfo{
  width: 70%;
  margin-right: 25px;
  padding: 8px 25px 15px;
  line-height: 2;
}
.GiftUserInfo{
  padding: 15px 25px;
}
.GiftUserDetail{
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.GiftUserPic{
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background: #5AB776;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 15px;
}
.GiftScoreInfo{
  padding-top: 10px;
}
.GiftScoreInfo .d_flex{
  justify-content: space-between;
  margin: 15px;
}
.EmAfter::after{
  content: "امتیاز";
  font-size: .9em;
  font-weight: 300;
  margin-right: 7px;
}
.GiftScoreInfo span:last-child{
  font-size: 1.3em;
  color: #ff6a00;
}
.GiftScoreInfo .tomanAfter::after,
.GiftScoreInfo .EmAfter::after{
  font-size: .7em;
  color: #464646;
}
.showGifts{
  padding: 15px 25px;
  margin: 25px 0; 
}
.GiftSort{
  justify-content: space-between;
}
.GiftFree{
  color: #646464;
  font-size: .9em;
}
.GiftSortType{
  font-size: .95em;
}
.GiftSortType li:first-child{
  color: #212121;
  font-weight: bold;
}
.GiftSortType li{
  margin-left: 20px;
  cursor: pointer;
  color: #757575;
}
.GiftSortType li:not(:first-child)::after{
  content: "|";
  margin-right: 20px;
}
.GiftSortType li:last-child::after{
  content: "";
}
.GiftSortType li.active{
  color: #ff6a00;
  font-weight: bold;
}
.toggle-wrapper label{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.toggle {
  display: none;
}
.foux-toggle {
  position: relative;
  border-color: #ffe8d8;
  width: 2.2em;
  height: 1em;
  border-radius: 200px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  background-color: #ffe8d8;
  transition: background-color 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
  margin-left: 10px;
}
.foux-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0,-50%);
  display: block;
  width: .9em;
  height: .9em;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: left 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
}
.toggle:checked ~ .foux-toggle {
  background-color: #ff6a00;
}
.toggle:checked ~ .foux-toggle:before {
  left: calc(100% - .9em - 1px);
}
.toggle:checked + .toggle--label:before {
  opacity: 1;
}
.toggle:checked + .toggle--label:after {
  opacity: 0;
  transition-duration: 0.05s;
}
.BuyGiftList{
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0;
}
.BuyGiftList>li{
  width: 49%;
  border-radius: 6px;
  padding-bottom: 25px;
  margin: 10px 0;
}
.GiftName{
  align-items: center;
}
.GiftName i{
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff6a00;
  margin-left: 15px;
  font-size: 1.4em;
  flex-shrink: 0;
}
.GiftName span {
  font-size: 1.1em;
  font-weight: bold;
}
.GiftTitle{
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #f7f7f7;
  border-bottom: 2px solid #DFDFDF;
  border-radius: 6px 6px 0 0;
}
.GiftTitle::before,
.GiftTitle::after,
.GiftName::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
.GiftTitle::before {
  background-image: url(https://static.landika.com/files/images/landing/giftland/pattern.jpg);
  background-size: 20%;
  opacity: .6;
  filter: grayscale(1);
  transition: all .2s ease;
}
.BuyGiftList>li:hover .GiftTitle::before {
  opacity: 1;
  filter: grayscale(0);
}
.GiftTitle::after{
  background: rgb(255,255,255);
  background: radial-gradient(at 10% 50px, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.6) 80%);
}
.GiftName::after {
  background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(255, 255, 255, 0.6) 80%);
}
.GiteCodePrice{
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 25px;
  transform: translate(0,50%);
  background: #ff6a00;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7em;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  box-sizing: border-box;
  min-width: 100px;
}
.GiftDetail{
  padding: 25px 15px 0 0;
  align-items: center;
}
.GiftShortInfo{
  width: 20%;
  margin-left: 25px;
  flex-shrink: 0;
  position: relative;
}
.GiftShortInfoList li{
  border: 1px solid #ff6a00;
  border-radius: 100px;
  padding: 8px 20px;
  margin: 15px 0;
  min-width: 100px;
  box-sizing: border-box;
  font-size: .85em;
}
.GiftShortInfoList li .d_flex{
  align-items: center;
  white-space: nowrap;
}
.GiftShortInfoList li .d_flex img{
  margin-left: 5px;
}
.showGiftGood {
  font-weight: 300;
  color: #757575;
  font-size: .9em;
}
.GiftName span {
  line-height: 1.3;
}
.GiftFullInfoList li::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 2px solid #ff6a00;
  margin-left: 8px;
  display: inline-block;
}
.GiftType{
  display: inline-block;
}
.GiftType a{
  color: #0088dc;
  text-decoration: underline;
  margin-right: 10px;
  font-size: .9em;
}
.showGiftGood{
  width: 80%;
  align-items: center;
  margin: 10px 25px 10px 0;
}
.showGiftGood span:first-child{
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.BuyGiftBtn .BTN{
  padding: 10px 0;
  border-radius: 100px;
}
.MoneyCode{
  position: relative;
  top: -2px;
  left: -15%;
}
.MoneyCode::after{
  content: attr(data-dis);
  position: absolute;
  left: 130%;
  top: 80%;
  transform: translate(0,-50%);
  font-size: .6em;
  font-weight: 300;
}
.MoneyCode::before{
  content: "/";
  position: absolute;
  left: 105%;
  top: 60%;
  transform: translate(0,-50%);
  font-size: .6em;
  font-weight: 300;
}
.GiftFullInfoList>li {
  margin: 15px 0;
}
/* ------------------------- */
.BuyGiftList .GiftOnGoods{
  border: 1px solid #54AE05;
}
.GiftOnGoods .GiftName i{
  background: #54AE05;
}
.BuyGiftList .GiftLDK{
  border: 1px solid #ff6a00;
}
.GiftLDK .GiftName i{
  background: #ff6a00;
}
.BuyGiftList .GiftOnAll{
  border: 1px solid #0088dc;
}
.GiftOnAll .GiftName i{
  background: #0088dc;
}.GiftHistoryList li:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
.GiftHistoryList li:nth-child(even) {
  background: #f7f7f7;
}

.GiftHistoryList li {
  display: flex;
  padding: 17px 20px;
  color: #646464;
  font-size: .9em;
}
.GiftHistoryList li span {
  width: 15%;
  flex: 3 0 0;
}
.GiftHistoryList li:first-child {
  background: #0088dc;
  border-radius: 50px;
  color: #Fff;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.lostCost::before {
  content: "\e047";
  font-family: landikaiconfont;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.lostCost {
  color: #F14848;
  font-weight: bold;
  font-size: 1.1em;
}
.addCost::before {
  content: "\e049";
  font-family: landikaiconfont;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.addCost {
  color: #54AE05;
  font-weight: bold;
  font-size: 1.1em;
}
.GiftHistoryList li span:nth-child(4) {
  width: 15%;
  flex: 5 0 0;
}
.GiftHistoryList li span:first-child {
  flex: 1 0 0;
}

.GiftMessageWrapper,
.inviteBoxWrraper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.showbuygift,.showReward{
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  width: 50%;
  max-width: 600px;
  direction: rtl;
}
.divshowgift {
  line-height: 2;
}
.codeHolder {
  position: relative;
  width: 300px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 8px;
  line-height: 2;
}
.codeGraj {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(0,-50%);
  background: #fffee0;
  border: 1px solid #b3ae20;
  padding: 0 15px;
  border-radius: 8px;
  z-index: 2;
}
.codeToCopy {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  justify-content: space-between;
  transform: translate(0,50%);
}
.CodeAttlist {
  line-height: 2;
  list-style: circle;
  padding: 10px 20px;
  font-size: .9em;
  color: #646464;
}
.CodeAttlist {
  line-height: 1.8;
  list-style: circle;
  color: #646464;
  font-size: .9em;
  padding: 0 20px;
  margin-bottom: 15px;
}
.myCodeCopy {
  height: inherit !important;
  width: 100% !important;
  background: #f7f7f7 !important;
  border-radius: 8px !important;
  font-size: 1em;
  text-align: left;
  letter-spacing: 2px;
  padding: 0 15px !important;
  box-sizing: border-box;
}
.activeCode {
  border: 1px solid #54AE05;
}
.activeCode .GiftName i {
  background: #54AE05;
}
.activeCode .GiteCodePrice {
  background: #54AE05;
  font-size: .9em;
  font-weight: 400;
  width: inherit;
}
.activeCode .GiteCodePrice::before {
  content: "\e91e";
  font-family: landikaiconfont;
  margin-left: 8px;
  font-size: .9em;
}
.UsedCode {
  border: 1px solid #FFDD30;
}
.UsedCode .GiftName i {
  background: #FFDD30;
}
.UsedCode .GiteCodePrice {
  background: #e8c824;
  font-size: .9em;
  font-weight: 400;
  width: inherit;
}
.UsedCode .GiteCodePrice::before {
  content: "\e91e";
  font-family: landikaiconfont;
  margin-left: 8px;
  font-size: .9em;
}
.GiftFullInfoList .myCodeCopy {
  width: 90% !important;
  line-height: 2;
  border-radius: 50px !important;
}
.GiftDetail:last-child .GiftFullInfoList li::before {
  border: #fff;
}
.myGiftLandHistory .GiftDetail {
  padding: 5px 15px 0 0;
}
.myGiftLandHistory .BuyGiftList>li{
  padding-bottom: 0;
}

/* ------------------ landing ------------------ */
.pat_bg{
  width: 100%;
  position: relative;
  background: #fff;
}
.Header{
  height: 8vh;
  background: #061037;
  position: relative;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.centerLanding{
  width: 98%;
  max-width: 1100px;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.goToLDK{
  background: #ff6a00;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
}
.goToLDK a{
  color: #fff;
}
.mainHolder{
  position: relative;
  z-index: 8;
}
.topSec{
  height: 85vh;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7vh;
}
.logoWrapper{
  height: 100%;
  width: 180px;
}
.topSecPart{
  width: 30%;
}

.topSecPart img{
  display: block;
  margin: 0 auto;
}

.topSecPart h1{
  color: #54AE05;
  font-size: 4em;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.topSecPart .goToLDK{
  font-size: 1.2em;
  margin: 10% auto;
  display: block;
  text-align: center;
}
.signOrEnter p{
  text-align: center;
  margin: 25px 0;
}
.btns{
  justify-content: center;
  text-align: center;
}

.sColor{
  background: #0088dc;
  margin-right: 35px;
}
.how{
  margin-top: 15vh;
}
.how h2{
  color: #54AE05;
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}
.how p{
  text-align: center;
  line-height: 2;
}
.HowItem{
  margin: 25px 0;
}

.HowItem ul{
  justify-content: space-between;
}

.HowItem li{
  width: 29%;
  background: #ffffff99;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
  padding: 20px 15px 25px;
  box-sizing: border-box;
}
.howImg{
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.HowItem li img{
  position: absolute;
  top: 50%;
  left: 7.5%;
  width: 85%;
  transform: translate(0,-50%);
}

.howTitle{
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin: 25px 0 15px;
}
.footer{
  margin-top: 30px;
  position: relative;
  z-index: 10;
  background: #fff;
}
.footerCenter{
  align-items: flex-start;
}

.LDKVision{
  background: #757575;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-top: 2px solid #ff6a00;
}

.footerRight{
  width: 20%;
}
.footerRight img{
  width: 100%;
}
.footerLeft{
  width: 80%;
  margin-right: 5%;
}
.footerLeft p{
  line-height: 2;
  color: #646464;
  text-align: justify;
}
.footerLeft h4{
  margin: 10px 0 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.linkList{
  margin: 35px 0;    
}
.linkList li{
  margin: 20px 0;
}
.linkList li::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ff6a00;
  margin-left: 8px;
}
.copy{
  background: #464646;
  color: #fff;
  justify-content: space-between;
}
.copy p{
  font-size: .85em;
  color: #ccc
}

.phone span{
  margin: 0 10px;
}
.phone i{
  margin: 0 10px;
}
.copy .centerLanding{
  padding: 5px 0;
}

.remainText::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0088dc;
  left: 50%;
  top: 100%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.remainText::after {
  content: attr(data-remain);
  position: absolute;
  bottom: 90%;
  background: #0088dc;
  width: 100%;
  font-size: 1.8em;
  left: 0;
  text-align: center;
  padding: 8px 0 0;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.remainText {
  position: absolute;
  bottom: 100%;
  font-size: .6em;
  white-space: nowrap;
  transform: translate(-50%,-50%);
  background: #0088dc;
  padding: 2px 8px 7px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.remain {
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translate(0,-50%);
  height: 4px;
  background: #ccc;
  width: 80px;
}
.remainFull {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #0088dc;
}
.notE{
  border: 1px solid #0088dc;
  background: #fff;
  color: #0088dc;
  opacity: .5;
}
.Lottery {
  line-height: 2;
  margin: 40px 0 10px;
  background: #ffffff75;
  padding: 15px 5%;
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.Lottery li span:first-child {
  font-weight: bold;
  margin: 0 6px;
  font-size: 1.1em;
}
/* ------- responsive ------- */
@media only screen and (max-width: 1100px){

  .BuyGiftList>li {
    width: 98%;
    margin: 10px auto;
  }
  .whiteBox.giftLandMenu {
    width: 100vw;
    margin-right: -2vw;
    background: transparent;
    box-shadow: none;
  }
  .giftLandLogoHolder {
    display: none;
  }
  .GLMenuItem {
    border-bottom: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 100%;
    padding: 15px 0;
  }
  .GLMenuItem li {
    padding: 0 10px;
    white-space: nowrap;
  }
  .GLMenuItem li.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    height: 3px;
    width: 100%;
    background: #ff6a00;
  }
  .GLMenuItem li.active {
    border-bottom: none !important;
    position: relative;
  }
  .giftSecInfo {
    padding: 10px 15px;
  }
  .GiftUserInfo {
    padding: 10px 15px;
  }
  .GLMenuItem li:first-child {
    margin-right: 20px;
    padding-right: 15px;
  }

}


@media only screen and (max-width: 850px){

  .GiftUserInfo {
    width: 100%;
  }
  .GiftIngo {
    flex-wrap: wrap;
  }
  .giftSecInfo {
    width: 100%;
    margin: 25px 0 0 0;
  }


}


@media only screen and (max-width: 650px){

  .LinkList li {
    height: 60px;
    min-width: 100%;
    margin: 0;
  }
  .LinkList li:not(:first-child){
    margin-top: 20px;
  }
  .LinkList {
    flex-direction: column;
    overflow: hidden;
    height: inherit;
  }
  .showbuygift, .showReward {
    padding: 20px 15px;
    width: 85%;
  }

  .topSec {
    flex-direction: column;
  }
  #pos{
    width: 90% !important;
  }
  .HowItem li {
    width: 95%;
    margin: 15px auto;
  }
  .footerCenter,
  .copy .centerLanding {
    flex-wrap: wrap;
  }
  .copy p {
    font-size: .7em;
    text-align: center;
    margin-top: 20px;
  }
  .phone {
    justify-content: center;
    width: 100%;
  }
  .footerRight,
  .footerLeft{
    width: 100%;
  }
  .HowItem ul {
    flex-wrap: wrap;
  }
  .showGifts {
    padding: 5px 10px;
  }
  .GiftShortInfo {
    width: 30%;
    margin-left: 15px;
  }
  .GLMenuItem{
    flex-wrap: wrap;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition-duration: 0.5s;
  }
  .GLMenuItem li {
    margin-bottom: 18px;
  }
  .whiteBox.giftLandMenu {
    width: 100%;
  }
  .giftLandMenu::before {
    content: "\f0c9";
    font-family: fontawesome;
    color: #ff3500;
    font-size: 2.2em;
    padding-right: 8px;
    float: right;
    cursor: pointer;
  }
  .ShowGlMenu{
    max-height: 130px;
    background: white;
    padding: 10px;
  }
  .hintGL{ 
    color: #fe350a;
    font-size: 110%;
    font-weight: bold;
    margin: 9px;
    display: inline-block !important;
  }
  .GiftIngo{
    margin-right: -115%;
    width:94%;
    position: absolute;
    transition-duration: 0.5s;
    background: #00000073;
    z-index: 10;
    max-width: 0;
    overflow:hidden;
  }
  .showglinfo{
    margin-right: 0;
    max-width: 100%;
  }
  .GiteCodePrice {
    width: 10%;
    min-width: 75px;
  }
  .GiftFullInfoList>li {
    margin: 23px 0;
  }
  .BuyGiftList>li div:nth-child(2) {
    margin-top: 0px; 
  }
  .MoneyCode {
    font-size: 90%;
  }
  .GiftFullInfoList .myCodeCopy {
    width: 96% !important;
  }
  .GiftHistoryList{
    width: 220%;
    background: white;
    overflow: scroll;
  }
  .showGifts{
    overflow: scroll;
  }
  .GLMenuItem li.active::after {
    top: calc(100% + 6px);
  }
  .show-bxs{
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 480px){
  .fullInMobile{
    width: 100%;
    margin-top: 20px;
  }
  .shareInvite {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shareInvite li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  li.telegramIcon {
    margin: 0 !important;
  }
  .remainText {
    font-size: .45em;
  }
  .BuyGiftList>li div:nth-child(2) {
    flex-wrap: wrap;
  }
  .GiftShortInfo:not(.BuyGiftBtn) {
    width: 100%;
    margin-left: 0;
  }
  .GiftOnGoods div:nth-child(2) .GiftFullInfo {
    width: 100%;
  }
  .GiftShortInfo:not(.BuyGiftBtn) .GiftShortInfoList {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
  }
  .BuyGiftBtn .GiftFullInfo {
    width: 60%;
  }
  .GiftShortInfoList li {
    margin: 0 15px 0 0;
  }
  .GiftDetail {
    padding: 15px 10px 0 0;
  }
  .GiftFullInfo{
    font-size:88%;
  }
  .GiftFullInfoList>li {
    margin: 18px 0;
  }
  .GiftShortInfoList li {
    padding: 8px 8px;
  }
  .GiftTitle {
    font-size: 90%;
  }
  .MoneyCode {
    font-size: 82%;
  }
  .GiteCodePrice {
    padding: 5px 8px;
    min-width: 70px;
  }
  .codeHolder {
    width: 80%;
    font-size: 90%;
  }
  .BTN {
    padding: 3px 30px;
  }
  .remain {
    position: absolute;
    left: 130%;
    top: 90%;
  }
  .GiftShortInfo {
    width: 40%;
  }
  .remainText {
    padding: 0px 5px 5px;
  }
  .no-fnd{
    text-align: justify;
    line-height: 140%;
    font-size: 90%;
  }
  .GiftLandHolder {
    padding: 0 5px 30px;
  }
  .giftSecInfo > div > div > div{
  font-size:85%;
    line-height: 180%;
  }
}

