.epc-shopping-cart__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .epc-shopping-cart__wrapper .epc-shopping-cart__header {
        padding: 15px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        height: 50px;
    }

        .epc-shopping-cart__wrapper .epc-shopping-cart__header .close-button {
            font-size: 0;
            width: 30px;
            height: 30px;
            display: inline-block;
            background-image: url('images/close.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 18px;
            cursor: pointer;
            margin-top: 1px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__header .cart-title {
            position: relative;
            text-transform: uppercase;
            color: #000;
            font-size: 1rem;
            font-weight: 500;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__header .badge-sacola {
            position: relative
        }

    .epc-shopping-cart__wrapper .epc-shopping-cart__footer {
        padding: 15px 20px 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.3);
        background: #fff;
        flex-direction: column;
        display: flex;
    }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .price {
            color: #000;
            margin: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            white-space: nowrap;
        }

            .epc-shopping-cart__wrapper .epc-shopping-cart__footer .price.price--subtotal {
                font-size: 16px;
                font-size: 1rem;
                margin-bottom: 10px;
            }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .apply-coupon-box {
            margin: 5px 0 10px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .current-code {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .coupon-container {
            display: flex
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .coupon-error-message {
            color: #ce3e41;
            border: 1px solid #e86365;
            background-color: rgba(232, 99, 101, .3);
            margin-top: 5px;
            display: block;
            border-radius: 3px;
            padding: 1px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .add-coupon {
            border: 0;
            border-radius: 15px;
            padding: 5px;
            font-weight: 700;
            background: #eeeeee;
            width: 240px;
            margin-bottom: 10px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .remove-coupon {
            border: 0;
            border-radius: 15px;
            font-size: 11px;
            padding: 7px;
            font-weight: 700;
            background: #000000;
            color: #fff;
            width: 65px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .coupon-text {
            font-size: 14px;
            width: 100%;
            margin-right: 5px
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .apply-coupon {
            height: 40px;
            background: #000;
            color: #fff;
            border: 0;
            border-radius: 5px;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__footer .hide-coupon {
            font-size: 0;
            width: 15px;
            height: 15px;
            display: inline-block;
            background-image: url('images/close.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 15px;
            cursor: pointer;
            margin-bottom: 5px;
        }

    .epc-shopping-cart__wrapper .empty-message {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex: 1 1;
        flex-direction: column;
        padding: 3rem 0;
        text-transform: uppercase;
    }

        .epc-shopping-cart__wrapper .empty-message .btn-comprar-mais, .epc-shopping-cart__wrapper .epc-shopping-cart__footer .checkout-button {
            border-radius: 3px;
            text-align: center;
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            background-color: #1cbd03;
            padding: 13px;
            margin: 10px 0;
            text-transform: none
        }

            .epc-shopping-cart__wrapper .empty-message .btn-comprar-mais:hover, 
            .epc-shopping-cart__wrapper .epc-shopping-cart__footer .checkout-button:hover {
                background: #179204
            }

    .epc-shopping-cart__wrapper .epc-shopping-cart__body {
        overflow: auto;
        height: calc(100vh - 300px);
        display: flex
    }

        .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list {
            display: flex;
            flex: 1;
            width: 100%;
            min-height: 144px;
            overflow-y: auto;
            align-items: stretch;
            flex-direction: column;
            justify-content: flex-start;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item {
            position: relative;
            border-bottom: 1px solid #ededed;
        }

        .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            position: relative;
            line-height: 1.4em;
            box-sizing: border-box;
            padding: 15px;
            align-content: center;
        }

            .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap .product-image {
                margin-right: 8px;
            }

            .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap .product-info {
                flex: 1 1;
                overflow: hidden;
                position: relative;
            }

                .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap .product-info .old-product-price {
                    text-decoration: line-through;
                    color: #999
                }

                .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap .product-info .update-remove {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-top: 5px;
                    margin-left: 1px
                }

                .epc-shopping-cart__wrapper .epc-shopping-cart__body .products-list__item-wrap .product-info .cart-delete {
                    cursor: pointer;
                }

.epc-shopping-cart.is-open {
    right: 0
}
