.similar1-wrap {
    margin-bottom: 40px;
}

@media only screen and (min-device-width: 450px) {
    .similar1-wrap {
        background-color: #f5f5f5;
        border-radius: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-wrap {
        background-color: transparent;
    }
}

.similar1 {
    overflow: hidden;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .similar1 {
        padding: 10px;
        flex-direction: column;
        row-gap: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1 {
        flex-direction: column;
        row-gap: 20px;
    }
}

.similar1-item-box {
    overflow: hidden;
    height: auto;
    padding: 10px;
    font-size: 1em;
}


@media only screen and (min-device-width: 450px) {
    .similar1-item-box {
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 10px;
        min-width: 150px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-item-box {
        width: 100%;
        min-width: 350px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}


.similar1-img {
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    min-width: 100px;
    min-height: 75px;
    max-height: 75px;
}

@media only screen and (min-device-width: 450px) {
    .similar1-img {
        border: 1px solid #f1f1f1;
        border-radius: 5px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-img {
        border: 1px solid #f1f1f1;
        border-radius: 5px;
    }
}


@media only screen and (min-device-width: 450px) {
    .similar1-img img {
        width: 100%;
        height: auto;
        max-height: 75px;
        min-width: 100px;
        max-width: 100px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-img img {
        width: 100%;
        height: auto;
        max-height: 75px;
        min-width: 100px;
        max-width: 100px;
    }
}

.similar1-desc {
    width: 100%;
}


.similar1-txt {
    line-height: 1em;
    word-break: break-word;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.1px;
    margin-bottom: 15px;
}

@media only screen and (min-device-width: 450px) {
    .similar1-txt {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-txt {
        font-size: 1em;
    }

    .similar1-txt a {
        color: #000;
    }
}

.similar1-txt strong {
    font-weight: unset;
}

.similar1-txt a {
    color: #000 !important;
}

.similar1-price {
    color: #8f8f8f;
}

@media only screen and (min-device-width: 450px) {
    .similar1-price {
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-price {
        font-size: 1em;
    }
}

.similar1-header-block {
}


@media only screen and (min-device-width: 450px) {
    .similar1-header-block {
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .similar1-header-block {
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 20px;
    }
}

.similar1-header-block img {
    width: 30px;
}


.similar1-currency {
    font-weight: normal;
}