.spar-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.spar-resultGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spar-resultGrid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spar-productGrid__singleElement {
  border-top: 1px solid #ccc;
  width: 100%;
}

.spar-productBox__btnArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 0px;
  margin: 0 auto;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid #ccc;
  border-top: none;
  opacity: 0;
  /* display: none; */
  text-align: center;
  cursor: pointer;
  -webkit-transition:all .3s cubic-bezier(.37, .1, .64, .93);
    transition:all .3s cubic-bezier(.37, .1, .64, .93);
}
.spar-productBox__btnArrow .ico-arrow_sharp_up {
  font-size: 10px;
  color: #e30613;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.1, 0.64, 0.93);
  transition: all 0.3s cubic-bezier(0.37, 0.1, 0.64, 0.93);
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}

.spar-productBox__btnArrow.isOpenBtn {
  height: 20px;
  opacity: 1;
  /* display: block; */
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.spar-productBox__btnArrow .ico-arrow_sharp_up {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.spar-productBox {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spar-productBox.isOpenedProductBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spar-productBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 1;
      /* -ms-flex: 1 0 100%;
          flex: 1 0 100%; */
          min-height: 80px;
}

.spar-productBox__imgContainer {
  width: 20%;
  min-width: 40px;
  max-width: 100px;
}
.spar-productBox__imgContainer a {
  display: block;
}
.spar-productBox__imgContainer img {
  width: 100%;
  height: auto;
}

.spar-productBox__titleContainer {
  max-width: calc(100% - 120px);
  padding-left: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  height:44px;
}
.spar-productBox__titleContainer a {
  text-decoration: none;
  color: #333;
}

.spar-productBox__title {
  font-weight: 700;
  font-size: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* the following styles are to limit the lines to 2 max */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.spar-productBox__title.spar-productBox__title--main {
  text-transform: uppercase;
}

.spar-productBox__summary {
  text-transform: uppercase;
}

.spar-productBox__badgeName {
  color: #e30613;
  text-transform: uppercase;
}

.spar-productBox__middleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
}

.spar-productBox__badgeContainer {
  width: calc(100% - 99px);
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.spar-productBox__badgeItem img {
  width: 100%;
  height: auto;
  max-height:80px;
}

.spar-productBox__priceContainer {
  text-align: center;
  font-size: 11px;
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.spar-productBox__promotionsWrapper {
  position: absolute;
  top: 0px;
  right: 0;
  width: 99px;
  -webkit-transform: translate(0%, -100%);
          transform: translate(0%, -100%);
}

.spar-productBox__promotionsText {
  border-bottom: 1px solid #fff;
  color: #FFDD00;
  background-color: #e30613;
  font-weight: 700;
  padding: 2px;
}

.spar-productBox__priceWrapper {
  width: 100%;
}

.spar-productBox__priceTotal {
  color: #4c4c4c;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spar-productBox__priceTotal--sales .spar-productBox__price--actualPrice {
  color: #e30613;
}

.spar-productBox__price--insteadOfPrice {
  font-size: 11px;
  margin-bottom: 3px;
}

.spar-productBox__price--actualPrice {
  font-weight: 700;
  font-size: 12px;
}
.spar-productBox__price--actualPrice > div {
  display: inline-block;
}

.spar-productBox__price--priceInteger {
  font-size: 22px;
}

.spar-productBox__price--DecimalUnitWrapper {
  line-height: 12px;
  text-align: left;
}

.spar-productBox__price--priceDecimal {
  position: relative;
}

.spar-productBox__price--currency {
  position: relative;
}

.spar-productBox__price--priceUnit {
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
}

.spar-productBox__actions {
  margin-top: 10px;
}
.spar-productBox__actions .spar-productBox__addToCart {
  position: relative;
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 3;
  background: #e30613;
  -webkit-transition: all 0.3s 0s, background 0.3s 0s;
  transition: all 0.3s 0s, background 0.3s 0s;
}
.spar-productBox__actions .spar-productBox__addToCart__btn {
  background: #e30613;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  -webkit-transition: all 0.3s 0.3s, background 0.3s 0s;
  transition: all 0.3s 0.3s, background 0.3s 0s;
}
.spar-productBox__actions .spar-productBox__addToCart__btn.disabled {
  background: rgba(227, 6, 19, 0.7);
  cursor: not-allowed;
}
.spar-productBox__actions .spar-productBox__addToCart__btn:hover {
  background: #c60b18;
}
.spar-productBox__actions .spar-productBox__addToCart__btn .icon_not_available {
  display: block;
  margin: 16px 16px;
}
.spar-productBox__actions .spar-productBox__addToCart__btn i {
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0%;
  margin-left: 10px;
}
.spar-productBox__actions .spar-productBox__addToCart__btn .ico-not-available,
.spar-productBox__actions .spar-productBox__addToCart__btn .icon_not_available {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  margin: auto;
}
.spar-productBox__actions .spar-productBox__addToCart__btn__msg {
  font-size: 15px;
  opacity: 0;
  color: transparent;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  cursor: pointer;
}

.spar-productBox__actions.addedToCart .spar-productBox__addToCart {
  width: 100%;
  background: #009640;
  -webkit-transition: all 0.3s 0.3s, background 0.3s 0s;
  transition: all 0.3s 0.3s, background 0.3s 0s;
}
.spar-productBox__actions.addedToCart .spar-productBox__addToCart__btn {
  width: 100%;
  background: #009640;
  -webkit-transition: all 0.3s 0.3s, background 0.3s 0s;
  transition: all 0.3s 0.3s, background 0.3s 0s;
}
.spar-productBox__actions.addedToCart .spar-productBox__addToCart__btn__msg {
  opacity: 1;
  margin-left: 30px;
  color: #fff;
  -webkit-transition: opacity 0.3s 0.6s;
  transition: opacity 0.3s 0.6s;
}

.spar-productBox__quantity {
  width: calc(100% - 100px);
}
.spar-productBox__quantity .spar-productBox__listingInput {
  margin: 0 5px;
}
.spar-productBox__quantity .spar-productBox__weightInput {
  width: calc(100% - 50px) !important;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .spar-productBox__quantity .spar-productBox__weightInput {
    width: calc(100% - 39px) !important;
  }
}
.spar-productBox__quantity .spar-productBox__dropDown__btn {
  background: #f5f5f5;
  border: 1px solid #ccc;
  width: 50px !important;
}
@media (min-width: 768px) {
  .spar-productBox__quantity .spar-productBox__dropDown__btn {
    width: 39px !important;
  }
}

.spar-productBox__chooseQuantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spar-productBox__chooseQuantity .spar-productBox__chooseQuantitySelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.spar-productBox__chooseQuantity .spar-productBox__chooseQuantitySelector .productUpdateQty.productMinusQty,
.spar-productBox__chooseQuantity .spar-productBox__chooseQuantitySelector .productUpdateQty.productPlusQty {
  margin: 0;
}

@media (min-width: 768px) {
  .spar-resultGrid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
  }

  .spar-productGrid__singleElement {
    border: none;
    width: 33%;
    padding: 5px;
  }

  .spar-productBox__btnArrow {
    display: none !important;
  }

  .spar-productBox {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .spar-productBox__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .spar-productBox__imgContainer {
    width: 100%;
    max-width: unset;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spar-productBox__imgContainer img {
    width: auto;
    height: 150px;
  }

  .spar-productBox__titleContainer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    max-width: unset;
    max-width: none;
    width: 100%;
    padding: 10px 10px 0 10px;

  }
  .spar-productBox__titleContainer .spar-productBox__badgeName {
    display: none;
  }

  .spar-productBox__badgeName {
    display: none;
  }

  .spar-productBox__middleContent {
    padding-bottom: 1px;
    width: 100%;
  }

  .spar-productBox__priceContainer {
    width: 99px;
    height: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .spar-productBox__priceTotal {
    border: 1px solid #ccc;
    border-right: none;
    height: 80px;
    text-align:center;
  }

  .spar-productBox__priceTotal--sales {
    border: 1px solid #e30613;
    background-color: #e30613;
    color: #fff;
  }
  .spar-productBox__priceTotal--sales .spar-productBox__price--actualPrice {
    color: #fff;
  }

  .spar-productBox__price--insteadOfPrice {
    margin-bottom: 8px;
  }

  .spar-productBox__actions {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .spar-productGrid__singleElement {
    border: none;
    width: 24.9%;
    padding: 5px;
  }
}
.spar-productBox__expandWrapper {
  display: none;
  width: calc(100% - 50px);
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 25px;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  padding-top: 20px;
}
.spar-productBox__expandWrapper.isOpenedProductBox {
  opacity: 1;
}

.spar-productBox__paragraphTruncated {
  padding: 0 10px 10px 0;
  clear: both;
  min-height: 30px;
  max-height: 80px;
}
.spar-productBox__paragraphTruncated p {
  font-size: 11px;
  line-height: 1.4em;
  color: #333;
}
.spar-productBox__paragraphTruncated a {
  color: #333;
}

@media (min-width: 768px) {
  .spar-productBox__expandWrapper {
    display: none !important;
    visibility: hidden;
  }
}
.spar-productBox__bannersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.spar-readMoreLink {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
}


.spar-productBox__bannersItem{
  width:25%;
}
.productUpdateQty.disabled{
  cursor:not-allowed !important; /* temporary fix */
}
