/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

:root {
    --blue-variant-text: #259B99;
    --blue-variant-bg: #E8F5F5;
    --blue-link-color: #66A6BE;
    --green-status-bg: #6BAE44;
}

.jash-replacement-product {
    max-width: 410px;
    background-color: #fff;
    width: 100%;
    padding-bottom: 12px;
}

.product-replacement__heading {
    background: var(--blue-variant-bg);
    color: var(--blue-variant-text);
    margin-bottom: 22px;
}

.product-replacement__heading h4 {
    font-size: 16px;
    padding: 8px 25px 7px;
}
.product-replacement__product {
    display: flex;

}
.product-replacement__image {
    border: 1px solid #EBEBEB;
    max-width: 75px;
    margin-right: 20px;
}
.product-replacement__image img {
    max-width: 100%;
    height: auto;
}

.product-replacement__meta h5{
    font-size: 16px;
    margin-bottom: 11px;
}
.product-replacement__meta div {
    font-size: 14px;
}
.product-replacement__meta div span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--green-status-bg);
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 6px;

}

.jash-replacement-product .stock-msg .flag {
    top: -1px !important;
}

.product-replacement__meta a {
    color: var(--blue-link-color);
    font-size: 16px;
    display: block;
    margin-top: 8px;
    line-height: 12px;
}

.product-replacement__meta a:before {
    content: "\E5CB";
    font-family: Material Icons;
    line-height: 1;
    width: 2rem;
    position: relative;
    top: 3px;
    transform: rotate(180deg);
}

.product-replace-image .page-content {
    opacity: 0.4;
    pointer-events: none;
}