  .modal-cus {
	max-width:540px
  }
  #popup_coupon_show {
    background:#014071 none repeat scroll 0 0;
	border-radius: 50px;
	bottom: 30px;
	color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 70px;
    padding: 22px 0;
    position: fixed;
    left: 30px;
    text-align: center;
    width: 70px;
    z-index: 9;
    animation: 2.2s ease-in-out 0s normal none infinite running trambling-animation;
	
}
  
  #popup_coupon {
    font-size:16px;
    color:#797979
  }
  .padd5x0 {
    padding:5px 0;
  }
  .padd0x10 {
	padding:0px 10px
  }
  .mart_20 {
	margin-top:20px
  }

.callback-simple i{
	animation: 2.2s ease-in-out 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {
    0%, 50%, 100% {
    transform: rotate(0deg);
    }
    10%, 30% {
    transform: rotate(-10deg);
    }
    20%, 40% {
    transform: rotate(10deg);
    }
}

