/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RequestForQuote
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mprfq-miniquote-wrapper .action.showquote:before {
    content: '' !important;
    background-size: contain;
    display: inline-block;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 28px;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
}


.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:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    margin: 3px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mprfq-miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
}

.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;
}

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;
}