button:focus {outline:0 !important;}

form legend{
font-weight: bold;
padding: 20px 0;
font-size: 1.2em;
}

/*Checkout----------------*/

#edd_checkout_cart * {
    border-left: none;
    border-right: none;
}

#edd_checkout_cart th {
    border: none;
}

#edd_checkout_form_wrap {
    background: #fafafa;
}

#edd_checkout_form_wrap fieldset, #edd_checkout_form_wrap p {
    border: none !important;
}

#edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap textarea, #edd_checkout_form_wrap input[type=password] {
    color: #636363 ;
    background: #fff;
    padding: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ;
    font-size: 1.2em !important;
    border: 1px solid #e4e4e4 ;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input.edd-submit {
   width: 100% !important;
   color: #fff !important;
   padding: 20px 0 !important;
   background: #5cb69c !important;
border: none !important;
}

.edd-payment-icons {
    margin: 0 30px !important;
}

#edd_discount_code {
    padding: 20px 0 0 10px !important;    
}

#edd_discount_code input[type="submit"]{
    max-width: 100px !important;  
    margin-top: 10px !important;
    max-width: 100px !important;  
    margin-top: -18px !important;
    display: inline-block;
}

#edd_discount_code input[type="text"]{
    max-width: 400px !important;  
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

label.edd-label img {
	float: right;
}

#edd-discount-code-wrap .edd-description {
margin-top: -25px !important;
}

span#edd-discount-error-wrap {
	max-width: 550px !important;
	left-margin: 0 !important;
	float: left !important;	
	padding: 0 !important;
	position: relative;
	clear: both;
	margin: 10px 0 !important
}

#edd_purchase_form_wrap fieldset {
    margin-left: 10px !important;
}

#edd_purchase_form_wrap #edd_purchase_submit {
    padding: 0 30px !important;
	margin-left: 0 !important;
}

#edd-payment-mode-wrap {
    margin-left: 10px;
}

#edd_purchase_form_wrap img {
    margin-left: 30px;
}

#edd_secure_site_wrapper {
	margin-bottom: 20px;
}

#edd_login_form label {
	max-width: 100px;
}

/*Purchase Confirmation----------------*/

#edd_purchase_receipt, #edd_purchase_receipt_products, #edd_user_history, #edd_subscription_receipt{
margin-bottom: 40px
}

#edd_purchase_receipt td, #edd_purchase_receipt_products td, #edd_user_history td, #edd_subscription_receipt td{
padding: 10px 15px !important;
border-bottom: 1px solid #eaeaea;
}

#edd_purchase_receipt_products td, #edd_subscription_receipt td{
padding: 10px 15px 5px!important;
}

#edd_purchase_receipt_products td ul{
padding: 2px 0 5px!important;
margin: 0 !important;
}

#edd_purchase_receipt_products td li{
margin: 0 !important;
}

#edd_purchase_receipt th, #edd_purchase_receipt_products th, #edd_user_history th, #edd_subscription_receipt th{
padding: 10px 15px !important;
border-bottom: 1px solid #eaeaea;
background: #f9f9f9
}


/*My Account----------------*/

#edd_profile_editor_form legend{
font-weight: bold;
padding: 20px 0;
font-size: 1.2em;
}

#edd_profile_submit_wrap {
padding: 30px 0;
}




@media only screen and (max-width: 600px) {
	
	#edd_discount_code input[type="submit"]{	    
	    margin-top: 10px !important;	    
	}
		
}
