/**
 * Bladzy
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the www.Bladzy.com license that is
 * available through the world-wide-web at this URL:
 * http://www.bladzy.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Bladzy
 * @package     Bladzy_PUAlerts
 * @copyright   Copyright (c) 2018 Bladzy (http://www.bladzy.com/)
 * @license     http://www.bladzy.com/LICENSE.txt
 */
#bladzy-pualerts-form input[name="reminder-email"],
.bladzy-alert-popup input[name="reminder-email"] {
  width: 200px;
}
#bladzy-pualerts-form .action.remind,
.bladzy-alert-popup .action.remind {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
}
.bladzy-alert-popup .modal-inner-wrap {
  max-width: 90%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bladzy-alert-popup .modal-inner-wrap input {
  width: 100%;
  margin: 5px 0;
}
.bladzy-alert-popup .modal-inner-wrap .action.remind {
  margin-top: 5px;
}
.bladzy-pualerts-form-price {
  margin-left: 10px;
}
.item.product.product-item .bladzy-pualerts-form-price {
  margin-left: 0px;
}
.item.product.product-item .bladzy-pualerts-form-price.inline {
  height: auto;
  line-height: normal;
}
.item.product.product-item .bladzy-pualerts-form-price,
.item.product.product-item .bladzy-pualerts-form-instock {
  display: none;
}
.item.product.product-item:hover .bladzy-pualerts-form-price,
.item.product.product-item:focus .bladzy-pualerts-form-price,
.item.product.product-item:hover .bladzy-pualerts-form-instock,
.item.product.product-item:focus .bladzy-pualerts-form-instock {
  display: block;
}
.product-options-wrapper .swatch-option .qty-stock-info {
  color: #cd0707;
  margin-left: 10px;
  white-space: nowrap;
}
#bladzy-pualerts-stockinfo .qty-stock-info {
  color: #cd0707;
  margin-left: 10px;
  white-space: nowrap;
}
.product-options-wrapper .swatch-option {
  max-width: 150px;
}
