.SpecialFeatureProduct {
    display: flex;
    flex-wrap: wrap
}

.SpecialFeatureProductBox .SpecialFeatureLabel {
    font-size: 15px;
    font-weight: 700;
    color: #070707
}

.SpecialFeatureProduct .itemFeature {
    background: #f0f0f1;
    padding: 8px;
    margin: .25rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: calc(33% - 0.5rem);
    max-width: calc(33% - 0.5rem)
}

.AllFeatureLink {
    min-height: 50px
}

.SpecialFeatureProduct .itemFeature i {
    margin: auto
}

.SpecialFeatureProduct .SPTitle {
    color: #81858b;
    font-size: .700rem
}

.SpecialFeatureProduct .SPValue {
    color: #252a34;
    font-weight: 600;
    font-size: .700rem;
    overflow: hidden;
    white-space: pre
}

.SpecialFeatureProduct .AllFeatureLink {
    font-weight: 600;
    font-size: .700rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.AllFeatureLink a {
    min-width: max-content;
    color: #000;
    display: inline-flex;
    z-index: 2;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: .5rem;
    padding: 0 .75rem;
    height: 40px;
    line-height: 40px;
    align-items: center;
    font-size: .75rem
}

.FeatureLinkBox {
    position: relative;
    background: #fff;
    padding: 0 1rem
}

@media only screen and (max-width: 768px) {
    .SpecialFeatureProduct {
        overflow:auto;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .SpecialFeatureProduct .itemFeature,.SpecialFeatureProduct .AllFeatureLink {
        min-width: max-content
    }
}

.SpecialFeatureSlider {
    display: flex;
    flex-wrap: wrap
}

.SpecialFeatureSlider .itemFeature {
    background: #f0f0f1;
    padding: 8px;
    margin: .5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column
}

.SpecialFeatureSlider .itemFeature i {
    margin: auto
}

.SpecialFeatureSlider .SPTitle {
    text-align: right;
    color: #81858b;
    font-size: .875rem
}

.SpecialFeatureSlider .SPValue {
    text-align: right;
    color: #252a34;
    font-weight: 600;
    font-size: .875rem
}

.SpecialFeatureProduct .SPValue:hover {
    -webkit-line-clamp: unset;
    white-space: normal;
    word-break: normal;
    text-align: justify;
}