.phgift-carousel {
    margin-top: 25px;
    padding-bottom: 10px;
}
.phgift-carousel header {
    text-transform: uppercase;
}
.phgift-carousel .gift-product {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
}
.phgift-carousel .gift-product img {
    width: 100%;
}
.phgift-carousel .gift-product.inactive {
    opacity: 0.5;
}

.phgift-modal-info {}
.phgift-modal-info .modal-box {
    position: fixed;
    top: 45%;
    left: calc((100%/2) - 15%);
    width: 30%;
    padding: 25px;
    background: #f8d7da;
    color: #58151c;
    border: 1px solid #f1aeb5;
    text-align: center;
    z-index: 9999;
}
@media screen and (max-width: 992px) {
    .phgift-modal-info .modal-box {
        width: 300px;
        left: calc((100%/2) - 300px);
    }
}

.phgift-carousel .ranges {
    display: flex;
    margin: 15px auto 35px;
}
.phgift-carousel .ranges > div {}
.phgift-carousel .ranges > div > div {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 10px;
    background: #fff;
    position: relative;
    margin-top: 5px;
}
.phgift-carousel .ranges > div:last-child > div {
    border-right: 1px solid #ddd;
}
.phgift-carousel .ranges > div > div span{
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    margin: -5px auto 0;
    display: block;
    position: relative;
}
.phgift-carousel .ranges > div > div span.from {
    float: left;
}
.phgift-carousel .ranges > div > div span.to {
    float: right;
    background: #fff;
}

.phgift-carousel .ranges > div.active div {

}
.phgift-carousel .ranges > div.active div .line2 {
    background: #24b9d7;
    border-color: #24b9d7;
    height: 10px;
    position: absolute;
    max-width: 100%;
}
.phgift-carousel .ranges > div.active div span {
    background: #24b9d7;
    border-color: #24b9d7;
}
.phgift-carousel .ranges > div.active div.line_2 span.to {
    background: #fff;
    border-color: #ddd;
}
.phgift-carousel .ranges > div label {
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-left: -38px;
    width: 100px;
    font-size: 12px;
}
.phgift-carousel .swiper-slide {
    padding-bottom: 5px;
}
.phgift-carousel .gift-product h5 {
    margin: 10px 0;
    font-size: 14px;
}
