/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** 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 Sans", sans-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; }
