<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 2007-2019 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 &lt;contact@prestashop.com&gt;
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark &amp; Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.stock {
  margin: 1em 0 1em 0;
  width: 100%;
  display: inline-block;
  background: white;
  padding: 1em 1em;
}

.product-additional-info .stock strong {
	font-size: 16px;
	font-weight: 700;
	color: #252525;
}

.product-additional-info .stock .notdisponible {
    font-size: 16px;
    color: red;
	font-weight: 700;
	margin-right: 0.5em;
	float: left;
}

.product-additional-info .stock .reservable {
    font-size: 16px;
    color: orange;
	font-weight: 700;
	margin-right: 0.5em;
	float: left;
}

.product-additional-info .stock .availableproduct {
	font-weight: 700;
    font-size: 16px;
    color: green;
}

.product-additional-info .stock .others_stock {
    margin-top: 30px;
}

.product-additional-info .stock .others_stock .availableproduct {
	font-weight: 700;
    font-size: 16px !important;
    color: green;
}

.date_available {
	font-weight: 700;
  font-size: 16px;
  color: orange;
}
#shopSelect {
  margin: 0.5em 1.5em 0 1em;
  background: #D2C2D6;
  border: none;
  padding: 0.30em 0.5em;
  border-radius: 4px;
}

@media screen and (max-width:768px){
  #shopSelect {
    margin: 0.5em 1.5em 1em 0em;
    padding: 0.75em 1em;
  }
}</pre></body></html>