#cart-content .cart-content-image {
    padding-left: 30px;
}

#cart-content .cart-close-icon img {
    height: 20px;
    position: absolute;
    z-index: 99999;
    left: 5px;
}

#cart-content .cart-content-image img {
    object-fit: contain;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0;
    height: 100px;
    width: 100%;
}

#cart-content .cart-content-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #999999 solid;
    min-height: 100px;
}

#cart-content .cart-content-bottom {
    padding-top: 15px;
    display: block;
    /*justify-content: flex-end;*/
}

    #cart-content .cart-content-bottom .cart-content-total-amount,
    #cart-content .cart-content-bottom .cart-content-total-quantity {
        font-size: 20px;
        font-weight: bold;
    }

    #cart-content .cart-content-bottom .cart-content-total-amount-title,
    #cart-content .cart-content-bottom .cart-content-total-quantity-title {
        min-width: 80px;
        display: inline-block;
    }

#cart-content .cart-product-code-title {
    font-size: 11px;
}

#cart-content .cart-product-code-value {
    font-size: 11px;
    font-weight: bold;
}

#cart-content .cart-product-name {
    font-size: 14px;
    line-height: normal;
}

    #cart-content .cart-product-name a {
        color: inherit;
    }

/*control-quantity*/
#cart-content ul.control-quantity {
    clear: both;
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}

    #cart-content ul.control-quantity li {
        float: left;
        position: relative;
    }

        #cart-content ul.control-quantity li button {
            color: #6f6f6f;
            font-size: 15px;
            cursor: pointer;
            display: block;
            text-decoration: none;
        }

            #cart-content ul.control-quantity li button:hover {
                background-color: #bbbbbb;
                outline: none;
            }

#cart-content input.input-quantity {
    border-top: 1px #bbbbbb solid;
    border-bottom: 1px #bbbbbb solid;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    color: #6f6f6f;
    cursor: text;
    font-size: 15px;
    line-height: normal;
    margin: 0px;
    outline: none;
    padding: 4px 1px;
    text-align: center;
    width: 27px;
}

#cart-content button.quantity-left {
    background-color: #FFFFFF;
    border: 1px #bbbbbb solid;
    color: #6f6f6f;
    cursor: pointer;
    font-size: 15px;
    line-height: normal;
    padding: 4px 1px;
    transition: 200ms;
    outline: none;
    text-align: center;
    width: 23px;
}

#cart-content button.quantity-right {
    background-color: #FFFFFF;
    border: 1px #bbbbbb solid;
    color: #6f6f6f;
    cursor: pointer;
    font-size: 15px;
    line-height: normal;
    padding: 4px 1px;
    transition: 200ms;
    outline: none;
    text-align: center;
    width: 23px;
}

#cart-content .cart-content-price {
    font-size: 13px;
    color: #000000;
    padding: 5px 0;
    font-weight: bold;
}

#cart-content .cart-content-amount {
    font-size: 13px;
    background-color: #f7e86c;
    color: #0b4b7d;
    border-radius: 7px;
    padding: 5px 8px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

#cart-content .modal-footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#cart-content .submit-button {
    background-color: #B81D22;
    border: 1px solid #B81D22;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 8px;
    text-decoration: none;
    width: 200px;
}

    #cart-content .submit-button:hover {
        opacity: 0.7;
    }

#cart-content .return-button {
    cursor: pointer;
}

    #cart-content .return-button:hover {
        opacity: 0.7;
    }

#cart-content .cart-codes-block {
    padding-bottom: 7px;
}

#cart-content .cart-codes {
    line-height: 13px;
}

#cart-content .show-promo-form-btn {
    background-color: transparent;
    border: none;
    color: #0b4b7d;
    margin-bottom: 10px;
}

#cart-content .promo-form-label {
    margin-right: 10px;
}

#cart-content .promo-form-input {
    padding: 5px;
}

#cart-content .incorrect-promo {
    color: red;
    margin-left: 7px;
}

#cart-content .correct-promo {
    color: green;
    margin-left: 7px;
}

#cart-content .promo-msg {
    margin-top: 7px;
}
