/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND GRADIENT line */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/** CHECKOUT BY STEP */
#mailalerts_block_account li.last_item {
  border-bottom: none;
  margin-bottom: 0;
}
#mailalerts_block_account li .products-block-image {
  float: left;
  margin-right: 19px;
}
.rtl #mailalerts_block_account li .products-block-image {
  float: right;
}
.rtl #mailalerts_block_account li .products-block-image {
  margin-left: 19px;
  margin-right: inherit;
}
#mailalerts_block_account li .remove {
  float: right;
}
.rtl #mailalerts_block_account li .remove {
  float: left;
}
#mailalerts_block_account li .remove i {
  cursor: pointer;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */

body#product .mailalerts {
  margin-top: 10px;
}

body#product .mailalerts #oos_customer_email_result {
  background-color: #ff000024;
  color: #940000;
  margin-bottom: 8px;
  padding: 15px 15px;
}

body#product .mailalerts .mailalerts_oos_email {
  height: 45px;
  margin-bottom: 8px;
}

body#product .mailalerts .mailalerts_oos_button {
  font-size: 12px;
  font-weight: inherit;
  min-height: 45px;
  padding: 10px;
  white-space: normal;
  width: 100%;
  text-align: center;
}

body#product .mailalerts .mailalerts_oos_button .mailalerts_button__text--default {
  display: block;
}

body#product .mailalerts .mailalerts_oos_button .mailalerts_button__text--success {
  display: none;
}

body#product .mailalerts .mailalerts_oos_button.mailalerts_oos_button--success,
body#product .mailalerts .mailalerts_oos_button.mailalerts_oos_button--success:active {
  background-color: #208c41;
  color: white;
  cursor: default;
  opacity: 1;
}

body#product .mailalerts .mailalerts_oos_button.mailalerts_oos_button--success .mailalerts_button__text--default {
  display: none;
}

body#product .mailalerts .mailalerts_oos_button.mailalerts_oos_button--success .mailalerts_button__text--success {
  display: block;
}

body#product .mailalerts .mailalerts_oos_button.has_notification {
  background-color: #e2e2e2;
  color: #848484;
  cursor: default;
}

body#product .mailalerts .mailalerts_oos_button.has_notification .mailalerts_button__text--default {
  display: none;
}

body#product .mailalerts .mailalerts_oos_button.has_notification .mailalerts_button__text--success {
  display: block;
}

body#product .mailalerts .mailalerts_oos_button.has_notification:active {
  box-shadow: none;
}

body#product .mailalerts .mailalerts_oos_button.has_notification:focus {
  outline: none;
}

body#product .mailalerts .mailalerts_terms {
  margin: 5px 0 0 0;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
}

body#product .mailalerts .mailalerts_terms a {
  color: #007299;
}

body#product .mailalerts .mailalerts_terms a:hover {
  color: inherit;
  cursor: pointer;
}

body#product .mailalerts .mailalerts_terms input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
