/*All*/
#order-standard_cart {
    margin: 0;
    padding: 0;
}
.cart-grid {
    max-width: 900px;
    margin: auto;
}
.cart-top {
    margin-bottom: 3em;
}
.cart-main-description {
    font-size: 18px;
    margin-bottom: 0.75em;
}
#order-standard_cart .product-info {
    margin: 0 0 2em 0;
    padding: 1.5em 2em;
    font-size: 18px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    border-radius: 3px;
}
#order-standard_cart label {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 18px;
    white-space: normal;
}
#order-standard_cart .form-control {
    color: #000;
    height: auto;
    font-size: 18px;
    border: 1px solid rgba(132,132,132,0.5);
    border-radius: 1.5em;
    padding: 0.75em 1.5em;
}
#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 0 0 0.75em;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(39,45,45,0.25);
}
#order-standard_cart .view-cart-items {
    margin: 0;
    border-bottom: 2px solid #000;
}
#order-standard_cart .view-cart-items .item {
    padding: 1.25em 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(39,45,45,0.25);
}
#order-standard_cart .view-cart-items .item:nth-child(2n) {
    background-color: transparent;
}
#order-standard_cart .view-cart-items .item:last-child {
    border-bottom: none;
}
#order-standard_cart .view-cart-items .item-title {
    font-size: 18px;
}
#order-standard_cart .view-cart-items .item-price span {
    font-size: 18px;
    font-weight: bold;
}
#order-standard_cart .view-cart-items .edit-btn {
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid;
    margin-left: 10px;
}
#order-standard_cart .view-cart-items .edit-btn i {
    position: absolute;
    left: -10px;
    font-size: 0.55em;
    bottom: 0.5em;
}
#order-standard_cart .view-cart-items .edit-btn:hover,
#order-standard_cart .btn-remove-from-cart:hover {
    color: #ed0f0f;
}
#order-standard_cart .btn-remove-from-cart {
    color: rgba(39,45,45,0.3);
}
#order-standard_cart .empty-cart {
    margin: 0;
}
#order-standard_cart .empty-cart .btn {
    background-color: #000;
    padding: 2px 5px;
}
#order-standard_cart .field[disabled],
#order-standard_cart .field[readonly],
#order-standard_cart .form-control[disabled],
#order-standard_cart .form-control[readonly] {
    background-color: transparent;
}
/*Side Cart*/
#orderSummary {
    position: relative;
}
#orderSummary .custom-panel {
    border-radius: 0.5em;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    margin-bottom: 1.5em;
}
#orderSummaryLoader {
    position: absolute;
    right: 15px;
    color: white;
    top: 10px;
}
.side-cart-item {
    border-bottom: 1px solid rgba(39,45,45,0.25);
    padding: 10px 0;
}
.total-due-today {
    margin: 15px 0 25px;
}
.total-due-today h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3em;
}
.total-due-today .amt {
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}
.continue-shoppinh-link {
    font-size: 16px;
}
.continue-shoppinh-link:hover {
    color: #ed0f0f;
}
/*Review & Checkout*/
.review-apply-promo {
    border: 1px solid rgba(66,66,66,0.5);
    padding: 1.5em;
    border-radius: 1em;
}
.review-apply-promo h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2.5em;
}
.apply-promo-left {
    width: calc(100% - 195px);
    float: left;
}
.apply-promo-right {
    width: 195px;
    float: left;
}
/*Checkout*/
.checkout-grid {
    max-width: 855px;
    margin: auto;
}
.checkout-top {
    font-size: 14px;
    margin-bottom: 1.5em;
}
.checkout-top .red-title {
    margin: 0;
}
.checkout-top p {
    margin: 0;
}
.checkout-top p a {
    color: #16c116;
    font-weight: bold;
    border-bottom: 1px solid;
}
#order-standard_cart #btnAlreadyRegistered,
#order-standard_cart #btnNewUserSignup {
    margin: 0;
}
.checkout-box {
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    padding: 1em 2em 2em;
    border-radius: 0.5em;
    margin-bottom: 2em
}
.checkout-box #paymentGatewaysContainer {
    margin: 2em 0;
}
.checkout-box .marketing-email-optin {
    margin: 3em -2em;
}
.checkout-box .sk.form textarea {
    min-height: 6em;
    height: 6em;
}
.checkout-bottom-form {
    margin-top: 2em;
}
#order-standard_cart .checkout-bottom-form label.checkbox {
    font-size: 12px;
}
#order-standard_cart .checkout-security-msg {
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 0;
}
#order-standard_cart .checkout-security-msg i {
    margin-left: -40px;
    font-size: 2em;
    color: #f49a0b;
}
#order-standard_cart .apply-credit-container {
    padding: 20px;
    background-color: rgba(131,131,131,0.1);
    border-radius: 1.5em;
}
#order-standard_cart .apply-credit-container h3 {
    font-size: 16px;
    font-weight: bold;
}
#order-standard_cart .apply-credit-container .radio {
    padding: 0;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 1.25em;
}
#order-standard_cart .apply-credit-container .radio:last-child {
    margin-bottom: 0;
}
#order-standard_cart .sk.form .apply-credit-container .iradio_square-blue {
    border: 1px solid #838383;
}
#order-standard_cart .sk.form .apply-credit-container .iradio_square-blue.checked {
    border-color: #838383;
}
#order-standard_cart .sk.form .apply-credit-container .iradio_square-blue.checked::after {
    background-color: #838383;
}
/*Responsive*/
@media only screen and (max-width:1024px) {
    /*All*/
    .cart-top {
        margin-bottom: 1em;
    }
    .cart-main-description {
        font-size: 16px;
    }
    #order-standard_cart .product-info {
        font-size: 14px;
        padding: 1.5em;
    }
    #order-standard_cart label {
        font-size: 14px
    }
    #order-standard_cart .form-control {
        font-size: 14px;
    }
}
@media only screen and (max-width:769px) {
    /*All*/
    .cart-section-right {
        margin-top: 3em;
    }
    #order-standard_cart .product-info {
        font-size: 13px;
    }
    /*Review & Checkout*/
    #order-standard_cart .view-cart-items-header {
        font-size: 12px;
    }
    #order-standard_cart .view-cart-items .item-title,
    #order-standard_cart .view-cart-items .item-price span {
        font-size: 12px;
    }
    .review-apply-promo h2 {
        margin-bottom: 1.5em;
    }
    #order-standard_cart .view-cart-items .item {
        position: relative;
    }
    #order-standard_cart .view-cart-items .item .item-title {
        padding-right: 20px;
        position: relative;
    }
    #order-standard_cart .view-cart-items .item .visible-xs-inline {
        position: absolute;
        top: 0;
        right: 0;
    }
    /*Checkout*/
    .checkout-box {
        padding: 1em 1.5em 1.5em;
    }
    .checkout-top {
        font-size: 12px;
    }
    #order-standard_cart .apply-credit-container h3 {
        font-size: 14px;
    }
    #order-standard_cart .apply-credit-container .radio {
        font-size: 10px;
    }
    #order-standard_cart .checkout-security-msg {
        font-size: 12px;
    }
}
@media only screen and (max-width:500px) {
    /*Review & Checkout*/
    .apply-promo-left {
        width: 100%;
    }
    .apply-promo-right {
        width: 100%;
        margin-top: 1em;
    }
}