.credit-modal .container{
    		width: 100%!important;
    	}
    	.paypal-button{
			position: absolute;
			top: 0;
			left: 0;
		    opacity: 0.000001; 
		}
    	.credit-modal .checkout header{
    		margin-top: 14px;
    		margin-bottom: 30px;
    	}
    	.credit-modal .checkout h1{
    		margin: 0;
		    margin-right: 24px;
		    font-size: 22px;
		    font-weight: 500;
		    color: #151515;
    	}
    	.credit-modal .checkout img{
    		height: 22px;
    	}
		.cardinfo-card-number {position: relative;}
		.cardinfo-label {
		  	display: block;
		  	margin-bottom: 15px;
		  	font-size: 15px;
		  	line-height: 1;
		  	color: #151515;
		  	font-weight: 400;
		}
		.input-wrapper {
		  border-radius: 2px;
		  background: rgba(255, 255, 255, 0.86);
		  height: 2.75em;
		  border: 1px solid #eee;
		  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
		          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
		  padding: 5px 10px;
		  margin-bottom: 15px;
		}
		.credit-modal .form-control{
			margin-bottom: 15px;
		}
	    #card-image{
	        position: absolute;
	        top: 36px;
	        right: 0px;
	        width: 44px;
	        height: 28px;
	        background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
	        background-size: 86px 458px;
	        border-radius: 4px;
	        background-position: -100px 0;
	        background-repeat: no-repeat;
	        margin-bottom: 1em;
	    }
 
        #card-image.visa
        {
            background-position: 0 -398px;
        }
 
        #card-image.master-card
        {
            background-position: 0 -281px;
        }
 
        #card-image.american-express
        {
            background-position: 0 -370px;
        }
 
        #card-image.discover
        {
            background-position: 0 -163px;
        }
 
        #card-image.maestro
        {
            background-position: 0 -251px;
        }
 
        #card-image.jcb
        {
            background-position: 0 -221px;
        }
 
        #card-image.diners-club
        {
            background-position: 0 -133px;
		}
		.credit-modal .failed-item {
		    padding: 16px 24px 19px;
		    margin-bottom: 30px;
		    color: #ff0000;
		    background: #fff2f2;
		}
		.credit-modal .faild-header {
		    display: flex;
		    align-items: center;
		}
		.credit-modal .faild-header svg {
		    font-size: 28px;
		}
		.credit-modal .faild-header h3 {
		    margin: 0;
		    margin-left: 16px;
		    font-size: 18px;
		}
		.credit-modal .failed-item p {
		    margin-top: 14px;
		    margin-bottom: 0;
		}
		#card-button {
			float: right;
			width: 100%;
		}
		#card-button span{
			display: block;
    		color: #fff;
		}
		@media only screen and (min-width : 320px){
	    	.credit-modal .checkout header{
	    		display: block;
	    	}
		}
		@media only screen and (min-width : 992px){
	    	.credit-modal .checkout header{
	    		display: flex;
	    		align-items: center;
	    	}
		}