.hidden_reader {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sale_text {
    color: red;
    font-weight: bold;
}

.success_t {
    color: #16da16;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.btext1 {
    font-size: 16px;
    /* font-family: Verdana, Arial, sans-serif; */
}

.btextsm {
    font-size: 12px;
}

.headertext1 {
    font-size: 18px;
}

.headertext22 {
    font-size: 22px;
}

.titletext1 {
    font-size: 26px;
    font-weight: bold;
    /* text-decoration: underline; */
    text-align: center;
    /* align-self: center; */
}

.warning_text {
    color: #828207;
}

.brightlink:link {
    color: white;
    text-decoration: underline;
}

.brightlink:hover {
    color: #860909;
}

.brightlink:visited {
    color: white;
}

.oldprice {
    text-decoration: line-through;
    color: grey;
}

@media (max-width: 600px) {
    .btext1 {
        font-size: 8px;
        font-size: calc(5px + 1vw)
    }
    .headertext1 {
        font-size: 10px;
        font-size: calc(8px + 1vw)
    }
    .headertext22 {
        font-size: 14px;
        font-size: calc(12px + 1vw)
    }
    .titletext1 {
        font-size: 18px;
        font-size: calc(14px + 1vw)
    }
    .btextsm {
        font-size: 6px;
        font-size: calc(5px + 1vw)
    }
}