/*
 * Copyright © 2020 CGI. All rights reserved.
 * See COPYING.txt for license details.
 *
 * @author CGI <info.de@cgi.com>
 * @copyright 2020 CGI
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

/* Requisition list spacing - apply margin when heart icon is not visible */
.catalog-product-view .added-qty.no-heart-icon .rc-product-green-tick {
    margin-left: 60px !important;
    margin-top: 14px !important;
}
