.mprfq-miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.mprfq-miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.mprfq-miniquote-wrapper .action.showquote .text, .mprfq-miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mprfq-miniquote-wrapper .action.showquote .text, .mprfq-miniquote-wrapper .action.showquote .counter-number {
    font-weight: 700;
}

span.counter.qty.empty {
    display: none !important;
}

.mprequestforquote-notice {
    background: #fdf0d5;
    padding: 0.5rem;
    margin-top: 10px;
    text-align: center;
}

/** Style on category page **/
.catalog-category-view .action.toquote {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 12px 0 5px;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.catalog-category-view .action.toquote img {
    width: 20px;
    height: 20px;
    text-align: right;
}

.mprfq-miniquote-wrapper.minicart-wrapper {
    padding-bottom: 10px;
    margin-top: -10px;
}
.actions-primary form .toquote {
    background: none;
    border: none;
    color: transparent;
}
.actions-primary form .toquote:hover {
    background: none;
    border: none;
    color: transparent;
}
.actions-primary form .toquote img {
    height: 1em;
    padding-top: 5px;
}
.actions-primary form .toquote:hover img {
    filter: brightness(60%);
}

@media (max-width: 769px) {
    .mprfq-miniquote-wrapper.minicart-wrapper {
        display: inline-block;
        position: absolute;
        float: right;
        z-index: 99;
        right: 0;
        top: 55px;
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .mprfq-miniquote-wrapper.minicart-wrapper {
        width: 100%;
        text-align: end;
        margin-top: -35px;
    }

    .block.mprfq-block-miniquote.block-minicart.ui-dialog-content.ui-widget-content {
        min-width: 100px;
    }
}
