﻿#checkoutContainer {
    width:100%;
    color: #333333;
    overflow:hidden;
}

#checkoutContainerInner {
    margin: 10px 10px;
}

#checkoutContainer table {
    border: 1px solid #eee;
    width: 100%;
    border-radius:8px;
    padding:10px;
}
#checkoutContainer table td{
    padding:8px;
}


#checkoutContainer table input[type=text], #checkoutContainer table select, #checkoutContainer table input[type=number] {
    width: 98%;
}

.checkoutStep {
    margin:10px 0;
}

#paypalEntry {
    display:none;
}

#differntBillingAddress {
    display:none;
}
#paymentStep {
    display:none;
}

#checkoutContainer .subTable {
    background: #eee;
}

input[type=radio] {
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #00bb00 inset;
    box-shadow: 0 0 0 0 #00bb00 inset;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

#checkoutContainer a {
    color: #39b91c;
    font-size:14px;
}

#btnCompleteOrder {
    display:none;
}
#completeOrderButtons {
    display:inline-block;
    width:100%;
}

#checkoutContainer input[type=button].smallButton {
    font-size: 18px;
    padding: 20px;
    margin: 10px 0;
}

#sameAsShippingRadioHolder, #differentBillingRadioHolder, #usePaypalRadioHolder, #userCreditCardRadioHolder {
    cursor: pointer;
}

#mobileCart {
    background:#eee;    
    display:none;
}
#showSummary {
    padding: 30px;
    font-size: 20px;
    height: 20px;
    cursor: pointer;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}
#showHideSummary {
    font-size:16px;
}
#lblMobileTotal {
    font-weight: bold;
}

#paymentInfo, #promoCodeSection, #needByDate {
    margin-top: 10px;
}


.termsPopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    padding: 20px;
}
.termsPopup #header {
    display: none;
}
.termsPopup #footer {
    display: none;
}
.expeditingCostCalc {
    font-size: 12px;
    color: #7f7f7f;
}
.expSmallText {
    font-size:14px;
}
.pointer {
    cursor:pointer;
}

#promoCodeSection input[type=button].smallButton {
    height: 30px;
    font-size: 16px;
    margin: 0;
    padding: 2px 10px;
    cursor:pointer;
    margin:0 auto;
}