body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

button.action.primary {
    background: #73BE46;
}

button.action.primary:hover {
    background-color: rgb(48, 48, 48)
}

.page-wrapper .navigation .level0.active>.level-top {
    border-color: #73BE46;
}

.header.links .customer-welcome .action.switch:after {
    content: '\e627' !important;
    font-size: 18px;
}

.page-header {
    margin-bottom: 20px;
    border-bottom: 0;
}

.minicart-wrapper {
    margin-right: 10px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    border-radius: 100%;
    position: absolute;
    top: -13px;
    left: 15px;
    line-height: 22px;
    font-size: 13px;
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .compare.wrapper {
        display: block;
        margin-top: 15px;
        float: right;
        list-style: none;
        margin-bottom: 5px;
    }

    .compare.wrapper a.action.compare {
        font-size: 0;
        margin-right: -10px;
    }

    .compare.wrapper a.action.compare:before {
        content: '\e61e';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: #757575;
        font-family: 'luma-icons';
        margin: -8px 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .compare.wrapper a.action.compare:hover:before {
        color: #030303;
    }

    .compare.wrapper .counter.qty {
        text-shadow: 0 0 7px #000;
        color: #fff;
        background: #ff5501;
        display: inline-block;
        overflow: hidden;
        text-align: center;
        white-space: normal;
        border-radius: 100%;
        position: relative;
        top: -5px;
        left: -8px;
        line-height: 22px;
        font-size: 13px;
        height: 22px;
        width: 22px;
        padding: 0;
        margin: 0;
    }
}

.cart-summary {
    #block-shipping {
        display: none;
    }
}

.discount-code {
    display: none;
}

div.field[name='billingAddressgpwebpaygpebinder.region_id'] {
    display: none;
}

div.field[name='billingAddressgpwebpaygpebinder.street.1'] {
    display: none;
}

div.field[name='billingAddressgpwebpaygpebinder.telephone'] {
    .field-tooltip {
        display: none;
    }

    input {
        width: 100% !important;
    }
}

div.field[name='billingAddressfree.region_id'] {
    display: none;
}

div.field[name='billingAddressfree.street.1'] {
    display: none;
}

div.field[name='billingAddressfree.telephone'] {
    .field-tooltip {
        display: none;
    }

    input {
        width: 100% !important;
    }
}

select.limiter-options {
    min-width: 55px;
}

.page-print .columns .column.main {
    padding-bottom: 0;
}

.order-details-items.invoice .actions-toolbar .action.print {
    display: none;
}