.hlz-widget {
    margin-bottom: 20px;
    position: relative;
}
.hlz-widget-load .hlz-widget {
    display: none;
}
.hlz-widget-load {
    width: 100%;
    height: 200px;
    background: rgba(255,255,255,1) url(../Images/loader.gif) center center no-repeat;
    opacity: 0.7;
    position: relative;
}
.hlz-widget-load:after{
    content: "Produkte werden geladen ...";
    position: absolute;
    top: 150px;
    text-align: center;
    display: block;
    width: 100%
}
.hlz-widget {
    font-size: 15px;
    line-height: 24px;
}
.hlz-widget .hlz-widget-products {
    display: flex;
}
.hlz-widget.hlz-widget-grid .hlz-widget-products{
    justify-content: space-between;
}
.hlz-widget .hlz-product {
    overflow: hidden;
    border: 1px solid #cfcfcf;
    padding: 9px;
}
.hlz-widget.hlz-widget-grid .hlz-widget-products .hlz-product{
    margin-right: 9px;
    flex-grow: 1;
    flex-basis: 0;
}
.hlz-widget .hlz-product:hover {
    -webkit-box-shadow: 0 0 1.2rem 0 rgba(0,0,0,.175);
    box-shadow: 0 0 1.2rem 0 rgba(0,0,0,.175);
    -webkit-transition: hover 400ms ease-out 0s;
    border-color: #dedede;
}
.hlz-widget .hlz-product-box {
    height: 100%;
    position: relative;
}
.hlz-widget .hlz-product-box .hlz-widget-link {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}
.hlz-widget .hlz-product .hlz-product--name {
    font-weight: bold;
    line-height: 21px;
    margin: 8px 0;
    font-size: 14px;
    height: 64px;
    overflow: hidden;
}

.hlz-widget .hlz-product .hlz-product--subtitle {
    font-size: 13px;
    line-height: 18px;
    min-height: 54px;
}
.hlz-widget .hlz-product .hlz-product--image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.hlz-widget.hlz-widget-grid .hlz-widget-products .hlz-product .hlz-product--image img {
    width: 100%;
}
.hlz-widget .hlz-product .hlz-product-prices {
    position: relative;
    padding: 32px 0 52px;
}
.hlz-widget .hlz-product .hlz-product-prices .hlz-product--uvp {
    right: 0;
    position: absolute;
    top: 8px;
    font-size: 14px;
}
.hlz-widget .hlz-product .hlz-product-prices .hlz-product--price {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
}
.hlz-widget .hlz-product .hlz-product-prices .hlz-product--price span {
    font-size: 20px;
    font-weight: bold;
}
.hlz-widget .hlz-product .hlz-product-prices .hlz-product--base {
    text-align: right;
    font-size: 12px;
}

.hlz-widget .hlz-product .hlz-widget-link a{
    color: #fff !important;
    background: #e30613;
    padding: 5px;
    display: block;
    text-align: center;
}
.hlz-widget .hlz-product .hlz-widget-link span {
    display: none;
    width: 20px;
    padding: 3px 10px;
    position: absolute;
    transform: translate(-53px,-8px);
    -ms-transform: translate(-53px,-8px);
    -webkit-transform: translate(-53px,-8px);
    background-color: #e30613;
    border-radius: 44px;
    border: 2px solid #fff;
}
.hlz-widget .hlz-product .hlz-widget-link span:before {
    content: url(../Images/icons/icon_shop_stoerer.svg);
    position: relative;
    top: 5px;
}
.hlz-widget.hlz-widget-carousel .hlz-widget-controls .hlz-widget-controls--prev,
.hlz-widget.hlz-widget-carousel .hlz-widget-controls .hlz-widget-controls--next {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.75);
    padding: 9px 0 5px 0;
    z-index: 10;
    height: 40px;
}
.hlz-widget.hlz-widget-carousel .hlz-widget-controls .hlz-widget-controls--prev {
    left: 1px;
    top: 120px;
}
.hlz-widget.hlz-widget-carousel .hlz-widget-controls .hlz-widget-controls--next {
    right: 1px;
    top: 120px;
}
.hlz-widget.hlz-widget-carousel .hlz-widget-controls a.disabled {
    opacity: 0.25;
}
.hlz-widget.hlz-widget-carousel .bx-pager.bx-default-pager {
    padding-top: 20px !important;
    text-align: center;
}
.hlz-widget.hlz-widget-carousel .bx-pager-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
.hlz-widget.hlz-widget-carousel .bx-pager-item a.bx-pager-link {
    background: transparent url(../Images/keyvisual-pager-item.png) 0 0 no-repeat;
    text-indent: -999px;
    cursor: pointer;
    display: block;
}
.hlz-widget.hlz-widget-carousel .bx-pager-item a.bx-pager-link.active {
    background: transparent url(../Images/keyvisual-pager-active-item.png) 0 0 no-repeat;
}



@media only screen and (min-width: 640px) and (max-width: 980px) {
    .hlz-widget .hlz-product .hlz-widget-link span {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
    .hlz-widget .hlz-product .hlz-product--name {
        height:auto;
    }
    .hlz-widget .hlz-product .hlz-widget-link span {
        display: inline-block;
    }
    .hlz-widget .hlz-product .hlz-product--image img {
        width: 100%;
    }
    .hlz-widget.hlz-widget-carousel .bx-pager.bx-default-pager {
        display: none;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .hlz-widget .hlz-product .hlz-widget-link span {
        display: none;
    }
    .hlz-widget .hlz-product .hlz-product--image img {
        width: 100%;
    }
}
