.minibasket {
    background: #fff;
    font-size: 14px;
}
.minibasket .alert-box {
    margin: 0 2px 10px;
    font-size: 12px;
    padding: 5px;
}
.minibasket .alert-box span{
    display: block;
    padding: 8px 0;
}
.minibasket .callout.infobar {
    border: 0;
    padding: 10px 0;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.minibasket .menu.vertical li{
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
}
.minibasket span.price,
.minibasket del {
    font-size: 12px;
    font-weight: 500;
}
.minibasket span.price.special-price {
    color:#ec5840;
}

.minibasket .menu.vertical li:last-of-type{
    border-bottom: 0;
}
.minibasket .totals {
    padding-top: 10px;
    background: #e1e1e1;
}

.minibasket .totals a.button{
    width: 100%;
    font-size: 16px;
    margin: 0px;
}

.minibasket .totals a.button:first-of-type{
    margin-top: 20px;
    margin-bottom: 5px;
}

/* ----- Checkout Cart --------- */
.checkout-cart table td {
    vertical-align: top;
    padding: 0.9rem 0.625rem 0.625rem;
    font-size: 14px;
}
.checkout-cart table input {
    font-size: 14px;
}
.checkout-cart table th {
    font-weight: 500;
    font-size: 14px;
}
.checkout-cart table .productname {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.checkout-cart table .item-options {
    margin-top: 10px;
    margin-left: 30px;
}
.checkout-cart table .item-options dt,
.checkout-cart table .item-options dd {
    font-size: 14px;
    line-height: normal;
}
.checkout-cart table .item-options::after {
    clear: both;
    content: "";
    display: table;
}
.checkout-cart table .item-options dt {
    clear: left;
    float: left;
    font-style: italic;
    font-weight: 600;
    padding-right: 5px;
}
.checkout-cart table .item-options dt::after {
    content: ": ";
}
.checkout-cart table .item-options dd {
    float: left;
    margin: 0 0 6px;
    padding-left: 10px;
}
.checkout-cart .discounts,
.checkout-cart .grand-totals,
.checkout-cart .shipping {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    padding: 10px 5px;
}
.checkout-cart .discounts input,
.checkout-cart .discounts button,
.checkout-cart .discounts label{
    margin: 0;
}
.checkout-cart .shipping,
.checkout-cart .grand-totals {
    margin-top: 10px;
}
.checkout-cart .grand-totals table {
    border-collapse: inherit;
}
.checkout-cart .grand-totals table tfoot,
.checkout-cart .grand-totals table tbody,
.checkout-cart .grand-totals table tbody tr{
    background: none transparent;
}

.checkout-cart .grand-totals table tbody td {
    padding: 0.1rem 0.625rem 0.1rem;
}
.checkout-cart .grand-totals table tbody tr.tax td {
    padding-bottom: 0.5rem;
}
.checkout-cart .grand-totals table tfoot td {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    font-size: 22px;
}

.checkout-cart .button-bar {
    border-style: solid;
    border-color: #e1e1e1;
    border-width:1px 0;
    margin: 20px 0;
    padding: 10px 0;
}
.checkout-cart .button-bar button {
    margin: 0;
}
.checkout-cart .crossells {
    margin: 40px 0;
}

.checkout .dap-infos {
    padding:0 0 20px 22px;
    font-size: 14px;
}

/* ---- Checkout Cart Table Important ----- */
@media screen and (max-width: 780px) {

    .checkout table.cart-items thead {
        display: none;
    }
    .checkout table.cart-items .hide-for-small-only {
        display: none;
    }
    .checkout table.cart-items .hide-for-medium {
        display: block!important;
    }
    .checkout table.cart-items td {
        text-align: left!important;
    }
    .checkout table.cart-items td {
        float: right;
        width: 74%;
        padding: 5px;
    }
    .checkout table.cart-items tr {
        border-bottom: 1px solid #e1e1e1;
    }
    .checkout table.cart-items td.product-image {
        float: left;
        width: 26%;
    }
    .checkout table.cart-items td label.productname {
        font-size: 16px;
    }
    .checkout table.cart-items td.qty {
        font-size: 16px;
    }
    .checkout table.cart-items td.qty label{
        float: left;
        margin-right: 10px;
        line-height: 40px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .checkout table.cart-items td.qty input{
        max-width: 60px;
        display: inline;
    }
    .checkout table.cart-items td.price {
        font-size: 16px;
    }
    .checkout table.cart-items td.price span{
        font-size: 14px;
        text-transform: uppercase;
        display: inline!important;
    }
    .checkout table.cart-items td.actions span {
        display: inline!important;
    }
}
@media screen and (max-width: 39.9375em) {
    .checkout .checkout-steps label.middle {
        margin: 5px 0 0 0;
        text-align: left!important;
    }
    .checkout .button-bar button {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .checkout .checkout-steps h4 label {
        font-size: 14px!important;
    }
    .checkout .checkout-steps .button {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

/* ---- Checkout Steps ---- */
.checkout .checkout-steps ul li.step h4{
    border-bottom: 1px solid #e1e1e1;

}
.checkout .checkout-steps ul li.step.inactive {
    opacity: 0.4;
}
.checkout .checkout-steps ul li.step.active {
    opacity: 1;
}
.checkout .checkout-steps ul li.step h4 label{
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    margin-left: 10px;
}
.checkout .checkout-steps ul li.step h4 i.fa {
    font-size: 20px;
    margin-top: 5px;
}
.checkout .checkout-steps ul li.step h4 span.label {
    margin-top: 3px;
}
.checkout .checkout-steps ul li.step .step-container {
    margin-bottom: 20px;
    padding: 20px 0;
}
.checkout .checkout-steps ul li.step .step-container p{
    margin: 0 0 5px 0;
}
.checkout .checkout-steps ul li.step .step-container ul.no-list{
    list-style: none;
    margin: 10px 15px;
}
.checkout .checkout-steps .progress-wrapper {
    border-left: 1px solid #e1e1e1;
    padding-left: 15px;
}
.checkout .checkout-steps .progress-wrapper h5 {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}
.checkout .checkout-steps .progress-wrapper p.lead{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin:0 0 5px 0;
}
.checkout .checkout-steps .progress-wrapper p.lead a{
    font-size: 12px;
}
.checkout .checkout-steps .progress-wrapper .box {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: italic;
    padding: 5px;
    margin-left: 10px;
}
.checkout .checkout-steps .progress-wrapper .box address {
    display: block;
    font-size: 14px;
}

    /* --- Review ---- */
.checkout .checkout-steps ul li.step .box {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.checkout .checkout-steps ul li.step .box p.lead {
    font-size: 16px;
}
.checkout .checkout-steps ul li.step .box p.lead i.fa {
    margin-top: 10px;
}
