/**
 * Copyright since 2007 Pliciweb Solutions
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * 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 contact@pliciweb.com so we can send you a copy immediately.
 *
 * @author    Pliciweb Solutions <contact@pliciweb.com>
 * @copyright Since 2007 Pliciweb Solutions
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */
#product-availability,
#product-availability-store {
    display: table;
}

#product-availability.product-available,
#product-availability-store.product-available {
    background-color: #4cbb6c;
    color: #fff;
}

#product-availability.product-unavailable,
#product-availability-store.product-unavailable {
    background-color: #e74c3c;
    color: #fff;
}

#product-availability-store {
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
}

#product-availability-store .pwmv2-foires-details {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
    font-size: 12px;
}

.pwmv2-unavailable-btn {
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 1 !important;
}
