/*!
 * Xeader Studios
 *
 * NOTICE OF LICENCE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt
 * It is also available through th world-wide-web at this URL:
 * https://xeader.com/LICENCE-CE.txt
 *
 * @category infanziabimbo
 * @package infanziabimbo
 *
 * @author Antonio Gatta <a.gatta@xeader.com>
 * @url http://xeader.com
 mt1em
 * @copyright Copyright (c) 2019 Xeader Studios
 * @license All right reserved
 */
.alert-stock .form-fields {
  display: none; }
  .alert-stock .form-fields label .label {
    display: none; }

.alert-stock .p {
  margin: 1em auto;
  color: #333;
  display: block;
  font-weight: normal; }

.alert-stock a {
  color: grey;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  display: inline-block;
  cursor: pointer; }
  @media all and (min-width: 1024px) {
    .alert-stock a {
      float: right; } }
  .alert-stock a:hover {
    color: #0b83c5; }

.alert-stock .btn {
  background-image: none;
  float: right; }
  @media all and (min-width: 1024px) {
    .alert-stock .btn {
      line-height: 1.4em;
      min-width: 100px;
      font-size: 1em !important; } }

.alert-stock input {
  float: none !important; }
  @media all and (min-width: 1024px) {
    .alert-stock input {
      min-width: 50%; } }

.alert-stock--open {
  display: block;
  padding: 1em;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 1em auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fff, #f5f5f5); }
  .alert-stock--open a {
    font-weight: bold;
    color: #0b83c5;
    font-size: 1.1em;
    float: none;
    line-height: 2em; }
  .alert-stock--open .form-fields {
    display: block; }

/*# sourceMappingURL=pricealert.css.map */