.checkoutmainform #checkoutform {
    padding: 0px;
}
.checkoutmainform #checkoutform .form-row {
    margin-bottom: 30px;
}

.checkoutmainform #checkoutform input {
    width: 100%;
    float: left;
    border: none;
    background: none;
    padding: 0px;
    transition: all 0.2s ease-out;
    font-size: 13px;
    position: relative;
    z-index: 1;
    height: 38px;
}
.checkoutmainform #checkoutform input:focus+label {
    color: #000;
}

.checkoutmainform #checkoutform .input-box {
    float: left;
    width: 100%;
    box-shadow: 0 0 0 1px #d5d5d5;
    border-radius: 4px;
    padding: 10px 10px;
    position: relative;
    height: 50px;
}
.checkoutmainform #checkoutform .input-box.selectbox {
    height: 60px;
}
.checkoutmainform #checkoutform .input-box input:focus+label {
    color: red;
    top: 3px !important;
}

.checkoutmainform #checkoutform .input-box select:focus+label {
    color: red;
    top: 3px !important;
}
.checkoutmainform #checkoutform .input-box.addlabel label {
    color: red;
    top: 3px !important;
}

.checkoutmainform #checkoutform .input-box.inputhover {
    box-shadow: 0 0 0 2px green;
}

.checkoutmainform #checkoutform #delivery-dropdown-sec {
    margin-top: 30px;
    margin-bottom: 50px;
}
.checkoutmainform #checkoutform #contactinfo-box {
    margin-top: 30px;
    margin-bottom: 50px;
}
.checkoutmainform #checkoutform #contactinfo-box label {
    width: 100%;
    float: left;
    position: absolute;
    left: 10px;
    font-size: 13px;
    top: 15px;
    cursor: none;
}
.checkoutmainform #checkoutform #contactinfo-box .input-box {
    background-color: #eee;
}
.checkoutmainform #checkoutform #contactinfo-box [disabled] {
    cursor: not-allowed;
}
			
.checkoutmainform #checkoutform #shipping-box {
    margin-top: 30px;
    margin-bottom: 50px;
}
.checkoutmainform #checkoutform #shipping-box label {
    width: 100%;
    float: left;
    position: absolute;
    left: 10px;
    font-size: 13px;
    top: 15px;
    cursor: none;
}

.checkoutmainform #checkoutform #shipping-box select {
    width: 100%;
    float: left;
    border: none;
    background: none;
    padding: 0px;
    height: auto;
    transition: all 0.2s ease-out;
    font-size: 13px;
    border: #ccc solid 1px;
}
.checkoutmainform #checkoutform #shipping-box .selectbox label {
    top: 3px;
}
				
.checkoutmainform #checkoutform #shipping-box .selectbox select {
    top: 16px;
    position: relative;
}


.checkoutmainform #checkoutform #shippingtab {
    margin-top: 30px;
}
.checkoutmainform #checkoutform #shippingtab span.shipping-title {
    margin-bottom: 10px;
    display: block;
}


.checkoutmainform #checkoutform #shippingtab table {
    border: #ccc solid 1px;
    border-radius: 10px;
}
.checkoutmainform #checkoutform #shippingtab table .delivery_option_radio, .checkoutmainform #checkoutform #shippingtab table .delivery_option_logo {
    width: 50px;
    vertical-align: middle;
}

.checkoutmainform #checkoutform #shippingtab .goback {
    color: green;
    display: inline-block;
    margin-top: 8px;
}
.checkoutmainform #checkoutform #shippingtab .goback:hover {
    color: #f042a8;
}
.checkoutmainform #checkoutform #shippingtab .goback i.fa {
    font-size: 20px;
    margin-right: 10px;
}

.checkoutmainform #checkoutform #shippingtab .cart_navigation .btn {
    float: right;
}
				
.checkoutmainform #checkoutform #shippingtab .cart_navigation .btn i.fa {
    margin-left: 10px;
    font-size: 20px;
}


.checkoutmainform #checkoutform #paymenttab {
    margin-top: 30px;
}
.checkoutmainform #checkoutform #paymenttab .payment_module.paypal {
    border: #ccc solid 1px;
    padding: 15px 10px;
 }
 .checkoutmainform #checkoutform #paymenttab .payment_module.paypal:hover {
    background: #f6f6f6;
}
.checkoutmainform #checkoutform #paymenttab .payment_module.paypal img {
    margin-right: 20px;
}
.checkoutmainform #checkoutform #paymenttab .payment_module.paypal a {
    padding: 15px;
    font-size: 21px;
    font-weight: bold;
    color: #003087;
}
.checkoutmainform #checkoutform #paymenttab .payment_module.paypal a:hover {
    text-decoration: none;
}
					
.checkoutmainform #checkoutform #paymenttab h3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.checkoutmainform #checkoutform #paymenttab .checkbox {
    position: relative;
    display: block;
}
.checkoutmainform #checkoutform #paymenttab .checkbox label {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    display: block;
    margin-bottom: -1px;
}
.checkoutmainform #checkoutform #paymenttab .checkbox input {
    float: none;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.checkoutmainform #checkoutform #paymenttab .cart_navigation {
    margin-top: 30px;
}

.checkoutmainform #checkoutform #addressbox {
    margin: 30px 0 0 0px;
    padding: 0px;
    display: none;
}
.checkoutmainform #checkoutform #addressbox ul {
    margin: 0px 0 0 0px;
    padding: 0px;
}
.checkoutmainform #checkoutform #addressbox ul li {
    list-style: none;
}

@media only screen and (max-width: 767px) {
	#checkoutform .input-box {
        margin-bottom: 20px;
    }
		
    #checkoutform .form-row {
        margin-bottom: 0px;
    }
}

.checkoutmainform #checkoutform .form-group {
    margin-bottom: 10px!important;
}
.checkoutmainform #checkoutform .opc-input {
    transition: all 0.2s ease-out;
    display: block;
    background: transparent;
    position: relative;
    float: left;
    width: 100%;
}
.checkoutmainform #checkoutform sub, .checkoutmainform #checkoutform sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.checkoutmainform #checkoutform sup {
    top: -0.5em;
}
.checkoutmainform #checkoutform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}
.checkoutmainform #checkoutform .opc-input label {
    position: absolute;
    top: 12px;
    left: 10px;
    font-weight: normal;
    color: #888;
    font-size: 12px;
}
.checkoutmainform #checkoutform .inp-active label {
    top: 3px;
    font-size: 11px;
    z-index: 9;
}
.checkoutmainform #checkoutform .inp-active label {
    top: 0!important;
}
.checkoutmainform #checkoutform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.checkoutmainform #checkoutform  .opc-input input, .checkoutmainform #checkoutform .opc-input select, .checkoutmainform #checkoutform  #sel_id_address_delivery {
    transition: all 0.2s ease-out;
    background: white;
    width: 100%;
    outline: none;
    border: 0 none;
    padding: 15px 10px 6px 10px;
    height: 40px!important;
    box-shadow: 0 0 0 1px #d5d5d5;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    background: white;
    margin-bottom: 10px!important;
}
.checkoutmainform #checkoutform  #sel_id_address_delivery,
.checkoutmainform #checkoutform .opc-input select{
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../../../img/select-arrow.png) 98% center no-repeat;
}
.checkoutmainform #checkoutform  #sel_id_address_delivery {
    padding: 10px;
}
.checkoutmainform #checkoutform h3, .checkoutmainform #checkoutform .address_delivery label {
    font-size: 20px!important;
    font-family: "Helvetica"!important;
    font-weight: 500!important;
    line-height: 1.1!important;
    color: #383838!important;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    text-align: left;
}
.checkoutmainform #checkoutform .form-control, .checkoutmainform #checkoutform .form-control {
    max-width: none;
}
.checkoutmainform #checkoutform .col-md-6, .checkoutmainform #checkoutform .col-md-12, .checkoutmainform #checkoutform .col-md-4 {
    padding: 0 5px !important;
}
.checkoutmainform #checkoutform  .checkbox {
    text-align: right;
    display: block;
    float: left;
    width: 100%;
}
.checkoutmainform #checkoutform  #order_invoice_address_form_container .checkbox label {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #ccc;
padding: 10px;
width: 100%;
display: block;
margin-bottom: -1px;
}
.checkoutmainform #checkoutform  .checkbox label input {
    width: inherit;
    height: inherit;
    margin-right: 10px;
    margin-top: 5px;
}
.checkoutmainform #checkoutform .cart_navigation {
    text-align: right;
}
.checkoutmainform #checkoutform #submitAccount {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
    border-radius: 4px!important;
    padding: 0px 20px;
}
.cart_navigation button.standard-checkout {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
    border-radius: 4px!important;

}
.delivery_option_logo {
    width: 80px;
  }
  .order_carrier_logo {
    max-width: 70px;
      border: 1px solid #dedede;
      padding: 6px;
      border-radius: 6px;
  }
  .delivery_option_radio {
    width: 15px;
      padding: 0!important;
      vertical-align: middle!important;
  }
  .delivery_option_name {
      font-size: 16px!important;
      font-family: "Helvetica"!important;
      font-weight: 600!important;
      line-height: 1.1!important;
      color: #383838!important;
      margin-top: 0px!important;
      margin-bottom: 5px!important;
      text-align:left!important;
      display: block; 
  }
  .delivery_option_desc {
      display: block;
      font-size: 16px;
      text-align:left!important;
  }
  .delivery_option_price {
        text-align: right;
      font-size: 16px;
      font-weight: 600;
  }
  .delivery_option table {
    margin-bottom: 0;
  }
#stripe-cc-form, #auth-row {
  border-radius: 4px;
    border: 1px solid #dedede;
    padding: 15px!important;
    margin-right: 0px;
}
#order_invoice_address_form_container {
    display: block;
    float: left;
    width: 100%;
}
/* Payments styling */
#auth-row, #gpay-row {
    border-radius: 4px;
      border: 1px solid #dedede;
      padding: 15px!important;
      margin-right: 0px;
      margin-bottom: 15px;
  }
#authorizeaim_form, #groovepay_payment, #nmi_form, #gpinternational_form {
    width: 350px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    min-height: 185px;
}
#authorizeaim_form .date-col, #authorizeaim_form .month-col, #authorizeaim_form .cvc-col, #gpinternational_form .date-col, #gpinternational_form .month-col, #gpinternational_form .cvc-col {
    width: 33.3%;
}
#authorizeaim_form .cvc-col, #gpinternational_form .cvc-col {
    padding-right:0;
}
#authorizeaim_form input, #groovepay_payment input, #gpay_card_num, #nmi_form input, #gpinternational_form input{
font-size: 16px!important;
border: 1px solid #dedede!important;
border-radius: 4px !important;
height: 40px !important;
padding: 6px 12px!important;
line-height: 1.42857143!important;
color: #555555!important;
background-color: #fff!important;
text-transform: uppercase!important;
}
/* Payment styling */

#order_invoice_address_form_container .checkbox {
text-align: left!important;
    float: none!important;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 10px;
}
#order_invoice_address_form_container .checkbox label {
    border: none;
}
#order_invoice_address_form_container .checkbox input {
width: auto!important;
}
#order_same_address_container {
    padding-left: 0px;
    display: block;
    float: left;
    width: 100%;  
}
.page-subheading {
    border-bottom: 0!important;
}
#one-page-checkout-error {
    display: block;
    position: fixed;
    top: 50px;
    left: 50px;
    width: 350px;
    box-shadow: 0 0 10px #b1acac;
    background: #b71010;
    color: white;
    border-radius: 9px;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    font-weight: 300!important;
    z-index: 99999!important;
}
.address_delivery > label {
    display: block!important;
    text-align: left!important;
}


/* Responsive */
  @media only screen and (max-width: 990px) {

}

@media only screen and (max-width: 767px) {
.delivery_option_logo {
    display: none;
}
#authorizeaim_form, #groovepay_payment, #nmi_form, #gpinternational_form3 {
    width: 100%;
}
.payment_module.paypal a {
font-size: 18px!important;
}
.payment_module.paypal a img {
    width: 100px!important;
    height: auto!important;
}
.cart_navigation button.standard-checkout, .goback, .checkoutmainform #checkoutform #submitAccount {
    width: 100%;
    text-align: center;
}
#one-page-checkout-error {
top: 50px;
    left: 0;
    width:100%;
}
}
  
input#guest_email:disabled {
    background: #d6d5d5!important;
}
#order .modal-backdrop {
    display: none!important;
}

#checkout_login_popup {
    background: #dedede;
    z-index: 999!important;
}
#checkout_login_popup  .modal-content {
    z-index: 99999;
    position: initial;
    text-align: center;
}
#checkout_login_popup .close {
position: absolute;
top: 5px;
right: 5px;
background: red;
padding: 0px 5px;
color: white;
opacity: 1;
border-radius: 50%;
}

#checkout_login_popup .modal-title {
    font-size: 16px;
}
#checkout_login_popup #SubmitLogin {
    background-color: #28a745;
    padding: 5px 10px;
    font-size: 16px!important;
    border-radius: 4px!important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin-top: 15px;
}
#checkout_login_popup .modal-footer {
    display: none;
}
#checkout_login_popup {
    padding-top: 50px;
    position: absolute;
}
#order .row-column {
    z-index: 1;
}

#new_account_form #order_comment{
    padding-top: 20px;
    border-radius: 6px !important;
    border: none;
    box-shadow: 0 0 0 1px #d5d5d5;
    height:100% !important;
    resize: none;
}

#new_account_form  #order_comment_label{
    top: 3px;
}
.checkoutmainform #checkoutform .form-group.order_comment_wrapper{
    margin-bottom: 4px !important;
}