.aller-ecommerce-single {
  /* General */
  /* Mixins */
  /* Fons */
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  /* Partials */ }
  .aller-ecommerce-single a, .aller-ecommerce-single a:visited, .aller-ecommerce-single a:active, .aller-ecommerce-single a:hover {
    color: #000000;
    text-decoration: none; }
  .aller-ecommerce-single p {
    height: 0;
    margin: 0;
    padding: 0; }
  .aller-ecommerce-single * {
    background-color: #ffffff;
    font-size: 15px; }
  .aller-ecommerce-single hr, .aller-ecommerce-single .line {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 2px;
    width: 100%;
    margin: 5px 0 12px;
    border: 1px solid #d9d9d9; }
  @media screen and (max-width: 600px) {
    .aller-ecommerce-single.aller-ecommerce-single-product-flex-item {
      margin: 0 auto 30px !important;
      -ms-flex-preferred-size: none;
          flex-basis: none; } }
  @media screen and (min-width: 600px) {
    .aller-ecommerce-single.aller-ecommerce-single-product-flex-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .aller-ecommerce-single.aller-ecommerce-single-product {
    width: 250px;
    height: 540px;
    margin: 0 auto 30px !important;
    overflow: hidden; }
    .aller-ecommerce-single.aller-ecommerce-single-product * {
      max-width: 250px; }
    .aller-ecommerce-single.aller-ecommerce-single-product .flag {
      font-size: 13px;
      position: relative;
      left: 6px;
      top: 30px;
      background-color: #84B097;
      display: table;
      color: #ffffff;
      clear: both;
      margin-top: -30px;
      padding: 6px 6px;
      border-radius: 0 0 10px 10px;
      height: 30px;
      line-height: 27px;
      padding: 0 12px; }
    .aller-ecommerce-single.aller-ecommerce-single-product .name {
      font-size: 20px;
      line-height: 25px; }
    .aller-ecommerce-single.aller-ecommerce-single-product .thumbnail {
      position: relative;
      width: 247px;
      border: 1px solid #d9d9d9;
      height: 347px; }
      .aller-ecommerce-single.aller-ecommerce-single-product .thumbnail img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 99%;
        max-height: 99%; }
    .aller-ecommerce-single.aller-ecommerce-single-product .description {
      margin: 8px 0;
      font-size: 15px;
      line-height: 19px;
      height: 38px;
      width: 240px;
      overflow: hidden; }
    .aller-ecommerce-single.aller-ecommerce-single-product .price {
      height: 25px; }
      .aller-ecommerce-single.aller-ecommerce-single-product .price .text, .aller-ecommerce-single.aller-ecommerce-single-product .price .value {
        color: #84B097;
        font-size: 18px;
        font-weight: normal;
        line-height: 25px; }
    .aller-ecommerce-single.aller-ecommerce-single-product .button {
      background-color: #84B097;
      border-radius: 3px;
      color: #ffffff;
      display: inline;
      font-size: 18px;
      line-height: 37px;
      text-align: center;
      padding: 8px 15px 10px; }
  .aller-ecommerce-single.aller-ecommerce-single-products-collection {
    /* this style only affect products in a [products] tag */ }
    .aller-ecommerce-single.aller-ecommerce-single-products-collection .aller-ecommerce-single-product .name {
      min-height: 50px; }
  .aller-ecommerce-single.aller-ecommerce-single-products-collection-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .aller-ecommerce-single.aller-ecommerce-single-products-collection {
    clear: both;
    margin: 0 auto 22px !important; }
