.block-products-columns__list-item .product-card .product-card__addtoquote-full,
    .block-products-columns__list-item .product-card .product-card__inquoteorder-full {
    display: none;
    }

    .block-sale__item .product-card .product-card__addtoquote-full,
    .block-sale__item .product-card .product-card__inquoteorder-full {
    display: none;
    }

    .block-zone__carousel-item .product-card .product-card__addtoquote-full,
    .block-zone__carousel-item .product-card .product-card__inquoteorder-full {
    display: none;
    }

    .product-card .product-card__addtoquote-full {
    background: #126d47;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: background-color .15s,
    color .15s;
    transition: background-color .15s,
    color .15s;
    }

    .product-card .product-card__inquoteorder-full {
    background: #126d47;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: background-color .15s,
    color .15s;
    transition: background-color .15s,
    color .15s;
    }

    .product-card .product-card__addtoquote-full:focus,
    .product-card .product-card__inquoteorder-full:focus {
    outline: none;
    }

    .product-card .product-card__addtoquote-full:hover {
    background: #333;
    color: #fff;
    }

    .product-card .product-card__inquoteorder-full:hover {
    background: #333;
    color: #fff;
    }

    .product-card .product-card__addtoquote-full:active {
    background: #4d4d4d;
    color: #fff;
    }

    .product-card .product-card__inquoteorder-full:active {
    background: #4d4d4d;
    color: #fff;
    }
    
    .product-card--layout--grid .product-card__addtoquote-full,
    .product-card--layout--grid .product-card__inquoteorder-full {
    display: none;
    }

    .product-card--layout--horizontal .product-card__addtoquote-full,
    .product-card--layout--horizontal .product-card__inquoteorder-full {
    display: none;
    }

    .products-list[data-layout="grid"] .product-card .product-card__addtoquote-full,
    .products-list[data-layout="grid"] .product-card .product-card__inquoteorder-full {
    display: none;
    }

    @media (min-width: 768px) {
        .products-list[data-layout="list"] .product-card .product-card__addtoquote-full,
        .products-list[data-layout="list"] .product-card .product-card__inquoteorder-full {
            display: block;
            height: 36px ;
            padding: 0 20px;
            width: 100%;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 767.98px) {
        .products-list[data-layout="list"] .product-card .product-card__addtoquote-full,
        .products-list[data-layout="list"] .product-card .product-card__inquoteorder-full {
            height: 30px;
            padding: 0 16px;
            font-size: 15px;
        }
        [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__addtoquote-full,
        [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__inquoteorder-full {
            margin-right: 8px;
        }
        [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__addtoquote-full,
        [dir=rtr] .products-list[data-layout="list"] .product-card .product-card__inquoteorder-full {
            margin-left: 8px;
        }
    }

    .products-list[data-layout="table"] .product-card .product-card__addtoquote-full,
    .products-list[data-layout="table"] .product-card .product-card__inquoteorder-full {
    display: none;
    }