.naaa-line-break {
    width: 100%;
}

.naaa-grid{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.naaa-gridbox {
    width: var(--naaa-gridbox-width);
    padding: 0px 5px 0px 5px;
    margin-bottom: 15px;
}

.naaa-gridbox-h {
    width: 100%;
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
}

.naaa-link-gridbox {
    text-decoration: none;
}

.naaa-responsive{
    min-width: var(--naaa-min-width-gridbox);
}

.naaa-product-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.naaa-product {
    padding: 5px 5px 5px 5px;
    background-color: var(--naaa-bg-color);
    text-align: center;
    border: var(--naaa-border-size) solid var(--naaa-border-color);
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    color: var(--naaa-product-color);
}
.naaa-product:hover {
    box-shadow: 0 6px 8px -4px #999;
}

.naaa-product-thumb {
    text-align: center;
    display: inline-flex;
}

.naaa-product-img {
    -webkit-box-shadow: 0 0 0 0px #fff0 !important;
    box-shadow: 0 0 0 0px #fff0 !important;
    max-width: 100%;
}

.naaa-product-img-h {
    -webkit-box-shadow: 0 0 0 0px #fff0 !important;
    box-shadow: 0 0 0 0px #fff0 !important;
    max-width: none;
    width: 118px;
}

.naaa-product-title {
    line-height: 3ex;
    height: var(--naaa-height-title);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--naaa-num-lines-title);
    overflow: hidden;
}
.naaa-product-title-h {
    text-align: left;
    padding: 0px 5px 0px 5px;
    flex: 1 2 auto;
    font-weight: bold;
}

.naaa-product-price {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.naaa-product-price-h {
    line-height: 15px;
}


.naaa-product-price-text {
    flex-wrap: nowrap;
}

.naaa-product-price-new {
    font-weight: bold;
    white-space: nowrap;
}

.naaa-product-price-old {
    text-decoration: line-through;
    font-size: small;
    white-space: nowrap;
}

.naaa-product-button {
    display: inline-block;
    margin: 5px;
    padding: 5px 15px;
    border-radius: var(--naaa-corner);
    color: var(--naaa-button-text-color);
    box-shadow: var(--naaa-button-shadow-color);
    background: var(--naaa-button-bg-color);
    background: -webkit-linear-gradient(top, var(--naaa-button-bg-color), var(--naaa-button-bg-color2));
    background: linear-gradient(to bottom, var(--naaa-button-bg-color), var(--naaa-button-bg-color2));
    white-space: nowrap;
}

.naaa-product-button-border {
    border: #000000 solid 1px;
    border-color: #a88734 #9c7e31 #846a29;
}


.naaa-rating-and-review {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.naaa-rating-and-review-h {
    position: absolute;
    right: 15px;
    bottom: -3px;
}

/* RATING */
.naaa-product-no-rating {
    margin: 12px;
}

.naaa-product-rating {
    position: relative;
    display: inline-block;
}

.naaa-product-rating-value {
    font-size: small;
    position: relative;
    top: -0.5em;
}
.naaa-product-rating-value-h {
    font-size: small;
    position: relative;
}


.naaa-rating { 
  border: none;
  float: left;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  margin: 0px;
  min-width: 88px;
}

.naaa-rating > input { display: none; } 
.naaa-rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.naaa-rating > .naaa-half:before { 
  content: "\f089";
  position: absolute;
}

.naaa-rating > label { 
  color: #ddd; 
 float: right; 
}

.naaa-rating > input:checked ~ label { color: #FFD700;  } /* hover previous stars in list */

.naaa-label-star {
    font-size: 0.6em;
    letter-spacing: -0.6em;
    line-height: 1em;
    margin: 0 0 0 0;
    cursor: pointer;
}

/* REVIEW */
.naaa-product-review-value {
    font-size: small;
    padding: 0.5rem;
}

.naaa-product-review-text {
    font-size: small;
    position: relative;
    top: -0.5em;
}

.naaa-product-review-text-h {
    font-size: small;
    position: relative;
}

/* DISCOUNT */
.naaa-discount {
    border-radius: 0px 0px 0px 0px;
    color: var(--naaa-discount-text-color);
    display: block;
    float: left;
    padding: 2px 1px 2px 4px;
    background: var(--naaa-discount-bg-color);
    position: absolute;
    font-size: 18px;
    font-weight: 550;
    left: 0px;
    top: 10px;
}
.naaa-discount::before,
.naaa-discount::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.naaa-discount::before {
    top: 0;
    border-width: 22px 20px 0 0;
    border-color: var(--naaa-discount-bg-color) transparent transparent transparent;
}
.naaa-discount::after {
    bottom: 0;
    border-width: 0 20px 22px 0;
    border-color: transparent transparent var(--naaa-discount-bg-color) transparent;
}

/* PRIME */
.naaa-prime {
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: 16px;
    width: 49px;
    height: 14px;
    background-size: 49px 14px;
    background-image: url(../images/prime-2x.png);
}