/*
    STRIPE OVERRIDE
*/
body, html{
    height: inherit;
}




/*
    CUSTOM CSS
*/
thead{
    color: #6b6258;
    background-color: #eee;
}

.wrapper {
    padding: 10px 0 1em !important;
}

.profile-section {
    border-bottom: 1px solid #ccc;
    color: #aaa;
    line-height: 40px;
    margin-bottom: 15px;
}

.checkout, .signupToCheckout{
    width: 250px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 100%;
    height: auto;
}

#requestFreightQuote{
    width: 200px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 12px;
}

tr.detail-view{
    border-bottom: 2px solid #CCC;
    border-top: 1px solid #EEE;
}

tr.detail-view > td > div.row{
    margin: 0 !important;
}

.applied-coupon{
    color: #FF0000;
    text-align: right;
    float:right !important;
    font-size: 13px;
}

.freightMessage{
    font-size: 85%;
    margin-top: 3px;
    clear: both;
    padding: 5px !important;
}

.list-center div:first-child{
    width: 49%;
    text-align: right;
    float: left;
    font-weight: bold;
    margin-left: 0px;
    clear: left;
}

.list-center div:last-child{
    width: 49%;
    text-align: left;
    float: right;
    text-indent: 5px;
}

.center-block.text-center{
    clear: both;
}

.freight-options > .freight-option {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    clear: none;
}

.freight-options .subtext{
    font-size: 13px;
    font-weight: 100;
    color: #193949;
}

.freight-options-label {
    width: 50%;
}

.freight-options .btn-group {
    border: 1px solid gray;
    border-radius: 5px;
}

.freightQuoteInput{
    padding: 2px 10px;
}
.freightQuoteInput:not(:last-of-type){
    border-right: 1px solid gray;
}

.freightQuoteInput.active {
    background-color: #cf0a2c;
    color: white;
}

#freightQuoteModal .contact-form{
    display: flex;
    label {
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 0px;
    }
    div.form-group {
        margin-bottom: 0px;
        padding-right: 0px;
        input {
            margin-bottom: 5px;
        }
    }
}

#xpressGlobalAccount{
    width: 250px;
    margin: 0 auto;
}

.submitFreightQuote{
    margin-left: 5%;
}

.freight-information{
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.freight-information select.location-box{
    width: 50%;
}

#requestFreightQuote,
#requestFreightQuoteResend,
#requestFreightQuoteCancel {
    width: 200px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 12px;
}

#requestFreightQuoteCancel:hover {
    text-decoration: underline;
}

.product-field{
    float: left;
    width: 24.5%;
    line-height: 14px;
}

.cartProductField, .row > .cartProductField{
    padding: 5px 10px !important;
    font-size: 14px;
}

.cartProductField.invalid{
    color: #FF0000;
}

.bootstrap-table .table > tbody > tr.detail-view > td{
    padding-left: 50px !important;
}

.shipment-cell .product-field, .price-cell .product-field{
    width: 99% !important;
}

.product-field label{
    font-size: 12px;
    display: inline;
}

.product-field div{
    font-size: 12px;
    display: inline;
    margin-left: 10px;
}

.shipment-received{
    margin-top: 15px;
}

.cartListing thead th{
    font-size: 16px;
}

.cartListing tbody td{
    font-size: 14px;
}

.cartListing > tbody > tr > td{
    background-color: #FEFEFE !important;
}

.cartListing tbody tr{
    border-right: none !important;
}

.cartListing .detail-icon{
    display: none;
}

h3.cartLocation {
    margin: 0 0 0 10px;
    width: 200px;
    float: left;
    font-size: 26px;
}

#coupon-container{
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}

#coupon-container::after{
    clear: both;
}

input[type=text]#couponCode{
    width: 65%;
    float: left;
    margin-right: 8%;
    padding-top: 5px;
}

#applyCouponBtn{
    width: 25%;
    font-weight: bold;
}

.couponList li{
    text-align: right;
    font-size: 16px;
    color: #FF0000;
}


#addCouponText{
    text-align: right;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

#addCouponText:hover{
    color: #444;
}

.secure-message{
    text-align: center;
    margin: 20px 0 5px;
}

.secure-message a{
    text-decoration: none;
    border: none;
}

.alternative-methods h6{
    font-size: 16px;
    color: #999;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
}

.payment-method{
    width: 150px;
    display: block;
    margin: 10px auto;
    font-weight: 700;
}

.tax-exempt-btn{
    margin: -5px auto 10px;
    width: 200px;
    display: block;
    font-weight: 700;
    font-size: 12px;
}

button.close.modal_close {
    width: auto;
}

.isOnHold{
    padding: 5px 12px !important;
    margin: 4px 0 0 10px;
    background: #de7370;
    cursor: default;
}

.isOnHold.expired{
    background: #AAAAAA;
}

.sendToSummaryBtn, .returnToInventoryBtn {
    font-weight: bold;
    padding: 4px 12px;
    -webkit-transition: all 0.3s ease; /* Safari */
    transition: all 0.3s ease;
}

.sendToSummaryBtn{
    float: right;
    font-size: 10px;
    margin-right: 0;
    margin-top: 12px;
    margin-bottom: 5px;
    border-color: #cf0a2c;
    color: #cf0a2c;
}

.sendToSummaryBtn:hover{
    border-color: #cf0a2c;
    color: #cf0a2c;
    background: #FFF;
}

.sendToSummaryBtn i{
    position: relative;
    top: 1px;
    -webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;
}

.sendToSummaryBtn:hover i{
    left: 2px;
}

.returnToInventoryBtn, .returnToInventoryBtn:active, .returnToInventoryBtn:visited{
    border: none;
    color: #6b6258;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    box-shadow: none;
    background: #FFF;
}

.returnToInventoryBtn{
    font-size: 10px;
}

.returnToInventoryBtn:hover{
    color: #333;
    background: #FFF;
}

.sendToSummaryBtn.readyToCheckoutBtn{
    color: #fff;
    background-color: #cf0a2c;
    border-color: #cf0a2c;
}

.sendToSummaryBtn.readyToCheckoutBtn:hover{
    color: #fff;
    background-color: #cf0a2c;
    border-color: #cf0a2c;
}


.total-location-row {
    text-align: right;
    position: relative;
    font-size: 14px;
    padding-right: 35px;
}

.total-location-group {
    margin-left: 50px;
    float: right;
}

.total-location-label {
    font-weight: bold;
    margin-right: 5px;
}

.total-location-label, .total-location-field{
    float: left;
}

.total-location-field i {
    margin-left: 5px;
    font-size: 22px;
    position: relative;
    top: 3px;
    width: 20px;
    padding-right: 1px;
}

.cartSummaryTitle{
    font-size: 1.5em;
}

.green{
    color: #009900;
}

.red {
    color: #990000;
}


.vertical-group{
    position: relative;
}

.vertical-group .btn {
    border-radius: 4px !important;
    display: block;
    float: none;
    width: 175px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.checkout-payment-option-btn:first-child{
    margin-top: 20px;
}

.checkout-payment-option-btn{
    margin-bottom: 20px;
}

.checkout-payment-option-btn .Button-content{
    text-align: left;
    padding-left: 50px;
}

.action-btns{
    width: 100%;
}

.fixed-table-loading {
    font-size: 13px;
}

.updateLink{
    margin-right: 15px;
}

.required {
    top: -2px;
    display: inline;
}

.confirmRemoveCartByLocation {
    font-size: 10px;
    padding: 4px 12px;
    margin-top: 7px;
    margin-right: 5px;
    border-color: #cf0a2c;
    color: #cf0a2c;
    -webkit-transition: all 0.2s ease; /* Safari */
    transition: all 0.2s ease;
}

.confirmRemoveCartByLocation:hover{
    color: #fff;
    background-color: #cf0a2c;
}

@media (max-width: 710px) {
    .freight-options > .freight-option {
        width: 80%;
        float: none;
        margin: 0 0 5% 10%;
        height: 120px;
    }
}

#checkoutBtn.disabled {
    background-color: darkgray !important;
    border-color: darkgray !important;
}

.btn-group .btn.accent-2-inverse:not(.active):not(:hover){
    background: #FDFDFD !important;
    color: #696057 !important;
}

.custom-btn-group .btn-group .btn {
    padding: 3px 8px;
}

.custom-btn-group .btn-group {
    float: right;
}

#checkout-next-btn.disabled {
    background-image: linear-gradient(-180deg,#a9a9a9,#a9a9a9);
    cursor: not-allowed !important;
}

#adjustedCartTable {
    margin-bottom: 20px;
}

.adjust-cart-title {
    margin: 10px;
    font-size: 20px;
    color: #cf0a2c;
}