.discount-percentage-str,
.discount-off-str {
    font-weight: 800;
    font-size: 22px;
}

.tip_wrapper {
    display: flex;
    align-items: center;
}

.shipping-info-form {
    padding-top: 30px;
}

.shipping-info-item:nth-of-type(1) .shipping-info-input {
    border: 2px solid #4acaff;
}

.best-price-img {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translate(7%, -100%);
    max-width: 226px;
    width: 100%;
}

.product-img-box {
    margin-right: 5px;
}

.product-img {
    height: 65px;
}

.summary-extra-discount {
    display: none;
    font-size: 16px;
    line-height: 17px;
    font-family: Montserrat-Bold;
    font-weight: 700;
}

.selling-module {
    width: 100%;
    min-height: 50px;
    margin: 10px 0 0;
    padding: 5px 15px 10px;
    background-color: #fff2e0;
    border-radius: 0 0 5px 5px;
}

.selling-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selling-img {
    width: 24px;
}

.selling-title {
    margin: 0 0 0 5px;
    color: #ed5214;
    font-size: 18px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    line-height: 1;
}

.selling-text {
    margin: 5px 0 0;
    padding: 0 10px;
    font-size: 16px;
    font-family: Montserrat-Medium;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    font-style: italic;
}

.guarantee-module {

}

.guarantee-box {
    width: 100%;
    min-height: 50px;
    max-width: 940px;
    margin: 0 auto 68px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.guarantee-item {
    width: 100%;
    max-width: 48%;
    display: flex;
    align-items: flex-start;
}

.guarantee-item-img {
    width: 100%;
    max-width: 100px;
    margin: 0 14px 0 0;
}

.guarantee-item-info {
    color: #000000;
    line-height: 1.3;
}

.guarantee-item-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-family: Montserrat-Bold;
}

.guarantee-item-text {
    margin: 0;
    font-size: 14px;
    font-family: Montserrat-Regular;
}

@media (max-width:1023px) {
    .tip_wrapper {
        display: none !important;
    }

    .selling-module {
        margin: 0;
    }

    .selling-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .selling-text {
        margin: 5px 0 0;
        padding: 0 10px;
        font-size: 16px;
        text-align: start;
        line-height: 1.2;
        font-weight: 600;
        font-style: italic;
    }

    .guarantee-box {
        padding: 0 15px;
    }

    .guarantee-item {
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .new-price {
        font-size: 20px;
    }
    .tip_wrapper img {
        width: 20px;
    }
    .tip1 {
        font-size: 16px;
    }
    .best-price-img {
        top: 50%;
        max-width: 168px;
    }
}