body{
	font-family: "微軟正黑體";
    overflow-x: hidden;
}
*{
	position: relative;
    word-break: break-all;
}

*:hover::-webkit-scrollbar-thumb {
  background-color: #777;
}
*::-webkit-scrollbar {
  /*height: 10px;*/
  width: 5px;
  height: 0;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(170, 170, 170, 0.3);
  /*background-color: #000;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}

a{
    word-break: break-all;
}
.img-responsive{
    max-width: 100%;
    height: auto !important;
}
.header{
    width: 100%;
    position: fixed;
    height: 60px;
    left: 0px;
    top: 0px;
    box-shadow: 0px 2px 5px #666;
    z-index: 990;
    display: flex;
    align-items: center;
}
.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.header .btnMenu{
    background-color: transparent;
    padding: 0px;
    background-color: transparent;
    width: 30px;
    height: 30px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: none;
    outline: none;
}
.header .headerLogo{
    max-height: 55px;
    margin-right: 15px;
    max-width: 200px;
}
.header .logo{
    width: 100%;
    display: flex;
    align-items: center;
}
.header .btn.openOrder{
    background-color: #f5c620;
    color: #000;
    padding: 0px;
    padding: 5px 15px;
    box-shadow: none;
    outline: none;
    width: 88px;
    flex-shrink: 0;
}
.header .title{
    font-size: 18px;
}
.header .shield{
    padding: 0px;
    background-color: #f5c620;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #fff;*/
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0px 15px;
}
.header .shield img{
    max-width: 100%;
    max-height: 15px;
    margin-right: 5px;
}
.subMenu{
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 1px 10px #ccc;
    padding: 0px;
    margin: 0px;
    width: 100vw;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: -1;
    /*padding: 15px;*/
    transition: all .5s;
}
.subMenu::-webkit-scrollbar,
.subMenu ul::-webkit-scrollbar {
    height: 0px;
    width: 0px;
    background-color: transparent;
}
.subMenu.open{
    top: 60px;
    opacity: 1;
    z-index: 990;
}
.subMenu .container{
    padding: 0px;
}
.subMenu ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    overflow: scroll;
}
.subMenu ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    padding: 0px;
    height: 50px;
    border-bottom: 2px solid #fff;
    transition: all .5s;
    min-width: 105px;
    flex-shrink: 0;
}
.subMenu ul li a:hover,
.subMenu ul li a.active{
    color: #f5c620;
    border-bottom: 2px solid #f5c620;
}
#shopApp{
    margin-top: 60px;
    z-index: auto;
}
.mask{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    transition: all .5s;
}
.mask.close{
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.cursor{
    cursor: pointer;
}
a.bar{
    height: 60px;
    background-color: rgb(234,234,234);
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 2px 15px #666;
    border-bottom: 5px solid rgb(245,198,32);
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15%;
    z-index: 990;
}
a.bar:hover p{
    -webkit-animation: wobble-hor-bottom 0.8s both;
            animation: wobble-hor-bottom 0.8s both;    
}
a.bar p{
    margin: 0px;
}
a.bar p span{
    background-color: rgb(245,198,32);
    padding: 2px 10px;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    margin-left: 15px;
}
a.bar img{
    width: auto;
    max-height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mind{
    height: 60px;
    background-color: #000;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 3px solid rgb(245,198,32);
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 990;
}
.mind img{
    max-height: 100%;
    max-height: 60px;
}
.mind .btn{
    background-color: #f5c620;
    color: #000;
    padding: 0px;
    padding: 5px 15px;
    box-shadow: none;
    outline: none;
}
#app{
    padding-top: 70px;
}
footer{
    background-color: rgba(28,54,84,0.8) !important;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    margin-top: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer a{
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}
footer a:hover{
    color: #fff;
}
footer span{
    margin: 0px 5px;
}
footer i{
    margin-left: 5px;
}
[v-cloak] {
  display: none;
}
.shopPage{
    padding: 30px 15px;
    min-height: calc(100svh - 40px);
	/*max-width: 800px;*/
}
.shopPage .col-xs-12 img{
	/*width: 100% !important;*/
    height: auto !important;
    margin: auto;
    max-width: 100% !important;
}
.col-xs-12.item{
    padding: 0px;
    overflow: hidden;
}
.item iframe{
    width: 100%;
}
.prodInfoArea{
	border: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
	min-height: 300px;
	border-radius: 10px;
	float: left;
}
.prodInfoArea .prodName{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.prodInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    color: #666;
    font-size: 16px;
}
.pi_left {
    border-right: 1px dashed #ddd;
    padding: 0px;
}
.formArea{
	overflow: auto;
}
.formArea p{
    padding-left: 22px;
    margin-top: 5px;
}
.shipFreeArea{
    color: #e89176;
}
.payArea{
	margin-top: 15px;
	margin-bottom: 15px;
}
.totalPrice{
    color: #e89176;
    font-size: 1.5em;
}
.formArea h3{
	margin: 0px;
	font-size: 24px;
	color: #F67280;
	width: 90%;
}
.prodInfoArea .btn{
	margin-bottom: 5px;
}
.modal-footer{
	padding: 0px;
}
.modal-footer button{
	height: 50px;
	border-radius: 0px;
    background-color: #f0c018;
    color: #000;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 16px;
}
.control-label{
	color: #666;
	font-size: 16px;
}
.control-text {
    color: #666;
    font-size: 16px;
    padding-top: 7px;
}
.form-control.num{
	width: 100px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btnProdNum {
    width: 36px;
    height: 36px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 1px;
    color: #999;
    outline: none !important;

}
.btn.btnProdNum {
    padding: 7px 10px;
}
.btnProdNum:active,
.btnProdNum:focus{
	outline: none !important;
}
.pi_right .btn-ship,
.pi_right .btn-payType{
	margin-right: 5px;
}
.modalTitle{
    padding: 0px 25px; 
    display: flex;
    margin-top: 25px;
}
.modalTitle .loginTitle {
    font-size: 20px;
    font-weight: 300;
    width: 50%;
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    color: #333;
    margin-top: 15px;
    cursor: pointer;
}

.modalTitle .loginTitle.noclick{
    background-color: #ddd;
}
.iziModal-content .signDiv{
    min-height: auto;
}
.iziModal-content .signup_box{
    height: auto;
}
.modal{
    z-index: 999;
}
a.btn-navCart{
    display: none;
}
.phontBar{
    display: none;
}
.auth-form {
    padding: 25px;
    position: relative;
    overflow: auto;
}
.inputGroup {
    position: relative;
    margin-bottom: 15px;
}
.inputGroup .fa {
	position: absolute;
    left: 15px;
    top: 11px;
    font-size: 20px;
    color: #666;
    z-index: 1;
    text-align: center;
    width: 20px;
}
.auth-form .form-control {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    padding-top: 8px;
    padding-left: 40px;
    height: 40px;
}
.btn-login, .btn-signup {
    border-radius: 0px;
    background: #3d505d;
    color: #fff;
    height: 40px;
}
.quickDiv {
    position: relative;
    padding: 15px 25px;
}
.quickDiv p {
    position: absolute;
    top: -30px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    padding: 0px 20px;
}
.btn-fblogin, .btn-fbsignup {
    background: linear-gradient(#5179d0,#5179d0);
    color: #fff;
    height: 40px;
}
.btn-fblogin:hover, .btn-fbsignup:hover {
    background: linear-gradient(#5179d0,#3B5998);
    color: #fff;
}
.btn-login:hover, .btn-login:active, .btn-login:focus, .btn-signup:hover, .btn-signup:active, .btn-signup:focus {
    background: #8dc221;
    color: #fff;
}
.form-control.error {
    border: 1px dashed #F67280;
}
#name-error, #email-error, #password-error, #cpassword-error, #email-error, #phone-error, #prod-error {
    position: absolute;
    top: 10px;
    right: 10px;
}
#agreeCheckBox-error {
    position: absolute;
    bottom: 60px;
    left: 50px;
}
.error {
    color: #F67280 !important;
}

.shopOneArea{
  min-height: 300px;
  border-radius: 8px;
  border: solid 1px #979797;
  /*margin-top: 15px;*/
  padding: 30px;
  /*overflow: auto;*/
  background-color: #fff;
  width: 100%;
  float: left;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}
.shopStatusBar{
  /*border-top-left-radius: 8px;*/
  /*border-top-right-radius: 8px;*/
  background-color: #e6cc58;
  color: #000;
  width: 100%;
  padding: 5px 15px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 45px;
  font-size: 16px;

}
.shopStatusBar > span{
  letter-spacing: 1px; 
}
.shopStatusBar.danger{
    background-color: #F5634A;
    color: #fff;
}
.shopStatusBar .preDate{
    background-color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.shopStatusBar .preDate span:nth-child(1){
    border-right: 1px solid #999;
    padding-right: 15px;
    margin-right: 15px;
}
.broadcastPage .shopOneArea{
    padding: 25px;
}
.shopOneArea h1{
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.shopOneArea [class*="col-"]{
    padding: 0px;
}
.spec1Area{
    display: flex;
    flex-wrap: wrap;
}
.spec1Area .btn{
    min-width: calc(100% / 4 - 15px);
    margin-right: 15px;
    border-radius: 8px;
    background-color: #f5f5f5;
    height: 40px;
    margin-bottom: 15px;
    white-space: break-spaces;
    word-break: break-all;
}
.spec1Area .btn:hover,
.spec1Area .btn:active,
.spec1Area .btn:focus,
.spec1Area .btn.selected{
    background-color: #fd5739;
    color: #fff;
    outline: none;
}
.spec2Area{
    padding-right: 15px;
    margin-bottom: 40px;
}
.spec2Area ul{
    padding: 0px;
    border-top: 1px solid #e0e0e1;
    margin-bottom: 15px;
}
.spec2Area ul li{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e1;
}
.spec2Area .specName{
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}
.spec2Area .specName > div{
    display: flex;
    align-items: center;
}
.spec2Area .specName .photo{
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    background-color: #eee;
    cursor: pointer;
}
.spec2Area .specName p{
    margin-bottom: 0px;
}
.spec2Area .specName p .noStock{
    font-size: 14px;
    color: #ccc;
}
.spec2Area .specName p:nth-child(2){
    color: #ccc;
    font-size: 12px;
    margin-left: 5px;
}
.spec2Area .specName span{
    color: #fd5739;
    font-size: 14px;
    margin-left: 2px;
}
.spec2Area .priceArea{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.spec2Area .oldPrice {
    /*width: 80px;*/
    flex-shrink: 0;
    color: #999;
    text-align: right;
    text-decoration: line-through;
    font-size: 15px;
    font-family: 'Arial';
}
.spec2Area .specPrice {
    /*width: 80px;*/
    flex-shrink: 0;
    color: #999;
    text-align: right;
    padding: 0px 10px;
    padding-right: 15px;
    font-size: 18px;
    font-family: 'Arial';
    
}
.spec2Area .specPrice.red{
    color: #008f00;
    font-weight: bold;
}
.spec2Area .specPrice i{
    font-size: 14px;
}
.spec2Area .specNumArea{
    width: 130px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec2Area .specNumArea .specNum{
    font-size: 20px;
}
.spec2Area .specNumArea .form-control.specNum{
    width: 50px;
    padding: 0px;
    border: none;
    text-align: center;
}
.spec2Area .specNumArea .form-control.specNum:focus{
    box-shadow: none;
}

.spec2Area .specNumArea .btn{
    background-color: #e0e0e1;
    color: #fff;
    font-size: 18px;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    flex-shrink: 0;
}
.spec2Area .specNumArea .btn.btnPlus{
    background-color: #fd5739;
}
.spec2Area .specNumArea .btn:hover,
.spec2Area .specNumArea .btn:active,
.spec2Area .specNumArea .btn:focus{
    background-color: #fd5739;
}
.payTypeArea,
.shipTypeArea{
    margin-bottom: 30px;
}
.payTypeArea h3,
.shipTypeArea h3,
.discountArea h3{
    margin: 0px;
    margin-bottom: 20px;
    color: #24253d;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.payTypeArea .payTypeBtnGroup,
.shipTypeArea .shipTypeBtnGroup{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.payTypeArea .btn,
.shipTypeArea .btn{
    border: solid 1px #dbdbdb;
    border-radius: 0px;
    min-width: 100px;
    height: 40px;
    outline: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payTypeArea .btn:hover,
.payTypeArea .btn:active,
.payTypeArea .btn:focus,
.shipTypeArea .btn:hover,
.shipTypeArea .btn:active,
.shipTypeArea .btn:focus{
    border: solid 1px #fd5739;
    outline: none;
}
.payTypeArea .btn.phonePay{
    width: 110px;
    /*border:  none;*/
}
.shopPage .btnPayType img.payIcon{
    width: auto !important;
    /*height: 30px !important;*/
    max-width: 100%;
}
.shopPage .btnPayType img.payIcon{
    max-height: 28px !important;
}
.shopPage .btnPayType.webPay img.payIcon{
    height: 20px !important;
    margin-right: 10px;
}

.payTypeArea .btn.select,
.shipTypeArea .btn.select{
    border: solid 1px #fd5739 !important;
    background: #fd5739;
    color: #fff;
}
.payTypeArea .btn.phonePay.select,
.shipTypeArea .btn.phonePay.select{
    border: solid 1px #fd5739 !important;
    background: #fff;
}
.btn.storeName{
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.item p{
    padding: 0px 15px;
}
.cartArea{
    min-height: 300px;
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 25px;
    margin-left: 30px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;  
}
.broadcastPage .cartArea{
    padding: 15px;
    margin-left: 15px;
}
.cartArea h2{
    color: #24253d;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 30px;
    font-weight: 400;
}
.cartArea .buyList{
    padding: 0px;
    min-height: 30px;
    list-style-type: none;
    overflow-x: hidden;
    margin: 0px;
}
.cartArea ul.buyList li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(36, 37, 61, 0.2);
    color: rgba(36, 37, 61, 0.5);
}
.cartArea ul.buyList li p{
    width: 100%;
    margin-bottom: 5px;
    color: #666;
}
.cartArea ul.buyList li span.buySpec1{
    width: 30%;
}
.cartArea ul.buyList li span.buySpec2{
    width: 30%;
}
.cartArea ul.buyList li span.buySpecAll{
    width: 60%;
}
.cartArea ul.buyList li span.buyNum{
    width: 15%;
    text-align: right;
    flex-shrink: 0;
}
.cartArea ul.buyList li span.buyPrice{
    text-align: right;
    width: 25%;
    flex-shrink: 0;
}
.cartArea hr{
    border-top: 1px solid #ccc;
    margin-top: 10px;
}
.cartArea .minTotal{
    text-align: right;
    color: #333;
}
.cartArea p{
    color: #999;
}
.cartArea .total{
    text-align: right;
    color: #24253d;
    font-size: 18px;
    margin-top: 10px;
    display: none;
}
.rightTabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #acacac;
    color: #fff; 
}
.rightTabs .btn{
    width: calc(100% / 2);
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: transparent;
    /*background-color: #acacac;*/
    /*color: #fff;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.rightTabs .btn:active,
.rightTabs .btn:focus{
    outline: none;
}
.rightTabs .btn:hover{
    background-color: #777;
    color: #fff;
}
.rightTabs .btn.choose{
    background-color: #f5f5f5;
    color: #000;
}
.buyList p.info{
    margin-bottom: 5px;
    color: #607d8b;
}
.buyList.textContent{
    color: #777;

}
.buyList.textContent .txt{
    padding-left: 20px;
    margin-bottom: 25px;
}
.buyList .buyInfo{
    margin-top: 15px;
}
ul.prodInfo{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.prodInfo li{
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
ul.prodInfo li:last-child{
    border: none;
}
ul.prodInfo li span{
    min-height: 35px;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding-left: 15px;
}
ul.prodInfo li span:nth-child(1){
    width: 90px;
    padding: 0px;
    flex-shrink: 0;
    /*border-right: 1px solid #ccc;*/
    background-color: #777;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-danger{
    background-color: #fd5739;
    border-color: #fd5739;
    border-radius: 8px;
    height: 40px;
    letter-spacing: 1px;
}
.buyList{
    overflow:scroll;
}
.form-control{
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
}
select.form-control{
    border-radius: 0px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/img/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    background-position: 98%;
}
input.form-control,
textarea.form-control{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;    
}
.noPadding{
    padding: 0px;
}
#rapidzpayModal .modal-body .flex{
    display: flex;
    align-items: center;
}
#rapidzpayModal .modal-body .flex img{
    max-width: 100%;
    margin: auto;
}
#rapidzpayModal .modal-body .flex ul{
    width: 100%;
    list-style-type: none;
    padding: 0px;
}
#rapidzpayModal .modal-body .flex ul li{
    display: flex;
    min-height: 25px;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;  
}
#rapidzpayModal .modal-body .flex .btnReQrcode{
    background-color: #fd5739;
    color: #fff;
    border-radius: 0px;
}
#rapidzpayModal .modal-body .flex ul li span:nth-child(1){
    display: block;
    width: 80px;
    flex-shrink: 0;
}
.flexTitle{
/*    display: flex;
    align-items: center;
    justify-content: space-between;*/
    margin-bottom: 40px;
}
.flexTitle h1{
    margin-bottom: 0px;
}
.flexTitle .shareBtn{
    background-color: #48659d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: all .5s;
    display: block;
    width: 75px;
    flex-shrink: 0;
}
.flexTitle .shareBtn:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px #b7b7b7;
}
button.btn.btnChangVT {
    background: #fff;
    margin-right: 5px;
    border-radius: 0px;
    min-width: 100px;
    border: 1px solid #666;
}
button.btn.btnChangVT.select{
    border: solid 1px #fd5739 !important;
    background: #fd5739;
    color: #fff;
}
.btnForget{
    border: 1px solid #ccc;
    border-radius: 0px;
}
.showForget{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.showForget .btn{
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0px;
    border-left: 0px;
}
.fb-broadcast{
    padding-top: 15px;
    margin-bottom: 15px;
}
#myModal .modal-dialog{
    max-width: 450px;
}
.formArea .modal-body{
    /*display: flex;*/
}
.formArea .modal-body .left{
    width: 100%;
    flex-shrink: 0;
    font-family: 'Lato', Arial;
    padding: 30px;
    /*border: 1px solid #ccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*border-right: 1px solid #ccc;*/
    content: '';
    display: none;
}
.formArea .modal-body .left.show{
    display: block;
}
.formArea .modal-body .left.leftImg{
    padding: 20px;
}
.formArea .modal-body .left.focus{
    border: 2px dashed #ff5722;
}
.formArea .modal-body .left:after{
    /*position: absolute;
    content: '';
    height: calc(100% - 60px);
    width: 1px;
    background-color: #ccc;
    right: 0px;*/
}
.formArea .modal-body .left.focus:after{
    width: 0px;
}
.formArea .modal-body .left .loginTitle{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    /*padding-bottom: 10px;*/
    /*border-bottom: 1px solid #000;  */
    width: 100%;
    text-align: center;
}
.formArea .modal-body .left .formArea{
    width: 100%;
    /*margin-bottom: 15px;  */
}
.formArea .modal-body .left .formArea .form-control{
    padding-left: 50px;
    background-color: #fff;
    height: 40px;
}
/*.formArea .modal-body .left hr{
    width: 100%;
    border-top: 1px solid #666;
    margin: 50px 0px;
}*/
.formArea .modal-body .left .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.formArea .modal-body .left .flex a{
    color: #000;
    text-decoration: none;
}
.formArea .modal-body .left .text{
    background-color: #fff;
    /*margin-top: -60px;*/
    margin-top: 40px;
    margin-bottom: 20px;
    content: '';
    text-align: center;
    width: 100%;
}
.formArea .modal-body .left .text:before{
    border-bottom: 1px solid #000;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 35%;
}
.formArea .modal-body .left .text:after{
    border-bottom: 1px solid #000;
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 35%;
}
.formArea .modal-body .left .formArea .btnLogin,
.formArea .modal-body .left .formArea .btnSignup,
.formArea .modal-body .left .formArea .btnForget{
    width: 100%;
    border: 1px solid #000;
    border-radius: 0px;
    height: 40px;
}
.formArea .modal-body .left .btnFBLogin{
    width: 100%;
    border-radius: 0px;
    height: 40px;
    background-color: #4b72bb;
    color: #fff;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formArea .modal-body .left .btnLINELogin{
    width: 100%;
    border-radius: 0px;
    height: 40px;
    background-color: #5dbd3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formArea .modal-body .left .btnFBLogin i,
.formArea .modal-body .left .btnLINELogin i{
    font-size: 18px;
    margin-right: 5px;
}

.formArea .modal-body .right{
    width: 100%;
    padding: 30px;
    display: none;
}
.formArea .modal-body .right.show{
    display: block;
}
.formArea .modal-body .right #orderForm .formGroup{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.formArea .modal-body .right #orderForm .formGroup > label{
    position: absolute;
    /*top: 12px;*/
    margin: 0px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    color: #666;
    font-weight: inherit;
    border-right: 1px solid #ccc;
    width: 70px;
}
.formArea .modal-body .right #orderForm .formGroup .flexCheckBox{
    width: 100%;
    /*margin-left: 80px;*/
    
}
.formArea .modal-body .right #orderForm .formGroup.remark label{
    height: 70%;
}
.formArea .modal-body .right #orderForm .form-control{
    padding-left: 90px;
    font-size: 16px;
    box-shadow: none;
    transition: none;
}
.formArea .modal-body .right #orderForm .form-control:focus{
    box-shadow: none;
    border-color: #333;
}
.formArea .modal-body .right #orderForm input.form-control[readonly]{
    background-color: #fff;
    cursor: initial;
}
.formArea .modal-body .right p{
    /*font-size: 16px;*/
    /*color: #666;*/
}
.formArea .modal-body .right .btnSave{
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.btnClose{
    display: none;
}
.btnBack{
    display: block;
    background-color: #f0c018;
    width: 100%;
    border-radius: 0px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: #f0c018;
    height: 40px;
    margin-bottom: 0px;
}
.btnBack:focus,
.btnBack:active{
    outline: none !important;
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.moreBox{
    display: flex;
    margin-bottom: 15px;
    align-items: center;  
}
.moreBox .tag{
    background-color: #f44336;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.moreBox .txt{
    margin-right: 10px;
}
.moreBox .showMore a,
.moreBox .showMore a:hover{
    text-decoration: none;
}
.moreBox .showMore .moreCard{
    background-color: #fff;
    box-shadow: 0px 5px 15px #ededed;
    border-radius: 7px;
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}
.moreBox .showMore .moreCard.open{
    visibility: visible;
    bottom: 40px;
    opacity: 1;
}
.moreBox .showMore .moreCard .title{
    background-color: #e65b4a;
    color: #fff;
    padding: 10px 25px;
}
.moreBox .showMore .moreCard ul{
    list-style-type: none;
    padding: 15px 25px;
    margin: 0px;
}
.moreBox .showMore .moreCard ul li{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #666;
}
.moreBox .showMore .moreCard ul li span:nth-child(1){
    width: 110px;
    flex-shrink: 0;
}
.moreBox .showMore .moreCard ul li span:nth-child(2){
    min-width: 50px;
    flex-shrink: 0;
}
.membersBtn .btn{
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.membersBtn p{
    padding-left: 0px;
}
#shop .safety{
    background-color: #fe5639;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
    height: 30px;
    border-radius: 15px;
}
#shop .safety i{
    font-size: 14px;
}
#shop .flexTitle .icons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}
#shop .flexTitle .icons > span{
    margin-right: 5px;
    font-size: 14px;
    color: #777;
}
#shop .flexTitle .icons > span.sellNum{
    margin-right: 15px;
}
#shop .flexTitle .icons > span.sellNum b{
    border-bottom: 1px solid #000;
}
#shop .flexTitle .icons a{
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px 2px;
}
#shop .flexTitle .icons a.shareFB{
    background-color: #3b5998;
}
.couponBox{
    border: 1px solid #ff0000;
    width: 350px;
    height: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.couponBox .money{
    width: 75px;
    flex-shrink: 0;
    background-color: #ff0000;
    color: #fff;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /*font-family: 'Arial';*/
    /*font-weight: bold;*/
}
.couponBox .content{
    width: 100%;
    padding: 10px;
}
.couponBox .content .title{
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}
.couponBox .content .flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
    color: #ccc;
}
.couponBox .content .flex ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.couponBox .content .field{
    width: 65px;
    flex-shrink: 0;
}
.couponBox .content .field .choose{
    color: #ff0000;
}
.couponBox .content p{
    margin: 0px;
}
.couponBoxs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.couponBox .btnClose{
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    border: none;
    font-size: 18px;
    right: -9px;
    top: -9px;
    color: #999;
}
.couponBox .btnClose:hover{
    border: none;
    color: #ff0000;
}
#couponsModal .modal-dialog{
    width: 745px;
}
.sa-button-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ccc;
    padding: 0px;
    margin-top: 30px;
}
.sweet-alert{
    padding: 0px !important;
    padding-top: 15px !important;
    border-radius: 15px !important;
}
.sweet-alert h2{
    font-size: 20px !important;
    padding: 0px 15px;
}
.sweet-alert p{
    /*padding: 15px !important;*/
}
.sweet-alert button,
.sa-confirm-button-container{
    width: 100%;
    min-width: 50%;
    margin: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
}
.sa-confirm-button-container button{
    color: #000 !important;
}
.sweet-alert button {
    background-color: #f0c018 !important;
    border-radius: 0px !important;
}

button.cancel {
    background-color: #999 !important;
    border: 1px solid #999 !important;
}
.btnFlex{
    display: flex;
    align-items: center;
}
.couponInputs{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.couponInputs .form-control{
    margin: 0px;
    border: solid 1px #ff9800 !important;
}
.couponInputs .btn{
    margin: 0px;
    border: solid 1px #ff9800 !important;
    background: #ff9800;
    color: #fff;
}
.btnNoLogin{
    height: 40px;
    width: 100%;
    border-radius: 0px;
    background-color: #f76358;
    color: #fff;
    margin-top: 15px;
}
.btnNoLogin:hover,
.btnNoLogin:focus{
    color: #fff;
    outline: none;
}

/*.moreBox ul{
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    margin-right: 10px;
}
.moreBox ul li.tag{
    background-color: #f44336;
    padding: 4px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}
.moreBox ul li.tag i{
    margin-right: 5px;
}
.moreBox ul li span{
    margin-right: 5px;
}
.moreBox ul li{
    display: flex;
    align-items: center;
}*/
.mind.phone{
    display: none;
}


.sweet-alert button.cancel,
.sweet-alert button.confirm{
    box-shadow: none !important;
}
#ordersModal{
    display: none;
}
#shieldModal .modal-body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    font-size: 18px;
    line-height: 1.8em;
    color: #666;
}
#shieldModal .close{
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}
#shieldModal .modal-body img.shield{
    height: 100px;
    margin-right: 15px;
}
.flexCheckIcon{
    display: flex;
    align-items: center;
}
.flexCheckIcon .checkIcon{
    width: auto;
}
img,iframe,table{
    max-width: 100% !important;
}
.checkIcon{
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}
.iFrameWeb{
    width: 100%;
    min-height: 100vh;
}
.iFrameWeb iframe{
    width: 100%;
    height: 100vh;
    overflow: scroll;
}
.iFrameWeb iframe::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
}
.container-fluid .iFrameWeb{
    /*width: 100vw;*/
}
.container-fluid .iFrameWeb iframe{
    /*width: 100vw;*/
}
.btnOpenTalk{
    background-color: #fdd60b;
    color: #000;
    margin-left: 5px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.btnOpenTalk:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.specPhotoMask{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specPhotoMask .closeMask{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}
.specPhotoMask .specPhotoBox img{
    max-width: 80vw;
    max-height: 80vh;
}
.specPhotoMask .specPhotoBox .btn{
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 99;
    padding: 0px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    font-size: 22px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
img.shipImg{
    max-width: 25px;
    max-height: 25px;
    margin-right: 10px !important;
}
.cursorAuto{
    cursor: auto;
}
.shopPage .col-xs-12 .btn img{
    width: auto !important;
}
div[id*="gb-widget-"]{
    right: 95px !important;
    bottom: 30px !important;
}
.fixedSearchOrder{
    position: fixed;
    right: 25px;
    bottom: 105px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #B7D1A3;
    color: #fff;    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    z-index: 1;
}
.fixedSearchOrder:hover,
.fixedSearchOrder:active{
    color: #fff;
    background-color: #058789;
}
@media( max-width: 1200px){
    .cartArea{
        margin-left: 0px;
    }
}
@media( max-width: 1024px){
    a.bar{
        padding-right: 5%;
    }
    .mind.web img{
        max-height: 40px;
    }
}
@media(max-width: 990px){
/*    .shopOneArea{
        margin-left: -15px;
        margin-right: -15px;
    }*/
    .payTypeArea .btn, .shipTypeArea .btn{
        background-color: #fff;
    }
    .broadcastPage .cartArea{
        margin: 0px;
    }
    .cartArea{
        margin-left: 0px;
        height: auto !important;
    }
    .btnPay{
        position: fixed;
        bottom: 0px;
        right: 0px;
        border-radius: 0px;
    }
    .modal-dialog{
        width: 700px;
    }
    #agreeCheckBox-error{
        top: -15px;
        left: 20px !important;
    }
    .rightTabs{
        margin: 0px;
    }
    .header .container{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .header .logo{
        margin-left: 5px;
    }
    .header .headerLogo{
        margin-right: 5px;
    }
    .header .title{
        font-size: 14px;
    }
    .header .btn.openOrder{
        width: 70px;
        font-size: 12px;
        padding: 5px 10px;
        margin-right: 10px;
    }
    .header .shield{
        display: none;
        margin: 0px 5px;
        height: 29px;
    }
    .subMenu{
        width: 150px;
        height: calc(100vh - 60px);
        overflow: scroll;
    }

    .subMenu ul{
        flex-direction: column;
    }
    .subMenu ul li{
        width: 100%;
    }
    .subMenu ul li a{
        width: 100%;
    }
}


@media(max-width: 576px){
    .modal-content{
        border-radius: 0px;
    }
    .formArea .modal-body .right #orderForm .formGroup{
        margin-bottom: 10px;
    }
    .modal-dialog{
        width: calc(100% - 20px);
    }
    .modal-body{
        padding-bottom: 5px;
    }
    .btnClose{
        display: block;
        position: absolute;
        top: -5px;
        right: -5px;
        font-size: 24px;
        padding: 2px;
        line-height: 1em;
        border-radius: 50%;
    }
    .btnClose:focus{
        box-shadow: none;
        outline: none;
    }
    .left .btnClose{
        z-index: 5;
    }
    .right .btnClose{
        z-index: 1;
        top: -20px;
        right: -20px;
        line-height: 1em;
        border-radius: 50%;
        padding: 2px;
    }
    .formArea .modal-body .left{
        position: absolute;
        left: 0vw;
        top: 0px;
        z-index: 2;
        background-color: #fff;
        width: 100%;
        min-height: calc(100vh - 25px);
        height: 100%;
        transition: all .5s;
    }

    .formArea .modal-body .left.closes{
        left: -100vw;
    }
    .formArea .modal-body .left:after{
        width: 0px;
    }
    .formArea .modal-body .right{
        padding: 15px;
        min-height: calc(100vh - 45px);
    }
    .btnBack{
        height: 35px;
        margin-bottom: 5px;  
    }
    
    .formArea .modal-body .right .btnSave{
        margin-top: 5px;
    }
    .formArea .modal-body .right #orderForm .form-control{
        font-size: 14px;
    }
    .shopOneArea{
        padding: 15px;
    }
    .shopOneArea h1{
        font-size: 18px;
        line-height: 1.5em;
        width: 100%;
        word-break: break-all;
    }
    .spec1Area .btn{
        margin-right: 5px;
        margin-bottom: 5px;
        min-width: calc(100% / 4 - 15px);
        width: auto;
        height: auto;
    }
    .spec1Area{
        margin-bottom: 15px;
    }
    .spec2Area .specName{
        width: 100%;
        font-size: 13px;
    }
    .spec2Area .specNumArea .form-control.specNum{
        font-size: 16px;
        width: 40px;
    }
    .spec2Area .priceArea{
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 0px 5px;
    }
    .spec2Area .oldPrice{
        text-align: right;
        font-size: 14px;
    }
    .spec2Area .specPrice{
        text-align: right;
        font-size: 14px;
        padding: 0px;
    }
    .spec2Area .specNumArea{
        width: 30%;
    }
    .payTypeArea .btn, .shipTypeArea .btn{
        margin-right: 5px;
        margin-bottom: 5px;
        min-width: calc(100% / 3 - 5px);
    }
    .btnPay{
        width: 50%;
        font-size: 14px;
        z-index: 99;
    }
    .cartArea .total{
        font-size: 14px;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        background: #f0ad4e;
        display: block;
        width: 50%;
        height: 40px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 99;
    }  
    .noPadding{
       padding: 15px;
       margin-bottom: 50px;
    }  
    .prodWidth{
        width: 100% !important;
    }
    .shopPage .col-xs-12 img{
        width: 100% !important;
    }
    a.bar img{
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0,0);
        width: 30%;
    }
    a.bar{
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 12px;
    }
    a.bar p span{
        margin-left: 5px;
    }
    footer{
        margin-bottom: 40px;
        margin-top: 0px;
    }
    #rapidzpayModal .modal-body .flex{
        flex-direction: column;
    }
    .spec2Area .specName{
        flex-direction: column;
        align-items: flex-start;
    }
    .moreBox{
        flex-wrap: wrap;
    }
    .flexTitle{
        margin-bottom: 15px;
    }
    .moreBox .showMore .moreCard{
        right: -15px;
    }
    .moreBox .showMore .moreCard.open{
        right: -15px;
        box-shadow: 0px 0px 10px #a7a7a7;
    }
    #shop .safety{
        padding: 5px;
    }
    #shop .flexTitle .icons{
        /*width: 80px;*/
        flex-shrink: 0;
    }
    .spec2Area{
        padding-right: 0px;
    }
    .couponBox{
        width: 100%;
    }
    .couponBox .btnClose{
        min-width: 20px;
        min-height: 20px;
    }
    #couponsModal .modal-dialog{
        width: calc(100% - 20px);
    }
    .shopStatusBar .preDate{
        display: flex;
        flex-direction: column;
    }
    .shopStatusBar .preDate{
        border-radius: 8px;
        margin-right: -10px;
    }
    .shopStatusBar .preDate span:nth-child(1){
        margin: 0px;
        padding: 0px;
        border: none;
        text-align: right;
    } 
    .couponInputs .btn{
        margin: 0px;
        border: solid 1px #ff9800 !important;
        background: #ff9800;
        color: #fff;
    }   
    .mind.web{
        display: none;
    }
    .mind.phone{
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .mind.phone img{
        height: 50px;
    } 
    .mind.phone .btn{
        font-size: 12px;
        padding: 5px 10px;
        margin-right: 5px;
    }  
    .chatTalkBox{
        bottom: 40px !important;
    }
    .talkBottom .chatTalkBox{
        bottom: 0px !important;
    }
    div[id*="gb-widget-"]{
        bottom: 45px !important;
        left: 15px !important;
        right: auto !important;
        z-index: 1 !important;
    }
    .spec2Area .specName .photo{
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    .specPhotoMask .specPhotoBox img{
        max-width: 80vw !important;
        max-height: 80vh;
    }
    .couponInputs{
        margin-bottom: 5px;
    }
    .payTypeArea .payTypeBtnGroup .btn{
        min-width: calc(100% / 2 - 5px);
    }
    .fixedSearchOrder{
        bottom: 90px;
        right: 15px;
        border-radius: 10px;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2018-10-1 19:28:21
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}








