
@media (min-width: 768px), print {
    .cart-storecredit {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%
    }

    .cart-storecredit .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static
    }

    .cart-storecredit .block .actions-toolbar {
        width: auto
    }

    .cart-storecredit .block:nth-child(1) {
        clear: left;
        float: left
    }

    .cart-storecredit .block:nth-child(2) {
        float: right
    }

    .cart-storecredit .block:nth-child(2) + * {
        clear: both
    }

    .cart-storecredit .block > .title {
        border: 0;
        padding: 0 0 10px
    }

    .cart-storecredit .block > .title strong {
        font-size: 1.6rem;
        color: #006bb4;
        font-weight: 400;
    }

    .cart-storecredit .block .content {
        padding: 0 0 20px
    }

    .cart-storecredit .actions-toolbar .secondary {
        bottom: -30px;
        left: 0;
        position: absolute
    }

    .cart-storecredit .block .title:after {
        content: '\e622';
        font-size: 12px;
        color: #858585;
        font-family: 'luma-icons';
    }

    .cart-storecredit .block.active .title:after {
        border-color: #ff5501;
        content: '\e621';
        font-family: 'luma-icons'
    }
    .mt-field {
        width: 100%;
        float: left;
    }
    .credit-field {
        float: left;
        border-right: none;
    }

    .mt-field .actions-toolbar {
        float: left;
        width: 100%;
        border-left: none;
    }
}