/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#mailalerts_block_account .product-item {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 480px) and (max-width: 767px) {
    #mailalerts_block_account .product-item {
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    #mailalerts_block_account .product-item:nth-child(4n+1) {
      clear: both; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #mailalerts_block_account .product-item:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 767px) {
    #mailalerts_block_account .product-item:nth-child(2n+1) {
      clear: both; } }
  @media (max-width: 479px) {
    #mailalerts_block_account .product-item:nth-child(2n+1) {
      clear: both; } }
  #mailalerts_block_account .product-item .product-content .product-description {
    margin-bottom: 0; }
  #mailalerts_block_account .product-item .product-content .remove {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    background: #000; }
    #mailalerts_block_account .product-item .product-content .remove:hover {
      cursor: pointer; }
      #mailalerts_block_account .product-item .product-content .remove:hover i {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    #mailalerts_block_account .product-item .product-content .remove i {
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
  #mailalerts_block_account .product-item .product-content .product-name {
    display: block;
    font-family: "DM Serif Display", serif;
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
    text-align: center; }
  #mailalerts_block_account .product-item .product-content small {
    display: block;
    text-align: center; }

#oosHook .link-rgpd-mailalert {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #d3b32d;
  border: 1px solid #d3b32d;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #oosHook .link-rgpd-mailalert:hover {
    background: #ac840a;
    border: 1px solid #ac840a; }

#wrapper_mailalert .link-rgpd {
  text-align: center; }
#wrapper_mailalert #oos_customer_email {
  text-align: center; }
#wrapper_mailalert #oos_customer_email_result {
  text-align: center;
  font-size: 13px;
  padding: 8px 10px; }
  #wrapper_mailalert #oos_customer_email_result.ok {
    color: #6a9b32 !important;
    font-weight: bold;
    border: 1px solid #6a9b32 !important;
    margin-bottom: 10px; }
  #wrapper_mailalert #oos_customer_email_result.notok {
    color: #97241d;
    font-weight: bold;
    border: 1px solid #97241d;
    margin-bottom: 10px; }

#mailalert_link {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px !important;
  letter-spacing: 0.05em;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #fff;
  background: #d3b32d;
  border: 1px solid #d3b32d;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #mailalert_link:hover {
    background: #ac840a;
    border: 1px solid #ac840a; }
