div.field[name="shippingAddress.country_id"],
.cart-summary .block > .title:after, .paypal-review-discount .block > .title:after,
form#shipping-zip-form fieldset p,
form.form-cart div.cart.main.actions button.towishlist ,
form.form-cart div.cart.main.actions button#empty_cart_button,
div.cart-container .form-cart .action.update:before,
tr.totals-tax {
    display: none !important;
}

div.field[name="shippingAddress.postcode"] input {
    background-color: white;
    border: none;
    height: 46px;
}

div.field[name="shippingAddress.postcode"] label span {
    font-size: 11pt;
    font-weight: 600;
    color: #757579;
}

div.field[name="shippingAddress.postcode"] div.control {
    border-top: 1px solid #999999;
    padding-top: 5%;
}

ul.checkout-methods-items button.action.primary.checkout {
    background-color: green;
    border: none;
    color: white;
    height: 50px;
}

div.mgu-title-discount {
    padding-bottom: 1%;
    border-bottom: 1px solid #999999;
}

div.cart-container .cart-summary {
    background: #aba7a70d !important;
}

div.mgu-title-discount label.label {
    font-size: 12pt;
    font-weight: 600;
    color: #757579;
}

input.mgu-input-discount {
    margin-top: 3%;
    background-color: white !important;
    border: none;
    height: 46px !important;
}

input.mgu-input-discount::placeholder {
    font-style: italic;
    font-size: 12pt;
    color: #757579;
}

form#discount-coupon-form div.actions-toolbar {
    display: block;
    position: relative;
    float: right;
    top: -46px;
}

span.subtitle1 {
    text-transform: capitalize;
    font-size: 12pt;
}

span.subtitle2 {
    text-transform: capitalize;
    font-size: 12pt;
    color: orange;
    text-decoration: underline;
}

span.subtitle2:hover {
    color: green;
}

form#discount-coupon-form div.actions-toolbar div.primary button {
    background-color: transparent;
    border: none;
    padding: 3px 9px 0 0;
    font-size: 11pt;
    text-transform: uppercase;
    color: #606061;
}

div.title.mgu-shipping-title {
    padding: 0 !important;
}

strong.summary.title {
    margin: 0 0 2% 0 !important;
}

div.title.mgu-shipping-title strong {
    display: flex;
    justify-content: space-between;
    margin: 4% 0 0 0 !important;
}

div.cart-totals {
    border: none;
}

.cart-container .cart-summary table>tbody>tr>th, .cart-container .cart-summary table>tbody>tr>td {
    padding: 3px 0 11px 0!important;
    font-size: 11pt;
    font-weight: 600;
}

.cart-container .cart-summary .cart-totals .grand .mark strong {
    padding-top: 6px;
    padding-bottom: 0 !important;
    font-size: 11pt;
    font-weight: 600;
}

form.form-cart div.cart.main.actions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

button.action.update,
a.action.continue {
    margin-bottom: 0 !important;
}

form.form-cart div.cart.main.actions a.action.continue,
form.form-cart div.cart.main.actions button.action.update {
    background-color: black;
    color: white;
    font-size: 11pt;
    font-weight: 700;
    padding: 1% 4% 1% 4%;
}

div.cart-container form.form-cart a.action.continue:before {
    width: 20px;
    height: 20px;
    content: "" !important;
    background: url("../../../images/icons/arrows/07-icone-setinha-carrossel-esquerda-cyberRock.svg") no-repeat;
    filter: invert(100%);
}

@media only screen and (max-width: 767px) {
    .product-item-details {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    form.form-cart div.cart.main.actions {
        display: flex;
    }
}

@media only screen and (max-width: 630px) {
    form.form-cart div.cart.main.actions {
        display: flex;
        flex-direction: column;
    }

    form.form-cart div.cart.main.actions a.action.continue,
    form.form-cart div.cart.main.actions button.action.update {
        width: 100%;
    }

    button.action.update {
        margin-top: 10px !important;
    }
}
