.clearfix {
    width: 100%;
}

.clearfix.empty-cart {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.clearfix.empty-cart > img {
    width: 380px;
    height: 380px;
}
.clearfix.empty-cart > h1 {
    font-weight: bold;
}
.clearfix.empty-cart > div>button {
    padding: 10px 20px;
    background-color: #4E9D53;
    font-weight: bold;
    cursor: pointer;
}
.clearfix.empty-cart > div>button>a{
    color: #fff;
}

.clearfix .cart-left {
    width: 70%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    min-height: 350px;
}

.clearfix .cart-right {
    width: 30%;
    float: left;
    padding-left: 20px;
}


.cart-prom-cun {
    background: #fafafa;
}

.cart-prom-text {
    padding: 5px 10px;
}


.cart-prom-info {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 30px;
}


.cart-prom-info .fa {
    width: 24px;
    height: 24px
}

.cart-prom-info b {
    color: #ed3636;
}

.cart .cart-table-wrap {
    border: 1px solid #fff
}

#shopping-cart-table .product-name {
    font-size: 16px;
    color: #222
}


.mz-cartright-picinfo .subtotal, .mz-cartright-picinfo .total {
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.mz-cartright-picinfo span {
    vertical-align: baseline;
}

.mz-cartright-picinfo .mz-cartright {
    color: #333;
    font-size: 18px;
}

.mz-cartright-picinfo .mz-cartright-pic {
    color: #ed6e36 !important;
    padding: 0 3px;
    white-space: nowrap;
}

.mz-cartright-picinfo .total {
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.cart-right .checkOut {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.cart-right .checkOut a {
    color: #fff;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.cart-actions__additional {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-left: -10px;
}

.cart-actions__additional .additional-checkout-button {
    height: 50px;
    line-height: 50px;
    position: relative;
    border-radius: 0 !important;
    margin: 0 0 0 10px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: auto !important;
    background: #ffc439;
    display: inline-block;
    text-align: center !important;
    border: 0 !important;
}

.cart-actions__additional .additional-checkout-button img {
    height: 23px;
    margin: 0 auto;
    margin-top: 16px;
}

.mz-cartright-picinfo {
    padding: 10px 10px;
}


.Discount-totals {
    margin-bottom: 20px;
}


.cart-right h2 {
    cursor: pointer;
    padding: 10px 10px;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ccc;
    background-color: #fafafa;
    color: #000;
    display: block;
    position: relative;
}

.cart-right hr {
    background: #ccc;
}

.Discount-totals h2:before {
    position: absolute;
    top: 10px;
    right: 16px;
}

.Discount-totals .discount-form {
    margin: 10px;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    background-color: #fbfbfb;
    overflow: hidden;
    display: none;
}

.Discount-totals .input-box label {
    color: #555;
    font-size: 14px;
}

.Discount-totals .input-box input {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 20px;
    background: #fff;
    color: #777;
    font-size: 13px;
    border-radius: 3px;
}


.Discount-totals .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
    clear: both;
}


.Discount-totals .buttons-set button {
    color: #fff;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    font-weight: 600;
}











