#clmHeadings {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    display: -ms-flex;
    display: flex;
}

#clmHeadings span {
    font-size: 13px;
}

#removeHead {
    width: 27%;
}

#descriptionHead {
    width: 23%;
}

#valueHead,
#qtyHead,
#totalHead {
    text-align: center;
    width: 16.33%;
}

#beforeDiscounts {
    margin: 0 0 20px 0;
}

#back {
    display: inline-block;
}

#back .material-icons {
    position: static;
}

#cartColumn {
    width: 73%;
    margin: 0 5% 0 0;
    min-height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50%;
    float: left;
}

#cartItems {
    margin: 0 0 20px 0;
    padding: 25px 0 0 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#cartItems:after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 14.5%;
}

#orderSummary {
    margin: 0 0 50px 0;
    width: 22%;
    float: left;
    position: relative;
}

.cartHead {
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 14%;
}

#itemHead {
    width: 53%;
    margin: 0;
}

.cart-item-row__enlarge-image-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
}

.cardImg {
    max-width: 100%;
    max-height: 100px;
    cursor: pointer;
}

.cardImg:hover {
    opacity: 0.8;
}

.cardImgFull {
    max-width: 300px;
    height: auto;
    width: 100%;
}

.lineItem {
    margin: 0 0 20px 0px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}

.qtyBox,
.amtBox,
.totalBox {
    width: 23%;
    text-align: center;
    float: left;
    line-height: 30px;
}

.totalBox {
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 0 0 3%;
}

.qtyBox {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 28px;
}

.qtyLbl {
    text-align: center;
    font-size: 12px;
    margin: 0 0 5px 0;
}

#cwsForm {
    padding: 20px;
    width: 400px;
    box-sizing: border-box;
}

.cart-greeting-message__requirement {
    margin: 1em 0 2em;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.cart-greeting-message--multi-input__requirement {
    margin: 2em 0 1em;
    font-size: 13px;
    font-style: italic;
}

.form {
    margin: 0;
}

#cwsForm h2 {
    border-bottom: 1px solid #cacaca;
}

#emptyCart {
    margin: 10px 0 20px 0;
    display: inline-block;
}

.removeHold {
    width: 6%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.removeLink {
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    align-self: center;
    background-color: #757575;
    border: none;
    border-radius: 100%;
    transition: 0.25s opacity;
    text-decoration: none;
    padding: 0;
}

.removeLink:hover {
    color: #fff;
    background: #000;
}

#confirmRemove {
    display: inline-block;
    margin: 0 15px 0 5px;
}

.itemTitle {
    font-size: 11px;
    text-align: center;
    background-color: #eeeeee;
    padding: 3px 5px 3px 5px;
    margin: 0 0 28px 0;
    width: 28%;
}

.imgColumn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    width: 17%;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 60%;
}

.bundleNote {
    padding: 5px 10px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-top: 4px;
    font-size: 12px;
}

.txtColumn {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0 0 2%;
}

.txtColumn .val {
    bottom: 0;
    background-color: #ffe6e6;
    padding: 10px;
    border: 1px solid #aa0d0d;
    z-index: 700;
}

.itemFooter {
    width: 100%;
    padding: 10px 0 0 0;
    clear: both;
}

#cws_val_cartCheckout {
    background-color: #ffe6e6;
    padding: 10px;
    border: 1px solid #aa0d0d;
    position: absolute;
    bottom: 50px;
    margin: 0;
    left: -15px;
    right: auto;
}

#cws_val_cartCheckout:after {
    content: "";
    display: block;
    width: 0px;
    height: 10px;
    border-top: 10px solid #aa0d0d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

#cartSummary {
    position: relative;
}

#cws_val_cartSize:after {
    content: "";
    display: block;
    width: 0px;
    height: 10px;
    border-top: 10px solid #aa0d0d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.msgLink {
    font-size: 12px;
}

.msgLink span {
    text-decoration: underline;
}

.msgLink:hover {
    font-size: 12px;
    text-decoration: none;
}

.name {
    font-size: 14px;
    font-weight: bold;
    width: 31%;
    float: left;
}

.to,
.from {
    display: block;
    margin: 0 0 15px;
}

.toFrom {
    width: 34%;
    float: left;
    margin: 0 4% 0 0;
}

.message {
    display: block;
    line-height: 150%;
    float: left;
    width: 62%;
}

.less,
.more {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    background-color: #eee;
    border: none;
    box-sizing: border-box;
    transition: all 0.25s;
    cursor: pointer;
}

.less {
    float: left;
    border-right: 1px solid #ccc;
}

.more {
    float: right;
    border-left: 1px solid #ccc;
}

.less:hover,
.more:hover {
    background-color: #000;
    color: #fff;
}

/* Order Summary */
#orderSummary h4 {
    text-align: center;
}

#cws_btn_cartCheckout {
    display: block;
    width: 100%;
}

#orderSummary h3 {
    margin: 0;
}

.sumPrice {
    white-space: nowrap;
    font-size: 18px;
    margin: 0 0 15px 0;
}

#discountOut {
    display: block;
    float: right;
}

.priceHold {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.fancybox-image {
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
}

#cws_val_coupon {
    bottom: 0px;
}

#emptyCart {
    display: none;
}

.currency {
    font-size: 12px;
}

.messageRequirement,
.messageMultilineRequirement {
    /* max-width matches ".field" class from cwsV2_forms.css */
    max-width: 380px;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.messageMultilineRequirement {
    padding-top: 12px;
    padding-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
    .amtBox {
        width: 65%;
        text-align: left;
    }

    .qtyBox {
        width: 35%;
    }

    .totalBox {
        display: none;
    }

    .removeHold {
        width: 10%;
    }

    .imgColumn {
        width: 24%;
    }

    .txtColumn {
        width: 66%;
    }

    .name {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 15px 0;
    }

    .itemTitle {
        margin: 0;
        box-sizing: border-box;
    }

    .msgBox {
        padding: 4px 0 6px 0;
        margin: 0 0 20px 0;
    }

    .msgLink {
        position: static;
    }

    #orderSummary {
        margin: 0 0 30px 0;
        width: 29%;
    }

    #cartColumn {
        width: 66%;
    }

    #cartItems:after {
        display: none;
    }

    .removeLink {
        position: relative;
        top: -5px;
    }

    .itemFooter {
        position: static;
        padding: 0;
        font-size: 12px;
    }

    #descriptionHead {
        padding: 0 0 0 10%;
        box-sizing: border-box;
        width: 77%;
    }

    #qtyHead {
        width: 23%;
    }

    #valueHead,
    #removeHead,
    #totalHead {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    #orderSummary,
    #cartColumn {
        width: 100%;
        float: none;
    }

    #orderSummary {
        text-align: center;
    }

    #couponBox {
        float: none;
        width: 50%;
        margin: 0 25% 20px;
    }

    .toFrom,
    .message {
        float: none;
        width: 100%;
    }

    .continueShop {
        margin: 8px 3% 0 18px;
    }

    #cartSummary {
        text-align: center;
    }

    #cws_btn_cartCheckout {
        display: inline-block;
    }

    .removeHold {
        width: 10%;
    }

    .imgColumn {
        width: 25%;
    }

    .txtColumn {
        width: 65%;
        padding: 0 0 0 7%;
    }

    #descriptionHead {
        padding: 0 0 0 12%;
    }
}

@media only screen and (max-width: 650px) {
    .to {
        margin-top: 15px;
    }

    #cwsForm {
        width: 100%;
        box-sizing: border-box;
    }

    #cws_btn_cartCheckout {
        float: none;
        box-sizing: border-box;
    }

    .lineItem {
        position: relative;
    }

    #cartSummary {
        padding: 10px;
    }

    .amtBox {
        width: 60%;
    }

    .qtyBox {
        width: 40%;
    }

    .name {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 500px) {

    .qtyBox,
    .amtBox {
        width: 120px;
        float: none;
        margin: 0 0 10px 0;
    }

    .txtColumn {
        padding: 0 0 0 5%;
        width: 55%;
    }

    .imgColumn {
        width: 33%;
    }

    #clmHeadings {
        display: none;
    }

    .removeHold {
        width: 12%;
    }

    .removeLink {
        position: absolute;
        top: 5px;
    }

    .lineItem {
        margin: 0 0 25px 0px;
    }
}

.messageMultilineRequirement {
    padding: 0 0 6px 0;
}

.field.messageField {
    margin: 0;
}

#cws_form_messages .field:last-of-type {
    margin: 17px 0 0 0;
}