/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flags.flag-special{
    position: absolute;
    width: 50%;
    left: inherit;
    right: 0;
    transform: rotate(180deg);
}
    .product-flags.flag-special li{
        max-width: 100%;
    }
    .product-flags.flag-special li span{
        display: inline-block;
        transform: rotate(180deg);
    }
    .product-flags.flag-special li i{
        content: "";
        position: absolute;
        border: 12px solid transparent;
        left: 100%;
        top: 0;
    }
    .product-flags.flag-special li:before{
        display: none;
    }
    .product-flags.flag-special li span.twolines{
        float: left;
        line-height: 12px;
        text-align: center;
    }

#search_filters .facet .faceted-slider.collapse {
    overflow: visible;
}

.product-flags li.product-flag.out_of_stock{
  display: none;
}

/* LOADING */
#addMatrixToCart{
    padding: 8px 60px;
    position: relative;
}
.lds-ellipsis {
    display: none;
  /*display: inline-block;*/
  position: relative;
  transform: scale(.5);
  position: absolute;
  right: -10px;
  width: 80px;
  height: 20px;
}
.lds-ellipsis span {
  position: absolute;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* LOADING */