#gift-card-wrapper .price-slider {
    margin-top: 20px;
}
#gift-card-wrapper .ui-slider-horizontal {
    height: 4px;
    border: 0px;
    background: #ece9f1!important;
    background-color: #ece9f1!important;
    border-radius: 10px;
}
#gift-card-wrapper .pecent-bar {
    position: relative;
    height: 4px;
    border: 0px;
    background:#2ad2c9!important;
    background-color:#2ad2c9!important;
    width: 0%;
    border-radius: 10px;
}
.giftcard_display_legend {
    font-size: 16px;
    line-height: 2;
    /*font-family: KlarnaText-Medium;*/
    font-weight: 500;
}
.giftcard_display {
    /*font-family: KlarnaText;*/
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: right;
    color: var(--eggplant);
}
#gift-card-wrapper .ui-slider-handle {
    cursor: pointer;
}

.giftcard {
    background-color: transparent;
    background-size: contain;
    color: #FFF;
    min-height: 168px;
    width: 288px;
    padding: 15px;
    float: left;
    margin-bottom: 12px;
}

.giftcard-name {
    padding-top: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.giftcard-name span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.giftcard-infos {
    margin-top: 12px;
}

.giftcard-infos span {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.giftcard-date {
    float: left;
    text-align: left;
}

.giftcard-price {
    float: right;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.giftcard-price span {
    font-size: 11px;
}

#gift-card-wrapper .price-slider .ui-slider-handle {
    border: 1px solid #3dcccc;
    background: transparent;
    background-color: transparent;
    font-weight: 400;
    color: #555;
    border-radius: 50%;
    background-color: #3dcccc;
    width: 32px;
    height: 32px;
    margin-top: -10px;
    text-decoration: none;
}
#gift-card-wrapper .price-slider .ui-slider-handle::after {
    content: '';
    padding: 3px 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Material Icons';
    position: relative;
    left: 0px;
    top: 6px;
}
#gift-card-wrapper .pecent-bar {
    border-radius: 4px;
    height: 4px;
    background-color: #3dcccc!important;
}