.no-results {
    width: 100vw;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.no-results .dummy {
    display: flex;
    flex-direction: column;
    max-height: max-content;
    width: 100%;
    max-width: 300px;
    gap: 10px;
    justify-items: stretch;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
}

.dummy .icon-holder {
    min-height: 220px;
}

.dummy .no-results-icon {
    width: 300px;
    object-fit: contain;
}

.voucher-collection-container {
    margin: 50px 120px;
}

.voucher-collection-container .collections-container {
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    position: relative;
}

.collections-container .collections-header-container {
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
}

.collections-header-container .collections-header {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 8px;
    color: rgba(0, 0, 0, .87);
}

.collections-container .vouchers-holder {
    width: 100%;
    padding: 12px 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.vouchers-holder .voucher-card {
    width: 236px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding-right: 12px;
    height: 224px;
    position: relative;
    padding-left: 4px;
    padding-top: 4px;
}

.voucher-card .voucher-sticker-tooltip {
    position: absolute;
    left: 8px;
    top: 22px;
    width: 40%;
    padding: 6px;
    background: #4c567c;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    display: none;
    border-radius: 4px;
    min-width: 200px;
    z-index: 1;
    white-space: normal;
}

.voucher-card .voucher-sticker {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    z-index: 1;
}

.voucher-card .voucher-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 32px;
}

.voucher-card .voucher-banner-holder {
    height: 136px;
    width: 100%;
    object-fit: fill;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .12);
}

.voucher-banner-holder .voucher-banner {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.voucher-banner-holder .rating-content-header {
    height: 24px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
}

.rating-content-header .voucher-rating {
    border-radius: 8px;
    padding: 0 4px 0 2px;
}

.voucher-rating .star {
    width: 10px;
    height: 10px;
    object-fit: contain;
    margin: 4px 2px 2px 2px;
}

.voucher-rating .rating-desc {
    font-size: 12px;
}

.rating-content-header p {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    color: #fff;
    padding-top: 4px;
    padding-right: 2px;
}

.voucher-card .voucher-details {
    width: 100%;
    padding: 0 10px 10px 0;
    text-align: left;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.voucher-details .voucher-merchant-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 0, 0, .87);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voucher-details .voucher-locality {
    font-size: 14px;
    line-height: 16px;
    color: rgba(51, 51, 51,.8);
}

.voucher-details .voucher-percent {
    display: inline-block;
    position: relative;
    width: max-content;
    text-align: center;
    border-radius: 10px;
    background-color: #6D6BED;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
    font-weight: bold;
}

.voucher-details .voucher-save-percent {
    float: left;
    height: 18px;
    width: 18px;
    padding-right: 2px;
}

@media (max-width:800px) {
    .voucher-collection-container {
        width: 100%;
        margin: 50px 0px;
    }

    .collections-container .collections-header-container {
        padding: 0 12px 0 16px;
    }

    .collections-header-container .collections-header {
        font-size: 20px;
    }

    .collections-container .vouchers-holder {
        padding: 12px 12px 12px 16px;
    }

    .vouchers-holder .voucher-card {
        width: 150px;
        padding-right: 0;
        padding-left: 0;
        height: 150px;
        margin-right: 16px;
    }

    .voucher-details .voucher-percent {
        padding: 2px 6px;
        font-size: 12px;
    }

    .voucher-sticker-container .voucher-sticker-tooltip {
        width: 70%;
    }

    .voucher-card .voucher-sticker {
        height: 16px;
    }

    .voucher-card .voucher-banner-holder {
        height: 90px;
    }

    .voucher-banner-holder .rating-content-header {
        padding: 2px;
    }

    .voucher-rating .star {
        height: 8px;
        width: 8px;
    }

    .voucher-rating .rating-desc {
        font-size: 10px;
    }

    .voucher-card .voucher-tag {
        height: 22px;
    }
}

.vouchers-holder .right-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.vouchers-holder .left-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
    cursor: pointer;
    box-shadow: none;
}